/* ============================================================
   DEAL OR DUD — same brand vocabulary as alignedprofit.com
   (coral accent, Fraunces + Inter), light-canvas variant.
   ============================================================ */

:root {
  --canvas: #fff;
  --surface-1: #faf9f8;
  --surface-2: #f5f5f7;

  --accent: #E85A52;
  --accent-lt: #FF8078;
  --accent-dk: #B8423C;

  --ink: #14161a;
  --ink-mute: #55585d;
  --stone: #86868b;

  --hairline: #e8e8ec;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 999px;

  --shadow-card: 0 1px 2px rgba(20,22,26,.04), 0 24px 48px rgba(20,22,26,.06);
  --shadow-lift: 0 30px 70px rgba(20,22,26,.1);

  --serif: 'Fraunces', 'Iowan Old Style', ui-serif, Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --container: 900px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  font-family: var(--sans);
  background: var(--canvas);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-stagger > * { transition-delay: calc(min(var(--i, 0), 6) * 90ms); }

/* ── MINI NAV ────────────────────────────────────────────────── */
.nav-mini { padding: 24px 0; }
.nav-mini__inner { display: flex; align-items: center; justify-content: center; }
.nav-mini__logo { height: 26px; width: auto; }

/* ── HERO ────────────────────────────────────────────────────── */
.hero {
  background: var(--canvas);
  padding: 48px 0 64px;
  text-align: center;
  position: relative; overflow: hidden;
}
.hero__glow {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(560px 420px at 50% 0%, rgba(232,90,82,.09), transparent 70%);
}
.hero__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.hero__eyebrow {
  font-size: .72rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--stone); margin-bottom: 1.5rem; display: inline-flex; align-items: center; gap: .65rem;
}
.hero__eyebrow::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 12px rgba(232,90,82,.5);
}
.hero h1 {
  font-family: var(--serif); font-weight: 500; font-size: clamp(2.4rem, 6vw, 4.2rem);
  letter-spacing: -.02em; line-height: 1.06; margin: 0; max-width: 760px; color: var(--ink);
}
.hero h1 .coral {
  background: linear-gradient(180deg, var(--accent-lt) 0%, var(--accent) 55%, var(--accent-dk) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent; font-style: italic;
}
.hero__tag {
  font-size: clamp(1rem, 1.3vw, 1.15rem); color: var(--ink-mute); line-height: 1.65;
  max-width: 560px; margin: 1.5rem auto 0;
}
.hero__actions { margin-top: 2.25rem; }

/* ── OPT-IN FORM ─────────────────────────────────────────────── */
.optin { width: 100%; max-width: 480px; margin: 2.25rem auto 0; }
.optin__row { display: flex; gap: .6rem; }
@media (max-width: 560px) { .optin__row { flex-direction: column; } }
.input {
  flex: 1; min-width: 0; padding: .9rem 1.1rem; font-family: var(--sans); font-size: 1rem;
  background: var(--surface-2); color: var(--ink); border: 1px solid var(--hairline);
  border-radius: var(--radius-full); transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
  -webkit-appearance: none; appearance: none;
}
.input::placeholder { color: var(--stone); }
.input:focus { outline: none; border-color: var(--accent); background: #fff; box-shadow: 0 0 0 4px rgba(232,90,82,.14); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: 1rem 1.75rem;
  border-radius: var(--radius-full); font-weight: 500; font-size: .98rem; text-decoration: none; border: 0;
  cursor: pointer; background: var(--ink); color: #fff; transition: transform .2s ease, background .2s ease, opacity .2s ease;
  white-space: nowrap;
}
.btn::after { content: '→'; transition: transform .2s ease; }
.btn:hover::after { transform: translateX(3px); }
.btn:hover { background: #000; transform: translateY(-2px); }
.btn:disabled { opacity: .6; cursor: default; transform: none; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.optin__note { font-size: .8rem; color: var(--stone); margin: .9rem 0 0; }
.form-error {
  display: none; text-align: left; background: rgba(224,90,66,.08); border: 1px solid rgba(224,90,66,.3);
  border-radius: var(--radius-sm); padding: .8rem 1rem; margin-top: .9rem; font-size: .84rem; color: var(--accent-dk);
}
.form-error.is-visible { display: block; }

/* ── PROOF ───────────────────────────────────────────────────── */
.proof-band {
  padding: 80px 0; text-align: center; background: var(--surface-1);
  border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline);
}
.eyebrow { font-size: .7rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); margin-bottom: 2rem; }

.proof-top { display: flex; align-items: center; justify-content: center; gap: 1.5rem; max-width: 620px; margin: 0 auto; }
@media (max-width: 560px) { .proof-top { flex-direction: column; text-align: center; } }
.proof-avatar {
  width: 72px; height: 72px; border-radius: 50%; object-fit: cover; flex-shrink: 0;
  box-shadow: var(--shadow-card);
}
.proof-top__quote { text-align: left; }
@media (max-width: 560px) { .proof-top__quote { text-align: center; } }
.why-quote {
  font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(1.1rem, 1.9vw, 1.3rem);
  color: var(--ink); margin: 0 0 .5rem; line-height: 1.45; letter-spacing: -.005em;
}
.why-quote__attr {
  font-size: .78rem; font-weight: 500; letter-spacing: .04em; color: var(--stone); margin: 0;
}

.proof-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 640px; margin: 3rem auto 0; }
@media (max-width: 640px) { .proof-stats { grid-template-columns: 1fr; gap: 28px; } }
.proof-stat__num {
  font-family: var(--serif); font-weight: 500; font-size: clamp(1.7rem, 3vw, 2.1rem); color: var(--ink);
  letter-spacing: -.01em; line-height: 1; margin-bottom: .5rem; font-variant-numeric: tabular-nums;
}
.proof-stat__label {
  font-size: .7rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--stone); line-height: 1.4;
}
.proof-note { font-size: .88rem; color: var(--stone); max-width: 480px; margin: 2.5rem auto 0; line-height: 1.6; }

/* ── QUESTIONS PREVIEW ───────────────────────────────────────── */
.preview-band { padding: 80px 0; }
.section-head.centered { text-align: center; margin: 0 auto 2.5rem; max-width: 560px; }
.preview-band h2 {
  font-family: var(--serif); font-weight: 500; font-size: clamp(1.7rem, 3.4vw, 2.3rem);
  color: var(--ink); margin: 0 0 .9rem; letter-spacing: -.01em; line-height: 1.2;
}
.section-sub { font-size: .92rem; color: var(--stone); line-height: 1.6; margin: 0; }

.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) { .cat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cat-grid { grid-template-columns: 1fr; } }
.cat-card {
  background: #fff; border: 1px solid var(--hairline); border-radius: var(--radius-lg);
  padding: 1.4rem 1.5rem; box-shadow: var(--shadow-card); text-align: left;
}
.cat-card__top { display: flex; align-items: center; gap: .6rem; margin-bottom: .7rem; }
.cat-card__count {
  display: inline-flex; align-items: center; justify-content: center; min-width: 20px; height: 20px;
  border-radius: 50%; background: var(--accent); color: #fff; font-size: .68rem; font-weight: 700; flex-shrink: 0;
}
.cat-card__name {
  font-family: var(--serif); font-weight: 500; font-size: 1.05rem; color: var(--ink); letter-spacing: -.005em;
}
.cat-card__teaser { font-size: .87rem; color: var(--ink-mute); line-height: 1.55; margin: 0; }

.cta-row { margin-top: 3rem; display: flex; flex-direction: column; align-items: center; }
.optin--repeat { max-width: 480px; }

/* ── FOOTER ──────────────────────────────────────────────────── */
.footer { padding: 48px 0 40px; text-align: center; background: var(--surface-1); border-top: 1px solid var(--hairline); }
.footer__logo { height: 20px; width: auto; margin: 0 auto 1rem; opacity: .85; }
.footer p { color: var(--stone); font-size: .78rem; margin: 0; }
.footer a { color: var(--ink-mute); text-decoration: underline; }
