@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap";.navbar{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:20px 32px;background:#fffaf3c7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(24,35,63,.08);position:sticky;top:0;z-index:1000}.logo{display:flex;align-items:center;gap:14px;cursor:pointer}.nav-links{display:flex;align-items:center;gap:10px;padding:8px;border:1px solid rgba(24,35,63,.08);border-radius:999px;background:#ffffff8c;box-shadow:0 14px 35px #18233f14}.nav-links button{border:0;background:transparent;color:#18233f;font-size:15px;font-weight:700;padding:12px 18px;border-radius:999px;cursor:pointer;transition:.25s ease}.nav-links button:hover{background:#18233f0f;color:#ef6a4b}.nav-cta{border:0;background:linear-gradient(135deg,#18233f,#254f6f);color:#fff;padding:14px 22px;border-radius:18px;font-weight:800;cursor:pointer;box-shadow:0 18px 30px #18233f29;transition:transform .25s ease,box-shadow .25s ease}.nav-cta:hover{transform:translateY(-2px);box-shadow:0 24px 36px #18233f33}.hamburger{display:none;flex-direction:column;cursor:pointer;border:0;background:transparent;padding:0}.hamburger span{width:25px;height:3px;background:#18233f;margin:4px;border-radius:999px}@media(max-width:768px){.nav-links{position:absolute;top:70px;left:0;width:100%;background:#050b20;flex-direction:column;text-align:center;padding:20px 0;display:none}.nav-links.active,.hamburger{display:flex}}.navbar-logo{height:40px;width:auto;cursor:pointer}.logo{display:flex;align-items:center;gap:10px;cursor:pointer}.navbar-logo{height:40px;width:auto}.logo-text{font-size:20px;font-weight:700;color:#fff}.navbar-logo{height:50px}.logo-copy{display:flex;flex-direction:column;gap:2px}.logo-text{font-family:Space Grotesk,sans-serif;font-size:24px;color:#18233f;letter-spacing:-.04em}.logo-tag{font-size:12px;color:#5f6982}@media(max-width:1080px){.logo-tag{display:none}}@media(max-width:920px){.nav-links{top:calc(100% + 12px);left:20px;right:20px;width:auto;align-items:stretch;padding:18px;border-radius:24px;background:#fffaf3f5}.nav-links button{text-align:left}.nav-cta{display:none}}@media(max-width:768px){.nav-links{background:#fffaf3f5;text-align:left}}@media(max-width:640px){.navbar{padding:16px 18px}.navbar-logo{height:42px}.logo-text{font-size:20px}}.hero-refresh{padding:72px 32px 36px}.hero-shell{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);gap:32px;align-items:stretch}.hero-content,.hero-panel{background:#ffffffad;border:1px solid rgba(24,35,63,.08);box-shadow:0 24px 70px #18233f1a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.hero-content{padding:48px;border-radius:36px}.hero-eyebrow{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#1d8f8b1f;color:#1d6e76;font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.hero-content h1{margin-top:22px;font-family:Space Grotesk,sans-serif;font-size:clamp(3rem,7vw,5.5rem);line-height:.96;letter-spacing:-.06em;color:#18233f}.hero-content h1 span{color:#ef6a4b}.hero-content p{max-width:620px;margin-top:22px;color:#5f6982;font-size:18px;line-height:1.75}.hero-buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.btn-primary,.btn-secondary{border:0;border-radius:18px;padding:16px 24px;font-size:15px;font-weight:800;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.btn-primary{color:#fff;background:linear-gradient(135deg,#ef6a4b,#d9583b);box-shadow:0 20px 32px #d9583b42}.btn-secondary{color:#18233f;background:#ffffffa6;border:1px solid rgba(24,35,63,.1)}.btn-primary:hover,.btn-secondary:hover{transform:translateY(-2px)}.hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:38px}.hero-metrics div{padding:18px 18px 16px;border-radius:22px;background:#ffffffa6;border:1px solid rgba(24,35,63,.08)}.hero-metrics strong,.panel-card strong{display:block;color:#18233f;font-size:24px;font-weight:800}.hero-metrics span{display:block;margin-top:6px;color:#5f6982;font-size:13px}.hero-panel{border-radius:36px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;gap:18px;background:radial-gradient(circle at top right,rgba(29,143,139,.18),transparent 36%),#ffffffb8}.panel-card{border-radius:28px;padding:24px;background:#ffffffc2;border:1px solid rgba(24,35,63,.08)}.panel-card-top{min-height:220px;display:flex;flex-direction:column;justify-content:flex-end}.panel-label,.mini-tag{display:inline-flex;width:fit-content;padding:8px 12px;border-radius:999px;background:#18233f14;color:#18233f;font-size:12px;font-weight:800;letter-spacing:.08em}.panel-card h3{margin-top:18px;font-family:Space Grotesk,sans-serif;font-size:30px;line-height:1.05;color:#18233f}.panel-card p{margin-top:10px;color:#5f6982;line-height:1.7}.panel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.panel-grid .soft{grid-column:1 / -1}.panel-grid .accent{background:linear-gradient(180deg,#ef6a4b24,#ffffffd1)}.panel-grid .dark{background:linear-gradient(180deg,#1f2d50,#18233f)}.panel-grid .dark .mini-tag,.panel-grid .dark strong{color:#fff}.panel-grid .dark .mini-tag{background:#ffffff29}.panel-grid .soft{background:linear-gradient(180deg,#1d8f8b1f,#ffffffd1)}@media(max-width:980px){.hero-shell{grid-template-columns:1fr}}@media(max-width:720px){.hero-refresh{padding:36px 18px 20px}.hero-content,.hero-panel{border-radius:28px}.hero-content{padding:28px 22px}.hero-metrics,.panel-grid{grid-template-columns:1fr}.panel-grid .soft{grid-column:auto}}.services-showcase{padding:28px 32px 96px}.services-shell{width:min(1180px,100%);margin:0 auto}.services-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:28px;align-items:end;margin-bottom:30px}.section-kicker{display:inline-flex;width:fit-content;margin-bottom:16px;padding:10px 14px;border-radius:999px;background:#18233f14;color:#18233f;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.services-heading h2{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3.8rem);line-height:1.02;letter-spacing:-.05em;color:#18233f}.services-heading p{color:#5f6982;font-size:17px;line-height:1.8}.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.service-feature-card{padding:28px;min-height:260px;border-radius:28px;background:#ffffffb8;border:1px solid rgba(24,35,63,.08);box-shadow:0 22px 55px #18233f14;display:flex;flex-direction:column;justify-content:space-between;transition:transform .25s ease,box-shadow .25s ease}.service-feature-card:nth-child(2){background:linear-gradient(180deg,#ef6a4b1f,#ffffffd1)}.service-feature-card:nth-child(3){background:linear-gradient(180deg,#1d8f8b1f,#ffffffd1)}.service-feature-card:hover{transform:translateY(-6px);box-shadow:0 30px 70px #18233f24}.service-code{display:inline-flex;width:fit-content;padding:8px 12px;border-radius:999px;background:#18233f14;color:#18233f;font-size:13px;font-weight:800}.service-feature-card h3{margin-top:26px;font-family:Space Grotesk,sans-serif;font-size:30px;line-height:1.05;color:#18233f}.service-feature-card p{margin-top:12px;color:#5f6982;line-height:1.8}.service-link{margin-top:24px;color:#ef6a4b;font-size:14px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}@media(max-width:920px){.services-heading,.services-grid{grid-template-columns:1fr}}@media(max-width:720px){.services-showcase{padding:12px 18px 72px}.service-feature-card{min-height:auto}}.expertise{width:100vw;padding:60px;background:radial-gradient(circle at top,#0f1d3d,#050b16)}.expertise-grid{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.box{text-align:center;padding:60px 30px;display:flex;flex-direction:column;justify-content:center}.box h2{font-size:48px;color:#9b8cff;margin-bottom:20px}.box p{color:#b5c1ff;max-width:800px;margin:0 auto;font-size:21px}.exp-card{width:320px;padding:40px 30px;background:#ffffff0a;border-radius:20px;color:#fff;border:1px solid rgba(255,255,255,.1);transition:.3s;position:relative}.exp-card:hover,.exp-card.active{background:linear-gradient(145deg,#2b2f55,#1a1f3d);transform:translateY(-12px);box-shadow:0 0 30px #8278ff4d}.exp-icon{width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:20px}.exp-icon.blue{background:linear-gradient(45deg,#00c6ff,#0072ff)}.exp-icon.pink{background:linear-gradient(45deg,#ff5cff,#8f4cff)}.exp-icon.green{background:linear-gradient(45deg,#00ffb2,#00b87a)}.exp-card h3{font-size:22px;margin-bottom:10px}.exp-card p{color:#cfd6ff;font-size:14px;margin-bottom:20px}.exp-card ul{list-style:none;padding:0}.exp-card li{font-size:14px;margin-bottom:10px;color:#b5c1ff}@media(max-width:768px){.expertise-grid{flex-direction:column;align-items:center}}.exp-icon.orange{background:linear-gradient(45deg,#ff8c00,#ff5e00)}.exp-icon.purple{background:linear-gradient(45deg,#8f5cff,#5f2cff)}.exp-icon.yellow{background:linear-gradient(45deg,#fc0,#f90)}.exp-card ul li{position:relative;padding-left:18px}.exp-card ul li:before{content:"";width:8px;height:8px;border-radius:50%;position:absolute;left:0;top:8px;background:#9b8cff}.exp-card .exp-icon.blue~ul li:before{background:#00c6ff}.exp-card .exp-icon.pink~ul li:before{background:#ff5cff}.exp-card .exp-icon.green~ul li:before{background:#00ffb2}.exp-card .exp-icon.orange~ul li:before{background:#ff8c00}.exp-card .exp-icon.purple~ul li:before{background:#8f5cff}.exp-card .exp-icon.yellow~ul li:before{background:#fc0}.expertise{width:100%;padding:96px 32px;background:transparent}.expertise .box{padding:0 0 46px}.expertise .box h2{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3.7rem);color:#18233f;letter-spacing:-.05em}.expertise .box p{max-width:760px;color:#5f6982;font-size:18px;line-height:1.8}.expertise-grid{gap:18px}.exp-card{width:min(100%,360px);background:#ffffffb8;border:1px solid rgba(24,35,63,.08);color:#18233f;box-shadow:0 20px 48px #18233f14}.exp-card:hover,.exp-card.active{background:#ffffffe6;transform:translateY(-8px);box-shadow:0 28px 60px #18233f1f}.exp-card h3{font-family:Space Grotesk,sans-serif;font-size:26px}.exp-card p,.exp-card li{color:#5f6982}@media(max-width:768px){.expertise{padding:72px 18px}}.about{width:100vw;min-height:80vh;background:radial-gradient(circle at top,#0f1d3d,#050b16);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:80px 30px}.about h2{font-size:48px;color:#9b8cff;margin-bottom:20px}.about h3{font-size:36px;color:#fff;margin-bottom:20px}.about p{max-width:900px;color:#cfd6ff;font-size:18px;line-height:1.7}@media(max-width:768px){.about h2{font-size:34px}.about h3{font-size:26px}.about p{font-size:16px}}.about{width:100%;min-height:auto;padding:96px 32px;background:transparent}.about h2{font-size:15px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#ef6a4b}.about h3{max-width:780px;font-family:Space Grotesk,sans-serif;font-size:clamp(2.1rem,4vw,4rem);line-height:1.05;letter-spacing:-.05em;color:#18233f}.about p{max-width:820px;color:#5f6982;font-size:18px}@media(max-width:768px){.about{padding:72px 18px}}.how{width:100vw;padding:100px 60px;background:radial-gradient(circle at top,#0f1d3d,#050b16);text-align:center;color:#fff}.how h2{font-size:48px;color:#9b8cff;margin-bottom:15px}.how p{color:#b5c1ff;max-width:800px;margin:0 auto 60px;font-size:21px}.how-grid{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.how-card{width:260px;padding:40px 25px;background:#ffffff0a;border-radius:20px;position:relative;border:1px solid rgba(255,255,255,.1);transition:.3s}.how-card:hover{transform:translateY(-10px);background:linear-gradient(145deg,#2b2f55,#1a1f3d)}.step{position:absolute;top:-18px;left:20px;background:linear-gradient(45deg,#ff5cff,#8f4cff);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.how-icon{width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:26px;margin:30px auto 20px}.how-icon.blue{background:linear-gradient(45deg,#00c6ff,#0072ff)}.how-icon.pink{background:linear-gradient(45deg,#ff5cff,#8f4cff)}.how-icon.green{background:linear-gradient(45deg,#00ffb2,#00b87a)}.how-icon.orange{background:linear-gradient(45deg,#ff8c00,#ff5e00)}.how-card h3{margin-bottom:10px}.how-card p{font-size:14px;color:#cfd6ff}@media(max-width:768px){.how-grid{flex-direction:column;align-items:center}}.how{width:100%;padding:96px 32px;background:transparent;color:#18233f}.how h2{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3.6rem);color:#18233f;letter-spacing:-.05em}.how p{color:#5f6982;font-size:18px}.how-grid{gap:18px}.how-card{width:min(100%,272px);background:#ffffffb8;border:1px solid rgba(24,35,63,.08);box-shadow:0 20px 48px #18233f14}.how-card:hover{background:#ffffffeb;box-shadow:0 28px 58px #18233f1f}.how-card p{font-size:15px}.step{background:linear-gradient(135deg,#ef6a4b,#d9583b)}@media(max-width:768px){.how{padding:72px 18px}}.techstack{padding:100px 60px;text-align:center;background:radial-gradient(circle at top,#0f1d3d,#050b16);color:#fff}.techstack h2{font-size:46px;color:#a9a0ff}.techstack p{color:#cfd4ff;margin-bottom:60px;max-width:720px;margin-inline:auto}.glass{width:100%;margin-bottom:40px;padding:28px 40px;border-radius:22px;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;align-items:center;gap:30px}.left{display:flex;align-items:center;gap:14px;min-width:200px}.left h3{font-size:22px}.icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;flex-shrink:0}.backend{background:linear-gradient(135deg,#3b82f6,#06b6d4)}.frontend{background:linear-gradient(135deg,#a855f7,#6366f1)}.devops{background:linear-gradient(135deg,#22c55e,#16a34a)}.database{background:linear-gradient(135deg,#f97316,#fb7185)}.design{background:linear-gradient(135deg,#ec4899,#f43f5e)}.right{display:flex;gap:14px;overflow-x:auto;padding-bottom:6px;flex:1}.right::-webkit-scrollbar{height:0}.pill{padding:12px 26px;border-radius:14px;background:#ffffff14;white-space:nowrap;flex-shrink:0;font-size:15px;transition:.3s ease;cursor:pointer}.pill:hover{background:#ffffff2e;transform:translateY(-2px)}@media(max-width:768px){.techstack{padding:60px 20px}.techstack h2{font-size:32px}.glass{flex-direction:column;align-items:flex-start;padding:22px;gap:18px}.left{min-width:auto}.right{width:100%;overflow-x:auto}.pill{font-size:14px;padding:10px 20px}}@media(max-width:480px){.techstack h2{font-size:26px}.techstack p{font-size:14px}.left h3{font-size:18px}}.techstack{padding:96px 32px;background:transparent;color:#18233f}.techstack h2{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3.7rem);color:#18233f;letter-spacing:-.05em}.techstack p{color:#5f6982;font-size:18px}.glass{background:#ffffffb3;border:1px solid rgba(24,35,63,.08);box-shadow:0 18px 44px #18233f14}.left h3{color:#18233f}.pill{background:#18233f0f;color:#18233f;border:1px solid rgba(24,35,63,.06)}.pill:hover{background:#ef6a4b1f}@media(max-width:768px){.techstack{padding:72px 18px}}.contact-section{padding:120px 80px;background:radial-gradient(circle at top,#0f1d3d,#050b16);color:#fff}.contact-section h2{font-size:42px;margin-bottom:60px;text-align:center}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}.contact-info{display:flex;flex-direction:column;gap:25px}.info-card{display:flex;align-items:center;gap:20px;padding:28px;border-radius:20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.info-card .icon{font-size:26px;padding:16px;border-radius:14px;background:linear-gradient(135deg,#7c3aed,#a855f7)}.info-card span{color:#aaa;font-size:14px}.info-card p{font-size:18px}.contact-form{padding:40px;border-radius:22px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.contact-form h3{margin-bottom:25px;font-size:28px}.contact-form input,.contact-form textarea{width:100%;padding:16px;margin-bottom:18px;border-radius:14px;background:#ffffff12;border:1px solid rgba(255,255,255,.12);color:#fff;outline:none}.contact-form button{width:100%;padding:16px;border-radius:30px;background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;color:#fff;font-size:16px;cursor:pointer}.contact-info a{color:inherit;text-decoration:none}.contact-info a:hover{text-decoration:underline}@media(max-width:900px){.contact-grid{grid-template-columns:1fr}.contact-section{padding:80px 20px}}.success-msg{background:#e8fff3;color:#0f5132;padding:12px;border-radius:8px;margin-top:15px;font-weight:500;text-align:center}.error-msg{background:#ffe8e8;color:#842029;padding:12px;border-radius:8px;margin-top:15px;font-weight:500;text-align:center}.contact-section{padding:96px 32px;background:transparent;color:#18233f}.contact-section h2{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3.6rem);color:#18233f;letter-spacing:-.05em}.info-card,.contact-form{background:#ffffffb8;border:1px solid rgba(24,35,63,.08);box-shadow:0 18px 44px #18233f14}.info-card span,.contact-form input::placeholder,.contact-form textarea::placeholder{color:#7b8498}.info-card p,.contact-form h3{color:#18233f}.contact-form input,.contact-form textarea{background:#f6f1e8b3;border:1px solid rgba(24,35,63,.1);color:#18233f}.contact-form button{background:linear-gradient(135deg,#18233f,#254f6f)}@media(max-width:900px){.contact-section{padding:72px 18px}}.footer{background:radial-gradient(circle at top,#0f1d3d,#050b16);color:#cfd4ff;padding:80px 60px 30px}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:50px}.footer-col h3{color:#fff;margin-bottom:18px}.logo{color:#7aa2ff;font-size:28px}.footer-col p{font-size:14px;line-height:1.7}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin-bottom:12px}.footer-col ul li a{text-decoration:none;color:#cfd4ff}.footer-col ul li a:hover{color:#8b5cf6}.footer-col p svg{margin-right:10px;color:#8b5cf6}.socials{display:flex;gap:14px;margin-top:15px}.socials svg{width:36px;height:36px;padding:8px;border-radius:50%;background:#ffffff0f;cursor:pointer}.socials svg:hover{background:#8b5cf6;color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:50px;padding-top:20px;text-align:center;font-size:14px}@media(max-width:900px){.footer-grid{grid-template-columns:1fr;text-align:center}.socials{justify-content:center}}.footer-logo{width:120px;margin-bottom:15px}.footer{background:#18233f;color:#ffffffb8;padding:88px 32px 26px}.footer-col h3,.footer-col ul li a:hover,.socials svg:hover,.footer-col p svg{color:#fff}.footer-col ul li a{color:#ffffffb8}.socials svg{background:#ffffff14}.socials svg:hover{background:#ef6a4b}@media(max-width:900px){.footer{padding:72px 18px 26px}}:root{--bg: #f6f1e8;--bg-soft: #fffaf3;--surface: rgba(255, 255, 255, .7);--surface-strong: rgba(255, 255, 255, .9);--text: #18233f;--muted: #5f6982;--line: rgba(24, 35, 63, .1);--brand: #ef6a4b;--brand-dark: #d9583b;--accent: #1d8f8b;--shadow: 0 24px 70px rgba(24, 35, 63, .12)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;min-height:100%;overflow-x:hidden}html{scroll-behavior:smooth}body{font-family:Manrope,sans-serif;background:radial-gradient(circle at top left,rgba(29,143,139,.12),transparent 28%),radial-gradient(circle at top right,rgba(239,106,75,.14),transparent 24%),linear-gradient(180deg,#fffdf8,#f8f2e8);color:var(--text)}a{color:inherit}button,input,textarea{font:inherit}section{position:relative}
