:root{--background:#f8fafc;--foreground:#172033;--muted:#58657a;--accent:#0f766e;--surface:#fff}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}.page{place-items:center;min-height:100vh;padding:48px 24px;display:grid}.hero{width:min(100%,760px)}.eyebrow{color:var(--accent);letter-spacing:0;text-transform:uppercase;margin:0 0 16px;font-size:.875rem;font-weight:700}h1{letter-spacing:0;margin:0;font-size:clamp(2.5rem,8vw,5.5rem);line-height:.95}.intro{max-width:620px;color:var(--muted);margin:28px 0 0;font-size:1.125rem;line-height:1.7}
