.Navbar-module___rHu7W__navbar{z-index:1000;padding:0 var(--container-padding);height:var(--navbar-height);transition:height .4s var(--ease-out-expo), background .4s ease, backdrop-filter .4s ease, border-color .4s ease, box-shadow .4s ease;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled{-webkit-backdrop-filter:blur(24px)saturate(180%);background:#01101deb;border-bottom:1px solid #0595ee2e;height:68px;box-shadow:0 8px 32px #0000004d}.Navbar-module___rHu7W__navbarInner{width:100%;max-width:var(--container-max);justify-content:space-between;align-items:center;gap:var(--space-md);display:flex}.Navbar-module___rHu7W__logo{width:auto;height:28px;transition:opacity var(--transition-fast)}.Navbar-module___rHu7W__logo:hover{opacity:.8}.Navbar-module___rHu7W__navLinks{align-items:center;gap:var(--space-lg);flex:1;justify-content:center;display:flex}.Navbar-module___rHu7W__navLink{font-size:var(--text-sm);color:var(--white-muted);transition:color var(--transition-fast);font-weight:500;text-decoration:none;position:relative}.Navbar-module___rHu7W__navLink:after{content:"";background:var(--gradient-gold);width:0;height:2px;transition:width var(--transition-base);border-radius:1px;position:absolute;bottom:-4px;left:0}.Navbar-module___rHu7W__navLink:hover{color:var(--white)}.Navbar-module___rHu7W__navLink:hover:after{width:100%}.Navbar-module___rHu7W__navCta{font-size:var(--text-xs);background:var(--gradient-gold);color:var(--navy);border-radius:var(--radius-full);transition:all var(--transition-base);letter-spacing:.02em;white-space:nowrap;padding:.65rem 1.25rem;font-weight:700;text-decoration:none}.Navbar-module___rHu7W__navCta:hover{box-shadow:var(--shadow-glow-gold);transform:translateY(-2px)}.Navbar-module___rHu7W__menuToggle,.Navbar-module___rHu7W__mobileMenu{display:none}@media (max-width:900px){.Navbar-module___rHu7W__navbar{height:64px;padding:0 var(--space-sm)}.Navbar-module___rHu7W__logo{height:26px}.Navbar-module___rHu7W__navLinks{display:none}.Navbar-module___rHu7W__navCta{padding:.6rem 1rem;font-size:.78rem}}@media (max-width:480px){.Navbar-module___rHu7W__logo{height:22px}.Navbar-module___rHu7W__navCta{padding:.55rem .9rem;font-size:.72rem}}
.Hero-module__JgYmMq__hero{background:var(--gradient-hero);min-height:100vh;padding:calc(var(--navbar-height) + var(--space-lg)) 0 var(--space-xl);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__bgLayer{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__JgYmMq__gradientOrb{filter:blur(90px);will-change:auto;border-radius:50%;position:absolute}.Hero-module__JgYmMq__orb1{background:radial-gradient(circle,#0595ee2e 0%,#0000 70%);width:560px;height:560px;top:-8%;left:-10%}.Hero-module__JgYmMq__orb2{background:radial-gradient(circle,#e3a0001a 0%,#0000 70%);width:460px;height:460px;bottom:-8%;right:-10%}.Hero-module__JgYmMq__heroContent{z-index:10;width:100%;max-width:1180px;padding:0 var(--container-padding);grid-template-columns:1fr 460px;align-items:center;gap:clamp(2rem,5vw,4rem);display:grid;position:relative}.Hero-module__JgYmMq__heroLeft{gap:var(--space-md);flex-direction:column;display:flex}.Hero-module__JgYmMq__kicker{letter-spacing:.18em;text-transform:uppercase;color:var(--blue-electric);border-radius:var(--radius-full);opacity:0;animation:Hero-module__JgYmMq__heroSlideUp .8s var(--ease-out-expo) .15s forwards;background:#0595ee1f;border:1px solid #0595ee40;align-self:flex-start;padding:.4rem .9rem;font-size:.72rem;font-weight:700;display:inline-block}.Hero-module__JgYmMq__heroHeadline{letter-spacing:-.025em;opacity:0;animation:Hero-module__JgYmMq__heroSlideUp 1s var(--ease-out-expo) .3s forwards;margin:0;font-size:clamp(1.9rem,2.8vw + 1rem,3.2rem);font-weight:800;line-height:1.1}.Hero-module__JgYmMq__heroHeadline em{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.Hero-module__JgYmMq__heroSub{font-size:var(--text-base);color:var(--white-muted);opacity:0;max-width:560px;animation:Hero-module__JgYmMq__heroSlideUp 1s var(--ease-out-expo) .5s forwards;margin:0;line-height:1.55}.Hero-module__JgYmMq__heroSub strong{color:var(--white);font-weight:600}.Hero-module__JgYmMq__heroBullets{margin:var(--space-sm) 0 0;gap:var(--space-xs);opacity:0;animation:Hero-module__JgYmMq__heroSlideUp 1s var(--ease-out-expo) .7s forwards;flex-direction:column;padding:0;list-style:none;display:flex}.Hero-module__JgYmMq__heroBullets li{color:var(--white-muted);align-items:flex-start;gap:.75rem;font-size:.92rem;line-height:1.5;display:flex}.Hero-module__JgYmMq__bulletCheck{width:22px;height:22px;color:var(--blue-electric);background:#0595ee2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:.8rem;font-weight:700;display:inline-flex}.Hero-module__JgYmMq__bulletFlag{vertical-align:-2px;border-radius:2px;flex-shrink:0;width:20px;height:14px;margin-left:.4rem;display:inline-block;box-shadow:0 1px 3px #0006}.Hero-module__JgYmMq__trustStrip{align-items:center;gap:var(--space-sm);margin-top:var(--space-sm);padding-top:var(--space-sm);border-top:1px solid var(--white-ghost);opacity:0;animation:Hero-module__JgYmMq__heroSlideUp 1s var(--ease-out-expo) .85s forwards;display:flex}.Hero-module__JgYmMq__trustLabel{letter-spacing:.18em;text-transform:uppercase;color:var(--white-subtle);white-space:nowrap;font-size:.7rem;font-weight:700}.Hero-module__JgYmMq__trustLogos{flex-wrap:wrap;align-items:center;gap:1.1rem;margin:0;padding:0;list-style:none;display:flex}.Hero-module__JgYmMq__trustLogos li{display:inline-flex}.Hero-module__JgYmMq__trustLogo{width:22px;height:22px;color:var(--white-muted);transition:color .2s ease, transform .25s var(--ease-out-expo)}.Hero-module__JgYmMq__trustLogos li:hover .Hero-module__JgYmMq__trustLogo{color:var(--white);transform:translateY(-2px)scale(1.08)}@media (max-width:480px){.Hero-module__JgYmMq__trustStrip{flex-direction:column;align-items:flex-start;gap:.5rem}.Hero-module__JgYmMq__trustLogos{gap:.85rem}}.Hero-module__JgYmMq__heroForm{-webkit-backdrop-filter:blur(16px);border:1px solid var(--white-ghost);border-radius:var(--radius-lg);padding:var(--space-lg);gap:var(--space-sm);box-shadow:var(--shadow-elevated);opacity:0;animation:Hero-module__JgYmMq__heroSlideUp 1s var(--ease-out-expo) .6s forwards;background:#0a2a45b3;flex-direction:column;display:flex}.Hero-module__JgYmMq__formTitle{font-size:var(--text-xl);color:var(--white);margin:0 0 var(--space-xs);font-weight:700;line-height:1.25}.Hero-module__JgYmMq__field{flex-direction:column;gap:.35rem;display:flex}.Hero-module__JgYmMq__label{color:var(--white-muted);font-size:.85rem;font-weight:500}.Hero-module__JgYmMq__field input,.Hero-module__JgYmMq__field select{border-radius:var(--radius-md);border:1px solid var(--white-ghost);width:100%;color:var(--white);font-size:var(--text-base);background:#01101d8c;padding:.85rem 1rem;font-family:inherit;transition:border-color .2s,background .2s}.Hero-module__JgYmMq__field input::placeholder{color:var(--white-subtle)}.Hero-module__JgYmMq__field input:focus,.Hero-module__JgYmMq__field select:focus{border-color:var(--blue-electric);background:#01101dbf;outline:none}.Hero-module__JgYmMq__field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff99' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.Hero-module__JgYmMq__field select option{background:var(--navy);color:var(--white)}.Hero-module__JgYmMq__formSubmit{margin-top:var(--space-xs);border-radius:var(--radius-md);background:var(--gradient-gold);color:var(--navy);font-weight:700;font-size:var(--text-base);cursor:pointer;box-shadow:var(--shadow-glow-gold);border:none;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.25rem;font-family:inherit;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex}.Hero-module__JgYmMq__formSubmit:hover:not(:disabled){transform:translateY(-2px)}.Hero-module__JgYmMq__formSubmit:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.Hero-module__JgYmMq__microcopy{text-align:center;color:var(--white-subtle);margin:0;font-size:.82rem}.Hero-module__JgYmMq__heroFade{background:linear-gradient(to top, var(--navy) 0%, transparent 100%);z-index:5;pointer-events:none;height:200px;position:absolute;bottom:0;left:0;right:0}@keyframes Hero-module__JgYmMq__heroSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:960px){.Hero-module__JgYmMq__heroContent{gap:var(--space-lg);grid-template-columns:1fr}.Hero-module__JgYmMq__heroSub{max-width:none}}@media (max-width:768px){.Hero-module__JgYmMq__hero{min-height:100svh;padding:calc(var(--navbar-height) + var(--space-md)) 0 var(--space-lg)}.Hero-module__JgYmMq__heroContent{padding-left:var(--space-sm);padding-right:var(--space-sm)}.Hero-module__JgYmMq__heroHeadline{font-size:clamp(1.9rem,7vw,2.8rem)}.Hero-module__JgYmMq__heroSub{font-size:var(--text-base);line-height:1.5}.Hero-module__JgYmMq__heroBullets li{font-size:.92rem}.Hero-module__JgYmMq__heroForm{padding:var(--space-md)}.Hero-module__JgYmMq__orb1{width:300px;height:300px}.Hero-module__JgYmMq__orb2{width:250px;height:250px}.Hero-module__JgYmMq__heroFade{height:120px}}@media (max-width:480px){.Hero-module__JgYmMq__heroHeadline{font-size:clamp(1.65rem,7vw,2.4rem)}}
.Platforms-module__Bf8xNq__platforms{padding:var(--space-2xl) 0;background:var(--navy);border-top:1px solid var(--white-ghost);border-bottom:1px solid var(--white-ghost);position:relative;overflow:hidden}.Platforms-module__Bf8xNq__platforms:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(50% 60%,#0595ee12 0%,#0000 70%);position:absolute;inset:0}.Platforms-module__Bf8xNq__platforms .container{z-index:1;position:relative}.Platforms-module__Bf8xNq__header{text-align:center;max-width:720px;margin:0 auto var(--space-lg)}.Platforms-module__Bf8xNq__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--blue-electric);border-radius:var(--radius-full);margin-bottom:var(--space-sm);background:#0595ee1a;border:1px solid #0595ee33;padding:.35rem .8rem;font-size:.7rem;font-weight:700;display:inline-block}.Platforms-module__Bf8xNq__headline{color:var(--white-muted);margin:0;font-size:clamp(1.3rem,2.6vw,1.7rem);font-weight:600;line-height:1.3}.Platforms-module__Bf8xNq__headline em{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal;font-weight:700}.Platforms-module__Bf8xNq__marqueeWrap{perspective:800px;width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 8% 92%,#0000 100%)}.Platforms-module__Bf8xNq__marquee{gap:var(--space-xl);width:max-content;padding:var(--space-md) 0;align-items:center;animation:36s linear infinite Platforms-module__Bf8xNq__scroll-x;display:flex}.Platforms-module__Bf8xNq__marqueeWrap:hover .Platforms-module__Bf8xNq__marquee{animation-play-state:paused}@keyframes Platforms-module__Bf8xNq__scroll-x{0%{transform:translate(0)}to{transform:translate(-50%)}}.Platforms-module__Bf8xNq__tile{width:130px;transform-style:preserve-3d;flex-direction:column;flex-shrink:0;align-items:center;gap:.6rem;display:flex}.Platforms-module__Bf8xNq__tileInner{border:1px solid var(--white-ghost);width:84px;height:84px;transition:transform .45s var(--ease-out-expo), border-color .3s ease, box-shadow .3s ease;will-change:transform;background:linear-gradient(145deg,#ffffff0f 0%,#ffffff05 100%);border-radius:18px;justify-content:center;align-items:center;display:flex;transform:rotateY(-14deg)rotateX(6deg);box-shadow:inset 0 1px #ffffff14,0 8px 24px #00000040}.Platforms-module__Bf8xNq__tile:hover .Platforms-module__Bf8xNq__tileInner{border-color:#0595ee59;transform:rotateY(0)rotateX(0)translateY(-4px);box-shadow:inset 0 1px #ffffff1f,0 16px 36px #0595ee2e}.Platforms-module__Bf8xNq__logoSvg{width:38px;height:38px;color:var(--white-muted);transition:color .3s}.Platforms-module__Bf8xNq__tile:hover .Platforms-module__Bf8xNq__logoSvg{color:var(--white)}.Platforms-module__Bf8xNq__logoImg{object-fit:contain;opacity:.85;width:auto;height:38px;transition:opacity .3s}.Platforms-module__Bf8xNq__tile:hover .Platforms-module__Bf8xNq__logoImg{opacity:1}.Platforms-module__Bf8xNq__tileLabel{letter-spacing:.04em;color:var(--white-subtle);text-transform:uppercase;font-size:.78rem;font-weight:600;transition:color .3s}.Platforms-module__Bf8xNq__tile:hover .Platforms-module__Bf8xNq__tileLabel{color:var(--white-muted)}@media (prefers-reduced-motion:reduce){.Platforms-module__Bf8xNq__marquee{animation:none}.Platforms-module__Bf8xNq__tileInner{transform:none}}@media (max-width:768px){.Platforms-module__Bf8xNq__platforms{padding:var(--space-xl) 0}.Platforms-module__Bf8xNq__marquee{gap:var(--space-lg);animation-duration:28s}.Platforms-module__Bf8xNq__tile{width:110px}.Platforms-module__Bf8xNq__tileInner{width:72px;height:72px;transform:rotateY(-10deg)rotateX(4deg)}.Platforms-module__Bf8xNq__logoSvg{width:32px;height:32px}}
.Cases-module__X1eABq__cases{padding:var(--space-3xl) 0;background:var(--navy);position:relative;overflow:hidden}.Cases-module__X1eABq__cases:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(50% 40% at 80% 0,#0595ee1a 0%,#0000 70%),radial-gradient(60% 40% at 20% 100%,#e3a0000d 0%,#0000 70%);position:absolute;inset:0}.Cases-module__X1eABq__cases .container{z-index:1;position:relative}.Cases-module__X1eABq__header{text-align:center;max-width:780px;margin:0 auto var(--space-xl)}.Cases-module__X1eABq__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--blue-electric);border-radius:var(--radius-full);margin-bottom:var(--space-sm);background:#0595ee1f;border:1px solid #0595ee38;padding:.4rem .9rem;font-size:.72rem;font-weight:700;display:inline-block}.Cases-module__X1eABq__headline{letter-spacing:-.02em;color:var(--white);margin:0 0 var(--space-sm);font-size:clamp(2rem,4.5vw,2.9rem);font-weight:800;line-height:1.1}.Cases-module__X1eABq__sub{font-size:var(--text-base);color:var(--white-muted);max-width:620px;margin:0 auto;line-height:1.6}.Cases-module__X1eABq__headline em{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.Cases-module__X1eABq__grid{gap:var(--space-md);margin-bottom:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.Cases-module__X1eABq__metricBlock{padding:var(--space-sm) 0;border-top:1px solid var(--white-ghost);border-bottom:1px solid var(--white-ghost);flex-direction:column;gap:.1rem;display:flex}.Cases-module__X1eABq__metric{letter-spacing:-.02em;background:var(--gradient-gold);-webkit-text-fill-color:transparent;font-variant-numeric:tabular-nums;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.7rem,3.5vw,2.3rem);font-weight:800;line-height:1}.Cases-module__X1eABq__metricLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--white-subtle);font-size:.78rem;font-weight:600}.Cases-module__X1eABq__card{background:var(--gradient-card);border:1px solid var(--white-ghost);border-radius:var(--radius-lg);padding:var(--space-lg);gap:var(--space-sm);flex-direction:column;transition:transform .3s,border-color .3s;display:flex}.Cases-module__X1eABq__card:hover{border-color:#0595ee4d;transform:translateY(-4px)}.Cases-module__X1eABq__cardTag{letter-spacing:.05em;text-transform:uppercase;color:var(--gold);border-radius:var(--radius-full);background:#e3a0001a;border:1px solid #e3a00040;align-self:flex-start;padding:.4rem .8rem;font-size:.72rem;font-weight:700;display:inline-block}.Cases-module__X1eABq__cardHeadline{font-size:var(--text-lg);color:var(--white);margin:0;font-weight:700;line-height:1.25}.Cases-module__X1eABq__cardBody{color:var(--white-muted);flex:1;margin:0;font-size:.93rem;line-height:1.6}.Cases-module__X1eABq__cardSubtitle{color:var(--blue-electric);letter-spacing:.05em;text-transform:uppercase;padding-top:var(--space-sm);border-top:1px solid var(--white-ghost);margin-top:auto;font-size:.82rem;font-weight:600}.Cases-module__X1eABq__ctaWrap{justify-content:center;display:flex}@media (max-width:960px){.Cases-module__X1eABq__grid{grid-template-columns:1fr}}@media (max-width:768px){.Cases-module__X1eABq__cases{padding:var(--space-2xl) 0}.Cases-module__X1eABq__card{padding:var(--space-md)}}
.Services-module__h5-agW__services{padding:var(--space-3xl) 0;background:var(--bg-light);color:var(--ink);position:relative}.Services-module__h5-agW__services:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--cyan-accent) 50%, transparent 100%);width:60%;max-width:400px;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Services-module__h5-agW__header{text-align:center;max-width:760px;margin:0 auto var(--space-2xl)}.Services-module__h5-agW__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--cyan-accent);border-radius:var(--radius-full);margin-bottom:var(--space-sm);background:#0595ee1a;border:1px solid #0595ee38;padding:.4rem .9rem;font-size:.72rem;font-weight:700;display:inline-block}.Services-module__h5-agW__headline{letter-spacing:-.02em;color:var(--ink);margin:0 0 var(--space-sm);font-size:clamp(2rem,4.5vw,2.9rem);font-weight:800;line-height:1.1}.Services-module__h5-agW__headline em{background:linear-gradient(135deg, var(--blue-royal) 0%, var(--blue-electric) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.Services-module__h5-agW__sub{font-size:var(--text-base);color:var(--ink-muted);margin:0;line-height:1.6}.Services-module__h5-agW__grid{margin:0 auto var(--space-xl);gap:var(--space-md);grid-template-columns:repeat(3,1fr);max-width:1080px;padding:0;list-style:none;display:grid}.Services-module__h5-agW__card{background:var(--bg-light-card);border:1px solid var(--ink-border);border-radius:var(--radius-lg);padding:var(--space-lg);flex-direction:column;gap:.5rem;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative}.Services-module__h5-agW__card:hover{border-color:var(--cyan-accent);transform:translateY(-3px);box-shadow:0 12px 30px #0595ee1a}.Services-module__h5-agW__icon{border-radius:var(--radius-md);width:44px;height:44px;color:var(--cyan-accent);background:#0595ee1a;justify-content:center;align-items:center;margin-bottom:.5rem;display:inline-flex}.Services-module__h5-agW__icon svg{width:22px;height:22px}.Services-module__h5-agW__tag{letter-spacing:.12em;text-transform:uppercase;color:var(--cyan-accent);border-radius:var(--radius-full);background:#0595ee14;align-self:flex-start;padding:.25rem .55rem;font-size:.68rem;font-weight:700}.Services-module__h5-agW__card h3{font-size:var(--text-lg);color:var(--ink);letter-spacing:-.01em;margin:0;font-weight:700;line-height:1.25}.Services-module__h5-agW__card p{color:var(--ink-muted);margin:0;font-size:.92rem;line-height:1.55}.Services-module__h5-agW__ctaWrap{justify-content:center;display:flex}@media (max-width:960px){.Services-module__h5-agW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Services-module__h5-agW__grid{gap:var(--space-sm);grid-template-columns:1fr}.Services-module__h5-agW__card{padding:var(--space-md)}}@media (max-width:768px){.Services-module__h5-agW__services{padding:var(--space-2xl) 0}.Services-module__h5-agW__header{margin-bottom:var(--space-xl)}}
.Diagnostic-module__3HV1sq__diagnostic{padding:var(--space-3xl) 0;background:var(--bg-light);color:var(--ink);position:relative;overflow:hidden}.Diagnostic-module__3HV1sq__diagnostic:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--cyan-accent) 50%, transparent 100%);width:60%;max-width:400px;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Diagnostic-module__3HV1sq__header{text-align:center;max-width:760px;margin:0 auto var(--space-2xl)}.Diagnostic-module__3HV1sq__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--cyan-accent);border-radius:var(--radius-full);margin-bottom:var(--space-sm);background:#0595ee1a;border:1px solid #0595ee38;padding:.4rem .9rem;font-size:.72rem;font-weight:700;display:inline-block}.Diagnostic-module__3HV1sq__headline{letter-spacing:-.02em;color:var(--ink);margin:0 0 var(--space-sm);font-size:clamp(2rem,4.5vw,2.9rem);font-weight:800;line-height:1.1}.Diagnostic-module__3HV1sq__headline em{background:linear-gradient(135deg, var(--blue-royal) 0%, var(--blue-electric) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.Diagnostic-module__3HV1sq__sub{font-size:var(--text-base);color:var(--ink-muted);margin:0;line-height:1.6}.Diagnostic-module__3HV1sq__list{margin:0 auto var(--space-xl);flex-direction:column;gap:.75rem;max-width:960px;padding:0;list-style:none;display:flex}.Diagnostic-module__3HV1sq__item{align-items:center;gap:var(--space-md);padding:var(--space-md);background:var(--bg-light-card);border:1px solid var(--ink-border);border-radius:var(--radius-md);border-left:4px solid #dc26268c;grid-template-columns:auto 1fr auto;transition:transform .3s,border-color .3s,background .3s;display:grid}.Diagnostic-module__3HV1sq__item:hover{background:#fff;border-left-color:#dc2626e6;transform:translate(4px)}.Diagnostic-module__3HV1sq__checkbox{color:#dc2626d9;background:#dc262614;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.Diagnostic-module__3HV1sq__checkbox svg{width:18px;height:18px}.Diagnostic-module__3HV1sq__body h3{font-size:var(--text-base);color:var(--ink);margin:0 0 .2rem;font-weight:700;line-height:1.3}.Diagnostic-module__3HV1sq__body p{color:var(--ink-muted);margin:0;font-size:.88rem;line-height:1.5}.Diagnostic-module__3HV1sq__cost{text-align:right;padding-left:var(--space-sm);border-left:1px dashed var(--ink-border);flex-direction:column;align-items:flex-end;gap:.15rem;min-width:200px;display:flex}.Diagnostic-module__3HV1sq__costValue{color:#b91c1c;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.98rem;font-weight:800}.Diagnostic-module__3HV1sq__costUnit{color:var(--ink-subtle);font-size:.76rem;line-height:1.3}.Diagnostic-module__3HV1sq__totalCard{max-width:720px;margin:0 auto var(--space-xl);padding:var(--space-lg) var(--space-xl);background:var(--ink);color:#fff;border-radius:var(--radius-lg);text-align:center;position:relative;overflow:hidden;box-shadow:0 30px 60px #031c3040}.Diagnostic-module__3HV1sq__totalCard:before{content:"";pointer-events:none;background:radial-gradient(60% 70% at 50% 0,#dc262638 0%,#0000 70%);position:absolute;inset:0}.Diagnostic-module__3HV1sq__totalLabel{color:#ffffffb3;letter-spacing:.04em;text-transform:uppercase;margin-bottom:var(--space-xs);font-size:.85rem;font-weight:500;position:relative}.Diagnostic-module__3HV1sq__totalValue{letter-spacing:-.02em;font-variant-numeric:tabular-nums;background:linear-gradient(135deg,#fca5a5 0%,#fff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1;position:relative}.Diagnostic-module__3HV1sq__totalValue span{color:#ffffff80;-webkit-text-fill-color:#ffffff80;margin:0 .35rem;font-weight:500}.Diagnostic-module__3HV1sq__totalUnit{margin-top:var(--space-xs);color:#ffffffa6;font-size:.92rem;font-weight:500;position:relative}.Diagnostic-module__3HV1sq__punchBlock{max-width:720px;margin:0 auto var(--space-xl);text-align:center}.Diagnostic-module__3HV1sq__punch{font-size:var(--text-lg);color:var(--ink-muted);margin:0;line-height:1.5}.Diagnostic-module__3HV1sq__punch em{font-style:italic}.Diagnostic-module__3HV1sq__punchBold{color:var(--ink);margin:var(--space-sm) 0 0;font-size:clamp(1.3rem,3vw,1.9rem);font-weight:700;line-height:1.25}.Diagnostic-module__3HV1sq__punchBold strong{background:linear-gradient(135deg, var(--blue-royal) 0%, var(--blue-electric) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.Diagnostic-module__3HV1sq__ctaWrap{align-items:center;gap:var(--space-sm);flex-direction:column;display:flex}.Diagnostic-module__3HV1sq__ctaHint{color:var(--ink-subtle);text-align:center;max-width:560px;margin:0;font-size:.78rem;font-style:italic;line-height:1.5}@media (max-width:860px){.Diagnostic-module__3HV1sq__item{gap:var(--space-xs);grid-template-columns:1fr}.Diagnostic-module__3HV1sq__checkbox{display:none}.Diagnostic-module__3HV1sq__cost{text-align:left;padding-left:0;padding-top:var(--space-xs);border-left:none;border-top:1px dashed var(--ink-border);align-items:flex-start;width:100%;min-width:0}}@media (max-width:768px){.Diagnostic-module__3HV1sq__diagnostic{padding:var(--space-2xl) 0}.Diagnostic-module__3HV1sq__header{margin-bottom:var(--space-xl)}.Diagnostic-module__3HV1sq__totalCard{padding:var(--space-md)}}
.About-module__S-Ka5a__about{padding:var(--space-3xl) 0;background:var(--bg-light);color:var(--ink);position:relative;overflow:hidden}.About-module__S-Ka5a__about:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--cyan-accent) 50%, transparent 100%);height:2px;position:absolute;top:0;left:0;right:0}.About-module__S-Ka5a__grid{gap:var(--space-xl);grid-template-columns:1.15fr .85fr;align-items:start;display:grid}.About-module__S-Ka5a__left{gap:var(--space-sm);flex-direction:column;display:flex}.About-module__S-Ka5a__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--cyan-accent);border-radius:var(--radius-full);margin-bottom:var(--space-xs);background:#0595ee1a;border:1px solid #0595ee38;align-self:flex-start;padding:.4rem .9rem;font-size:.72rem;font-weight:700;display:inline-block}.About-module__S-Ka5a__headline{letter-spacing:-.02em;color:var(--ink);margin:0 0 var(--space-xs);font-size:clamp(2rem,4vw,2.9rem);font-weight:800;line-height:1.1}.About-module__S-Ka5a__headline em{background:linear-gradient(135deg, var(--blue-royal) 0%, var(--blue-electric) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.About-module__S-Ka5a__body{font-size:var(--text-base);color:var(--ink-muted);margin:0;line-height:1.65}.About-module__S-Ka5a__body strong{color:var(--ink);font-weight:600}.About-module__S-Ka5a__teamList{margin:var(--space-sm) 0;gap:var(--space-sm);flex-direction:column;padding:0;list-style:none;display:flex}.About-module__S-Ka5a__teamItem{align-items:flex-start;gap:.85rem;display:flex}.About-module__S-Ka5a__teamItem strong{font-size:var(--text-base);color:var(--ink);margin-bottom:.15rem;font-weight:700;display:block}.About-module__S-Ka5a__teamItem p{color:var(--ink-muted);margin:0;font-size:.92rem;line-height:1.5}.About-module__S-Ka5a__teamDot{background:var(--cyan-accent);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:8px;box-shadow:0 0 0 4px #0595ee1f}.About-module__S-Ka5a__closing{font-size:var(--text-base);color:var(--ink-muted);margin:0;line-height:1.6}.About-module__S-Ka5a__punch{font-size:var(--text-lg);color:var(--ink);margin:var(--space-sm) 0 0;font-weight:700;line-height:1.35}.About-module__S-Ka5a__right{gap:var(--space-sm);top:calc(var(--navbar-height) + 1rem);grid-template-columns:1fr 1fr;display:grid;position:sticky}.About-module__S-Ka5a__numberCard{background:var(--bg-light-card);border:1px solid var(--ink-border);border-radius:var(--radius-lg);padding:var(--space-md);flex-direction:column;gap:.4rem;transition:transform .3s,border-color .3s;display:flex}.About-module__S-Ka5a__numberCard:hover{border-color:var(--cyan-accent);transform:translateY(-4px)}.About-module__S-Ka5a__numberValue{letter-spacing:-.02em;background:linear-gradient(135deg, var(--blue-royal) 0%, var(--blue-electric) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,3.5vw,2.6rem);font-weight:800;line-height:1}.About-module__S-Ka5a__numberLabel{color:var(--ink-muted);font-size:.88rem;font-weight:500;line-height:1.4}@media (max-width:960px){.About-module__S-Ka5a__grid{gap:var(--space-lg);grid-template-columns:1fr}.About-module__S-Ka5a__right{position:static}}@media (max-width:768px){.About-module__S-Ka5a__about{padding:var(--space-2xl) 0}.About-module__S-Ka5a__right{grid-template-columns:1fr 1fr;gap:.75rem}.About-module__S-Ka5a__numberCard{padding:var(--space-sm)}}@media (max-width:480px){.About-module__S-Ka5a__right{grid-template-columns:1fr}}
.Methodology-module__Sptvia__methodology{padding:var(--space-3xl) 0;background:var(--navy-dark);isolation:isolate;position:relative}.Methodology-module__Sptvia__methodology:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(60% 40% at 15% 20%,#0595ee1f 0%,#0000 70%),radial-gradient(50% 40% at 85% 80%,#e3a00012 0%,#0000 70%);position:absolute;inset:0}.Methodology-module__Sptvia__methodology .container{z-index:1;position:relative}.Methodology-module__Sptvia__header{text-align:center;max-width:760px;margin:0 auto var(--space-lg)}.Methodology-module__Sptvia__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--blue-electric);border-radius:var(--radius-full);margin-bottom:var(--space-sm);background:#0595ee1a;border:1px solid #0595ee33;padding:.4rem .9rem;font-size:.72rem;font-weight:700;display:inline-block}.Methodology-module__Sptvia__title{margin-bottom:var(--space-sm)}.Methodology-module__Sptvia__trackWrapper{max-width:1200px;margin:0 auto;position:relative}.Methodology-module__Sptvia__cards{z-index:1;gap:var(--space-md);grid-template-columns:repeat(3,1fr);align-items:stretch;display:grid;position:relative}.Methodology-module__Sptvia__card{border:1px solid var(--white-ghost);border-radius:var(--radius-lg);padding:var(--space-lg);gap:var(--space-sm);opacity:0;transition:opacity .7s var(--ease-out-expo) var(--delay,0s), transform .7s var(--ease-out-expo) var(--delay,0s), border-color .4s ease, box-shadow .4s ease;-webkit-backdrop-filter:blur(8px);background:linear-gradient(145deg,#ffffff14 0%,#ffffff05 100%);flex-direction:column;display:flex;position:relative;overflow:hidden;transform:translateY(40px)}.Methodology-module__Sptvia__card:before{content:"";border-radius:inherit;pointer-events:none;opacity:0;background:radial-gradient(80% 50% at 50% 0,#0595ee1a 0%,#0000 70%);transition:opacity .4s;position:absolute;inset:0}.Methodology-module__Sptvia__card.Methodology-module__Sptvia__active{opacity:1;transform:translateY(0)}.Methodology-module__Sptvia__card:hover{border-color:#0595ee59;box-shadow:0 20px 60px #0595ee1f}.Methodology-module__Sptvia__card:hover:before{opacity:1}.Methodology-module__Sptvia__cardHead{align-items:center;gap:var(--space-sm);padding-bottom:var(--space-sm);border-bottom:1px solid var(--white-ghost);display:flex}.Methodology-module__Sptvia__letter{letter-spacing:-.04em;background:var(--gradient-gold);-webkit-text-fill-color:transparent;filter:drop-shadow(0 8px 20px #e3a00040);-webkit-background-clip:text;background-clip:text;font-size:clamp(3.5rem,6vw,5rem);font-weight:800;line-height:1}.Methodology-module__Sptvia__cardHeadText{flex-direction:column;gap:.25rem;display:flex}.Methodology-module__Sptvia__stepName{font-size:var(--text-lg);color:var(--white);letter-spacing:.02em;text-transform:uppercase;font-weight:700;line-height:1}.Methodology-module__Sptvia__stepDuration{letter-spacing:.08em;text-transform:uppercase;color:var(--blue-electric);font-size:.75rem;font-weight:600}.Methodology-module__Sptvia__cardHeadline{font-size:var(--text-base);color:var(--white);margin:0;font-weight:700;line-height:1.35}.Methodology-module__Sptvia__cardAnalogy{color:var(--white-muted);padding:var(--space-xs) var(--space-sm);border-left:2px solid var(--blue-electric);background:#0595ee0f;border-radius:4px;margin:0;font-size:.9rem;font-style:italic;line-height:1.45}.Methodology-module__Sptvia__bulletList{flex-direction:column;flex:1;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Methodology-module__Sptvia__bullet{color:var(--white-muted);opacity:0;transition:opacity .5s var(--ease-out-expo) calc(var(--delay,0s) + var(--bi,0) * 80ms + .3s), transform .5s var(--ease-out-expo) calc(var(--delay,0s) + var(--bi,0) * 80ms + .3s);align-items:flex-start;gap:.6rem;font-size:.9rem;line-height:1.5;display:flex;transform:translateY(6px)}.Methodology-module__Sptvia__card.Methodology-module__Sptvia__active .Methodology-module__Sptvia__bullet{opacity:1;transform:translateY(0)}.Methodology-module__Sptvia__bulletDot{background:var(--blue-electric);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:8px;box-shadow:0 0 0 3px #0595ee26}.Methodology-module__Sptvia__outcome{padding:var(--space-sm);border-radius:var(--radius-md);background:#e3a00014;border:1px solid #e3a00033}.Methodology-module__Sptvia__outcomeLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem;font-size:.68rem;font-weight:700;display:block}.Methodology-module__Sptvia__outcome p{color:var(--white);margin:0;font-size:.88rem;font-weight:500;line-height:1.45}.Methodology-module__Sptvia__quote{padding:var(--space-sm) 0 0;border-top:1px dashed var(--white-ghost);color:var(--white-subtle);margin:0;font-size:.85rem;font-style:italic;line-height:1.5}.Methodology-module__Sptvia__quote:before{content:"“";margin-right:.15rem}.Methodology-module__Sptvia__quote:after{content:"”";margin-left:.15rem}.Methodology-module__Sptvia__ctaWrap{margin-top:var(--space-2xl);justify-content:center;display:flex}.Methodology-module__Sptvia__ctaWrap .btn{text-align:center;max-width:100%}@media (max-width:960px){.Methodology-module__Sptvia__cards{gap:var(--space-md);grid-template-columns:1fr}}@media (max-width:768px){.Methodology-module__Sptvia__methodology{padding:var(--space-2xl) 0}.Methodology-module__Sptvia__header{margin-bottom:var(--space-xl)}.Methodology-module__Sptvia__card{padding:var(--space-md)}.Methodology-module__Sptvia__letter{font-size:clamp(3rem,12vw,4rem)}.Methodology-module__Sptvia__stepName{font-size:var(--text-base)}}
.Included-module__DGHppG__included{padding:var(--space-3xl) 0;background:var(--bg-light);color:var(--ink);position:relative;overflow:hidden}.Included-module__DGHppG__included:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--cyan-accent) 50%, transparent 100%);width:60%;max-width:400px;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Included-module__DGHppG__header{text-align:center;max-width:760px;margin:0 auto var(--space-2xl)}.Included-module__DGHppG__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--cyan-accent);border-radius:var(--radius-full);margin-bottom:var(--space-sm);background:#0595ee1a;border:1px solid #0595ee38;padding:.4rem .9rem;font-size:.72rem;font-weight:700;display:inline-block}.Included-module__DGHppG__headline{letter-spacing:-.02em;color:var(--ink);margin:0 0 var(--space-sm);font-size:clamp(2rem,4.5vw,2.9rem);font-weight:800;line-height:1.1}.Included-module__DGHppG__headline em{background:linear-gradient(135deg, var(--blue-royal) 0%, var(--blue-electric) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.Included-module__DGHppG__sub{font-size:var(--text-base);color:var(--ink-muted);margin:0;line-height:1.6}.Included-module__DGHppG__list{margin:0 auto var(--space-xl);flex-direction:column;gap:.75rem;max-width:1000px;padding:0;list-style:none;display:flex}.Included-module__DGHppG__item{align-items:center;gap:var(--space-md);padding:var(--space-md);background:var(--bg-light-card);border:1px solid var(--ink-border);border-radius:var(--radius-md);grid-template-columns:auto 1fr auto;transition:transform .3s,border-color .3s,box-shadow .3s;display:grid}.Included-module__DGHppG__item:hover{border-color:var(--cyan-accent);transform:translate(4px);box-shadow:0 10px 30px #0595ee14}.Included-module__DGHppG__icon{flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.6rem;line-height:1;display:inline-flex}.Included-module__DGHppG__body h3{font-size:var(--text-base);color:var(--ink);margin:0 0 .2rem;font-weight:700;line-height:1.3}.Included-module__DGHppG__body p{color:var(--ink-muted);margin:0 0 .35rem;font-size:.88rem;line-height:1.5}.Included-module__DGHppG__role{letter-spacing:.05em;text-transform:uppercase;color:var(--cyan-accent);border-radius:var(--radius-full);background:#0595ee14;padding:.25rem .55rem;font-size:.72rem;font-weight:700;display:inline-block}.Included-module__DGHppG__priceBlock{text-align:right;padding-left:var(--space-sm);border-left:1px dashed var(--ink-border);flex-direction:column;align-items:flex-end;gap:.1rem;min-width:175px;display:flex}.Included-module__DGHppG__priceLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--ink-subtle);font-size:.66rem;font-weight:600}.Included-module__DGHppG__priceValue{color:var(--ink);font-variant-numeric:tabular-nums;font-size:1.2rem;font-weight:800}.Included-module__DGHppG__priceValue small{color:var(--ink-subtle);margin-left:.1em;font-size:.7em;font-weight:500}.Included-module__DGHppG__anchorRow{align-items:center;gap:var(--space-md);max-width:960px;margin:0 auto var(--space-xl);padding:var(--space-xl);border:1px solid var(--ink-border);border-radius:var(--radius-lg);background:#fff;grid-template-columns:1fr auto 1fr;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 60px #031c3014}.Included-module__DGHppG__anchorRow:before{content:"";pointer-events:none;background:radial-gradient(50% 80% at 0%,#dc26260d 0%,#0000 70%),radial-gradient(50% 80% at 100%,#0595ee14 0%,#0000 70%);position:absolute;inset:0}.Included-module__DGHppG__anchorLeft,.Included-module__DGHppG__anchorRight{flex-direction:column;gap:.4rem;display:flex;position:relative}.Included-module__DGHppG__anchorLeft{text-align:left}.Included-module__DGHppG__anchorRight{text-align:right}.Included-module__DGHppG__anchorEyebrow,.Included-module__DGHppG__anchorEyebrowOntrack{letter-spacing:.12em;text-transform:uppercase;font-size:.7rem;font-weight:700}.Included-module__DGHppG__anchorEyebrow{color:#b91c1c}.Included-module__DGHppG__anchorEyebrowOntrack{color:var(--cyan-accent)}.Included-module__DGHppG__anchorTotal{letter-spacing:-.02em;color:var(--ink);font-variant-numeric:tabular-nums;font-size:clamp(2rem,5vw,2.8rem);font-weight:800;line-height:1;-webkit-text-decoration:line-through #dc26268c;text-decoration:line-through #dc26268c;text-decoration-thickness:3px}.Included-module__DGHppG__anchorTotal small{color:var(--ink-subtle);margin-left:.15em;font-size:.5em;font-weight:500;text-decoration:none}.Included-module__DGHppG__anchorOntrack{letter-spacing:-.01em;color:var(--ink);font-size:clamp(1.2rem,2.8vw,1.65rem);font-weight:700;line-height:1.2}.Included-module__DGHppG__anchorOntrack em{background:linear-gradient(135deg, var(--blue-royal) 0%, var(--blue-electric) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.Included-module__DGHppG__anchorHint,.Included-module__DGHppG__anchorHintOntrack{color:var(--ink-muted);font-size:.8rem;font-weight:500;line-height:1.4}.Included-module__DGHppG__anchorArrow{background:var(--cyan-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex;position:relative;box-shadow:0 12px 30px #0595ee59}.Included-module__DGHppG__anchorArrow svg{width:26px;height:26px}.Included-module__DGHppG__punchBlock{max-width:720px;margin:0 auto var(--space-lg);text-align:center}.Included-module__DGHppG__punch{letter-spacing:-.02em;color:var(--ink);background:linear-gradient(135deg, var(--ink) 0%, var(--blue-royal) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(1.5rem,3.2vw,2.2rem);font-weight:800;line-height:1.2}.Included-module__DGHppG__punchSub{font-size:var(--text-base);color:var(--ink-muted);margin:var(--space-xs) 0 0;line-height:1.55}.Included-module__DGHppG__ctaWrap{justify-content:center;display:flex}@media (max-width:860px){.Included-module__DGHppG__item{gap:var(--space-xs);grid-template-columns:1fr}.Included-module__DGHppG__icon{display:none}.Included-module__DGHppG__priceBlock{text-align:left;padding-left:0;padding-top:var(--space-xs);border-left:none;border-top:1px dashed var(--ink-border);flex-direction:row;align-items:baseline;gap:.75rem;width:100%;min-width:0}.Included-module__DGHppG__anchorRow{text-align:center;padding:var(--space-lg);grid-template-columns:1fr}.Included-module__DGHppG__anchorLeft,.Included-module__DGHppG__anchorRight{text-align:center}.Included-module__DGHppG__anchorArrow{transform:rotate(90deg)}}@media (max-width:768px){.Included-module__DGHppG__included{padding:var(--space-2xl) 0}.Included-module__DGHppG__header{margin-bottom:var(--space-xl)}}
.Comparison-module__Bis6Sq__comparison{padding:var(--space-3xl) 0;background:var(--bg-light);color:var(--ink);position:relative}.Comparison-module__Bis6Sq__comparison:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--cyan-accent) 50%, transparent 100%);width:60%;max-width:400px;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Comparison-module__Bis6Sq__header{max-width:760px;margin:0 auto var(--space-2xl);text-align:center}.Comparison-module__Bis6Sq__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--cyan-accent);border-radius:var(--radius-full);margin-bottom:var(--space-sm);background:#0595ee1a;border:1px solid #0595ee38;padding:.4rem .9rem;font-size:.72rem;font-weight:700;display:inline-block}.Comparison-module__Bis6Sq__sub{font-size:var(--text-base);color:var(--ink-muted);margin:var(--space-sm) auto 0;max-width:640px;line-height:1.55}.Comparison-module__Bis6Sq__headline{letter-spacing:-.02em;color:var(--ink);margin:0;font-size:clamp(2rem,4.5vw,2.9rem);font-weight:800;line-height:1.1}.Comparison-module__Bis6Sq__headline em{background:linear-gradient(135deg, var(--blue-royal) 0%, var(--blue-electric) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.Comparison-module__Bis6Sq__tableWrap{background:var(--bg-light-card);border:1px solid var(--ink-border);border-radius:var(--radius-lg);max-width:960px;margin:0 auto;overflow:hidden;box-shadow:0 10px 30px #031c300f}.Comparison-module__Bis6Sq__tableHeader{border-bottom:1px solid var(--ink-border);background:#031c300a;grid-template-columns:1fr 1fr;display:grid}.Comparison-module__Bis6Sq__thCommon,.Comparison-module__Bis6Sq__thOntrack{padding:var(--space-sm) var(--space-md);text-transform:uppercase;letter-spacing:.1em;font-size:.82rem;font-weight:800}.Comparison-module__Bis6Sq__thCommon{color:var(--ink-subtle);border-right:1px solid var(--ink-border)}.Comparison-module__Bis6Sq__thOntrack{color:var(--cyan-accent);background:#0595ee0f}.Comparison-module__Bis6Sq__rows{margin:0;padding:0;list-style:none}.Comparison-module__Bis6Sq__row{border-bottom:1px solid var(--ink-border);grid-template-columns:1fr 1fr;transition:background .2s;display:grid}.Comparison-module__Bis6Sq__row:last-child{border-bottom:none}.Comparison-module__Bis6Sq__row:hover{background:#0595ee08}.Comparison-module__Bis6Sq__cellCommon,.Comparison-module__Bis6Sq__cellOntrack{padding:var(--space-sm) var(--space-md);align-items:flex-start;gap:.65rem;font-size:.95rem;line-height:1.5;display:flex}.Comparison-module__Bis6Sq__cellCommon{color:var(--ink-muted);border-right:1px solid var(--ink-border)}.Comparison-module__Bis6Sq__cellOntrack{color:var(--ink);background:#0595ee0a;font-weight:600}.Comparison-module__Bis6Sq__iconX,.Comparison-module__Bis6Sq__iconCheck{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;display:inline-flex}.Comparison-module__Bis6Sq__iconX{color:var(--ink-subtle);background:#031c3014}.Comparison-module__Bis6Sq__iconX svg{width:14px;height:14px}.Comparison-module__Bis6Sq__iconCheck{background:var(--cyan-accent);color:#fff}.Comparison-module__Bis6Sq__iconCheck svg{width:14px;height:14px}.Comparison-module__Bis6Sq__mobileLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--ink-subtle);margin-right:.4rem;font-size:.7rem;font-weight:700;display:none}@media (max-width:720px){.Comparison-module__Bis6Sq__tableHeader{display:none}.Comparison-module__Bis6Sq__row{padding:var(--space-sm) 0;grid-template-columns:1fr}.Comparison-module__Bis6Sq__cellCommon,.Comparison-module__Bis6Sq__cellOntrack{padding:.65rem var(--space-md);border-right:none}.Comparison-module__Bis6Sq__cellCommon{border-bottom:1px dashed var(--ink-border)}.Comparison-module__Bis6Sq__cellOntrack{background:0 0}.Comparison-module__Bis6Sq__mobileLabel{display:inline}}@media (max-width:480px){.Comparison-module__Bis6Sq__comparison{padding:var(--space-2xl) 0}}
.FitCheck-module__rxmtpG__fit{padding:var(--space-3xl) 0;background:var(--navy);position:relative;overflow:hidden}.FitCheck-module__rxmtpG__fit:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(60% 40% at 15% 30%,#0595ee17 0%,#0000 70%),radial-gradient(50% 40% at 85% 70%,#e3a0000f 0%,#0000 70%);position:absolute;inset:0}.FitCheck-module__rxmtpG__fit .container{z-index:1;position:relative}.FitCheck-module__rxmtpG__header{max-width:760px;margin:0 auto var(--space-2xl);text-align:center}.FitCheck-module__rxmtpG__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--blue-electric);border-radius:var(--radius-full);margin-bottom:var(--space-sm);background:#0595ee1f;border:1px solid #0595ee38;padding:.4rem .9rem;font-size:.72rem;font-weight:700;display:inline-block}.FitCheck-module__rxmtpG__sub{font-size:var(--text-base);color:var(--white-muted);margin:var(--space-sm) auto 0;max-width:620px;line-height:1.55}.FitCheck-module__rxmtpG__headline{letter-spacing:-.02em;color:var(--white);margin:0;font-size:clamp(2rem,4.5vw,2.9rem);font-weight:800;line-height:1.1}.FitCheck-module__rxmtpG__headline em{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.FitCheck-module__rxmtpG__columns{gap:var(--space-lg);grid-template-columns:1fr 1fr;max-width:1080px;margin:0 auto;display:grid}.FitCheck-module__rxmtpG__column{background:var(--gradient-card);border:1px solid var(--white-ghost);border-radius:var(--radius-lg);padding:var(--space-lg);gap:var(--space-md);flex-direction:column;transition:border-color .3s;display:flex}.FitCheck-module__rxmtpG__columnFit{border-color:#0595ee4d;box-shadow:0 20px 50px #0595ee14}.FitCheck-module__rxmtpG__columnNotFit{opacity:.75}.FitCheck-module__rxmtpG__colHeader{padding-bottom:var(--space-sm);border-bottom:1px solid var(--white-ghost);align-items:center;gap:.85rem;display:flex}.FitCheck-module__rxmtpG__colHeader h3{font-size:var(--text-lg);color:var(--white);margin:0;font-weight:700;line-height:1.2}.FitCheck-module__rxmtpG__badgeYes,.FitCheck-module__rxmtpG__badgeNo{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.15rem;font-weight:800;display:inline-flex}.FitCheck-module__rxmtpG__badgeYes{color:var(--blue-electric);background:#0595ee2e}.FitCheck-module__rxmtpG__badgeNo{color:var(--white-subtle);background:#ffffff14}.FitCheck-module__rxmtpG__column ul{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.FitCheck-module__rxmtpG__column li{color:var(--white-muted);align-items:flex-start;gap:.7rem;font-size:.95rem;line-height:1.5;display:flex}.FitCheck-module__rxmtpG__check,.FitCheck-module__rxmtpG__cross{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;display:inline-flex}.FitCheck-module__rxmtpG__check{color:var(--blue-electric);background:#0595ee2e}.FitCheck-module__rxmtpG__check svg{width:13px;height:13px}.FitCheck-module__rxmtpG__cross{color:var(--white-subtle);background:#ffffff0f}.FitCheck-module__rxmtpG__cross svg{width:13px;height:13px}@media (max-width:800px){.FitCheck-module__rxmtpG__columns{grid-template-columns:1fr}}@media (max-width:768px){.FitCheck-module__rxmtpG__fit{padding:var(--space-2xl) 0}.FitCheck-module__rxmtpG__column{padding:var(--space-md)}}
.FAQ-module__YTKPaG__faq{padding:var(--space-3xl) 0;background:var(--bg-light);color:var(--ink);position:relative}.FAQ-module__YTKPaG__faq:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--cyan-accent) 50%, transparent 100%);width:60%;max-width:400px;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.FAQ-module__YTKPaG__headline{letter-spacing:-.02em;color:var(--ink);margin:0 auto var(--space-2xl);text-align:center;max-width:760px;font-size:clamp(2rem,4.5vw,2.9rem);font-weight:800;line-height:1.1}.FAQ-module__YTKPaG__headline em{background:linear-gradient(135deg, var(--blue-royal) 0%, var(--blue-electric) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.FAQ-module__YTKPaG__list{gap:var(--space-xs);flex-direction:column;max-width:820px;margin:0 auto;padding:0;list-style:none;display:flex}.FAQ-module__YTKPaG__item{background:var(--bg-light-card);border:1px solid var(--ink-border);border-radius:var(--radius-md);transition:border-color .2s;overflow:hidden}.FAQ-module__YTKPaG__itemOpen{border-color:var(--cyan-accent);box-shadow:0 10px 30px #0595ee14}.FAQ-module__YTKPaG__trigger{width:100%;padding:var(--space-sm) var(--space-md);cursor:pointer;justify-content:space-between;align-items:center;gap:var(--space-sm);text-align:left;font-size:var(--text-base);color:var(--ink);background:0 0;border:none;font-family:inherit;font-weight:600;transition:background .2s;display:flex}.FAQ-module__YTKPaG__trigger:hover{background:#0595ee0a}.FAQ-module__YTKPaG__chevron{width:32px;height:32px;color:var(--cyan-accent);transition:transform .3s var(--ease-out-expo);background:#0595ee1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.FAQ-module__YTKPaG__chevron svg{width:16px;height:16px}.FAQ-module__YTKPaG__itemOpen .FAQ-module__YTKPaG__chevron{background:var(--cyan-accent);color:#fff;transform:rotate(180deg)}.FAQ-module__YTKPaG__panel{padding:0 var(--space-md) var(--space-md)}.FAQ-module__YTKPaG__panel p{font-size:var(--text-base);color:var(--ink-muted);margin:0;line-height:1.6}@media (max-width:768px){.FAQ-module__YTKPaG__faq{padding:var(--space-2xl) 0}.FAQ-module__YTKPaG__trigger{padding:var(--space-sm);font-size:.95rem}.FAQ-module__YTKPaG__panel{padding:0 var(--space-sm) var(--space-sm)}}
.WhatsAppForm-module__izQ8ia__section{padding:var(--space-3xl) 0;background:var(--navy-dark);position:relative;overflow:hidden}.WhatsAppForm-module__izQ8ia__section:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(50% 40% at 20% 10%,#0595ee17 0%,#0000 70%),radial-gradient(50% 40% at 80% 90%,#e3a0000f 0%,#0000 70%);position:absolute;inset:0}.WhatsAppForm-module__izQ8ia__section .container{z-index:1;position:relative}.WhatsAppForm-module__izQ8ia__inner{gap:var(--space-xl);flex-direction:column;max-width:880px;margin:0 auto;display:flex}.WhatsAppForm-module__izQ8ia__header{text-align:center;max-width:720px;margin:0 auto}.WhatsAppForm-module__izQ8ia__headline{letter-spacing:-.02em;color:var(--white);margin:0 0 var(--space-sm);font-size:clamp(1.8rem,4.5vw,2.8rem);font-weight:800;line-height:1.15}.WhatsAppForm-module__izQ8ia__headline em{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.WhatsAppForm-module__izQ8ia__sub{font-size:var(--text-lg);color:var(--white-muted);margin:0}.WhatsAppForm-module__izQ8ia__guarantees{padding:var(--space-lg);gap:var(--space-md);border-radius:var(--radius-lg);background:#0a2a4573;border:1px solid #0595ee26;flex-direction:column;margin:0;list-style:none;display:flex}.WhatsAppForm-module__izQ8ia__guarantee{gap:var(--space-sm);align-items:flex-start;display:flex}.WhatsAppForm-module__izQ8ia__guarantee strong{font-size:var(--text-base);color:var(--white);margin-bottom:.25rem;font-weight:700;display:block}.WhatsAppForm-module__izQ8ia__guarantee p{color:var(--white-muted);margin:0;font-size:.92rem;line-height:1.55}.WhatsAppForm-module__izQ8ia__check{width:32px;height:32px;color:var(--blue-electric);background:#0595ee2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.WhatsAppForm-module__izQ8ia__form{background:var(--gradient-card);border:1px solid var(--white-ghost);border-radius:var(--radius-lg);padding:var(--space-xl);box-shadow:var(--shadow-elevated)}.WhatsAppForm-module__izQ8ia__formHeader{text-align:center;margin-bottom:var(--space-lg)}.WhatsAppForm-module__izQ8ia__formHeader h3{font-size:var(--text-xl);color:var(--white);letter-spacing:-.01em;margin:0;font-weight:700}.WhatsAppForm-module__izQ8ia__grid{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}.WhatsAppForm-module__izQ8ia__field{flex-direction:column;gap:.4rem;display:flex}.WhatsAppForm-module__izQ8ia__field.WhatsAppForm-module__izQ8ia__full{grid-column:1/-1}.WhatsAppForm-module__izQ8ia__field>span{color:var(--white-muted);font-size:.88rem;font-weight:500}.WhatsAppForm-module__izQ8ia__optional{color:var(--white-subtle);font-size:.8rem;font-weight:400}.WhatsAppForm-module__izQ8ia__field input,.WhatsAppForm-module__izQ8ia__field select,.WhatsAppForm-module__izQ8ia__field textarea{border-radius:var(--radius-md);border:1px solid var(--white-ghost);width:100%;color:var(--white);font-size:var(--text-base);background:#01101d99;padding:.85rem 1rem;font-family:inherit;transition:border-color .2s,background .2s}.WhatsAppForm-module__izQ8ia__field input::placeholder,.WhatsAppForm-module__izQ8ia__field textarea::placeholder{color:var(--white-subtle)}.WhatsAppForm-module__izQ8ia__field textarea{resize:vertical;min-height:90px;line-height:1.55}.WhatsAppForm-module__izQ8ia__field input:focus,.WhatsAppForm-module__izQ8ia__field select:focus,.WhatsAppForm-module__izQ8ia__field textarea:focus{border-color:var(--blue-electric);background:#01101dcc;outline:none}.WhatsAppForm-module__izQ8ia__field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff99' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.WhatsAppForm-module__izQ8ia__field select option{background:var(--navy);color:var(--white)}.WhatsAppForm-module__izQ8ia__submit{width:100%;margin-top:var(--space-lg);border-radius:var(--radius-md);background:var(--gradient-gold);color:var(--navy);font-weight:700;font-size:var(--text-base);cursor:pointer;box-shadow:var(--shadow-glow-gold);border:none;justify-content:center;align-items:center;gap:.5rem;padding:1.1rem 1.5rem;font-family:inherit;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex}.WhatsAppForm-module__izQ8ia__submit:hover:not(:disabled){transform:translateY(-2px)}.WhatsAppForm-module__izQ8ia__submit:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.WhatsAppForm-module__izQ8ia__microcopy{text-align:center;color:var(--white-subtle);margin:var(--space-sm) 0 0;font-size:.85rem}@media (max-width:768px){.WhatsAppForm-module__izQ8ia__section{padding:var(--space-2xl) 0}.WhatsAppForm-module__izQ8ia__form{padding:var(--space-md)}.WhatsAppForm-module__izQ8ia__grid{gap:var(--space-sm);grid-template-columns:1fr}.WhatsAppForm-module__izQ8ia__guarantees{padding:var(--space-md)}}
.Footer-module__Grjkva__footer{padding:var(--space-2xl) 0 var(--space-lg);background:linear-gradient(180deg, var(--navy) 0%, var(--navy-dark) 100%);border-top:1px solid var(--white-ghost);position:relative}.Footer-module__Grjkva__footerInner{gap:var(--space-xl);margin-bottom:var(--space-xl);grid-template-columns:1.5fr 1fr 1fr;display:grid}.Footer-module__Grjkva__footerBrand{max-width:360px}.Footer-module__Grjkva__footerLogo{width:auto;height:30px;margin-bottom:var(--space-md)}.Footer-module__Grjkva__footerTagline{font-size:var(--text-sm);color:var(--white-muted);margin-bottom:var(--space-md);line-height:1.7}.Footer-module__Grjkva__footerSocials{gap:var(--space-sm);display:flex}.Footer-module__Grjkva__socialLink{width:40px;height:40px;transition:all var(--transition-base);color:var(--white-muted);background:#ffffff0d;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__Grjkva__socialLink:hover{border-color:var(--blue-electric);color:var(--blue-electric);background:#0595ee26;transform:translateY(-3px)}.Footer-module__Grjkva__footerCol h4{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.1em;color:var(--white);margin-bottom:var(--space-md);font-weight:700}.Footer-module__Grjkva__footerLinks{flex-direction:column;gap:10px;display:flex}.Footer-module__Grjkva__footerLink{font-size:var(--text-sm);color:var(--white-subtle);transition:color var(--transition-fast);align-items:center;gap:8px;display:flex}.Footer-module__Grjkva__footerLink:hover{color:var(--gold)}.Footer-module__Grjkva__footerContactItem{font-size:var(--text-sm);color:var(--white-subtle);align-items:flex-start;gap:10px;margin-bottom:12px;line-height:1.5;text-decoration:none;transition:color .2s;display:flex}a.Footer-module__Grjkva__footerContactItem:hover{color:var(--white)}.Footer-module__Grjkva__footerContactItem svg{color:var(--blue-electric);flex-shrink:0;margin-top:3px}.Footer-module__Grjkva__footerBottom{padding-top:var(--space-md);border-top:1px solid var(--white-ghost);justify-content:space-between;align-items:center;gap:var(--space-sm);flex-wrap:wrap;display:flex}.Footer-module__Grjkva__copyright{font-size:var(--text-xs);color:var(--white-subtle)}.Footer-module__Grjkva__footerQuote{font-size:var(--text-xs);color:var(--white-subtle);font-style:italic}@media (max-width:768px){.Footer-module__Grjkva__footer{padding:var(--space-xl) 0 var(--space-md)}.Footer-module__Grjkva__footerInner{gap:var(--space-lg);margin-bottom:var(--space-lg);grid-template-columns:1fr}.Footer-module__Grjkva__footerBrand{text-align:center;max-width:100%}.Footer-module__Grjkva__footerLogo{margin:0 auto var(--space-sm);height:32px}.Footer-module__Grjkva__footerSocials{justify-content:center}.Footer-module__Grjkva__footerCol h4{margin-bottom:var(--space-sm)}.Footer-module__Grjkva__footerBottom{text-align:center;gap:var(--space-xs);flex-direction:column}.Footer-module__Grjkva__footerContactItem{font-size:var(--text-xs);word-break:break-all}.Footer-module__Grjkva__footerLink{font-size:var(--text-xs)}}
.page-module__EecL-G__minimalHeader{padding:var(--space-md) 0;background:var(--navy);border-bottom:1px solid var(--white-ghost)}.page-module__EecL-G__logoLink{display:inline-flex}.page-module__EecL-G__logoLink img{width:auto;height:40px}.page-module__EecL-G__main{background:var(--navy);color:var(--white)}.page-module__EecL-G__confirmation{padding:var(--space-3xl) 0 var(--space-xl);text-align:center;background:radial-gradient(ellipse 60% 50% at 50% 0%, #0595ee1a 0%, transparent 70%), var(--navy)}.page-module__EecL-G__checkIcon{width:88px;height:88px;margin:0 auto var(--space-md);color:var(--blue-electric);box-shadow:var(--shadow-glow-blue);background:#0595ee26;border-radius:50%;justify-content:center;align-items:center;display:flex}.page-module__EecL-G__checkIcon svg{width:44px;height:44px}.page-module__EecL-G__headline{letter-spacing:-.02em;margin:0 0 var(--space-sm);font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.1}.page-module__EecL-G__headline em{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:normal}.page-module__EecL-G__sub{font-size:var(--text-lg);color:var(--white-muted);max-width:620px;margin:0 auto;line-height:1.55}.page-module__EecL-G__sub strong{color:var(--white);font-weight:600}.page-module__EecL-G__videoSection{padding:var(--space-2xl) 0;background:var(--navy-light);border-top:1px solid var(--white-ghost);border-bottom:1px solid var(--white-ghost)}.page-module__EecL-G__videoHeader{text-align:center;max-width:720px;margin:0 auto var(--space-lg)}.page-module__EecL-G__videoHeader h2{margin:0 0 var(--space-xs);font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:700}.page-module__EecL-G__videoHeader p{font-size:var(--text-base);color:var(--white-muted);margin:0;line-height:1.55}.page-module__EecL-G__videoPlaceholder{aspect-ratio:16/9;border-radius:var(--radius-lg);max-width:900px;padding:var(--space-md);background:radial-gradient(#0595ee1a 0%,#0000 70%),#01101db3;border:1px dashed #0595ee4d;justify-content:center;align-items:center;margin:0 auto;display:flex}.page-module__EecL-G__videoPlaceholderInner{text-align:center;color:var(--white-muted)}.page-module__EecL-G__videoPlaceholderInner svg{color:#0595ee8c;margin-bottom:var(--space-sm)}.page-module__EecL-G__videoPlaceholderInner p{font-size:var(--text-lg);color:var(--white);margin:0 0 .25rem;font-weight:700}.page-module__EecL-G__videoPlaceholderInner span{color:var(--white-subtle);font-size:.9rem}.page-module__EecL-G__whatsappSection{padding:var(--space-2xl) 0;background:var(--navy)}.page-module__EecL-G__whatsappCard{max-width:720px;padding:var(--space-xl);text-align:center;border:1px solid var(--white-ghost);border-radius:var(--radius-lg);background:#0a2a4599;margin:0 auto}.page-module__EecL-G__whatsappCard h2{margin:0 0 var(--space-xs);font-size:clamp(1.3rem,3vw,1.8rem);font-weight:700}.page-module__EecL-G__whatsappCard p{font-size:var(--text-base);color:var(--white-muted);margin:0 0 var(--space-md);line-height:1.55}.page-module__EecL-G__whatsappBtn{color:#fff;font-weight:700;font-size:var(--text-base);border-radius:var(--radius-md);background:#25d366;align-items:center;gap:.5rem;padding:1rem 1.75rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 30px #25d36640}.page-module__EecL-G__whatsappBtn:hover{transform:translateY(-2px);box-shadow:0 14px 36px #25d36659}.page-module__EecL-G__nextStepsSection{padding:var(--space-2xl) 0 var(--space-3xl);background:var(--navy-dark)}.page-module__EecL-G__nextStepsHeadline{text-align:center;margin:0 0 var(--space-xl);font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:700}.page-module__EecL-G__nextSteps{gap:var(--space-md);grid-template-columns:repeat(3,1fr);max-width:960px;margin:0 auto;padding:0;list-style:none;display:grid}.page-module__EecL-G__stepItem{gap:var(--space-sm);padding:var(--space-lg);background:var(--gradient-card);border:1px solid var(--white-ghost);border-radius:var(--radius-lg);flex-direction:column;display:flex}.page-module__EecL-G__stepNum{background:var(--gradient-gold);width:44px;height:44px;color:var(--navy);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:800;display:inline-flex}.page-module__EecL-G__stepItem h3{font-size:var(--text-base);color:var(--white);margin:0 0 .3rem;font-weight:700}.page-module__EecL-G__stepItem p{color:var(--white-muted);margin:0;font-size:.92rem;line-height:1.55}@media (max-width:768px){.page-module__EecL-G__confirmation{padding:var(--space-2xl) 0 var(--space-lg)}.page-module__EecL-G__nextSteps{grid-template-columns:1fr}.page-module__EecL-G__whatsappCard{padding:var(--space-md)}}
