:root{--bg:#f6f8fc;--bg-soft:#eff4fb;--surface:rgba(255,255,255,.76);--surface-soft:rgba(255,255,255,.58);--surface-strong:rgba(255,255,255,.9);--text:#0f1a2c;--muted:#627088;--text-primary:var(--text);--text-muted:var(--muted);--line:rgba(66,104,154,.12);--steel:#4b7bae;--steel-strong:#2f6297;--shadow:0 22px 60px rgba(64,91,128,.08);--shadow-soft:0 10px 30px rgba(64,91,128,.05);--radius-xl:34px;--radius-lg:26px;--radius-md:20px;--container:1240px;--section-space:120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:linear-gradient(180deg,#fbfdff,#f3f7fb 45%,#f8fafd);overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}main{position:relative;z-index:1}.page-background{position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 12% 12%,rgba(88,136,199,.14),transparent 24%),radial-gradient(circle at 82% 18%,rgba(75,123,174,.12),transparent 22%),radial-gradient(circle at 68% 74%,rgba(255,255,255,.92),transparent 24%),linear-gradient(180deg,#fcfeff,#f3f7fb 50%,#f8fafd)}.page-background:after,.page-background:before{content:"";position:absolute;border-radius:999px;filter:blur(48px);opacity:.66}.page-background:before{top:9rem;right:-8rem;width:22rem;height:22rem;background:rgba(121,170,227,.2);animation:drift 15s ease-in-out infinite}.page-background:after{bottom:10rem;left:-5rem;width:18rem;height:18rem;background:rgba(180,215,255,.18);animation:drift 20s ease-in-out infinite reverse}.container{width:min(var(--container),calc(100% - 2rem));margin:0 auto}.section{padding:var(--section-space) 0}.section-compact{padding:64px 0}.section-soft{position:relative}.section-soft:before{content:"";position:absolute;inset:8% 0;z-index:-1;background:linear-gradient(180deg,rgba(255,255,255,.35),rgba(255,255,255,.08))}.glass-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.82);border-radius:var(--radius-xl);background:linear-gradient(180deg,rgba(255,255,255,.86),rgba(255,255,255,.62));box-shadow:var(--shadow);backdrop-filter:blur(16px) saturate(130%);-webkit-backdrop-filter:blur(16px) saturate(130%)}.glass-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.35),rgba(255,255,255,0))}.glass-card-soft{background:linear-gradient(180deg,rgba(255,255,255,.7),rgba(255,255,255,.48));box-shadow:var(--shadow-soft)}.intro-overlay{position:fixed;inset:0;z-index:1600;display:grid;place-items:center;background:radial-gradient(circle at 50% 35%,rgba(255,255,255,.78),transparent 30%),linear-gradient(180deg,rgba(245,249,255,.95),rgba(239,244,251,.9));transition:opacity .52s ease,visibility .52s ease}.intro-overlay.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.intro-logo-shell{display:inline-flex;align-items:center;gap:18px;padding:22px 28px;border-radius:28px;animation:introLift 1.4s ease forwards}.brand-mark,.intro-brand-mark{background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.96),transparent 36%),linear-gradient(135deg,rgba(255,255,255,.85),rgba(255,255,255,.3)),linear-gradient(135deg,#6fa0d3,#3f6f9e);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 8px 20px rgba(75,123,174,.18)}.intro-brand-mark{width:58px;height:58px;border-radius:18px}.intro-wordmark{display:flex;flex-direction:column;gap:4px}.intro-wordmark strong{font-size:1.08rem;letter-spacing:-.03em}.intro-wordmark span{color:var(--muted);font-size:.82rem}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:1400;padding:18px 0 0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.nav-shell{position:relative;z-index:20;display:grid;grid-template-columns:auto 1fr auto;grid-gap:18px;gap:18px;min-height:78px;padding:14px 16px;border-radius:26px;overflow:visible}.brand,.nav-shell{align-items:center}.brand{display:inline-flex;gap:12px;min-width:0}.brand-mark{width:42px;height:42px;border-radius:14px;flex:0 0 auto}.brand-copy{display:flex;flex-direction:column;line-height:1.02}.brand-copy strong{font-size:.97rem;letter-spacing:-.03em}.brand-copy small{color:var(--text-muted);font-size:.73rem}.nav-desktop{display:flex;align-items:center;justify-content:center;gap:6px}.nav-link,.nav-trigger{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 14px;border:0;border-radius:999px;background:transparent;color:var(--text-muted);font-size:.95rem;font-weight:500;transition:background .18s ease,color .18s ease,transform .18s ease}.nav-dropdown-wrap.is-open .nav-trigger,.nav-link:hover,.nav-trigger:hover{background:rgba(255,255,255,.56)}.nav-trigger{cursor:pointer}.nav-chevron{transition:transform .18s ease}.nav-chevron.is-open{transform:rotate(180deg)}.nav-dropdown-wrap{position:relative}.nav-dropdown{position:absolute;top:calc(100% + 12px);left:50%;z-index:50;width:min(480px,82vw);padding:14px;border-radius:24px;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-50%) translateY(10px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.nav-dropdown.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.nav-dropdown-grid{display:grid;grid-gap:10px;gap:10px}.nav-dropdown-item{display:block;padding:14px 15px;border-radius:18px;background:rgba(255,255,255,.3);transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.nav-dropdown-item:hover{background:rgba(255,255,255,.62);transform:translateY(-1px);box-shadow:0 12px 30px rgba(37,60,106,.08)}.nav-dropdown-title{display:block;color:var(--text-primary);font-weight:600;letter-spacing:-.02em}.nav-dropdown-description{display:block;margin-top:5px;color:var(--text-muted);font-size:.88rem;line-height:1.45}.button-row,.footer-links,.nav-actions,.nav-actions-desktop{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.mobile-nav-toggle{display:none;align-items:center;justify-content:center;width:46px;height:46px;border:0;border-radius:16px;background:rgba(255,255,255,.52);color:var(--text-primary);cursor:pointer}.mobile-nav-backdrop{position:fixed;inset:0;z-index:1300;opacity:0;visibility:hidden;pointer-events:none;border:0;background:rgba(12,20,35,.22);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:opacity .22s ease,visibility .22s ease}.mobile-nav-backdrop.is-visible{opacity:1;visibility:visible;pointer-events:auto}.mobile-nav-panel{position:fixed;inset:92px 16px auto 16px;z-index:1450;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.mobile-nav-panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.mobile-nav-panel-inner{padding:16px;border-radius:28px}.mobile-nav-list{display:grid;grid-gap:8px;gap:8px}.mobile-nav-group-trigger,.mobile-nav-link{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:52px;padding:0 14px;border:0;border-radius:18px;background:rgba(255,255,255,.42);color:var(--text-primary);text-align:left;font-size:.98rem;font-weight:600}.mobile-nav-group{overflow:hidden;border-radius:20px;background:rgba(255,255,255,.28)}.mobile-nav-group-panel{max-height:0;overflow:hidden;transition:max-height .26s ease}.mobile-nav-group.is-open .mobile-nav-group-panel{max-height:420px}.mobile-nav-sublink{display:block;padding:12px 14px 12px 18px;border-top:1px solid rgba(110,132,170,.12)}.mobile-nav-sublink-title{display:block;color:var(--text-primary);font-size:.93rem;font-weight:600}.mobile-nav-sublink-description{display:block;margin-top:4px;color:var(--text-muted);font-size:.84rem;line-height:1.45}.mobile-nav-actions{display:grid;grid-gap:10px;gap:10px;margin-top:14px}.mobile-action{display:inline-flex;align-items:center;justify-content:center;min-height:50px;border-radius:18px;font-weight:600}.mobile-action-primary{color:#fff;background:linear-gradient(135deg,rgba(75,123,174,1),rgba(114,153,195,1));box-shadow:0 14px 28px rgba(75,123,174,.22)}.mobile-action-ghost{color:var(--text-primary);background:rgba(255,255,255,.56)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;font-weight:700;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.button:hover{transform:translateY(-2px)}.button-primary{color:#fff;background:linear-gradient(135deg,var(--steel),#79a2d1);box-shadow:0 14px 28px rgba(75,123,174,.25)}.button-secondary{color:var(--text);background:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.9)}.button-ghost{color:var(--text);background:transparent}.button-small{min-height:40px;padding-inline:16px}.button-row-center{justify-content:center}.button-row-end{justify-content:flex-end}.eyebrow,.product-eyebrow{display:inline-flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;padding:9px 14px;border:1px solid rgba(255,255,255,.88);border-radius:999px;background:rgba(255,255,255,.78);color:var(--steel-strong);font-size:.82rem;font-weight:700}.product-eyebrow{margin-bottom:12px}h1,h2,h3,p{margin-top:0}h1{max-width:10ch;margin-bottom:20px;font-size:clamp(3rem,6vw,5.8rem);line-height:.95;letter-spacing:-.06em}h2{margin-bottom:14px;font-size:clamp(2rem,4vw,3.6rem);line-height:1;letter-spacing:-.05em}h3{margin-bottom:12px;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.08;letter-spacing:-.03em}p{color:var(--muted);line-height:1.8}.gradient-text{background:linear-gradient(135deg,#112033,#37648f 55%,#77a5d6);-webkit-background-clip:text;background-clip:text;color:transparent}.comparison-grid,.dual-grid,.feature-grid,.hero-layout,.section-heading-split,.stage-grid,.support-dashboard-grid{display:grid;grid-gap:24px;gap:24px;align-items:center}.dual-grid,.feature-grid,.hero-layout{grid-template-columns:1.05fr .95fr}.comparison-grid,.support-dashboard-grid{grid-template-columns:1.1fr .9fr}.stage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-hero{padding-top:44px}.hero-copy-stack{padding-right:20px}.hero-lead{max-width:56ch;font-size:1.12rem}.hero-copy-secondary,.section-description{max-width:62ch}.feature-visual,.hero-visual,.page-hero-visual,.visual-panel{position:relative;min-height:620px}.feature-visual-large,.hero-visual-home,.page-hero-visual-rich,.visual-panel-large{min-height:720px}.feature-image,.hero-image,.page-hero-image,.product-card-image{object-fit:cover}.hero-visual-stack{grid-gap:18px;gap:18px;padding:86px 24px 24px}.hero-visual-panel{min-height:260px}.hero-visual-panel-large{min-height:380px}.hero-visual-row{grid-template-columns:1fr .92fr;grid-gap:18px;gap:18px;align-items:stretch}.hero-chip-row,.page-hero-chips{position:absolute;top:24px;left:24px;z-index:3;display:flex;gap:8px;flex-wrap:wrap}.hero-chip-row span,.page-hero-chips span{padding:8px 12px;border:1px solid rgba(255,255,255,.85);border-radius:999px;background:rgba(255,255,255,.72);color:var(--muted);font-size:.8rem}.hero-floating-card{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:flex-end;padding:22px;border-radius:24px}.hero-floating-label{margin-bottom:8px;color:var(--steel-strong);font-size:.8rem;font-weight:700}.metric-grid,.product-grid,.support-grid,.triple-grid{display:grid;grid-gap:16px;gap:16px}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:34px}.content-panel,.cta-shell,.feature-copy,.info-card,.legal-shell,.metric-item,.stage-card,.statement-card{padding:28px}.content-panel-large,.cta-shell-wide,.statement-card-wide{padding:36px}.metric-item strong{display:block;margin-bottom:6px;font-size:1.1rem}.section-heading{margin-bottom:30px}.section-heading-split{grid-template-columns:.95fr 1.05fr;align-items:end}.feature-list{margin:20px 0 0;padding-left:1.2rem;color:var(--muted);line-height:1.7}.checklist-list{display:grid;grid-gap:8px;gap:8px}.product-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid-four,.support-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid-airy,.support-grid-airy{gap:20px}.product-card,.support-card{display:flex;flex-direction:column;min-height:100%;transition:transform .26s ease,box-shadow .26s ease}.product-card:hover,.support-card:hover{transform:translateY(-6px)}.product-card-media{position:relative;min-height:240px;border-bottom:1px solid var(--line)}.product-card-body{padding:22px}.support-card-rich{min-height:280px}.support-link{display:inline-flex;margin-top:auto;padding-top:16px;color:var(--steel-strong);font-size:.84rem;font-weight:700}.footer-shell{display:flex;justify-content:space-between;gap:18px;padding:22px 24px;border-radius:var(--radius-lg)}.footer-title{margin-bottom:4px;color:var(--text);font-weight:700}.footer-copy{max-width:42ch}.site-footer{padding:0 0 56px}.legal-shell{padding:34px}.support-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:24px}.support-form-grid label{display:grid;grid-gap:8px;gap:8px}.support-form-grid label span{color:var(--text-primary);font-size:.88rem;font-weight:700}.support-form-grid input,.support-form-grid select,.support-form-grid textarea{width:100%;border:1px solid rgba(66,104,154,.14);border-radius:16px;background:rgba(255,255,255,.76);color:var(--text-primary);padding:14px 15px;box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}.support-form-grid textarea{resize:vertical}.form-full{grid-column:1/-1}.liquid-orb{position:absolute;border-radius:999px;filter:blur(34px);pointer-events:none;animation:floaty 12s ease-in-out infinite}.liquid-orb-a{top:8%;right:6%;width:12rem;height:12rem;background:rgba(112,168,230,.24)}.liquid-orb-b{bottom:10%;left:8%;width:10rem;height:10rem;background:rgba(188,219,255,.22);animation-duration:14s}.liquid-orb-c{top:12%;left:12%;width:14rem;height:14rem;background:rgba(132,183,238,.22)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .72s ease,transform .72s ease}.reveal-visible{opacity:1;transform:translateY(0)}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes drift{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-16px,0)}}@keyframes introLift{0%{opacity:0;transform:translateY(18px) scale(.98)}18%{opacity:1}65%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(1.01)}}@media (max-width:1120px){:root{--section-space:96px}.comparison-grid,.dual-grid,.feature-grid,.hero-layout,.section-heading-split,.stage-grid,.support-dashboard-grid{grid-template-columns:1fr}.metric-grid,.product-grid-four,.product-grid-three,.support-grid,.triple-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-copy-stack,.page-hero-copy{padding-right:0}.nav-actions-desktop,.nav-desktop{display:none}.mobile-nav-toggle{display:inline-flex}}@media (max-width:860px){:root{--section-space:78px}.footer-shell{border-radius:30px;flex-wrap:wrap;justify-content:center}.feature-visual,.feature-visual-large,.hero-visual,.hero-visual-home,.page-hero-visual,.page-hero-visual-rich,.visual-panel,.visual-panel-large{min-height:520px}.dual-grid,.hero-visual-row,.metric-grid,.product-grid-four,.product-grid-three,.support-form-grid,.support-grid,.triple-grid{grid-template-columns:1fr}.content-panel,.cta-shell,.feature-copy,.info-card,.legal-shell,.metric-item,.stage-card,.statement-card{padding:24px}.content-panel-large,.cta-shell-wide,.statement-card-wide{padding:28px}h1{max-width:100%}}@media (max-width:640px){.site-header{padding-top:12px}.nav-shell{min-height:70px;padding:12px;border-radius:22px}.brand-copy strong{font-size:.92rem}.brand-copy small{font-size:.7rem}.mobile-nav-panel{inset:82px 12px auto 12px}.mobile-nav-panel-inner{padding:12px;border-radius:24px}.hero-visual-stack{padding:78px 16px 16px}.hero-chip-row,.page-hero-chips{top:18px;right:18px;left:18px}}@media (max-width:560px){.container{width:min(var(--container),calc(100% - 1rem))}.button{width:100%}.footer-links a{display:inline-flex;justify-content:center;width:calc(50% - 6px)}.home-hero{padding-top:20px}.feature-visual,.feature-visual-large,.hero-visual,.hero-visual-home,.page-hero-visual,.page-hero-visual-rich,.visual-panel,.visual-panel-large{min-height:420px}.hero-visual-panel-large{min-height:240px}.hero-visual-small,.product-card-media{min-height:200px}.mobile-nav-group.is-open .mobile-nav-group-panel{max-height:520px}.intro-logo-shell{padding:20px 22px}}body{font-family:Arial,Helvetica,sans-serif}.site-header{z-index:2000}.nav-shell{overflow:visible!important}.nav-dropdown-wrap{z-index:30}.nav-dropdown{z-index:2200;width:min(560px,86vw);box-shadow:0 26px 80px rgba(34,55,92,.14)}.nav-dropdown-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nav-dropdown-item-featured{background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.5))}.nav-dropdown-item-featured .nav-dropdown-title{font-size:1rem}.main,main{position:relative;z-index:1}.hero-layout-home{gap:34px;align-items:start}.hero-copy-home{padding-top:26px}.hero-copy-home h1{max-width:11ch}.hero-button-row{margin-top:28px}.hero-metric-grid{margin-top:42px}.feature-visual-large,.hero-visual-home,.page-hero-visual-rich,.visual-panel-large{min-height:700px}.hero-visual-stack{position:relative;z-index:2;display:grid;grid-gap:16px;gap:16px;min-height:100%;padding:86px 22px 22px}.hero-visual-panel{position:relative;overflow:hidden;border-radius:26px}.hero-visual-panel-large{min-height:350px}.hero-visual-row{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:16px;gap:16px}.hero-visual-small{min-height:220px}.hero-floating-card h2{font-size:clamp(1.4rem,2vw,2rem)}.section-heading-center{text-align:center}.section-heading .eyebrow,.section-heading-center .eyebrow{margin-bottom:14px}.section-heading-split{display:grid;grid-gap:28px;gap:28px}.comparison-grid,.feature-grid-wide,.stage-grid,.support-dashboard-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:22px;gap:22px}.feature-visual-large,.visual-panel-large{overflow:hidden}.feature-visual-large img,.hero-visual-home img,.page-hero-visual-rich img,.visual-panel-large img{object-fit:cover}.content-panel,.cta-shell,.feature-copy,.info-card,.legal-shell,.stage-card,.statement-card{position:relative;z-index:1}.cta-shell-wide h2,.statement-card-wide h2{max-width:14ch;margin-inline:auto}.cta-shell-wide p{max-width:58ch;margin-inline:auto}.support-card-rich{min-height:290px}.support-form-grid{margin-top:18px}.product-card{overflow:hidden}.product-card-link{display:inline-flex;margin-top:16px;color:var(--steel-strong);font-size:.84rem;font-weight:700}.product-card:hover .product-card-link{text-decoration:underline;text-underline-offset:3px}.feature-visual-large:after,.hero-visual-home:after,.page-hero-visual-rich:after,.visual-panel-large:after{content:"";position:absolute;inset:auto 8% 6% 8%;height:30%;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.18));pointer-events:none}.intro-overlay{animation:introFade 2s ease forwards}@keyframes introFade{0%{opacity:1}78%{opacity:1}to{opacity:0}}@media (max-width:1120px){.nav-dropdown-grid{grid-template-columns:1fr}.feature-visual-large,.hero-visual-home,.page-hero-visual-rich,.visual-panel-large{min-height:620px}}@media (max-width:860px){.feature-visual-large,.hero-visual-home,.page-hero-visual-rich,.visual-panel-large{min-height:560px}.hero-visual-panel-large{min-height:300px}.cta-shell-wide h2,.statement-card-wide h2{max-width:none}}@media (max-width:640px){.hero-visual-stack{padding:80px 16px 16px}.hero-visual-row{grid-template-columns:1fr}.feature-visual-large,.hero-visual-home,.page-hero-visual-rich,.visual-panel-large{min-height:480px}.hero-floating-card{position:relative;bottom:auto;left:auto;max-width:none}.nav-dropdown{display:none!important}}.nav-actions-desktop-extended{justify-content:flex-end}.footer-meta-row,.mobile-nav-topbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.language-switcher{display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:999px;background:rgba(255,255,255,.68);border:1px solid rgba(255,255,255,.82)}.language-switcher-compact{transform:scale(.97);transform-origin:right center}.language-option{border:0;background:transparent;color:var(--text-muted);border-radius:999px;min-height:34px;padding:0 12px;font-size:.8rem;font-weight:700;cursor:pointer}.language-option.is-active{background:linear-gradient(135deg,rgba(75,123,174,1),rgba(114,153,195,1));color:#fff;box-shadow:0 10px 24px rgba(75,123,174,.18)}.statement-card-split{display:grid;grid-template-columns:.92fr 1.08fr;grid-gap:22px;gap:22px;align-items:end}.faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.faq-card{padding:28px}.legal-stack{display:grid;grid-gap:16px;gap:16px;margin-top:22px}.footer-brand-block{display:grid;grid-gap:14px;gap:14px}.footer-inline-button{border:0;background:rgba(255,255,255,.74);border-radius:999px;padding:10px 16px;font-weight:700;color:var(--text-primary);cursor:pointer}.consent-banner{position:fixed;right:18px;bottom:18px;z-index:1800;width:min(560px,calc(100% - 2rem));padding:24px;display:grid;grid-gap:18px;gap:18px}.consent-label{margin:0 0 6px;color:var(--steel-strong);font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.consent-actions{display:flex;flex-wrap:wrap;gap:10px}.consent-actions-end{justify-content:flex-end}.consent-modal-backdrop{position:fixed;inset:0;z-index:1850;display:grid;place-items:center;padding:16px;background:rgba(12,20,35,.28);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.consent-modal{width:min(720px,100%);padding:26px;display:grid;grid-gap:14px;gap:14px}.consent-modal-header{display:flex;align-items:start;justify-content:space-between;gap:12px}.consent-close{border:0;background:rgba(255,255,255,.72);width:40px;height:40px;border-radius:999px;font-size:1.4rem;cursor:pointer}.consent-option{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;border-radius:20px;background:rgba(255,255,255,.58);border:1px solid rgba(255,255,255,.86)}.consent-option p{margin-bottom:0}.consent-option-toggle input{width:18px;height:18px;accent-color:var(--steel)}.consent-fixed{color:var(--steel-strong);font-weight:700;white-space:nowrap}.form-actions-stack{display:flex;flex-wrap:wrap;gap:10px}.form-feedback{margin-bottom:0;font-size:.92rem;font-weight:600}.form-feedback-success{color:#1f7a3e}.form-feedback-error{color:#a64040}.consent-check{display:flex!important;align-items:start;gap:10px!important;padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.56)}.consent-check input{margin-top:2px;accent-color:var(--steel)}.button:disabled{opacity:.72;cursor:not-allowed;transform:none}@media (max-width:1120px){.faq-grid,.statement-card-split{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:860px){.faq-grid,.statement-card-split{grid-template-columns:1fr}.consent-banner{right:12px;bottom:12px;width:calc(100% - 1.5rem);padding:20px}}@media (max-width:640px){.nav-actions-desktop-extended{gap:8px}.consent-actions,.footer-meta-row,.form-actions-stack,.mobile-nav-topbar{display:grid;grid-template-columns:1fr}.footer-inline-button,.language-switcher{width:100%;justify-content:center}}.accent-card{border-color:rgba(75,123,174,.28);box-shadow:0 18px 50px rgba(75,123,174,.1),inset 0 1px 0 rgba(255,255,255,.72)}.accent-panel{background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(244,249,255,.88));border-color:rgba(75,123,174,.18)}.compact-grid{gap:14px}.spec-card{min-height:100%}.compat-configurator-shell{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:22px;gap:22px}.compat-selector-panel,.compat-summary-panel{padding:30px}.vehicle-selector{display:grid;grid-gap:12px;gap:12px;margin-top:22px}.vehicle-option{text-align:left;border:1px solid rgba(75,123,174,.14);background:rgba(255,255,255,.76);color:var(--text-primary);border-radius:22px;padding:16px 18px;display:grid;grid-gap:6px;gap:6px;cursor:pointer;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.vehicle-option strong{font-size:1rem}.vehicle-option small{color:var(--text-muted);line-height:1.5}.vehicle-option-badge{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:28px;align-items:center;padding:0 10px;border-radius:999px;background:rgba(75,123,174,.1);color:var(--steel-strong);font-size:.72rem;font-weight:700}.vehicle-option.is-active,.vehicle-option:hover{transform:translateY(-2px);border-color:rgba(75,123,174,.42);box-shadow:0 16px 36px rgba(75,123,174,.12)}.vehicle-option.is-active{background:linear-gradient(180deg,rgba(240,247,255,.98),rgba(255,255,255,.88))}.compat-summary-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin-top:22px}.compat-summary-card{padding:22px;min-height:100%}.compat-support-hint{margin-top:18px;color:var(--steel-strong);font-weight:600}.nav-actions-desktop .button,.nav-actions-desktop-extended .button{min-height:42px}.button,.mobile-action,.mobile-nav-group-trigger,.mobile-nav-link,.mobile-nav-sublink{min-height:46px}.eyebrow,.gradient-text,.product-card-link,.product-eyebrow,.support-link{color:var(--steel-strong)}.hero-chip-row span,.page-hero-chips span{border-color:rgba(75,123,174,.18);background:rgba(244,249,255,.84);color:var(--steel-strong)}@media (max-width:1120px){.compat-configurator-shell{grid-template-columns:1fr}}@media (max-width:860px){.compat-summary-grid{grid-template-columns:1fr}.compat-selector-panel,.compat-summary-panel{padding:24px}}@media (max-width:640px){.site-header{padding-top:10px}.nav-shell{min-height:66px;padding:10px}.hero-copy-stack,.page-hero-copy{gap:14px}.button-row{gap:10px}.button-row .button,.form-actions-stack .button,.hero-copy-stack .button,.page-hero-copy .button{width:100%}.support-form-grid input,.support-form-grid select,.support-form-grid textarea{min-height:52px;font-size:16px}.support-form-grid textarea{min-height:140px}.vehicle-option{padding:15px 16px;border-radius:20px}.feature-visual-large,.hero-visual-home,.page-hero-visual-rich,.visual-panel-large{min-height:430px}}.brand-logo{min-height:40px}.brand-wordmark{width:auto;height:34px;object-fit:contain}.brand-wordmark-mobile{width:auto;height:28px;object-fit:contain}.hero-layout-v15{align-items:center;gap:32px}.hero-visual-first{order:1}.hero-copy-v15,.page-hero-copy-v15{order:2;display:grid;grid-gap:14px;gap:14px}.hero-copy-minimal{max-width:32ch;line-height:1.6}.hero-lead-tight{max-width:20ch;margin-bottom:0;font-size:clamp(1.1rem,2.2vw,1.4rem);line-height:1.18;color:var(--text-primary)}.hero-button-row-tight{gap:12px}.product-contain{object-fit:contain!important}.hero-metric-grid-v15{gap:12px}.metric-item-v15{padding:18px 18px 16px;min-height:112px}.metric-item-v15 strong{font-size:1.02rem;color:var(--text-primary)}.metric-item-v15 span{color:var(--text-muted);line-height:1.45}.spec-grid-v15{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.info-card-compact{padding:24px;min-height:100%}.info-card-compact p{margin-bottom:0;line-height:1.55}.mini-chip{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:rgba(75,123,174,.1);color:var(--steel-strong);font-size:.78rem;font-weight:700}.cta-inline-v15{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:28px}.selector-shell{display:grid;grid-gap:22px;gap:22px}.selector-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.selector-tab{text-align:left;border:1px solid rgba(75,123,174,.16);background:rgba(255,255,255,.78);color:var(--text-primary);border-radius:22px;padding:16px;cursor:pointer;transition:.22s ease}.selector-tab.is-active,.selector-tab:hover{transform:translateY(-2px);border-color:rgba(75,123,174,.42);box-shadow:0 16px 36px rgba(75,123,174,.12)}.selector-tab.is-active{background:linear-gradient(180deg,rgba(239,247,255,.98),rgba(255,255,255,.88))}.selector-tab strong{display:block;font-size:.98rem;margin-bottom:4px}.selector-tab span{color:var(--text-muted);line-height:1.45;font-size:.9rem}.selector-result-grid{display:grid;grid-template-columns:.95fr 1.05fr;grid-gap:20px;gap:20px;align-items:stretch}.selector-copy{padding:28px}.selector-visual{min-height:420px}.selector-image{object-fit:contain}.support-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.support-card-centered{align-items:center;text-align:center}.support-inline-mail{padding:28px;text-align:center}.guide-steps-grid{display:grid;grid-gap:16px;gap:16px}.checklist-tight{gap:10px}.product-gallery-v15{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-gap:16px;gap:16px}.product-gallery-main,.product-gallery-side{min-height:420px}.product-gallery-side{min-height:360px}.section-heading-tight{display:grid;grid-gap:10px;gap:10px;margin-bottom:28px}.section-heading-tight p{max-width:44ch;margin-bottom:0}.hero-chip-row span,.page-hero-chips span,.product-card-link,.selector-tab.is-active strong,.support-link{color:var(--steel-strong)}.nav-dropdown-wrap.is-open .nav-trigger,.nav-link:hover,.nav-trigger:hover{background:rgba(237,244,254,.92);color:var(--text-primary)}.nav-dropdown-item:hover{background:rgba(240,247,255,.98)}.button-secondary{background:rgba(255,255,255,.92);border-color:rgba(75,123,174,.14)}.site-header{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.legal-stack section{padding-bottom:14px;border-bottom:1px solid rgba(75,123,174,.1)}.legal-stack section:last-child{padding-bottom:0;border-bottom:0}.legal-stack h3{margin-bottom:10px;font-size:1.02rem}.legal-stack p{margin-bottom:0;line-height:1.65}@media (max-width:1120px){.product-gallery-v15,.selector-result-grid,.spec-grid-v15,.support-grid-three{grid-template-columns:1fr 1fr}.product-gallery-main{grid-column:1/-1}}@media (max-width:860px){.hero-layout-v15,.product-gallery-v15,.selector-result-grid,.selector-tabs,.spec-grid-v15,.support-grid-three{grid-template-columns:1fr}.cta-inline-v15{display:grid}.product-gallery-main,.product-gallery-side,.selector-visual{min-height:320px}}@media (max-width:640px){h1{max-width:12ch;font-size:clamp(2.4rem,12vw,4.1rem)}h2{font-size:clamp(1.8rem,9vw,2.8rem)}.container{width:min(var(--container),calc(100% - 1rem))}.section{padding:86px 0}.nav-shell{min-height:62px;padding:8px 10px}.brand-wordmark{height:28px}.hero-copy-stack,.hero-copy-v15,.page-hero-copy,.page-hero-copy-v15{gap:12px}.hero-lead-tight{max-width:16ch;font-size:1.02rem}.hero-copy-minimal{max-width:28ch}.button-row,.hero-button-row-tight{display:grid;grid-template-columns:1fr}.button,.footer-inline-button,.mobile-action{width:100%}.feature-visual-large,.hero-visual-home,.page-hero-visual-rich,.visual-panel-large{min-height:380px}.hero-visual-stack{padding:68px 12px 12px}.hero-floating-card-v15{padding:18px}.cta-inline-v15,.info-card-compact,.metric-item-v15,.selector-copy,.support-inline-mail{padding:20px}.product-gallery-main,.product-gallery-side,.selector-visual{min-height:260px}.support-form-grid input,.support-form-grid select,.support-form-grid textarea{min-height:54px;font-size:16px}}.mobile-header-actions{justify-content:flex-end;gap:8px}.mobile-store-pill{min-width:86px;height:44px;background:linear-gradient(135deg,rgba(75,123,174,1),rgba(114,153,195,1));font-size:.92rem;box-shadow:0 14px 28px rgba(75,123,174,.22)}.flow-stock-band p{margin-bottom:0;max-width:40ch}.hero-copy-home h1{max-width:8.8ch}.hero-button-row-tight .button:first-child{background:linear-gradient(135deg,rgba(75,123,174,1),rgba(114,153,195,1));color:#fff;border-color:transparent}@media (max-width:1120px){.nav-shell{grid-template-columns:auto 1fr auto;gap:10px}.mobile-header-actions{display:inline-flex}}@media (max-width:640px){.site-header{padding-top:10px}.nav-shell{min-height:60px;padding:8px 8px 8px 10px;border-radius:20px}.mobile-header-actions{gap:6px}.mobile-store-pill{min-width:78px;height:40px;padding:0 14px;font-size:.88rem}.mobile-nav-toggle{width:40px;height:40px;border-radius:14px}.brand-wordmark{height:24px}.section{padding:74px 0}.home-hero{padding-top:10px}.hero-layout-v15{gap:20px}.feature-visual-large,.hero-visual-home,.page-hero-visual-rich,.visual-panel-large{min-height:340px}.hero-visual-panel-large{min-height:220px}.hero-visual-small{min-height:140px}.hero-visual-stack{padding:60px 10px 10px;gap:10px}.hero-visual-row{grid-template-columns:1fr;gap:10px}.hero-chip-row span,.page-hero-chips span{padding:7px 10px;font-size:.74rem}.hero-copy-home h1{max-width:7.4ch}.hero-copy-minimal{max-width:24ch}.hero-lead-tight{max-width:14ch;font-size:.98rem}.metric-grid,.product-grid,.spec-grid-v15,.support-grid,.support-grid-three,.triple-grid{grid-template-columns:1fr}.metric-grid{margin-top:18px}.metric-item-v15{min-height:0}.product-card-body{padding:18px}.product-card-media{min-height:210px}.content-panel,.cta-shell,.feature-copy,.info-card,.legal-shell,.metric-item,.statement-card{padding:22px}.content-panel p,.feature-copy-v15 p,.section-description{max-width:30ch}.cta-inline-v15{padding:20px}.mobile-nav-panel{inset:76px 10px auto 10px}}.gradient-text-purple{background:linear-gradient(135deg,#221a38,#6b4db5 48%,#b2a0ff)}.accent-card-purple{background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(246,241,255,.62));border-color:rgba(160,132,240,.22)}.accent-panel-purple{background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(246,241,255,.68))}.product-contain{object-fit:contain}.selector-shell-rich{padding:22px}.selector-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:18px}.selector-form-grid label{display:grid;grid-gap:8px;gap:8px}.selector-form-grid span{color:var(--text-primary);font-size:.86rem;font-weight:700}.selector-form-grid input,.selector-form-grid select{width:100%;border:1px solid rgba(66,104,154,.14);border-radius:16px;background:rgba(255,255,255,.82);padding:14px 15px}.adapter-card-media{min-height:260px}.compact-list{margin-top:16px}.support-form-grid-clean input,.support-form-grid-clean select,.support-form-grid-clean textarea{min-height:54px;border-radius:18px}.support-form-grid-clean textarea{min-height:180px}.form-feedback-idle{grid-column:1/-1;margin:0;color:var(--steel-strong);font-weight:600}.guide-card-app{border-radius:28px}.mobile-header-actions{display:none;align-items:center;gap:10px}.mobile-store-pill{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;background:linear-gradient(135deg,var(--steel),#79a2d1);color:#fff;font-size:.88rem;font-weight:700;box-shadow:0 12px 24px rgba(75,123,174,.24)}.hero-copy-v15 h1{max-width:8ch}.hero-copy-minimal{max-width:42ch}.hero-lead-tight{font-size:1.02rem;line-height:1.6}.metric-item-v15 span{display:block;color:var(--muted);line-height:1.55}.info-card,.product-card,.support-card{will-change:transform}@media (max-width:1120px){.selector-form-grid{grid-template-columns:1fr 1fr}.mobile-header-actions{display:flex}}@media (max-width:860px){.selector-form-grid,.support-form-grid-clean{grid-template-columns:1fr}.hero-layout-v15{display:flex;flex-direction:column}.hero-visual-first{order:-1}.hero-copy-v15 h1{font-size:clamp(2.4rem,12vw,4.2rem);max-width:9ch}.hero-metric-grid-v15{grid-template-columns:1fr}.feature-visual-large,.hero-visual-home,.page-hero-visual-rich,.visual-panel-large{min-height:460px}.nav-shell{grid-template-columns:auto 1fr auto}.brand-wordmark{width:auto;height:34px}.mobile-store-pill{min-height:40px;padding:0 14px}}@media (max-width:640px){.mobile-store-pill{position:relative;z-index:2}.hero-copy-home{padding-top:0}.hero-copy-v15{display:grid;grid-gap:10px;gap:10px}.hero-button-row-tight{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.hero-visual-stack-v15{padding:68px 12px 12px}.hero-visual-panel-large{min-height:220px}.hero-visual-small{min-height:160px}.hero-floating-card-v15{padding:18px}.selector-shell-rich{padding:14px}.support-form-grid-clean input,.support-form-grid-clean select,.support-form-grid-clean textarea{font-size:16px}}.section-dark{position:relative;color:#f3f7ff;background:linear-gradient(180deg,#06080d,#0b1018 55%,#0d1320)}.section-dark:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 18%,rgba(83,126,194,.24),transparent 26%),radial-gradient(circle at 82% 12%,rgba(165,90,255,.18),transparent 24%),linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0));pointer-events:none}.glass-card-dark{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:34px;background:linear-gradient(180deg,rgba(14,20,32,.92),rgba(8,12,20,.84));box-shadow:0 28px 90px rgba(0,0,0,.34);backdrop-filter:blur(18px) saturate(120%);-webkit-backdrop-filter:blur(18px) saturate(120%)}.glass-card-dark:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(120,163,255,.1),rgba(255,255,255,0) 52%,rgba(165,90,255,.08));pointer-events:none}.hero-layout-v16a{gap:32px;align-items:center}.hero-copy-v16a{display:grid;grid-gap:16px;gap:16px;padding-top:24px}.flow-dark-copy h1,.hero-copy-v16a h1,.hold-211-copy h1,.hold-overview-copy h1{margin:0;font-size:clamp(3.6rem,8vw,7.2rem);line-height:.92;letter-spacing:-.06em;max-width:9ch}.flow-dark-lead,.hero-lead-punch{max-width:34rem;font-size:1.15rem;line-height:1.55;color:#4d5d74}.hero-kicker-grid{display:flex;flex-wrap:wrap;gap:10px}.hero-kicker-grid span{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:rgba(75,123,174,.1);border:1px solid rgba(75,123,174,.16);font-size:.82rem;font-weight:700;color:#284a72}.hero-metric-ribbon{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:6px}.hero-metric-pill{padding:16px 18px;border-radius:24px}.hero-metric-pill strong{display:block;margin-bottom:6px;font-size:1rem}.hero-metric-pill span{font-size:.9rem;color:var(--muted)}.hero-visual-dark{background:linear-gradient(180deg,#0d131c,#0a1018)}.eyebrow-dark,.hero-chip-row-dark span{color:#d7e6ff;background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.1)}.hero-black-stage{position:relative;min-height:410px;border-radius:28px;background:radial-gradient(circle at 50% 38%,rgba(84,126,199,.22),transparent 30%),linear-gradient(180deg,#0b1017,#090d14)}.hero-black-stage:after{content:"";position:absolute;inset:auto 10% 4% 10%;height:32%;border-radius:999px;background:radial-gradient(circle,rgba(89,133,209,.24),transparent 66%);filter:blur(24px);pointer-events:none}.hero-stage-copy{position:absolute;left:20px;right:20px;bottom:20px;z-index:2}.hero-stage-copy p{margin:0 0 6px;color:#8fb8ff;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.hero-stage-copy h2{margin:0;color:#fff;font-size:clamp(1.7rem,4vw,2.8rem);line-height:1}.hero-visual-small-dark{background:linear-gradient(180deg,rgba(19,26,38,.94),rgba(11,16,25,.86))}.hero-floating-card-v16a{background:linear-gradient(180deg,rgba(135,88,255,.16),rgba(19,23,34,.92));border:1px solid rgba(180,144,255,.18);color:#eef2ff}.hero-floating-card-v16a h2{margin:0 0 8px;font-size:clamp(1.8rem,4vw,2.6rem);line-height:.96}.hero-floating-card-v16a p:last-child{color:#cfd8ec}.feature-copy-dark,.info-card-dark{color:#eef2ff}.feature-copy-dark h2{font-size:clamp(2.6rem,5vw,4rem);line-height:.95;letter-spacing:-.05em}.feature-copy-dark p,.info-card-dark p{color:#c9d4e6}.mini-chip-dark{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:#edf3ff}.product-eyebrow-dark{color:#8fb8ff}.feature-visual-dark{position:relative;background:radial-gradient(circle at 50% 50%,rgba(84,126,199,.2),transparent 34%),linear-gradient(180deg,#0c1018,#080b10)}.feature-visual-badge{position:absolute;right:22px;bottom:22px;padding:11px 14px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff;font-size:.82rem;font-weight:700}.section-heading-slam h2{margin:0;font-size:clamp(2.6rem,6vw,5.2rem);line-height:.92;letter-spacing:-.06em;max-width:12ch}.section-heading-slam p{max-width:36rem;font-size:1.02rem;color:#55657e}.product-grid-lift .product-card{transition:transform .34s ease,box-shadow .34s ease,border-color .34s ease}.product-grid-lift .product-card:hover{transform:translateY(-10px) scale(1.01);box-shadow:0 30px 70px rgba(31,48,75,.14);border-color:rgba(75,123,174,.22)}.product-card h3{font-size:1.34rem;line-height:1.05;letter-spacing:-.04em}.product-card p{color:#5f6f87}.flow-dark-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#04070c,#090f17 52%,#0d1520)}.flow-dark-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 24% 18%,rgba(65,103,175,.34),transparent 22%),radial-gradient(circle at 84% 16%,rgba(120,76,255,.2),transparent 22%),radial-gradient(circle at 50% 82%,rgba(255,255,255,.04),transparent 24%)}.flow-hero-shell{display:grid;grid-template-columns:.95fr 1.05fr;grid-gap:32px;gap:32px;align-items:center}.flow-dark-copy{display:grid;grid-gap:18px;gap:18px;color:#f4f8ff}.gradient-text-flow{background:linear-gradient(135deg,#ffffff,#8fb8ff 38%,#77a4ff 62%,#dbecff);-webkit-background-clip:text;background-clip:text;color:transparent}.flow-dark-lead{color:#c5d0e3}.hero-kicker-grid-dark span{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12);color:#ecf3ff}.flow-dark-visual{position:relative;min-height:720px;border-radius:40px;background:radial-gradient(circle at 50% 40%,rgba(87,129,212,.22),transparent 28%),linear-gradient(180deg,#0b1017,#080c13)}.flow-dark-visual:after{content:"";position:absolute;inset:auto 18% 6% 18%;height:26%;border-radius:999px;background:radial-gradient(circle,rgba(80,123,204,.28),transparent 68%);filter:blur(22px)}.flow-dark-badge{position:absolute;left:28px;right:28px;bottom:28px;padding:20px 22px;border-radius:28px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}.flow-dark-badge p{margin:0 0 6px;color:#8fb8ff;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.flow-dark-badge h2{margin:0;color:#fff;font-size:clamp(2rem,4vw,3.2rem);line-height:.96;letter-spacing:-.05em;max-width:12ch}.flow-dark-band{padding-top:0}.spec-grid-v16a{grid-template-columns:repeat(4,minmax(0,1fr));display:grid;grid-gap:16px;gap:16px}.info-card-dark h3{margin:0 0 10px;color:#fff;font-size:1.3rem;letter-spacing:-.03em}.flow-compare-card{min-height:100%}.flow-compare-card-live{background:linear-gradient(180deg,rgba(90,133,214,.14),rgba(255,255,255,.86));border:1px solid rgba(75,123,174,.2)}.flow-compare-card-muted{background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(255,255,255,.76))}.flow-inline-copy h2{font-size:clamp(2.1rem,4vw,3.2rem);line-height:.98;letter-spacing:-.05em}.compatibility-stage .selector-shell-v16a{box-shadow:0 28px 70px rgba(39,58,87,.12)}.selector-shell-v16a .selector-form-grid{gap:18px}.selector-shell-v16a .selector-result-grid{align-items:center}.selector-shell-v16a .selector-copy h2{font-size:clamp(2rem,4vw,3.2rem);line-height:.98;letter-spacing:-.05em}.hold-211-stage,.hold-overview-stage{position:relative;overflow:hidden}.hold-211-stage:before,.hold-overview-stage:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 84% 18%,rgba(147,106,255,.16),transparent 20%),radial-gradient(circle at 14% 24%,rgba(75,123,174,.12),transparent 24%)}.hold-211-hero-grid,.hold-overview-hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;grid-gap:28px;gap:28px;align-items:center}.hold-211-visual-hero,.hold-overview-visual{position:relative;min-height:640px;border-radius:38px;overflow:hidden}.hold-overview-main-image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;z-index:2}.hold-overview-orb{position:absolute;border-radius:999px;filter:blur(34px)}.hold-overview-orb-a{top:12%;right:14%;width:12rem;height:12rem;background:rgba(141,104,255,.22)}.hold-overview-orb-b{bottom:10%;left:10%;width:10rem;height:10rem;background:rgba(75,123,174,.16)}.hero-kicker-grid-purple span{background:rgba(124,84,222,.08);border-color:rgba(124,84,222,.16);color:#553794}.hold-211-copy,.hold-overview-copy{display:grid;grid-gap:18px;gap:18px}.hold-211-fact{min-height:100%}.hold-211-compare-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:18px;gap:18px}.hold-211-compare-good{background:linear-gradient(180deg,rgba(132,92,240,.12),rgba(255,255,255,.88))}.hold-211-compare-bad{background:linear-gradient(180deg,rgba(22,26,34,.06),rgba(255,255,255,.86))}.hold-211-gallery-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;grid-gap:16px;gap:16px}.hold-211-gallery-item{min-height:320px}.gradient-text-purple{background:linear-gradient(135deg,#26183f,#6f4bc8 38%,#a887ff);-webkit-background-clip:text;background-clip:text;color:transparent}.support-card-centered{justify-content:center;text-align:left}.support-card-centered h3{font-size:clamp(1.6rem,3vw,2.2rem);line-height:.98;letter-spacing:-.04em}.support-inline-mail{background:linear-gradient(180deg,rgba(75,123,174,.08),rgba(255,255,255,.88))}@media (max-width:980px){.flow-hero-shell,.hero-layout-v16a,.hold-211-compare-grid,.hold-211-hero-grid,.hold-overview-hero-grid{grid-template-columns:1fr}.hero-metric-ribbon,.hold-211-gallery-grid,.spec-grid-v16a{grid-template-columns:1fr 1fr}.flow-dark-visual,.hold-211-visual-hero,.hold-overview-visual{min-height:520px}}@media (max-width:760px){.flow-dark-copy h1,.hero-copy-v16a h1,.hold-211-copy h1,.hold-overview-copy h1{font-size:clamp(2.8rem,14vw,4.6rem);max-width:10ch}.hero-kicker-grid,.hero-metric-ribbon,.hold-211-gallery-grid,.spec-grid-v16a{grid-template-columns:1fr}.hero-kicker-grid{display:grid}.flow-dark-visual,.hold-211-visual-hero,.hold-overview-visual{min-height:440px}.hero-visual-stack-v16a{padding:68px 12px 12px}.feature-copy-dark h2,.flow-inline-copy h2,.section-heading-slam h2,.selector-shell-v16a .selector-copy h2{font-size:clamp(2.2rem,11vw,3.3rem)}.mobile-store-pill{position:-webkit-sticky;position:sticky;top:0}.home-hero-experience{padding-top:18px}.hero-copy-v16a{gap:12px}}