/* Fonts */
:root {
  --bg: #0F1117;
  --surface: #161B27;
  --surface-alt: #1C2232;
  --border: #2A3146;
  --accent: #4F8EF7;
  --accent-glow: rgba(79, 142, 247, 0.15);
  --mint: #00E5A0;
  --text: #F0F2F7;
  --text-muted: #8892A8;
  --text-dim: #555F78;
  --font-display: 'Sora', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 16px; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Buttons */
.btn-primary {
  display: inline-block;
  padding: 0.875rem 2rem;
  background: var(--accent);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9375rem;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.15s;
  letter-spacing: -0.01em;
}
.btn-primary:hover { opacity: 0.88; }
.btn-large { padding: 1rem 2.5rem; font-size: 1rem; }
.btn-full { width: 100%; text-align: center; }

/* Navigation */
.site-nav {
  padding: 1.25rem 2rem;
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}
.nav-logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--text);
  letter-spacing: -0.02em;
}
.nav-tagline {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Hero */
.hero {
  padding: 5rem 2rem 4rem;
  border-bottom: 1px solid var(--border);
}
.hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.hero-eyebrow {
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent);
  margin-bottom: 1rem;
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-bottom: 1.25rem;
}
.hero-lede {
  font-size: 1.0625rem;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 44ch;
  margin-bottom: 2rem;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.hero-trial-note {
  font-size: 0.8125rem;
  color: var(--text-dim);
}
.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
.neural-bg {
  position: relative;
  width: 300px;
  height: 280px;
}
.node {
  position: absolute;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px rgba(79, 142, 247, 0.5);
}
.n1 { width: 12px; height: 12px; top: 40px; left: 30px; }
.n2 { width: 8px; height: 8px; top: 100px; left: 150px; background: var(--mint); box-shadow: 0 0 16px rgba(0, 229, 160, 0.5); }
.n3 { width: 10px; height: 10px; top: 60px; left: 270px; }
.n4 { width: 7px; height: 7px; top: 140px; left: 30px; }
.n5 { width: 9px; height: 9px; top: 180px; left: 150px; background: var(--mint); box-shadow: 0 0 16px rgba(0, 229, 160, 0.5); }
.n6 { width: 11px; height: 11px; top: 240px; left: 30px; }
.n7 { width: 8px; height: 8px; top: 180px; left: 270px; }
.connections {
  position: absolute;
  inset: 0;
}

/* Proof bar */
.proof {
  padding: 2.5rem 2rem;
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}
.proof-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.proof-stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.proof-num {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.02em;
}
.proof-label {
  font-size: 0.8125rem;
  color: var(--text-muted);
  max-width: 20ch;
}
.proof-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
}

/* Sections shared */
.section-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--mint);
  margin-bottom: 0.75rem;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--text);
  max-width: 22ch;
}

/* How it works */
.how {
  padding: 5rem 2rem;
  border-bottom: 1px solid var(--border);
}
.how-inner {
  max-width: 1120px;
  margin: 0 auto;
}
.how .section-title { margin-bottom: 3.5rem; }
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.step {
  padding: 2rem 2.5rem 2rem 0;
  border-right: 1px solid var(--border);
  padding-right: 2.5rem;
}
.step:first-child { padding-left: 0; }
.step:last-child { border-right: none; }
.step-num {
  display: block;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.step-title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}
.step-desc {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* Niches */
.niches {
  padding: 5rem 2rem;
  border-bottom: 1px solid var(--border);
}
.niches-inner {
  max-width: 1120px;
  margin: 0 auto;
}
.niches .section-title { margin-bottom: 3rem; }
.niche-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.niche-card {
  background: var(--surface);
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.niche-icon {
  color: var(--accent);
  margin-bottom: 0.25rem;
}
.niche-name {
  font-family: var(--font-display);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.01em;
}
.niche-desc {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Outcomes */
.outcomes {
  padding: 5rem 2rem;
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}
.outcomes-inner {
  max-width: 1120px;
  margin: 0 auto;
}
.outcomes .section-title { margin-bottom: 3rem; }
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.outcome-badge {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--mint);
  background: rgba(0, 229, 160, 0.08);
  padding: 0.2rem 0.6rem;
  border-radius: 2px;
  margin-bottom: 1rem;
}
.outcome-headline {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.outcome-detail {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* Closing */
.closing {
  padding: 7rem 2rem;
  border-bottom: 1px solid var(--border);
}
.closing-inner {
  max-width: 1120px;
  margin: 0 auto;
}
.closing-headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--text);
  max-width: 20ch;
  margin-bottom: 1.5rem;
}
.closing-sub {
  font-size: 1.0625rem;
  color: var(--text-muted);
  max-width: 55ch;
  line-height: 1.7;
}
.closing-actions { margin-top: 2.5rem; }

/* Prompt card stack (hero visual) */
.prompt-card-stack {
  position: relative;
  width: 220px;
  height: 200px;
}
.prompt-card {
  position: absolute;
  width: 200px;
  height: 56px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
}
.prompt-card-label {
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: -0.01em;
}
.prompt-card--back {
  top: 0;
  left: 20px;
  opacity: 0.45;
}
.prompt-card--mid {
  top: 70px;
  left: 10px;
  opacity: 0.65;
}
.prompt-card--front {
  top: 140px;
  left: 0;
  border-color: var(--accent);
  box-shadow: 0 0 20px rgba(79, 142, 247, 0.2);
}
.prompt-card--front .prompt-card-label { color: var(--accent); }

/* Problem section */
.problem {
  padding: 5rem 2rem;
  border-bottom: 1px solid var(--border);
}
.problem-inner { max-width: 1120px; margin: 0 auto; }
.problem-headline {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--text);
  max-width: 26ch;
  margin-bottom: 3rem;
}
.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.problem-col-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}
.problem-col-title--bad { color: var(--text-muted); }
.problem-col-title--good { color: var(--mint); }
.problem-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.problem-list li {
  display: flex;
  gap: 0.875rem;
  align-items: flex-start;
}
.problem-icon {
  font-size: 1rem;
  line-height: 1.5;
  flex-shrink: 0;
  width: 20px;
  text-align: center;
}
.problem-icon--bad { color: #e05a5a; }
.problem-icon--good { color: var(--mint); }
.problem-list li strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.25rem;
}
.problem-list li p {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.55;
}
.problem-cost-badge {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 700;
}
.problem-cost-badge--bad {
  background: rgba(224, 90, 90, 0.1);
  color: #e05a5a;
  border: 1px solid rgba(224, 90, 90, 0.25);
}
.problem-cost-badge--good {
  background: rgba(0, 229, 160, 0.1);
  color: var(--mint);
  border: 1px solid rgba(0, 229, 160, 0.25);
}

/* Solution section */
.solution {
  padding: 5rem 2rem;
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}
.solution-inner { max-width: 1120px; margin: 0 auto; }
.solution .section-title { margin-bottom: 3rem; }
.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.solution-card {
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.75rem;
}
.solution-icon { color: var(--accent); margin-bottom: 1rem; }
.solution-card-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.625rem;
  letter-spacing: -0.01em;
}
.solution-card-desc {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.6;
}
.solution-note {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  color: var(--text-dim);
  text-align: center;
}

/* Niche grid extras */
.niche-grid { margin-bottom: 1.5rem; }
.niches-more {
  font-size: 0.875rem;
  color: var(--text-dim);
}

/* Pricing section */
.pricing {
  padding: 5rem 2rem;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}
.pricing-inner { max-width: 1120px; margin: 0 auto; }
.pricing-headline {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--text);
  margin-bottom: 0.75rem;
}
.pricing-sub {
  font-size: 1rem;
  color: var(--text-muted);
  margin-bottom: 3rem;
}
.pricing-card {
  max-width: 460px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 2.5rem;
  text-align: center;
}
.pricing-badge {
  display: inline-block;
  background: rgba(0, 229, 160, 0.1);
  color: var(--mint);
  border: 1px solid rgba(0, 229, 160, 0.25);
  padding: 0.3rem 0.875rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
}
.pricing-amount {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.1rem;
  margin-bottom: 0.5rem;
}
.pricing-dollar {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--text);
}
.pricing-num {
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.04em;
  line-height: 1;
}
.pricing-decimal {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--text);
}
.pricing-period {
  font-size: 1rem;
  color: var(--text-muted);
  margin-left: 0.25rem;
}
.pricing-per {
  font-size: 0.875rem;
  color: var(--text-dim);
  margin-bottom: 2rem;
}
.pricing-features {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.pricing-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9375rem;
  color: var(--text-muted);
}
.pricing-check { color: var(--mint); font-size: 1rem; flex-shrink: 0; }
.pricing-footnote {
  margin-top: 1rem;
  font-size: 0.8125rem;
  color: var(--text-dim);
}
.pricing-compare {
  margin-top: 3rem;
  max-width: 460px;
}
.pricing-compare-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-dim);
  margin-bottom: 0.75rem;
}
.pricing-compare-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.9375rem;
  color: var(--text-muted);
}
.pricing-compare-val { font-weight: 700; }
.pricing-compare-val--bad { color: #e05a5a; }
.pricing-compare-val--good { color: var(--mint); }

/* Pricing — 3-tier additions */
.pricing-hero-band {
  padding: 2.5rem 2.5rem;
  background: linear-gradient(135deg, rgba(79,142,247,0.08) 0%, rgba(0,229,160,0.05) 100%);
  border: 1px solid var(--border);
  border-radius: 12px;
  margin-bottom: 2rem;
  text-align: center;
}
.pricing-band-headline {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 0.75rem;
}
.pricing-band-sub {
  font-size: 1.0625rem;
  color: var(--text-muted);
  line-height: 1.65;
}
.pricing-trial-callout {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: rgba(0, 229, 160, 0.06);
  border: 1px solid rgba(0, 229, 160, 0.2);
  border-radius: 8px;
  margin-bottom: 2.5rem;
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.6;
}
.pricing-trial-icon { font-size: 1.25rem; flex-shrink: 0; margin-top: 0.1rem; }
.pricing-trial-callout strong { color: var(--text); }
.pricing-trial-sub {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  color: var(--text-dim);
}
.pricing-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 1.75rem;
  align-items: start;
}
.pricing-tier-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 2rem 1.75rem 1.75rem;
  position: relative;
  text-align: center;
}
.pricing-tier-card--pro {
  border-color: var(--accent);
  box-shadow: 0 0 32px rgba(79,142,247,0.12), inset 0 1px 0 rgba(79,142,247,0.15);
  transform: translateY(-6px);
  padding-top: 2.75rem;
}
.pricing-popular-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.3rem 1rem;
  border-radius: 20px;
  white-space: nowrap;
}
.pricing-tier-name {
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}
.pricing-cta { margin-top: 1.5rem; display: block; }
.pricing-cta--pro { background: var(--accent); }
.pricing-check--mint { color: var(--mint) !important; }
.pricing-feature-highlight {
  color: var(--mint);
  font-weight: 600;
}
.pricing-pro-note {
  text-align: center;
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.65;
  padding: 1.25rem 1.5rem;
  background: rgba(79,142,247,0.05);
  border: 1px solid rgba(79,142,247,0.15);
  border-radius: 8px;
  margin-bottom: 3rem;
}
.pricing-pro-note strong { color: var(--text); }
.pricing-compare-table-wrap {
  margin-bottom: 3rem;
  overflow-x: auto;
}
.pricing-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.pricing-compare-table th,
.pricing-compare-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--border);
  text-align: left;
  color: var(--text-muted);
}
.pricing-compare-table th {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--text);
  background: var(--surface);
}
.pricing-compare-table tr:last-child td { border-bottom: none; }
.pricing-compare-table td:first-child { color: var(--text); font-weight: 500; }
.pricing-table-pro-col {
  background: rgba(79,142,247,0.05);
  color: var(--accent) !important;
  font-weight: 600 !important;
}
.pricing-compare-table th.pricing-table-pro-col {
  background: rgba(79,142,247,0.1);
  color: var(--accent);
}

/* Responsive — pricing tiers */
@media (max-width: 900px) {
  .pricing-tiers { grid-template-columns: 1fr; }
  .pricing-tier-card--pro { transform: none; }
  .pricing-hero-band { padding: 2rem 1.5rem; }
}
@media (max-width: 600px) {
  .pricing-tier-card { padding: 1.75rem 1.25rem 1.5rem; }
  .pricing-trial-callout { flex-direction: column; gap: 0.5rem; }
}

/* Footer */
.site-footer {
  padding: 2rem;
}
.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--text);
}
.footer-copy {
  font-size: 0.8125rem;
  color: var(--text-dim);
}

/* Lead Magnet section */
.lead-magnet {
  padding: 5rem 2rem;
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}
.lead-magnet-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.lead-magnet-headline {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
  color: var(--text);
  margin-bottom: 1rem;
}
.lead-magnet-sub {
  font-size: 1rem;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 52ch;
  margin-bottom: 2rem;
}
.lead-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.875rem;
  margin-bottom: 0.875rem;
}
.lead-form-field { display: flex; flex-direction: column; gap: 0.375rem; }
.lead-form-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.01em;
}
.lead-form-input {
  padding: 0.75rem 1rem;
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.9375rem;
  outline: none;
  transition: border-color 0.15s;
}
.lead-form-input::placeholder { color: var(--text-dim); }
.lead-form-input:focus { border-color: var(--accent); }
.lead-form-btn {
  width: 100%;
  padding: 0.9375rem;
  background: var(--accent);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9375rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity 0.15s;
  margin-bottom: 0.75rem;
}
.lead-form-btn:hover:not(:disabled) { opacity: 0.88; }
.lead-form-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.lead-form-note {
  font-size: 0.8125rem;
  color: var(--text-dim);
  text-align: center;
}
.lead-form-success {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background: rgba(0, 229, 160, 0.08);
  border: 1px solid rgba(0, 229, 160, 0.25);
  border-radius: 8px;
  font-size: 0.9375rem;
  color: var(--mint);
  flex-wrap: wrap;
}
.lead-success-icon {
  width: 22px;
  height: 22px;
  background: rgba(0, 229, 160, 0.15);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  flex-shrink: 0;
}
.lead-success-link {
  color: var(--mint);
  font-weight: 700;
  text-decoration: underline;
  margin-left: auto;
}
.lead-form-error {
  padding: 0.875rem 1.25rem;
  background: rgba(224, 90, 90, 0.08);
  border: 1px solid rgba(224, 90, 90, 0.25);
  border-radius: 8px;
  font-size: 0.875rem;
  color: #e05a5a;
  margin-top: 0.5rem;
}

/* PDF mockup visual */
.lead-magnet-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.pdf-mockup {
  position: relative;
  width: 240px;
  height: 320px;
}
.pdf-mockup-cover {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, var(--surface-alt) 0%, var(--surface) 100%);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  box-shadow: 0 8px 40px rgba(0,0,0,0.45), 0 0 0 1px rgba(79,142,247,0.1);
  z-index: 3;
}
.pdf-mockup-page {
  position: absolute;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 6px;
  z-index: 1;
}
.pdf-page-2 { inset: -6px; transform: rotate(2.5deg); z-index: 2; opacity: 0.6; }
.pdf-page-3 { inset: -12px; transform: rotate(5deg); z-index: 1; opacity: 0.35; }
.pdf-cover-eyebrow {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--mint);
}
.pdf-cover-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
  color: var(--text);
  flex: 1;
}
.pdf-cover-brand {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent);
  margin-top: auto;
}
.pdf-badges {
  display: flex;
  gap: 1rem;
}
.pdf-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.125rem;
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  min-width: 90px;
  text-align: center;
}
.pdf-badge-num {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.03em;
}
.pdf-badge-label {
  font-size: 0.6875rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .steps { grid-template-columns: 1fr; }
  .step { border-right: none; border-bottom: 1px solid var(--border); padding: 1.5rem 0; }
  .step:last-child { border-bottom: none; }
  .niche-grid { grid-template-columns: repeat(2, 1fr); }
  .outcome-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .problem-grid { grid-template-columns: 1fr; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .lead-magnet-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .lead-magnet-visual { order: -1; }
}
@media (max-width: 600px) {
  .solution-grid { grid-template-columns: 1fr; }
  .pricing-card { padding: 2rem 1.5rem; }
  .lead-form-row { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .niche-grid { grid-template-columns: 1fr; }
  .hero-headline { font-size: 2rem; }
  .closing-headline { font-size: 1.75rem; }
}