@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600;700&display=swap";
.Navbar-module__nuAbfa__navbar{z-index:1000;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.Navbar-module__nuAbfa__navbarInner{-webkit-backdrop-filter:blur(28px);background:#061227eb;border-bottom:1px solid #2563eb29;justify-content:space-between;align-items:center;height:72px;padding:0 6%;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 12px 32px #0000002e}.Navbar-module__nuAbfa__navbarInner.Navbar-module__nuAbfa__scrolled{background:linear-gradient(#0f172afa,#1e293beb);border-bottom:1px solid #3b82f626;height:64px;box-shadow:0 8px 40px #0000004d}.Navbar-module__nuAbfa__logo{cursor:pointer;align-items:center;gap:10px;text-decoration:none;display:flex}.Navbar-module__nuAbfa__logoDot{background:#2563eb;border-radius:50%;width:8px;height:8px;animation:2.5s ease-in-out infinite Navbar-module__nuAbfa__pulse;box-shadow:0 0 10px #2563eb,0 0 20px #2563eb59}@keyframes Navbar-module__nuAbfa__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}.Navbar-module__nuAbfa__logoText{letter-spacing:-.02em;color:#eff6ff;font-family:Plus Jakarta Sans,sans-serif;font-size:1.3rem;font-weight:700}.Navbar-module__nuAbfa__logoHighlight{background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Navbar-module__nuAbfa__navLinks{align-items:center;gap:2px;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__nuAbfa__mobileToggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;display:none}.Navbar-module__nuAbfa__hamburger{background:#e6eefc;width:20px;height:2px;display:block;position:relative}.Navbar-module__nuAbfa__hamburger:before,.Navbar-module__nuAbfa__hamburger:after{content:"";background:#e6eefc;width:20px;height:2px;position:absolute;left:0}.Navbar-module__nuAbfa__hamburger:before{top:-6px}.Navbar-module__nuAbfa__hamburger:after{top:6px}.Navbar-module__nuAbfa__navLink{color:#f1f5f9c7;letter-spacing:.02em;border-radius:10px;padding:8px 16px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.Navbar-module__nuAbfa__navLink:hover{color:#fff;background:#2563eb1f}.Navbar-module__nuAbfa__navLink.Navbar-module__nuAbfa__active{color:#60a5fa;background:#3b82f614;font-weight:600}.Navbar-module__nuAbfa__navLink:after{content:"";background:linear-gradient(90deg,#0000,#38bdf8,#0000);border-radius:2px;width:calc(100% - 32px);height:1.5px;transition:transform .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:4px;left:50%;transform:translate(-50%)scaleX(0)}.Navbar-module__nuAbfa__navLink:hover:after,.Navbar-module__nuAbfa__navLink.Navbar-module__nuAbfa__active:after{transform:translate(-50%)scaleX(1)}.Navbar-module__nuAbfa__navCta{color:#fff;letter-spacing:.02em;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:12px;margin-left:14px;padding:10px 24px;font-family:Plus Jakarta Sans,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;position:relative;overflow:hidden;box-shadow:0 6px 20px #2563eb4d,inset 0 0 0 1px #ffffff14}.Navbar-module__nuAbfa__navCta:before{content:"";pointer-events:none;background:linear-gradient(135deg,#0000,#ffffff1a);position:absolute;inset:0}.Navbar-module__nuAbfa__navCta:hover{background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);transform:translateY(-2px);box-shadow:0 10px 30px #3b82f666,inset 0 0 0 1px #3b82f626}.Navbar-module__nuAbfa__navCta:active{transform:translateY(0)}.Navbar-module__nuAbfa__navSpacer{height:72px}@media (max-width:920px){.Navbar-module__nuAbfa__mobileToggle{display:flex}.Navbar-module__nuAbfa__navLinks{display:none}.Navbar-module__nuAbfa__navSpacer{height:64px}.Navbar-module__nuAbfa__navLinks.Navbar-module__nuAbfa__open{z-index:1500;background:#061227fa;border-radius:12px;flex-direction:column;gap:8px;width:88%;max-width:420px;padding:16px;display:flex;position:fixed;top:64px;right:6%;box-shadow:0 12px 40px #0009}.Navbar-module__nuAbfa__navLinks.Navbar-module__nuAbfa__open li{width:100%}.Navbar-module__nuAbfa__navLinks.Navbar-module__nuAbfa__open .Navbar-module__nuAbfa__navLink{width:100%;padding:12px 14px;display:block}.Navbar-module__nuAbfa__navLinks.Navbar-module__nuAbfa__open .Navbar-module__nuAbfa__navCta{text-align:center;width:100%;margin-left:0;padding:12px 14px}}@media (max-width:480px){.Navbar-module__nuAbfa__navSpacer{height:56px}.Navbar-module__nuAbfa__navbarInner{height:64px;padding:0 4%}.Navbar-module__nuAbfa__logoText{font-size:1.05rem}}
.ContactForm-module__1SvrgG__contactSection{background:#f8fafc;padding:120px 6% 140px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow:hidden}.ContactForm-module__1SvrgG__contactSection:before{content:"";opacity:.75;pointer-events:none;background-image:linear-gradient(#2563eb14 1px,#0000 1px),linear-gradient(90deg,#2563eb14 1px,#0000 1px),linear-gradient(#38bdf808 1px,#0000 1px),linear-gradient(90deg,#38bdf808 1px,#0000 1px);background-size:120px 120px,120px 120px,60px 60px,60px 60px;position:absolute;inset:0}.ContactForm-module__1SvrgG__contactGlowLeft{pointer-events:none;background:radial-gradient(circle,#2563eb1f 0%,#0000 65%);width:500px;height:500px;position:absolute;top:-100px;left:-150px}.ContactForm-module__1SvrgG__contactGlowRight{pointer-events:none;background:radial-gradient(circle,#3b82f614 0%,#0000 65%);width:500px;height:500px;position:absolute;bottom:-150px;right:-100px}.ContactForm-module__1SvrgG__contactInner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1100px;margin:0 auto;display:grid;position:relative}@media (max-width:860px){.ContactForm-module__1SvrgG__contactInner{grid-template-columns:1fr;gap:48px}}@media (max-width:560px){.ContactForm-module__1SvrgG__contactSection{padding:64px 5% 80px}.ContactForm-module__1SvrgG__formCard{padding:28px 20px}.ContactForm-module__1SvrgG__heading{font-size:clamp(1.4rem,4.5vw,1.9rem)}.ContactForm-module__1SvrgG__subtext{margin-bottom:24px}.ContactForm-module__1SvrgG__infoIcon{width:34px;height:34px}}.ContactForm-module__1SvrgG__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#1e293b;margin-bottom:10px;font-size:.75rem;font-weight:700;display:block}.ContactForm-module__1SvrgG__eyebrowLine{background:#38bdf8;border-radius:2px;width:32px;height:1.5px}.ContactForm-module__1SvrgG__eyebrowText{letter-spacing:.18em;text-transform:uppercase;color:#2563eb;font-size:.72rem;font-weight:600}.ContactForm-module__1SvrgG__heading{color:#0f172a;letter-spacing:-.03em;margin:0 0 20px;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;line-height:1.2}.ContactForm-module__1SvrgG__headingHighlight{color:#2563eb;font-style:normal}.ContactForm-module__1SvrgG__subtext{color:#0f172ab8;margin:0 0 44px;font-size:.9rem;font-weight:300;line-height:1.8}.ContactForm-module__1SvrgG__infoList{flex-direction:column;gap:18px;display:flex}.ContactForm-module__1SvrgG__infoItem{align-items:center;gap:14px;display:flex}.ContactForm-module__1SvrgG__infoIcon{background:#2563eb1a;border:1px solid #2563eb2e;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;display:flex}.ContactForm-module__1SvrgG__infoText{color:#0f172ab8;font-size:.85rem;font-weight:300}.ContactForm-module__1SvrgG__infoLabel{color:#0f172ae0;letter-spacing:.01em;margin-bottom:2px;font-size:.82rem;font-weight:600;display:block}.ContactForm-module__1SvrgG__formCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#eff6ff;border:1px solid #2563eb24;border-radius:24px;padding:48px 44px;position:relative;overflow:hidden;box-shadow:0 20px 60px #0f172a1f}.ContactForm-module__1SvrgG__formCard:before{content:"";background:linear-gradient(90deg,#0000,#3b82f666,#0000);height:1.5px;position:absolute;top:0;left:0;right:0}.ContactForm-module__1SvrgG__fieldGroup{flex-direction:column;gap:16px;margin-bottom:20px;display:flex}.ContactForm-module__1SvrgG__field{position:relative}.ContactForm-module__1SvrgG__fieldLabel{letter-spacing:.14em;text-transform:uppercase;color:#1f2937;margin-bottom:10px;font-size:.78rem;font-weight:700;display:block}.ContactForm-module__1SvrgG__fieldInput,.ContactForm-module__1SvrgG__fieldTextarea{color:#0f172a;box-sizing:border-box;background:#fff;border:1.8px solid #6366f138;border-radius:18px;outline:none;width:100%;padding:16px 18px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:500;transition:all .25s;box-shadow:inset 0 1px 2px #0f172a0a}.ContactForm-module__1SvrgG__fieldTextarea{resize:vertical;min-height:120px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.ContactForm-module__1SvrgG__fieldInput:focus,.ContactForm-module__1SvrgG__fieldTextarea:focus{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb24,0 10px 24px #2563eb14}.ContactForm-module__1SvrgG__fieldInput::placeholder,.ContactForm-module__1SvrgG__fieldTextarea::placeholder{color:#0f172a8c}.ContactForm-module__1SvrgG__fieldError{color:#dc2626;margin-top:4px;font-size:.75rem;display:block}.ContactForm-module__1SvrgG__formActions{gap:12px;margin-top:24px;display:flex}.ContactForm-module__1SvrgG__submitBtn{letter-spacing:.02em;color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:14px;flex:1;padding:16px 32px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;font-weight:700;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 20px #2563eb47,inset 0 0 0 1px #ffffff14}.ContactForm-module__1SvrgG__submitBtn:before{content:"";pointer-events:none;background:linear-gradient(135deg,#0000,#ffffff1f);position:absolute;inset:0}.ContactForm-module__1SvrgG__submitBtn:hover{background:linear-gradient(135deg,#1d4ed8 0%,#2563eb 100%);transform:translateY(-3px);box-shadow:0 12px 30px #2563eb61,inset 0 0 0 1px #ffffff1f}.ContactForm-module__1SvrgG__submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.ContactForm-module__1SvrgG__successMessage{color:#16a34a;text-align:center;background:#34d3991f;border:1px solid #34d39938;border-radius:12px;margin-bottom:20px;padding:16px;font-size:.9rem}.ContactForm-module__1SvrgG__errorMessage{color:#fca5a5;text-align:center;background:#f871711a;border:1px solid #f8717133;border-radius:12px;margin-bottom:20px;padding:16px;font-size:.9rem}
.Footer-module__EZoWya__footer{background:linear-gradient(#03111f 0%,#071a33 100%);border-top:1px solid #2563eb26;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow:hidden}.Footer-module__EZoWya__footer:before{content:"";pointer-events:none;background-image:linear-gradient(#2563eb0d 1px,#0000 1px),linear-gradient(90deg,#2563eb0d 1px,#0000 1px);background-size:100px 100px;position:absolute;inset:0}.Footer-module__EZoWya__footerGlow{filter:blur(40px);pointer-events:none;background:radial-gradient(#2563eb2e 0%,#0000 65%);width:900px;height:600px;position:absolute;top:-300px;left:50%;transform:translate(-50%)}.Footer-module__EZoWya__footerShimmer{background:linear-gradient(90deg,#0000 0%,#3b82f64d 50%,#0000 100%);width:100%;height:1.5px}.Footer-module__EZoWya__footerInner{z-index:1;max-width:1200px;margin:0 auto;padding:72px 6% 0;position:relative}.Footer-module__EZoWya__footerTop{border-bottom:1px solid #e2e8f014;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:48px;padding-bottom:56px;display:grid}@media (max-width:900px){.Footer-module__EZoWya__footerTop{grid-template-columns:1fr 1fr;gap:36px}}@media (max-width:560px){.Footer-module__EZoWya__footerTop{grid-template-columns:1fr}}.Footer-module__EZoWya__brandColumn{flex-direction:column;gap:20px;display:flex}.Footer-module__EZoWya__brandLogo{cursor:pointer;align-items:center;gap:10px;width:fit-content;text-decoration:none;display:flex}.Footer-module__EZoWya__brandDot{background:linear-gradient(135deg,#3b82f6,#60a5fa);border-radius:50%;width:8px;height:8px;box-shadow:0 0 12px #3b82f699}.Footer-module__EZoWya__brandName{color:#eef2ff;font-family:Plus Jakarta Sans,sans-serif;font-size:1.05rem;font-weight:700}.Footer-module__EZoWya__brandNameHighlight{background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Footer-module__EZoWya__brandDesc{color:#e2e8f08c;letter-spacing:.3px;margin:0;font-size:.9rem;font-weight:400;line-height:1.7}.Footer-module__EZoWya__socialLinks{gap:14px;display:flex}.Footer-module__EZoWya__socialLink{color:#e2e8f0b3;background:linear-gradient(135deg,#3b82f614,#8b5cf60d);border:1.5px solid #3b82f633;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;text-decoration:none;transition:all .3s;display:flex}.Footer-module__EZoWya__socialLink:hover{color:#f1f5f9;background:#3b82f626;border-color:#3b82f6;transform:translateY(-3px);box-shadow:0 8px 20px #3b82f633}.Footer-module__EZoWya__footerColumnTitle{letter-spacing:.15em;text-transform:uppercase;color:#f1f5f9;margin:0 0 20px;font-family:Plus Jakarta Sans,sans-serif;font-size:.8rem;font-weight:700}.Footer-module__EZoWya__footerLinks{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__EZoWya__footerLink{color:#e2e8f099;letter-spacing:.3px;font-size:.9rem;font-weight:400;text-decoration:none;transition:all .3s}.Footer-module__EZoWya__footerLink:hover{color:#2563eb;transform:translate(2px)}.Footer-module__EZoWya__footerBottom{border-top:1px solid #e2e8f00f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:40px 0;display:flex}@media (max-width:560px){.Footer-module__EZoWya__footerBottom{text-align:center;justify-content:center}}.Footer-module__EZoWya__copyright{color:#e2e8f080;letter-spacing:.3px;margin:0;font-size:.85rem;font-weight:400}.Footer-module__EZoWya__legalLinks{flex-wrap:wrap;gap:24px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__EZoWya__legalLink{color:#e2e8f080;font-size:.85rem;text-decoration:none;transition:color .25s}.Footer-module__EZoWya__legalLink:hover{color:#2563eb}
.Hero-module__Z8hQ_W__heroSection{background:linear-gradient(135deg,#041d3e 0%,#0d2f5b 45%,#071a33 100%);justify-content:center;align-items:center;min-height:100vh;padding:120px 6%;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__heroSection:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:100px 100px;position:absolute;inset:0}.Hero-module__Z8hQ_W__heroGlowTop{filter:blur(40px);pointer-events:none;background:radial-gradient(#60a5fa2e 0%,#0000 70%);width:1000px;height:700px;position:absolute;top:-400px;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__heroGlowBottom{filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#ffffff1f 0%,#0000 70%);width:700px;height:700px;position:absolute;bottom:-300px;right:-200px}.Hero-module__Z8hQ_W__heroInner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1300px;margin:0 auto;display:grid;position:relative}@media (max-width:920px){.Hero-module__Z8hQ_W__heroInner{grid-template-columns:1fr;gap:40px}}@media (max-width:560px){.Hero-module__Z8hQ_W__heroSection{min-height:auto;padding:64px 5%}.Hero-module__Z8hQ_W__heroRight{min-height:320px}.Hero-module__Z8hQ_W__heroHeading{font-size:clamp(1.8rem,6vw,2.6rem)}.Hero-module__Z8hQ_W__heroSubheading{max-width:100%;font-size:.98rem}}.Hero-module__Z8hQ_W__heroEyebrow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;border-radius:12px;align-items:center;gap:10px;margin-bottom:24px;padding:10px 18px;display:inline-flex}.Hero-module__Z8hQ_W__eyebrowLine{background:linear-gradient(90deg,#7dd3fc,#e0f2fe);border-radius:1px;width:20px;height:2px}.Hero-module__Z8hQ_W__eyebrowText{letter-spacing:.15em;text-transform:uppercase;color:#dbeafe;font-family:Plus Jakarta Sans,sans-serif;font-size:.72rem;font-weight:700}.Hero-module__Z8hQ_W__heroHeading{color:#eff6ff;letter-spacing:-.02em;margin:0 0 24px;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(2.5rem,5.5vw,4.5rem);font-weight:800;line-height:1.15}.Hero-module__Z8hQ_W__heroHeadingHighlight{background:linear-gradient(135deg,#dbeafe,#fff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.Hero-module__Z8hQ_W__heroSubheading{color:#f1f5f9d9;letter-spacing:.3px;max-width:500px;margin:0 0 36px;font-size:1.1rem;font-weight:400;line-height:1.8}.Hero-module__Z8hQ_W__heroStats{border-bottom:1px solid #ffffff1f;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:40px;padding-bottom:32px;display:grid}@media (max-width:560px){.Hero-module__Z8hQ_W__heroStats{grid-template-columns:1fr}}.Hero-module__Z8hQ_W__statItem{flex-direction:column;gap:4px;display:flex}.Hero-module__Z8hQ_W__statValue{background:linear-gradient(135deg,#dbeafe,#fff);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-family:Plus Jakarta Sans,sans-serif;font-size:1.6rem;font-weight:800}.Hero-module__Z8hQ_W__statLabel{color:#f1f5f9bf;letter-spacing:.02em;text-transform:uppercase;font-size:.82rem;font-weight:500}.Hero-module__Z8hQ_W__heroCta{flex-wrap:wrap;gap:16px;display:flex}.Hero-module__Z8hQ_W__ctaButton{letter-spacing:.01em;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 28px;font-family:Sora,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.Hero-module__Z8hQ_W__ctaPrimary{color:#fff;background:linear-gradient(135deg,#1e40af 0%,#2563eb 100%);font-weight:600;position:relative;overflow:hidden;box-shadow:0 10px 30px #2563eb3d,inset 0 0 0 1px #ffffff14}.Hero-module__Z8hQ_W__ctaPrimary:before{content:"";pointer-events:none;background:linear-gradient(135deg,#0000,#ffffff1f);position:absolute;inset:0}.Hero-module__Z8hQ_W__ctaPrimary:hover{background:linear-gradient(135deg,#2563eb 0%,#60a5fa 100%);transform:translateY(-3px);box-shadow:0 15px 40px #2563eb59,inset 0 0 0 1px #ffffff1f}.Hero-module__Z8hQ_W__ctaSecondary{color:#eff6ff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1.5px solid #ffffff38;font-weight:600}.Hero-module__Z8hQ_W__ctaSecondary:hover{color:#0f172a;background:#ffffff29;border-color:#fff6;box-shadow:0 8px 24px #ffffff1f}.Hero-module__Z8hQ_W__heroRight{height:100%;min-height:500px;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__hero3dScene{z-index:0;pointer-events:none;perspective:1300px;place-items:center;display:grid;position:absolute;inset:0}.Hero-module__Z8hQ_W__hero3dGlow{filter:blur(40px);background:radial-gradient(circle,#fff3,#0000 55%);border-radius:50%;position:absolute;inset:16%}.Hero-module__Z8hQ_W__hero3dCube{width:220px;height:220px;transform-style:preserve-3d;animation:18s linear infinite Hero-module__Z8hQ_W__hero3dRotate;position:relative}.Hero-module__Z8hQ_W__cubeFace{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a8c;border:1px solid #60a5fa59;position:absolute;inset:0;box-shadow:inset 0 0 24px #60a5fa14}.Hero-module__Z8hQ_W__cubeFace:first-child{transform:translateZ(110px)}.Hero-module__Z8hQ_W__cubeFace:nth-child(2){transform:rotateY(180deg)translateZ(110px)}.Hero-module__Z8hQ_W__cubeFace:nth-child(3){transform:rotateY(90deg)translateZ(110px)}.Hero-module__Z8hQ_W__cubeFace:nth-child(4){transform:rotateY(-90deg)translateZ(110px)}.Hero-module__Z8hQ_W__cubeFace:nth-child(5){transform:rotateX(90deg)translateZ(110px)}.Hero-module__Z8hQ_W__cubeFace:nth-child(6){transform:rotateX(-90deg)translateZ(110px)}.Hero-module__Z8hQ_W__hero3dOrbit,.Hero-module__Z8hQ_W__hero3dOrbitAlt{opacity:.72;border:1px solid #60a5fa2e;border-radius:50%;width:280px;height:280px;position:absolute;box-shadow:0 0 40px #3b82f61f}.Hero-module__Z8hQ_W__hero3dOrbit{animation:12s linear infinite Hero-module__Z8hQ_W__hero3dRing;transform:rotateX(70deg)rotate(35deg)}.Hero-module__Z8hQ_W__hero3dOrbitAlt{animation:14s linear infinite Hero-module__Z8hQ_W__hero3dRingAlt;transform:rotateX(60deg)rotate(-40deg)}@keyframes Hero-module__Z8hQ_W__hero3dRotate{0%{transform:rotateX(20deg)rotateY(0)}50%{transform:rotateX(20deg)rotateY(180deg)}to{transform:rotateX(20deg)rotateY(360deg)}}@keyframes Hero-module__Z8hQ_W__hero3dRing{0%{transform:rotateX(70deg)rotate(35deg)rotateY(0)}to{transform:rotateX(70deg)rotate(35deg)rotateY(360deg)}}@keyframes Hero-module__Z8hQ_W__hero3dRingAlt{0%{transform:rotateX(60deg)rotate(-40deg)rotateY(0)}to{transform:rotateX(60deg)rotate(-40deg)rotateY(-360deg)}}.Hero-module__Z8hQ_W__floatingCardsContainer{width:100%;height:100%;position:relative}.Hero-module__Z8hQ_W__floatingCard{border-radius:16px;width:fit-content;position:absolute;overflow:hidden}.Hero-module__Z8hQ_W__floatingCardGlow{pointer-events:none;filter:blur(10px);border-radius:22px;position:absolute;inset:-16px}.Hero-module__Z8hQ_W__floatingCardShell{background:#0a1c3aeb;border:1px solid #ffffff14;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff0f,0 16px 48px #0006,0 4px 16px #ffffff14}.Hero-module__Z8hQ_W__floatingCardShimmer{z-index:3;background:linear-gradient(90deg,#0000,#ffffff59,#0000);height:1px;position:absolute;top:0;left:0;right:0}.Hero-module__Z8hQ_W__floatingCardImage{aspect-ratio:4/3;object-fit:cover;opacity:1;filter:brightness(.95)saturate(1.1)contrast(1.05);width:100%;display:block}.Hero-module__Z8hQ_W__floatingCardOverlay{z-index:1;background:linear-gradient(#0000 0%,#07132ca6 45%,#07132cf2 100%);height:55%;position:absolute;bottom:0;left:0;right:0}.Hero-module__Z8hQ_W__floatingCardLabel{z-index:2;align-items:center;gap:7px;display:flex;position:absolute;bottom:12px;left:12px;right:12px}.Hero-module__Z8hQ_W__floatingCardDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.Hero-module__Z8hQ_W__floatingCardText{color:#f0f6ff;letter-spacing:.02em;font-size:.8rem;font-weight:600}
.Insights-module__iacPLa__insightsSection{background:#f8fafc;padding:100px 6% 120px;font-family:Sora,sans-serif;position:relative;overflow:hidden}.Insights-module__iacPLa__insightsSection:before{content:"";opacity:.75;pointer-events:none;background-image:linear-gradient(#2563eb14 1px,#0000 1px),linear-gradient(90deg,#2563eb14 1px,#0000 1px),linear-gradient(#38bdf808 1px,#0000 1px),linear-gradient(90deg,#38bdf808 1px,#0000 1px);background-size:120px 120px,120px 120px,60px 60px,60px 60px;position:absolute;inset:0}.Insights-module__iacPLa__insightsSection:after{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb1f 0%,#0000 65%);width:520px;height:520px;position:absolute;bottom:-160px;right:-80px}.Insights-module__iacPLa__header{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:56px;display:flex;position:relative}.Insights-module__iacPLa__eyebrow{align-items:center;gap:10px;margin-bottom:14px;display:flex}.Insights-module__iacPLa__eyebrowLine{background:#2563eb;border-radius:1px;width:32px;height:2px}.Insights-module__iacPLa__eyebrowText{letter-spacing:.18em;text-transform:uppercase;color:#2563eb;font-family:Plus Jakarta Sans,sans-serif;font-size:.72rem;font-weight:700}.Insights-module__iacPLa__heading{color:#0f172a;letter-spacing:-.02em;margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;line-height:1.15}.Insights-module__iacPLa__headingHighlight{background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.Insights-module__iacPLa__viewAllButton{letter-spacing:.02em;color:#2563eb;white-space:nowrap;background:#fff;border:1.5px solid #2563eb38;border-radius:12px;align-items:center;gap:8px;padding:11px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Insights-module__iacPLa__viewAllButton:hover{color:#1d4ed8;background:#2563eb14;border-color:#2563eb;transform:translate(2px)}.Insights-module__iacPLa__cardsGrid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;display:grid;position:relative}.Insights-module__iacPLa__insightLink{color:inherit;text-decoration:none;display:block}.Insights-module__iacPLa__insightCard{cursor:pointer;background:#fff;border:1.5px solid #2563eb1f;border-radius:20px;flex-direction:column;padding:36px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 28px #0f172a14}.Insights-module__iacPLa__insightCard:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#2563eb80,#0000);height:1.5px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Insights-module__iacPLa__insightCard:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#2563eb0f,#0000);border-radius:20px;transition:opacity .4s;position:absolute;inset:0}.Insights-module__iacPLa__insightCard:hover{background:#eff6ff;border-color:#2563eb2e;transform:translateY(-6px);box-shadow:0 18px 48px #0f172a1f}.Insights-module__iacPLa__insightCard:hover:before,.Insights-module__iacPLa__insightCard:hover:after{opacity:1}.Insights-module__iacPLa__insightHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.Insights-module__iacPLa__insightCategory{letter-spacing:.15em;text-transform:uppercase;color:#2563eb;font-family:Plus Jakarta Sans,sans-serif;font-size:.68rem;font-weight:700}.Insights-module__iacPLa__insightTag{letter-spacing:.1em;text-transform:uppercase;color:#2563eb;background:#2563eb14;border:1px solid #2563eb2e;border-radius:8px;align-items:center;padding:5px 12px;font-family:Plus Jakarta Sans,sans-serif;font-size:.68rem;font-weight:700;display:inline-flex}.Insights-module__iacPLa__insightTitle{color:#0f172a;letter-spacing:-.01em;flex-grow:1;margin:0 0 12px;font-family:Plus Jakarta Sans,sans-serif;font-size:1.15rem;font-weight:700;line-height:1.4}.Insights-module__iacPLa__insightDesc{color:#0f172ab8;letter-spacing:.3px;margin-bottom:20px;font-size:.9rem;font-weight:400;line-height:1.7}.Insights-module__iacPLa__insightFooter{color:#0f172a8c;letter-spacing:.3px;border-top:1px solid #0f172a14;justify-content:space-between;align-items:center;padding-top:16px;font-size:.8rem;font-weight:500;display:flex}
.Services-module__PFRRnG__servicesSection{background:#f8fafc;padding:100px 6% 120px;font-family:Sora,sans-serif;position:relative;overflow:hidden}.Services-module__PFRRnG__servicesSection:before{content:"";opacity:.75;pointer-events:none;background-image:linear-gradient(#2563eb14 1px,#0000 1px),linear-gradient(90deg,#2563eb14 1px,#0000 1px),linear-gradient(#38bdf808 1px,#0000 1px),linear-gradient(90deg,#38bdf808 1px,#0000 1px);background-size:120px 120px,120px 120px,60px 60px,60px 60px;position:absolute;inset:0}.Services-module__PFRRnG__servicesSection:after{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb26 0%,#0000 65%);width:420px;height:420px;position:absolute;top:-120px;left:-80px}.Services-module__PFRRnG__header{z-index:1;margin-bottom:64px;position:relative}.Services-module__PFRRnG__eyebrow{align-items:center;gap:10px;margin-bottom:16px;display:flex}.Services-module__PFRRnG__eyebrowLine{background:#2563eb;border-radius:2px;width:32px;height:1.5px}.Services-module__PFRRnG__eyebrowText{letter-spacing:.18em;text-transform:uppercase;color:#0f172a;font-size:.75rem;font-weight:600}.Services-module__PFRRnG__heading{color:#0f172a;letter-spacing:-.02em;max-width:560px;margin:0 0 16px;font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:800;line-height:1.15}.Services-module__PFRRnG__headingHighlight{background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.Services-module__PFRRnG__subheading{color:#0f172abf;max-width:480px;margin:0;font-size:1rem;font-weight:300;line-height:1.7}.Services-module__PFRRnG__servicesGrid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;display:grid;position:relative}.Services-module__PFRRnG__serviceCard{cursor:pointer;background:#fffffff2;border:1px solid #2563eb24;border-radius:24px;padding:40px 36px;transition:transform .35s,box-shadow .35s,background .35s;position:relative;overflow:hidden;box-shadow:0 16px 40px #0f172a14}.Services-module__PFRRnG__serviceCard:after{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 100% 0,#2563eb1a,#0000 45%);transition:opacity .35s;position:absolute;inset:0}.Services-module__PFRRnG__serviceCard:hover{background:#eff6ff;border-color:#2563eb47;transform:translateY(-6px);box-shadow:0 26px 70px #0f172a24}.Services-module__PFRRnG__serviceCard:hover:after{opacity:1}.Services-module__PFRRnG__serviceCard:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#2563eb59,#0000);height:1.5px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Services-module__PFRRnG__serviceCard:hover:before{opacity:1}.Services-module__PFRRnG__serviceIcon{color:#2563eb;margin-bottom:18px;font-size:2rem}.Services-module__PFRRnG__serviceTitle{color:#0f172a;letter-spacing:-.01em;margin:0 0 12px;font-family:Plus Jakarta Sans,sans-serif;font-size:1.15rem;font-weight:700}.Services-module__PFRRnG__serviceDesc{color:#0f172abf;letter-spacing:.3px;margin:0;font-size:.95rem;font-weight:400;line-height:1.7}
.UseCases-module__soBoFW__useCasesSection{background:linear-gradient(#07111f 0%,#060e1e 100%);border-top:1px solid #ffffff14;padding:120px 24px 80px;position:relative;overflow:hidden}.UseCases-module__soBoFW__useCasesSection:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a 25%,#ffffff14 75%,#0000);height:1px;position:absolute;top:0;left:0;right:0}.UseCases-module__soBoFW__headerGrid{grid-template-columns:minmax(320px,1.1fr) minmax(260px,.9fr);align-items:center;gap:42px;max-width:1200px;margin:0 auto 72px;display:grid}.UseCases-module__soBoFW__headerLeft{z-index:1;flex-direction:column;gap:24px;display:flex}.UseCases-module__soBoFW__visualWrapper{width:100%;min-height:380px;position:relative}.UseCases-module__soBoFW__visualScene{background:radial-gradient(circle at 0 0,#38bdf82e,#0000 28%),radial-gradient(circle at 100% 100%,#10b9811f,#0000 30%),#0b1426f2;border-radius:32px;width:100%;min-height:360px;padding:30px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0a,0 24px 60px #00000059}.UseCases-module__soBoFW__glowOrb,.UseCases-module__soBoFW__glowOrbSecondary{filter:blur(18px);opacity:.7;border-radius:999px;position:absolute}.UseCases-module__soBoFW__glowOrb{background:#38bdf838;width:180px;height:180px;top:-40px;left:-20px}.UseCases-module__soBoFW__glowOrbSecondary{background:#10b98129;width:140px;height:140px;bottom:-50px;right:-30px}.UseCases-module__soBoFW__floatingPanel{background:#0f182beb;border:1px solid #ffffff14;border-radius:24px;width:170px;position:absolute;top:22px;right:22px;box-shadow:0 20px 45px #0003}.UseCases-module__soBoFW__panelTop{background:linear-gradient(90deg,#38bdf8d9,#10b98199);border-top-left-radius:24px;border-top-right-radius:24px;height:8px}.UseCases-module__soBoFW__panelBody{padding:18px 16px 20px}.UseCases-module__soBoFW__panelBadge{letter-spacing:.08em;color:#9ee7ff;background:#38bdf81f;border-radius:999px;justify-content:center;align-items:center;margin-bottom:14px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.UseCases-module__soBoFW__deviceCard{background:#ffffff08;border:1px solid #ffffff14;border-radius:28px;width:calc(100% - 60px);max-width:320px;position:absolute;bottom:28px;left:24px;overflow:hidden}.UseCases-module__soBoFW__deviceHeader{background:#ffffff14;height:10px}.UseCases-module__soBoFW__deviceBody{gap:16px;padding:20px 18px 24px;display:grid}.UseCases-module__soBoFW__dot{background:#ffffffa6;border-radius:999px;width:8px;height:8px;display:inline-block}.UseCases-module__soBoFW__chartLine{background:linear-gradient(90deg,#38bdf8f2,#10b981b3);border-radius:999px;height:8px}.UseCases-module__soBoFW__character{align-items:center;gap:10px;display:grid;position:absolute;bottom:112px;right:24px}.UseCases-module__soBoFW__characterHead,.UseCases-module__soBoFW__characterBody,.UseCases-module__soBoFW__characterBase{background:linear-gradient(#ffffff2b,#ffffff14);border-radius:999px}.UseCases-module__soBoFW__characterHead{width:48px;height:48px}.UseCases-module__soBoFW__characterBody{width:64px;height:72px}.UseCases-module__soBoFW__characterBase{width:82px;height:18px}.UseCases-module__soBoFW__chartWidget{align-items:flex-end;gap:10px;display:flex;position:absolute;top:110px;left:40px}.UseCases-module__soBoFW__bar{background:linear-gradient(#38bdf8fa,#10b98173);border-radius:999px;width:14px}.UseCases-module__soBoFW__header{max-width:800px;margin-bottom:80px}.UseCases-module__soBoFW__headerLeft{flex-direction:column;gap:24px;display:flex}.UseCases-module__soBoFW__eyebrow{letter-spacing:.5px;color:var(--text-muted);align-items:center;gap:12px;font-size:14px;font-weight:600;display:flex}.UseCases-module__soBoFW__eyebrowLine{background:var(--accent);width:32px;height:1px}.UseCases-module__soBoFW__eyebrowText{text-transform:uppercase;color:var(--accent)}.UseCases-module__soBoFW__heading{text-shadow:0 20px 40px #00000040;margin:0;font-size:clamp(28px,6vw,48px);font-weight:700;line-height:1.2;color:#f0f6ff!important}.UseCases-module__soBoFW__headingHighlight{background:linear-gradient(135deg,#38bdf8,#10b981f2);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.UseCases-module__soBoFW__subheading{margin:16px 0 0;font-size:18px;line-height:1.8;color:#f0f6ffd9!important}.UseCases-module__soBoFW__cardsGrid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:32px;margin-bottom:60px;display:grid}.UseCases-module__soBoFW__useCaseCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:18px;padding:32px;transition:all .35s;position:relative;overflow:hidden;box-shadow:0 20px 40px #0003;background:#ffffff0f!important;border:1px solid #ffffff26!important}.UseCases-module__soBoFW__useCaseCard:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#38bdf8f2,#0000);height:3px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.UseCases-module__soBoFW__useCaseCard:hover{background:#ffffff1f;border-color:#38bdf880;transform:translateY(-4px)}.UseCases-module__soBoFW__useCaseCard:hover:before{opacity:1}.UseCases-module__soBoFW__cardHeader{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.UseCases-module__soBoFW__cardIcon{flex-shrink:0;font-size:32px}.UseCases-module__soBoFW__industryTag{white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;color:#daf7ff!important;background:#38bdf821!important;border:1px solid #38bdf873!important}.UseCases-module__soBoFW__caseTitle{margin:0 0 24px;font-size:20px;font-weight:700;line-height:1.3;color:#edf7ff!important}.UseCases-module__soBoFW__caseSection{margin-bottom:24px}.UseCases-module__soBoFW__sectionLabel{letter-spacing:.5px;text-transform:uppercase;margin:0 0 8px;font-size:13px;font-weight:700;color:#82e9ff!important}.UseCases-module__soBoFW__sectionContent{margin:0;font-size:14px;line-height:1.8;color:#f0f6fff2!important}.UseCases-module__soBoFW__resultsSection{border-top:1px solid var(--border);margin-top:28px;padding-top:24px}.UseCases-module__soBoFW__resultsList{flex-direction:column;gap:10px;margin:12px 0 0;padding:0;list-style:none;display:flex}.UseCases-module__soBoFW__resultItem{align-items:center;gap:10px;font-size:14px;line-height:1.6;display:flex;color:#f0f6fff2!important}.UseCases-module__soBoFW__resultDot{border-radius:50%;flex-shrink:0;width:6px;min-width:6px;height:6px}.UseCases-module__soBoFW__cta{text-align:center;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:48px 34px;display:flex;position:relative;box-shadow:0 24px 50px #00000038}.UseCases-module__soBoFW__cta:before{content:"";z-index:-1;background:linear-gradient(135deg,#38bdf829,#10b9811a);border-radius:24px;position:absolute;inset:-1px}.UseCases-module__soBoFW__cta p{max-width:640px;margin:0;font-size:20px;font-weight:700;line-height:1.4;color:#fff!important}.UseCases-module__soBoFW__ctaButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#38bdf8,#10b981f2);border:none;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:14px 32px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s,opacity .25s;display:inline-flex;box-shadow:0 16px 26px #38bdf842}.UseCases-module__soBoFW__ctaButton:hover{transform:translateY(-2px);box-shadow:0 12px 24px #38bdf84d}@media (max-width:768px){.UseCases-module__soBoFW__useCasesSection{padding:80px 20px}.UseCases-module__soBoFW__heading{font-size:32px}.UseCases-module__soBoFW__cardsGrid{grid-template-columns:1fr;gap:24px;margin-bottom:40px}.UseCases-module__soBoFW__useCaseCard{padding:24px}.UseCases-module__soBoFW__cta{gap:16px;padding:32px 24px}.UseCases-module__soBoFW__cta p{font-size:16px}}
