/* Paid setup offer page only — does not restyle the free affiliate homepage */
body.setup-page {
  --bg: #0c1412;
  --surface: #15241f;
  --border: #2a4038;
  --text: #eef4f1;
  --muted: #9aada4;
  --accent: #3d9b7a;
  --accent-hover: #2f7d62;
  --success: #3d9b7a;
  --font: "DM Sans", system-ui, sans-serif;
  --display: "Fraunces", Georgia, serif;
  background:
    radial-gradient(900px 480px at 8% -5%, rgba(61, 155, 122, 0.14), transparent 55%),
    radial-gradient(700px 420px at 95% 5%, rgba(20, 60, 50, 0.4), transparent 50%),
    var(--bg);
  font-family: var(--font);
}

body.setup-page .hero-copy h1 {
  font-family: var(--display);
  font-weight: 550;
  font-size: clamp(2.35rem, 5vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

body.setup-page .price-line {
  color: var(--text);
  font-size: 0.95rem;
  margin-top: 0.35rem;
}

body.setup-page .benefits strong {
  color: var(--text);
}

body.setup-page .logo {
  color: inherit;
  text-decoration: none;
}
