/* V5 retains V3's dark navy/cyan identity and Outfit/Inter typography. */
:root{color-scheme:dark;--bg:#06101e;--bg-deep:#040b15;--surface:#0b1728;--surface-raised:#0d1d31;--ink:#f3f7fd;--secondary:#a9b9ce;--muted:#8fa4be;--accent:#72dced;--blue:#286bdb;--line:rgba(163,190,222,.17);--heading:'Outfit',sans-serif;--body:'Inter',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--ink);font:400 16px/1.75 var(--body);-webkit-font-smoothing:antialiased}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--heading);font-weight:400;line-height:1.12}h1,h2{letter-spacing:-.035em}h2{font-size:clamp(36px,3.35vw,48px)}h3{font-size:26px;letter-spacing:-.02em}p{color:var(--secondary)}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;max-width:100%;height:auto}svg{display:block}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:6px}::selection{background:var(--accent);color:var(--bg-deep)}.container{width:min(1240px,calc(100% - 112px));margin-inline:auto}.section{padding:100px 0}.eyebrow{font-size:12px;letter-spacing:.12em;font-weight:500;color:var(--accent);line-height:1.5}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:64px;margin-bottom:48px}.section-heading h2{margin-top:18px}.section-intro{max-width:385px;font-size:16px;line-height:1.8}.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 14px #72dced55;flex-shrink:0}.skip-link{position:fixed;top:-100px;left:20px;z-index:100;background:var(--ink);color:var(--bg);padding:12px 20px}.skip-link:focus{top:12px}
@media(min-width:1600px){.container{width:min(1360px,calc(100% - 160px))}}
@media(max-width:1050px){.container{width:calc(100% - 64px)}.section{padding:80px 0}.section-heading{gap:36px}.section-intro{max-width:340px}}
@media(max-width:760px){.container{width:calc(100% - 40px)}.section{padding:64px 0}.section-heading{display:block;margin-bottom:32px}.section-heading h2{margin-top:14px}.section-intro{max-width:560px;margin-top:24px}h2{font-size:36px}h3{font-size:24px}html{scroll-padding-top:88px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
