@charset "UTF-8";:root{--ink: #0a0e1a;--ink-soft: #1b1c1f;--muted: #5b6472;--line: #e6eaf0;--bg: #ffffff;--bg-soft: #f6f8fb;--accent: #2563eb;--accent-strong: #1d4ed8;--accent-soft: #dbeafe}*{box-sizing:border-box}html,body{height:100%;font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--ink);background:var(--bg)}body{margin:0;font-weight:400;line-height:1.55}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}section,.section,.section-width{max-width:1200px;margin-left:auto;margin-right:auto;padding:6rem 1.5rem;color:var(--ink)}h1,h2,h3,h4,h5,h6{font-weight:600;letter-spacing:-.02em;line-height:1.15;margin:0 0 1rem;color:var(--ink)}h1{font-size:clamp(2.25rem,5.5vw,4.25rem);font-weight:700;letter-spacing:-.03em;line-height:1.06}h2{font-size:clamp(1.875rem,3.75vw,2.75rem);font-weight:700;letter-spacing:-.025em}h3{font-size:clamp(1.375rem,2.25vw,1.75rem);font-weight:600}h4{font-size:1.2rem;font-weight:600}h5{font-size:1.125rem;font-weight:500;color:var(--muted);letter-spacing:0}p,li{font-size:1.0625rem;line-height:1.65;color:var(--muted);margin:0 0 1rem}.lead{font-size:1.25rem;color:var(--muted);max-width:38rem;line-height:1.55}.eyebrow{display:inline-block;font-size:.8125rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.center{text-align:center}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.95rem 1.5rem;border-radius:999px;font-weight:600;font-size:1rem;transition:transform .15s ease,background .15s ease,color .15s ease,border-color .15s ease;cursor:pointer;border:1.5px solid transparent;white-space:nowrap}.btn-primary{background:var(--ink);color:#fff}.btn-primary:hover{background:var(--accent);color:#fff;transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}.btn-ghost:hover{border-color:var(--ink);color:var(--ink)}.flex-container{display:flex;flex-direction:column;gap:2rem;align-items:center}.flex-child{flex:1;width:100%}@media (min-width: 800px){section,.section{padding:7rem 2rem}.flex-container{flex-direction:row;gap:4rem}}
