:root{--primary:#00123d;--secondary:#ffcb05;--accent:#2f65a7;--surface:#08152f;--ink:#f3f7ff;--muted:#a7b6d2;--soft:#102758;--soft-rgb:16 39 88;--primary-rgb:0 18 61;--secondary-rgb:255 203 5;--accent-rgb:47 101 167;--surface-rgb:8 21 47;--ink-rgb:243 247 255;--header-height:76px;--radius-xl:30px;--radius-lg:22px;--radius-md:16px;--shadow-soft:0 22px 80px #00000061;--shadow-card:0 18px 52px #00000047;--container:min(1120px, calc(100vw - 40px));--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;min-width:320px;scroll-padding-top:calc(var(--header-height) + 24px)}body{min-height:100vh;color:var(--ink);background:radial-gradient(circle at 20% 72%, rgb(var(--accent-rgb) / .18), transparent 24rem), radial-gradient(circle at 80% 28%, rgb(var(--secondary-rgb) / .07), transparent 24rem), linear-gradient(180deg, rgb(var(--primary-rgb) / 1), rgb(var(--surface-rgb) / 1) 36rem, rgb(var(--primary-rgb) / 1));margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}body.menu-open,body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}[hidden]{display:none!important}::selection{background:var(--secondary);color:var(--primary)}.skip-link{z-index:2000;background:var(--surface);color:var(--ink);box-shadow:var(--shadow-card);border-radius:999px;padding:.75rem 1rem;transition:transform .18s;position:fixed;top:14px;left:14px;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.motion-bg{z-index:-3;pointer-events:none;width:100vw;height:100vh;position:fixed;inset:0}.ambient-noise{z-index:-2;pointer-events:none;opacity:.06;background-image:linear-gradient(#ffffff29 1px,#0000 1px),linear-gradient(90deg,#ffffff24 1px,#0000 1px);background-size:64px 64px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 78%);mask-image:linear-gradient(#000 0%,#0000 78%)}.site-header{z-index:1000;width:var(--container);border:1px solid rgb(var(--ink-rgb) / .08);background:rgb(var(--surface-rgb) / .76);-webkit-backdrop-filter:blur(20px)saturate(160%);backdrop-filter:blur(20px)saturate(160%);border-radius:999px;justify-content:space-between;align-items:center;min-height:58px;padding:.55rem .6rem .55rem .75rem;transition:box-shadow .22s,background .22s,border-color .22s;display:flex;position:fixed;top:18px;left:50%;transform:translate(-50%);box-shadow:0 10px 40px #0000003d}.site-header.is-scrolled{background:rgb(var(--surface-rgb) / .9);border-color:rgb(var(--secondary-rgb) / .14);box-shadow:0 12px 46px #00000057}.brand{align-items:center;gap:.7rem;min-width:0;font-weight:800;display:inline-flex}.brand-mark{background:var(--secondary);width:2.45rem;height:2.45rem;color:var(--primary);box-shadow:inset 0 0 0 1px rgb(var(--secondary-rgb) / .5);letter-spacing:-.04em;border-radius:50%;flex:none;place-items:center;display:grid}.brand-copy{min-width:0;line-height:1.05;display:grid}.brand-name{text-overflow:ellipsis;white-space:nowrap;font-size:.98rem;overflow:hidden}.brand-tag{color:var(--muted);margin-top:.18rem;font-size:.72rem;font-weight:650}.menu-toggle{background:rgb(var(--ink-rgb) / .08);min-height:44px;color:var(--ink);border:0;border-radius:999px;align-items:center;gap:.72rem;padding:0 1rem;font-size:.86rem;font-weight:780;display:inline-flex}.menu-icon{gap:4px;width:18px;display:inline-grid;position:relative}.menu-icon i{background:currentColor;border-radius:99px;width:18px;height:2px;transition:transform .16s,opacity .16s;display:block}.site-header.menu-open .menu-icon i:first-child{transform:translateY(3px)rotate(45deg)}.site-header.menu-open .menu-icon i:last-child{transform:translateY(-3px)rotate(-45deg)}.site-menu{border:1px solid rgb(var(--ink-rgb) / .08);background:rgb(var(--surface-rgb) / .95);width:min(300px,100vw - 40px);box-shadow:var(--shadow-card);opacity:0;pointer-events:none;transform-origin:100% 0;border-radius:24px;padding:.75rem;transition:opacity .16s,transform .16s;display:grid;position:absolute;top:calc(100% + 12px);right:0;transform:translateY(-8px)scale(.98)}.site-header.menu-open .site-menu{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.site-menu a{min-height:46px;color:var(--ink);border-radius:16px;justify-content:space-between;align-items:center;padding:0 .95rem;font-size:.94rem;font-weight:760;display:flex}.site-menu a:hover,.site-menu a:focus-visible{background:rgb(var(--ink-rgb) / .08);outline:none}.site-menu a:after{content:"→";color:var(--secondary)}.site-menu .menu-cta{background:var(--secondary);color:var(--primary);margin-top:.45rem}.section{padding:6rem 0;position:relative}.section+.section{border-top:1px solid rgb(var(--ink-rgb) / .06)}.hero{border-top:0;align-items:center;min-height:100vh;padding-top:8rem;display:grid}.compact{padding:2rem 0}.section-inner{width:var(--container);margin:0 auto}.hero-grid,.split-grid,.faq-grid{align-items:center;gap:clamp(2rem,5vw,5rem);display:grid}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.95fr)}.split-grid{grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr)}.faq-grid{grid-template-columns:minmax(240px,.82fr) minmax(0,1.18fr);align-items:start}.eyebrow{color:var(--secondary);letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:.45rem;margin:0 0 1rem;font-size:.78rem;font-weight:850;display:inline-flex}.eyebrow:before{content:"";background:var(--secondary);width:.52rem;height:.52rem;box-shadow:0 0 0 5px rgb(var(--secondary-rgb) / .16);border-radius:50%}h1,h2,h3,p{margin-top:0}h1{max-width:11.4ch;color:var(--ink);letter-spacing:-.075em;margin-bottom:1.25rem;font-size:clamp(3.35rem,7vw,6.1rem);line-height:.92}h2{color:var(--ink);letter-spacing:-.06em;margin-bottom:1rem;font-size:clamp(2.1rem,4vw,4rem);line-height:.98}h3{color:var(--ink);letter-spacing:-.02em;margin-bottom:.65rem;font-size:1.2rem}.lede,.section-heading p,.split-copy p,.cta-card p,.modal-lede,.feature-card p,.timeline-item p,.faq-list p,.site-footer p,.cookie-copy p{color:var(--muted);line-height:1.72}.lede{max-width:680px;margin-bottom:2rem;font-size:clamp(1.06rem,2vw,1.24rem)}.hero-actions{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.btn{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 1.15rem;font-weight:800;line-height:1;transition:transform .16s,box-shadow .16s,border-color .16s,background .16s;display:inline-flex;position:relative}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:var(--secondary);color:var(--primary);box-shadow:0 16px 34px rgb(var(--secondary-rgb) / .18)}.btn-primary:after{content:"→";margin-left:.58rem}.btn-secondary{border-color:rgb(var(--ink-rgb) / .12);background:rgb(var(--ink-rgb) / .06);color:var(--ink);box-shadow:0 12px 28px #00000029}.btn-ghost{border-color:rgb(var(--ink-rgb) / .12);color:var(--ink);background:0 0}.text-link{color:var(--ink);align-items:center;gap:.55rem;margin-top:.8rem;font-weight:800;display:inline-flex}.text-link:after{content:"→";color:var(--secondary)}.hero-bullets{flex-wrap:wrap;gap:.65rem;margin:1.5rem 0 0;padding:0;list-style:none;display:flex}.hero-bullets li,.trust-strip span{border:1px solid rgb(var(--ink-rgb) / .1);background:rgb(var(--surface-rgb) / .58);min-height:34px;color:var(--ink);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:999px;align-items:center;padding:0 .8rem;font-size:.82rem;font-weight:760;display:inline-flex}.hero-bullets li:before,.trust-strip span:before{content:"";background:var(--secondary);border-radius:50%;width:.38rem;height:.38rem;margin-right:.5rem}.hero-visual{min-height:570px;position:relative}.glass-card,.feature-card,.stat-card,.cta-card,.timeline-item,.faq-list details,.theme-board{border:1px solid rgb(var(--ink-rgb) / .08);background:linear-gradient(145deg, rgb(var(--surface-rgb) / .84), rgb(var(--soft-rgb) / .74));box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(16px)saturate(150%);backdrop-filter:blur(16px)saturate(150%)}.signal-card{border-radius:var(--radius-xl);width:min(100%,440px);padding:1.05rem;position:absolute;top:24px;right:0}.signal-header{color:var(--ink);align-items:center;gap:.55rem;font-size:.82rem;font-weight:850;display:flex}.status-dot{background:var(--secondary);width:.72rem;height:.72rem;box-shadow:0 0 0 0 rgb(var(--secondary-rgb) / .42);border-radius:50%;animation:2.2s infinite pulse}.signal-wave{background:linear-gradient(180deg, rgb(var(--primary-rgb) / .95), rgb(var(--surface-rgb) / 1));border-radius:28px;height:240px;margin-top:1rem;position:relative;overflow:hidden}.signal-wave span{opacity:.92;filter:saturate(1.08);border-radius:999px;height:38px;animation:8s ease-in-out infinite alternate previewDrift;position:absolute;left:-10%;right:-10%}.signal-wave span:first-child{background:#0f4c56;top:22px;transform:translateY(0)skew(-14deg)}.signal-wave span:nth-child(2){background:#1f5ba6;top:58px;transform:translateY(0)skew(12deg)}.signal-wave span:nth-child(3){background:#7cd1ff;top:96px;transform:translateY(0)skew(-12deg)}.signal-wave span:nth-child(4){opacity:.8;background:#ffcb05;top:132px;transform:translateY(0)skew(10deg)}.signal-wave span:nth-child(5){background:#2f65a7;top:168px;transform:translateY(0)skew(-10deg)}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.78rem;margin-top:.85rem;display:grid}.metric-grid div{border:1px solid rgb(var(--ink-rgb) / .08);background:rgb(var(--ink-rgb) / .04);border-radius:20px;padding:.95rem}.metric-grid strong,.stat-card strong{color:var(--ink);letter-spacing:-.04em;font-size:1.55rem;line-height:1;display:block}.metric-grid span,.stat-card span,.note-label{color:var(--muted);margin-top:.35rem;font-size:.78rem;font-weight:720;display:block}.floating-note{border-radius:28px;width:min(92%,340px);padding:1.2rem;position:absolute;bottom:24px;left:0}.floating-note strong{color:var(--ink);margin-top:.4rem;font-size:1.28rem;display:block}.floating-note p{color:var(--muted);margin-bottom:0;line-height:1.6}.trust-strip{background:rgb(var(--surface-rgb) / .52);-webkit-backdrop-filter:blur(14px)saturate(145%);backdrop-filter:blur(14px)saturate(145%);border-radius:999px;flex-wrap:wrap;justify-content:center;gap:.72rem;padding:1rem;display:flex}.section-heading{max-width:760px;margin-bottom:2.3rem}.section-heading.center{text-align:center;margin-inline:auto}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.feature-card{border-radius:var(--radius-lg);min-height:240px;padding:1.3rem}.feature-card span{background:rgb(var(--secondary-rgb) / .12);width:2.3rem;height:2.3rem;color:var(--secondary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;font-size:.78rem;font-weight:900;display:inline-flex}.feature-card p{margin-bottom:0}.theme-board{border-radius:var(--radius-xl);grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;padding:1rem;display:grid}.swatch{min-height:210px;color:var(--surface);border-radius:24px;flex-direction:column;justify-content:space-between;padding:1rem;display:flex;overflow:hidden}.swatch span{z-index:1;font-weight:850;position:relative}.swatch code{z-index:1;color:currentColor;background:#00000040;border-radius:999px;width:max-content;padding:.4rem .55rem;font-size:.78rem;position:relative}.swatch.primary{background:var(--primary)}.swatch.secondary{background:var(--secondary);color:var(--primary)}.swatch.accent{background:var(--accent)}.swatch.surface{background:var(--surface);color:var(--ink);border:1px solid rgb(var(--ink-rgb) / .1)}.swatch.surface code{background:rgb(var(--ink-rgb) / .08)}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.stat-card{border-radius:var(--radius-lg);min-height:150px;padding:1.2rem}.stat-card strong{font-size:clamp(2rem,4vw,3rem)}.timeline{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.timeline-item{border-radius:var(--radius-lg);min-height:260px;padding:1.4rem;position:relative;overflow:hidden}.timeline-item>span{background:var(--secondary);width:3rem;height:3rem;color:var(--primary);border-radius:999px;place-items:center;margin-bottom:3rem;font-weight:950;display:inline-grid}.timeline-item:after{content:"";background:rgb(var(--accent-rgb) / .12);border-radius:50%;width:150px;height:150px;position:absolute;top:-60px;right:-60px}.sticky-heading{position:sticky;top:120px}.faq-list{gap:.8rem;display:grid}.faq-list details{border-radius:20px;padding:1rem 1.1rem}.faq-list summary{color:var(--ink);cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;font-weight:850;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";background:rgb(var(--ink-rgb) / .07);width:1.7rem;height:1.7rem;color:var(--secondary);border-radius:50%;flex:none;place-items:center;display:inline-grid}.faq-list details[open] summary:after{content:"–"}.faq-list p{margin:.75rem 0 0}.cta-section{padding-top:3rem}.cta-card{border-radius:var(--radius-xl);text-align:center;max-width:960px;margin:0 auto;padding:clamp(2rem,6vw,4rem)}.cta-card h2{max-width:820px;margin-inline:auto}.cta-card p{max-width:680px;margin-inline:auto}.cta-card .hero-actions{justify-content:center;margin-top:1.7rem}.site-footer{color:var(--muted);padding:3rem 0 2rem}.footer-inner{width:var(--container);border-top:1px solid rgb(var(--ink-rgb) / .08);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1.3rem;margin:0 auto;padding:1.4rem;display:grid}.footer-inner strong{color:var(--ink)}.footer-inner p{max-width:480px;margin-bottom:0}.footer-inner small{grid-column:1/-1}.footer-links{flex-wrap:wrap;justify-content:flex-end;gap:.9rem;display:flex}.footer-links a,.footer-links button{color:var(--ink);background:0 0;border:0;font-weight:760}.cookie-banner{z-index:1500;border:1px solid rgb(var(--ink-rgb) / .1);background:rgb(var(--surface-rgb) / .88);-webkit-backdrop-filter:blur(18px)saturate(150%);backdrop-filter:blur(18px)saturate(150%);border-radius:28px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;width:min(1040px,100vw - 40px);margin-inline:auto;padding:1rem;display:grid;position:fixed;bottom:20px;left:20px;right:20px;box-shadow:0 24px 70px #00000052}.cookie-copy strong{color:var(--ink);font-size:1.02rem;display:block}.cookie-copy p{margin:.28rem 0 0}.cookie-actions,.modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;display:flex}.modal-backdrop{z-index:1590;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0206178a;position:fixed;inset:0}.consent-modal{z-index:1600;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-panel{border:1px solid rgb(var(--ink-rgb) / .1);background:var(--surface);border-radius:30px;width:min(640px,100%);max-height:min(760px,100vh - 40px);padding:clamp(1.3rem,4vw,2rem);position:relative;overflow:auto;box-shadow:0 30px 90px #0006}.modal-close{background:rgb(var(--ink-rgb) / .07);width:2.3rem;height:2.3rem;color:var(--ink);border:0;border-radius:50%;place-items:center;font-size:1.35rem;line-height:1;display:grid;position:absolute;top:1rem;right:1rem}.modal-panel h2{font-size:clamp(1.8rem,4vw,2.8rem)}.preference-list{gap:.8rem;margin:1.2rem 0 1.4rem;display:grid}.preference-row{border:1px solid rgb(var(--ink-rgb) / .09);background:rgb(var(--soft-rgb) / .55);border-radius:20px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.preference-row small{color:var(--muted);margin-top:.25rem;line-height:1.45;display:block}.preference-row input{width:1.35rem;height:1.35rem;accent-color:var(--secondary)}.preference-row.disabled{opacity:.72}.noscript-note{z-index:9999;background:var(--secondary);color:var(--primary);text-align:center;border-radius:18px;padding:1rem;position:fixed;bottom:20px;left:20px;right:20px}.js .reveal{transition:transform .65s;transform:translateY(18px)}.js .reveal.is-visible{transform:translateY(0)}:focus-visible{outline:3px solid var(--secondary);outline-offset:3px}@keyframes pulse{0%{box-shadow:0 0 0 0 rgb(var(--secondary-rgb) / .42)}70%{box-shadow:0 0 0 12px rgb(var(--secondary-rgb) / 0)}to{box-shadow:0 0 0 0 rgb(var(--secondary-rgb) / 0)}}@keyframes previewDrift{0%{transform:translate(-1.5%)translateY(0)scaleX(1.02)}to{transform:translate(2%)translateY(-2px)scaleX(.98)}}@media (width<=900px){:root{--container:min(100vw - 30px, 720px)}.hero-grid,.split-grid,.faq-grid{grid-template-columns:1fr}.hero{padding-top:7rem}.hero-visual{min-height:500px}.signal-card{left:50%;right:auto;transform:translate(-50%)}.floating-note{left:50%;transform:translate(-50%)}.card-grid,.stats-grid,.timeline{grid-template-columns:repeat(2,minmax(0,1fr))}.sticky-heading{position:static}.cookie-banner{grid-template-columns:1fr}.cookie-actions{justify-content:flex-start}}@media (width<=620px){:root{--container:min(100vw - 24px, 560px);--header-height:70px}.site-header{min-height:54px;top:12px}.brand-tag{display:none}.brand-name{max-width:145px}.menu-toggle{min-height:40px;padding:0 .85rem}.section{padding:4.8rem 0}.hero{min-height:auto;padding-top:7.5rem}h1{font-size:clamp(3.1rem,17vw,4.8rem)}h2{font-size:clamp(2rem,11vw,3rem)}.hero-visual{min-height:460px}.signal-card{width:100%}.metric-grid,.card-grid,.stats-grid,.timeline,.theme-board{grid-template-columns:1fr}.swatch{min-height:150px}.trust-strip{border-radius:28px;justify-content:flex-start}.footer-inner{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.cookie-banner{border-radius:22px;width:auto;bottom:12px;left:12px;right:12px}.cookie-actions .btn,.modal-actions .btn{width:100%}.preference-row{align-items:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
