/* Wounded — Solo Ad Wound Quiz · light diagnostic · Google Ads safe */
*, *::before, *::after { box-sizing: border-box; }

:root {
  --ink: #18181b;
  --muted: #52525b;
  --dim: #71717a;
  --bg: #f5f5f4;
  --bg2: #ffffff;
  --panel: #ffffff;
  --panel2: #fafaf9;
  --gold: #b45309;
  --gold2: #d97706;
  --accent: #9a3412;
  --line: #e7e5e4;
  --danger: #b91c1c;
  --ok: #15803d;
  --good-bg: #f0fdf4;
  --bad-bg: #fef2f2;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Source Sans 3", system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  min-height: 100vh;
}

.heading {
  font-family: "Source Sans 3", system-ui, sans-serif;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--ink);
}

a { color: var(--gold); }
a:hover { color: var(--accent); }

.container { max-width: 46rem; margin: 0 auto; padding: 0 1.25rem; }
.container-wide { max-width: 64rem; margin: 0 auto; padding: 0 1.25rem; }
.container-xl { max-width: 80rem; margin: 0 auto; padding: 0 1.25rem; }
.text-center { text-align: center; }

.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 50;
}
.site-header .container-xl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  gap: 1rem;
}
.brand { display: flex; align-items: center; gap: 0.65rem; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 50%;
  object-fit: cover; border: 1px solid var(--line);
}
.brand-title { font-weight: 800; font-size: 1.05rem; color: var(--ink); display: block; }
.brand-sub { font-size: 0.72rem; color: var(--dim); display: block; letter-spacing: 0.04em; }
.skip-link { font-size: 0.85rem; color: var(--gold); font-weight: 700; text-decoration: none; white-space: nowrap; }

.section { padding: 3rem 0; }
.section-hero { padding: 2.5rem 0 2rem; background: var(--bg2); border-bottom: 1px solid var(--line); }
.section-panel { background: var(--panel2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-deep { background: #1c1917; color: #fafaf9; }
.section-deep .section-title,
.section-deep .heading { color: #fafaf9; }
.section-deep .lead,
.section-deep .subhead,
.section-deep .lead-strong { color: #d6d3d1; }
.section-deep .cta-note { color: #a8a29e; }

.eyebrow {
  font-size: 0.78rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--gold); margin: 0 0 0.75rem;
}
.hero-title {
  font-size: clamp(1.65rem, 4vw, 2.35rem); font-weight: 800;
  line-height: 1.2; margin: 0 0 1.25rem; color: var(--ink);
}
.hero-title span { color: var(--muted); font-weight: 700; display: block; margin-top: 0.35rem; }
.section-title { font-size: clamp(1.45rem, 3vw, 1.85rem); font-weight: 800; margin: 0 0 1rem; color: var(--ink); }
.section-title-center { text-align: center; }
.subhead { text-align: center; color: var(--muted); max-width: 40rem; margin: 0 auto 1.75rem; }
.lead { font-size: 1.08rem; color: var(--muted); margin: 0 0 1rem; }
.lead-strong { font-size: 1.08rem; font-weight: 600; color: var(--ink); margin: 0 0 1.5rem; }
.lead-strong .price, .price { color: var(--gold); font-weight: 800; }
.pull-quote {
  font-size: 1.15rem; font-weight: 700; color: var(--ink);
  border-left: 4px solid var(--gold); padding: 0.5rem 0 0.5rem 1rem;
  margin: 1.25rem 0; background: #fff7ed;
}

.hero-art { margin: 1.5rem 0; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); }
.hero-art img { display: block; width: 100%; height: auto; }
.side-img { margin: 1.5rem 0; border-radius: 12px; overflow: hidden; }
.side-img img { width: 100%; height: auto; display: block; }
.props-strip { margin-top: 2rem; border-radius: 12px; overflow: hidden; }
.props-strip img { width: 100%; height: auto; display: block; }

.cta-block { text-align: center; margin: 1.5rem 0; }
.cta-note { font-size: 0.85rem; color: var(--dim); margin: 0.75rem 0 0; }
.fine { font-size: 0.8rem; color: var(--dim); }

.btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold2), var(--gold));
  color: #fff !important;
  font-weight: 800;
  font-size: 1rem;
  padding: 0.95rem 1.5rem;
  border-radius: 10px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(180, 83, 9, 0.25);
}
.btn-primary:hover { filter: brightness(1.05); color: #fff !important; }

.grid-2 { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 0.85rem; }
@media (min-width: 640px) {
  .grid-2 { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr 1fr; }
}

.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  color: var(--muted);
}
.card-lg { padding: 1.25rem 1.35rem; }
.card-gold { border-color: #fdba74; background: #fffbeb; }
.card-good { background: var(--good-bg); border-color: #bbf7d0; }
.card-bad { background: var(--bad-bg); border-color: #fecaca; }
.label-xs {
  font-size: 0.72rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.06em; margin: 0 0 0.5rem;
}
.label-gold { color: var(--gold); }
.label-good { color: var(--ok); }
.label-bad { color: var(--danger); }

/* Quiz */
.section-quiz { background: var(--bg2); }
.quiz-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.5rem 1.25rem 1.75rem;
  box-shadow: 0 8px 30px rgba(24, 24, 27, 0.06);
  max-width: 36rem;
  margin: 0 auto;
}
.quiz-progress-track {
  height: 6px; background: #e7e5e4; border-radius: 99px; overflow: hidden; margin-bottom: 0.65rem;
}
.quiz-progress-bar {
  height: 100%; width: 10%; background: linear-gradient(90deg, var(--gold2), var(--gold));
  transition: width 0.25s ease;
}
.quiz-progress-label {
  font-size: 0.8rem; font-weight: 700; color: var(--dim); margin: 0 0 1rem; text-align: center;
}
.quiz-q-title {
  font-size: 1.15rem; font-weight: 800; margin: 0 0 0.35rem; color: var(--ink); text-align: center;
}
.quiz-q-text {
  font-size: 1rem; color: var(--muted); margin: 0 0 1.15rem; text-align: center;
}
.quiz-options { display: flex; flex-direction: column; gap: 0.55rem; }
.quiz-opt {
  display: block; width: 100%; text-align: left;
  background: var(--panel2); border: 1px solid var(--line);
  border-radius: 10px; padding: 0.85rem 1rem;
  font: inherit; font-weight: 600; color: var(--ink); cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
.quiz-opt:hover { border-color: var(--gold); background: #fff7ed; }
.quiz-opt.selected { border-color: var(--gold); background: #ffedd5; }
.quiz-back {
  margin-top: 1rem; background: none; border: none; color: var(--dim);
  font: inherit; font-weight: 600; cursor: pointer; padding: 0.35rem 0;
}
.quiz-back:disabled { opacity: 0.4; cursor: default; }

.optin-gate { text-align: center; }
.optin-gate .spell-icon { font-size: 2rem; margin-bottom: 0.5rem; }
.aweber-wrap { max-width: 22rem; margin: 1rem auto 0; text-align: left; }
.aweber-wrap iframe, .aweber-wrap form { max-width: 100%; }

/* Reveal sheet */
.spell-sheet {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.5rem;
  margin: 1.5rem auto;
  max-width: 36rem;
  text-align: left;
  box-shadow: 0 8px 24px rgba(24, 24, 27, 0.05);
}
.spell-sheet h2 {
  margin: 0 0 1rem; font-size: 1.15rem; font-weight: 800; color: var(--ink);
  border-bottom: 1px solid var(--line); padding-bottom: 0.75rem;
}
.spell-field { margin-bottom: 0.95rem; }
.spell-label {
  font-size: 0.72rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.06em; color: var(--gold); margin: 0 0 0.2rem;
}
.spell-value { margin: 0; font-weight: 700; color: var(--ink); }
.spell-value.muted { font-weight: 500; color: var(--muted); }

.offer-block {
  background: var(--panel);
  border: 2px solid #fdba74;
  border-radius: 16px;
  padding: 1.75rem 1.25rem;
  text-align: center;
  max-width: 32rem;
  margin: 0 auto;
}
.offer-price {
  font-size: 2rem; font-weight: 800; color: var(--ink); margin: 0.75rem 0 1rem;
}
.offer-price small { display: block; font-size: 0.85rem; font-weight: 600; color: var(--dim); }

.stack > div { margin-bottom: 1.25rem; }
.objection-title { font-weight: 800; color: var(--ink); margin: 0 0 0.35rem; }
.objection-body { margin: 0; color: var(--muted); }

.site-footer {
  border-top: 1px solid var(--line);
  padding: 2rem 0;
  text-align: center;
  background: var(--bg2);
  color: var(--dim);
  font-size: 0.9rem;
}
.site-footer a { margin: 0 0.4rem; color: var(--muted); }
.site-footer .fine { margin-top: 0.5rem; }

.bump em { font-style: normal; }
.total { color: var(--ink); }

/* Hide AWeber chrome when possible */
.af-element.privacyPolicy, .af-clear, .af-header { }
[hidden] { display: none !important; }
