:root{--red:#e11d2d;--muted:#6b7280}
*{box-sizing:border-box}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial;margin:0;color:#111;background:#fff}
.container{max-width:1100px;margin:auto;padding:0 16px}
.cta{border:2px solid var(--red);color:var(--red);padding:12px 22px;border-radius:999px;text-decoration:none;font-weight:600}
