:root{color-scheme:light;--navy: #1e293b;--navy-deep: #0f172a;--blue: #2563eb;--blue-bright: #3b82f6;--blue-soft: #dbeafe;--slate: #64748b;--gray-light: #cbd5e1;--bg-light: #f1f5f9;--surface: #ffffff;--surface-muted: var(--bg-light);--border: #e2e8f0;--surface-translucent: rgb(255 255 255 / 88%);--hero-tint: rgb(248 250 252 / 74%);--page-glow-primary: rgb(59 130 246 / 12%);--page-glow-secondary: rgb(99 102 241 / 8%);--text: var(--navy);--text-muted: var(--slate);--text-body: #475569;--heading: var(--navy);--text-on-dark: #f8fafc;--text-on-dark-muted: #94a3b8;--radius: 14px;--radius-lg: 22px;--shell: 1140px;--gutter: clamp(1.25rem, 4vw, 2.5rem);--section-y: clamp(4.5rem, 9vw, 8rem);--shadow-sm: 0 1px 2px rgb(15 23 42 / 6%), 0 2px 8px rgb(15 23 42 / 4%);--shadow-md: 0 4px 12px rgb(15 23 42 / 8%), 0 12px 32px rgb(15 23 42 / 8%);--shadow-lg: 0 24px 60px rgb(15 23 42 / 18%);--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}:root[data-resolved-theme=dark]{color-scheme:dark;--surface: #0b1220;--surface-muted: #111827;--border: #334155;--surface-translucent: rgb(17 24 39 / 88%);--hero-tint: rgb(15 23 42 / 78%);--page-glow-primary: rgb(37 99 235 / 18%);--page-glow-secondary: rgb(99 102 241 / 12%);--text: #f8fafc;--text-muted: #94a3b8;--text-body: #cbd5e1;--heading: #f8fafc;--blue: #60a5fa;--blue-bright: #93c5fd;--blue-soft: rgb(37 99 235 / 22%);--gray-light: #475569;--bg-light: #111827;--shadow-sm: 0 1px 2px rgb(2 6 23 / 28%), 0 3px 10px rgb(2 6 23 / 22%);--shadow-md: 0 8px 24px rgb(2 6 23 / 34%);--shadow-lg: 0 24px 60px rgb(2 6 23 / 45%)}@media(prefers-color-scheme:dark){:root:not([data-resolved-theme]){color-scheme:dark;--surface: #0b1220;--surface-muted: #111827;--border: #334155;--surface-translucent: rgb(17 24 39 / 88%);--hero-tint: rgb(15 23 42 / 78%);--page-glow-primary: rgb(37 99 235 / 18%);--page-glow-secondary: rgb(99 102 241 / 12%);--text: #f8fafc;--text-muted: #94a3b8;--text-body: #cbd5e1;--heading: #f8fafc;--blue: #60a5fa;--blue-bright: #93c5fd;--blue-soft: rgb(37 99 235 / 22%);--gray-light: #475569;--bg-light: #111827}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font);color:var(--text);background:var(--surface);font-size:1.0625rem;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;height:auto;display:block}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{margin:0;line-height:1.15;letter-spacing:-.022em;font-weight:700}h1{font-size:clamp(2.4rem,6vw,4rem);letter-spacing:-.035em}h2{font-size:clamp(1.85rem,3.6vw,2.7rem);letter-spacing:-.028em}h3{font-size:1.1875rem;letter-spacing:-.012em}p{margin:0}.shell{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:var(--section-y)}.section--muted{background:var(--surface-muted);border-block:1px solid var(--border)}.section-head{max-width:46rem;margin-bottom:clamp(2.5rem,5vw,3.75rem)}.eyebrow{display:inline-block;font-size:.8125rem;font-weight:650;letter-spacing:.09em;text-transform:uppercase;color:var(--blue);margin-bottom:.875rem}.section-head p{margin-top:1rem;font-size:1.125rem;color:var(--text-muted);max-width:40rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8125rem 1.5rem;border-radius:10px;font-size:.9688rem;font-weight:600;letter-spacing:-.006em;border:1px solid transparent;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease,color .16s ease;white-space:nowrap}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:focus-visible{outline:2px solid var(--blue-bright);outline-offset:3px}.btn--primary{background:var(--blue);color:#fff;box-shadow:0 1px 2px #2563eb4d,0 8px 20px #2563eb3d}.btn--primary:hover{background:#1d4ed8;box-shadow:0 2px 4px #2563eb57,0 12px 28px #2563eb4d}.btn--ghost{background:transparent;color:var(--text-on-dark);border-color:#94a3b873}.btn--ghost:hover{background:#f8fafc14;border-color:#cbd5e1b3}.btn--quiet{background:var(--surface);color:var(--text);border-color:var(--border);box-shadow:var(--shadow-sm)}.btn--quiet:hover{border-color:var(--gray-light)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;left:50%;top:0;translate:-50% -120%;z-index:100;background:var(--blue);color:#fff;padding:.75rem 1.25rem;border-radius:0 0 10px 10px;font-weight:600;transition:translate .16s ease}.skip-link:focus{translate:-50% 0;text-decoration:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.btn:hover{transform:none}}
