:root{--bg:#ffffff;--fg:#0f172a;--muted:#64748b;--accent:#2563eb;--border:#e2e8f0}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{background:var(--bg);color:var(--fg);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}.hero{min-height:100dvh;display:flex;flex-direction:column;justify-content:center;text-align:center;padding:2rem;gap:1.25rem}.hero,.pill{align-items:center}.pill{display:inline-flex;gap:.5rem;font-size:.8125rem;font-weight:500;color:var(--muted);border:1px solid var(--border);padding:.375rem .875rem}.pill,.pill-dot{border-radius:999px}.pill-dot{width:.5rem;height:.5rem;background:var(--accent)}.hero h1{font-size:clamp(2.25rem,6vw,3.75rem);font-weight:700;letter-spacing:-.02em;max-width:18ch;line-height:1.1}.hero p{font-size:clamp(1rem,2.5vw,1.25rem);color:var(--muted);max-width:46ch;line-height:1.6}