:root {
  --forest: #15803d;
  --forest-dark: #166534;
  --forest-light: #f0fdf4;
  --forest-glow: rgba(21,128,61,0.08);
  --ink: #0f172a;
  --ink-mid: #334155;
  --ink-dim: #64748b;
  --ink-faint: #94a3b8;
  --sand: #fafaf9;
  --sand-dark: #f5f5f4;
  --stone: #e7e5e4;
  --white: #ffffff;
  --gold: #b45309;
  --gold-light: #fffbeb;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Outfit', system-ui, sans-serif;
  --radius: 10px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--white); color: var(--ink); overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
button { font-family: var(--sans); cursor: pointer; border: none; background: none; }

/* ══ NAV ══ */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.95); backdrop-filter: blur(16px); border-bottom: 1px solid var(--stone); padding: 0 24px; }
.nav-inner { max-width: 1040px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 60px; }
.nav-logo { font-family: var(--serif); font-size: 1.2rem; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
.nav-logo span { color: var(--forest); }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: 0.82rem; font-weight: 500; color: var(--ink-dim); transition: color 0.2s; letter-spacing: 0.01em; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { background: var(--ink) !important; color: #fff !important; padding: 8px 18px; border-radius: 6px; font-weight: 600 !important; font-size: 0.8rem !important; transition: background 0.2s; }
.nav-cta:hover { background: var(--ink-mid) !important; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; width: 24px; padding: 4px 0; cursor: pointer; }
.nav-hamburger span { height: 2px; background: var(--ink); border-radius: 2px; }
.nav-mobile-menu { display: none; flex-direction: column; background: #fff; border-bottom: 1px solid var(--stone); padding: 8px 24px 16px; }
.nav-mobile-menu a { display: block; padding: 12px 0; font-size: 0.92rem; font-weight: 500; color: var(--ink); border-bottom: 1px solid var(--sand-dark); }
.nav-mobile-menu a:last-child { border-bottom: none; }
.nav.open .nav-mobile-menu { display: flex; }
@media (max-width: 768px) { .nav-links { display: none; } .nav-hamburger { display: flex; } }

/* ══ HERO ══ */
.hero { padding: clamp(80px,12vw,140px) 24px clamp(60px,8vw,100px); text-align: center; background: var(--white); position: relative; }
.hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--stone), transparent); }
.hero-inner { max-width: 640px; margin: 0 auto; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--forest-light); border: 1px solid rgba(21,128,61,0.12); padding: 6px 16px; border-radius: 20px; font-size: 0.72rem; font-weight: 600; color: var(--forest); letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 28px; }
.hero-badge .dot { width: 6px; height: 6px; background: var(--forest); border-radius: 50%; }
.hero h1 { font-family: var(--serif); font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 600; line-height: 1.15; color: var(--ink); margin-bottom: 20px; letter-spacing: -0.02em; }
.hero h1 em { font-style: italic; font-weight: 400; color: var(--ink-dim); }
.hero-sub { font-size: clamp(0.92rem, 1.6vw, 1.05rem); font-weight: 400; color: var(--ink-dim); line-height: 1.7; max-width: 480px; margin: 0 auto 36px; }
.hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; font-weight: 600; border-radius: 6px; transition: all 0.2s; cursor: pointer; border: none; font-size: 0.88rem; padding: 13px 28px; letter-spacing: 0.01em; }
.btn--primary { background: var(--forest); color: #fff; }
.btn--primary:hover { background: var(--forest-dark); }
.btn--outline { border: 1.5px solid var(--stone); color: var(--ink); background: transparent; }
.btn--outline:hover { border-color: var(--ink-dim); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-mid); }
.btn--lg { font-size: 0.95rem; padding: 15px 32px; }

/* ══ CREDIBILITY BAR ══ */
.cred-bar { padding: 28px 24px; background: var(--sand); border-bottom: 1px solid var(--stone); }
.cred-inner { max-width: 800px; margin: 0 auto; display: flex; justify-content: center; gap: clamp(24px,5vw,56px); flex-wrap: wrap; }
.cred-item { text-align: center; }
.cred-num { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; color: var(--ink); line-height: 1; margin-bottom: 4px; }
.cred-label { font-size: 0.72rem; color: var(--ink-faint); letter-spacing: 0.02em; }

/* ══ INSIDER SECTION ══ */
.insider { padding: clamp(64px,8vw,96px) 24px; background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.insider::before { content: ''; position: absolute; top: -50%; right: -20%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(21,128,61,0.08) 0%, transparent 60%); pointer-events: none; }
.insider-inner { max-width: 640px; margin: 0 auto; position: relative; z-index: 1; }
.insider-eyebrow { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--forest); margin-bottom: 16px; }
.insider h2 { font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 600; line-height: 1.3; margin-bottom: 20px; }
.insider p { font-size: 0.92rem; color: rgba(255,255,255,0.55); line-height: 1.8; margin-bottom: 16px; }
.insider .quote-mark { font-family: var(--serif); font-size: 4rem; color: var(--forest); line-height: 0.5; margin-bottom: 12px; opacity: 0.6; }
.insider blockquote { font-family: var(--serif); font-size: 1.15rem; font-style: italic; color: rgba(255,255,255,0.75); line-height: 1.5; padding-left: 20px; border-left: 2px solid rgba(21,128,61,0.4); margin: 24px 0; }

/* ══ OUTPUT PREVIEW ══ */
.output { padding: clamp(64px,8vw,96px) 24px; background: var(--white); }
.output-inner { max-width: 1040px; margin: 0 auto; }
.output-header { max-width: 520px; margin-bottom: 48px; }
.output-header .eyebrow { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--forest); margin-bottom: 10px; }
.output-header h2 { font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 600; color: var(--ink); margin-bottom: 12px; }
.output-header p { font-size: 0.9rem; color: var(--ink-dim); line-height: 1.6; }

.output-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: var(--stone); border: 1px solid var(--stone); border-radius: var(--radius); overflow: hidden; }
@media (max-width: 768px) { .output-grid { grid-template-columns: 1fr; } }
.output-item { background: var(--white); padding: 28px 24px; }
.output-item-num { font-family: var(--serif); font-size: 0.82rem; color: var(--forest); font-weight: 600; margin-bottom: 10px; }
.output-item h4 { font-size: 0.92rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.output-item p { font-size: 0.82rem; color: var(--ink-faint); line-height: 1.5; }
.output-item--highlight { background: var(--forest-light); }
.output-item--highlight .output-item-num { color: var(--forest-dark); }

/* ══ ASSUMPTIONS CALLOUT ══ */
.assumptions { padding: clamp(64px,8vw,96px) 24px; background: var(--sand); }
.assumptions-inner { max-width: 720px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: start; }
@media (max-width: 640px) { .assumptions-inner { grid-template-columns: 1fr; } }
.assumptions-icon { width: 64px; height: 64px; background: var(--white); border: 1px solid var(--stone); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 28px; flex-shrink: 0; }
.assumptions-text h2 { font-family: var(--serif); font-size: clamp(1.3rem, 2.5vw, 1.7rem); font-weight: 600; color: var(--ink); margin-bottom: 12px; }
.assumptions-text p { font-size: 0.9rem; color: var(--ink-dim); line-height: 1.7; margin-bottom: 12px; }
.assumptions-list { list-style: none; margin-top: 16px; }
.assumptions-list li { padding: 8px 0; font-size: 0.85rem; color: var(--ink-mid); display: flex; gap: 10px; align-items: baseline; }
.assumptions-list li::before { content: '→'; color: var(--forest); font-weight: 700; flex-shrink: 0; }

/* ══ COMPARISON ══ */
.compare { padding: clamp(64px,8vw,96px) 24px; background: var(--white); }
.compare-inner { max-width: 760px; margin: 0 auto; }
.compare-header { text-align: center; margin-bottom: 36px; }
.compare-header .eyebrow { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--forest); margin-bottom: 10px; }
.compare-header h2 { font-family: var(--serif); font-size: clamp(1.4rem, 2.5vw, 1.8rem); font-weight: 600; }
.compare-table { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid var(--stone); border-radius: var(--radius); overflow: hidden; }
.compare-table th { background: var(--ink); color: #fff; padding: 14px 18px; text-align: left; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.compare-table td { padding: 14px 18px; font-size: 0.88rem; color: var(--ink-dim); border-bottom: 1px solid var(--sand-dark); }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table .win { color: var(--forest); font-weight: 700; }
.compare-table .lose { color: var(--ink-faint); }
.compare-table tr:first-child td { background: var(--forest-light); }

/* ══ PRICING ══ */
.pricing { padding: clamp(64px,8vw,96px) 24px; background: var(--sand); text-align: center; }
.pricing-inner { max-width: 440px; margin: 0 auto; }
.pricing-header .eyebrow { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--forest); margin-bottom: 10px; }
.pricing-header h2 { font-family: var(--serif); font-size: clamp(1.4rem, 2.5vw, 1.8rem); font-weight: 600; margin-bottom: 32px; }
.pricing-card { background: var(--white); border: 1.5px solid var(--stone); border-radius: 14px; padding: 40px 32px; text-align: center; position: relative; }
.pricing-card::before { content: ''; position: absolute; top: 0; left: 20%; right: 20%; height: 2px; background: linear-gradient(90deg, transparent, var(--forest), transparent); }
.pricing-amount { font-family: var(--serif); font-size: 3.2rem; font-weight: 700; color: var(--ink); line-height: 1; margin-bottom: 4px; }
.pricing-per { font-size: 0.88rem; color: var(--ink-faint); margin-bottom: 28px; }
.pricing-features { list-style: none; text-align: left; margin-bottom: 28px; }
.pricing-features li { padding: 9px 0; font-size: 0.88rem; color: var(--ink-mid); border-bottom: 1px solid var(--sand-dark); display: flex; align-items: baseline; gap: 10px; }
.pricing-features li::before { content: '✓'; color: var(--forest); font-weight: 700; flex-shrink: 0; }
.pricing-features li:last-child { border-bottom: none; }
.pricing-badges { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-top: 20px; }
.pricing-badge { font-size: 0.7rem; font-weight: 600; padding: 5px 12px; border-radius: 16px; border: 1px solid var(--stone); color: var(--ink-faint); }
.pricing-badge--green { border-color: rgba(21,128,61,0.2); color: var(--forest); background: var(--forest-light); }

/* ══ AUDIENCE ══ */
.audience { padding: clamp(64px,8vw,96px) 24px; background: var(--white); }
.audience-inner { max-width: 1040px; margin: 0 auto; }
.audience-header { text-align: center; margin-bottom: 40px; }
.audience-header .eyebrow { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--forest); margin-bottom: 10px; }
.audience-header h2 { font-family: var(--serif); font-size: clamp(1.4rem, 2.5vw, 1.8rem); font-weight: 600; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 768px) { .audience-grid { grid-template-columns: 1fr; } }
.audience-card { border: 1px solid var(--stone); border-radius: var(--radius); padding: 28px 24px; transition: all 0.3s; }
.audience-card:hover { border-color: rgba(21,128,61,0.3); box-shadow: 0 4px 16px rgba(0,0,0,0.04); }
.audience-card h3 { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; margin-bottom: 8px; }
.audience-card p { font-size: 0.85rem; color: var(--ink-dim); line-height: 1.6; }

/* ══ CTA ══ */
.final-cta { padding: clamp(64px,8vw,96px) 24px; background: var(--ink); text-align: center; position: relative; overflow: hidden; }
.final-cta::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 600px; height: 400px; background: radial-gradient(circle, rgba(21,128,61,0.06) 0%, transparent 60%); pointer-events: none; }
.final-cta h2 { font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2.2rem); font-weight: 600; color: #fff; margin-bottom: 14px; line-height: 1.3; position: relative; }
.final-cta p { font-size: 0.92rem; color: rgba(255,255,255,0.45); max-width: 440px; margin: 0 auto 28px; line-height: 1.6; position: relative; }

/* ══ FOOTER ══ */
.footer { background: var(--ink); border-top: 1px solid rgba(255,255,255,0.06); padding: 40px 24px 28px; }
.footer-inner { max-width: 1040px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-brand { font-family: var(--serif); font-size: 1rem; color: rgba(255,255,255,0.4); }
.footer-brand span { color: var(--forest); }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 0.78rem; color: rgba(255,255,255,0.25); transition: color 0.2s; }
.footer-links a:hover { color: rgba(255,255,255,0.6); }
.footer-copy { font-size: 0.72rem; color: rgba(255,255,255,0.15); width: 100%; text-align: center; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.04); }
.footer-copy a { color: rgba(21,128,61,0.6); }

/* ══════════════════════════════════════════
   TOOL PAGES — SHARED FORM STYLES
══════════════════════════════════════════ */

/* Progress bar */
.progress { max-width: 640px; margin: 0 auto; padding: 0 24px; }
.progress-bar { height: 3px; background: var(--stone); border-radius: 2px; margin-bottom: 8px; overflow: hidden; }
.progress-fill { height: 100%; background: var(--forest); border-radius: 2px; transition: width 0.4s ease; }
.progress-label { font-size: 0.72rem; color: var(--ink-faint); text-align: right; }

/* Form container */
.tool-form { max-width: 640px; margin: 0 auto; padding: 32px 24px 80px; }

/* Step sections */
.form-step { margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid var(--sand-dark); }
.form-step:last-of-type { border-bottom: none; }
.step-header { margin-bottom: 24px; }
.step-num { font-family: var(--serif); font-size: 0.78rem; color: var(--forest); font-weight: 600; letter-spacing: 0.04em; margin-bottom: 6px; }
.step-title { font-family: var(--serif); font-size: 1.3rem; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.step-why { font-size: 0.82rem; color: var(--ink-faint); line-height: 1.5; padding-left: 14px; border-left: 2px solid var(--forest-light); margin-top: 8px; }

/* Fields */
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--ink-mid); margin-bottom: 6px; }
.field .hint { font-size: 0.75rem; color: var(--ink-faint); margin-top: 4px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 16px;
  border: 1.5px solid var(--stone); border-radius: 8px;
  font-size: 0.9rem; font-family: var(--sans);
  color: var(--ink); background: var(--white);
  outline: none; transition: border-color 0.2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--forest);
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-faint); }
.field textarea { resize: vertical; line-height: 1.6; }
.field select { cursor: pointer; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 640px) { .field-row { grid-template-columns: 1fr; } }

/* Toggle (for 3/5 year) */
.toggle-group { display: flex; border: 1.5px solid var(--stone); border-radius: 8px; overflow: hidden; margin-bottom: 20px; }
.toggle-btn {
  flex: 1; padding: 12px 16px; text-align: center;
  font-size: 0.85rem; font-weight: 600; color: var(--ink-dim);
  background: var(--white); cursor: pointer;
  border: none; border-right: 1px solid var(--stone);
  transition: all 0.2s;
}
.toggle-btn:last-child { border-right: none; }
.toggle-btn.active { background: var(--ink); color: #fff; }
.toggle-btn:hover:not(.active) { background: var(--sand); }

/* Paywall */
.paywall {
  background: var(--ink); border-radius: 14px;
  padding: 48px 32px; text-align: center;
  margin-top: 32px; position: relative; overflow: hidden;
}
.paywall::before {
  content: ''; position: absolute;
  top: 0; left: 20%; right: 20%; height: 2px;
  background: linear-gradient(90deg, transparent, var(--forest), transparent);
}
.paywall h3 {
  font-family: var(--serif); font-size: 1.4rem;
  font-weight: 600; color: #fff; margin-bottom: 10px;
}
.paywall p {
  font-size: 0.88rem; color: rgba(255,255,255,0.45);
  line-height: 1.6; max-width: 400px; margin: 0 auto 24px;
}
.paywall-badges { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 24px; }
.paywall-badge {
  font-size: 0.7rem; font-weight: 600; padding: 5px 12px;
  border-radius: 16px; border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.4);
}
.paywall-fine {
  font-size: 0.72rem; color: rgba(255,255,255,0.2);
  margin-top: 12px;
}

/* Tool hero (shorter than home hero) */
.tool-hero {
  padding: clamp(90px,10vw,120px) 24px 40px;
  text-align: center; background: var(--white);
  border-bottom: 1px solid var(--stone);
}
.tool-hero .eyebrow {
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--forest); margin-bottom: 12px;
}
.tool-hero h1 {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 600; color: var(--ink);
  line-height: 1.2; margin-bottom: 12px;
}
.tool-hero p {
  font-size: 0.92rem; color: var(--ink-dim);
  max-width: 480px; margin: 0 auto;
  line-height: 1.6;
}

/* Blurred preview teaser */
.preview-teaser {
  background: var(--sand); border: 1px solid var(--stone);
  border-radius: var(--radius); padding: 24px;
  margin-top: 24px; position: relative; overflow: hidden;
}
.preview-teaser::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 20%, var(--sand) 90%);
  pointer-events: none;
}
.preview-line { height: 8px; background: var(--stone); border-radius: 4px; margin-bottom: 10px; }
.preview-line:nth-child(2) { width: 85%; }
.preview-line:nth-child(3) { width: 70%; }
.preview-line:nth-child(4) { width: 90%; }
.preview-line:nth-child(5) { width: 60%; }
.preview-label {
  position: absolute; bottom: 16px; left: 50%;
  transform: translateX(-50%); z-index: 1;
  font-size: 0.78rem; font-weight: 600; color: var(--ink-dim);
}

/* Score display (scanner) */
.score-ring {
  width: 120px; height: 120px; border-radius: 50%;
  border: 6px solid var(--stone); margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.score-ring-fill {
  position: absolute; inset: -6px;
  border-radius: 50%;
  border: 6px solid var(--forest);
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(-45deg);
}
.score-num { font-family: var(--serif); font-size: 2rem; font-weight: 700; color: var(--ink); }
.score-label { font-size: 0.78rem; color: var(--ink-faint); text-align: center; }

/* ══ DECLINE REVIEW — page-specific ══ */
  .dr-hero { padding: clamp(72px,10vw,120px) 24px clamp(48px,6vw,72px); text-align: center; background: var(--white); position: relative; }
  .dr-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--stone), transparent); }
  .dr-hero-inner { max-width: 720px; margin: 0 auto; }
  .dr-badge { display: inline-flex; align-items: center; gap: 8px; background: #fef2f2; border: 1px solid rgba(185,28,28,0.15); padding: 6px 16px; border-radius: 20px; font-size: 0.72rem; font-weight: 600; color: #b91c1c; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 28px; }
  .dr-badge .dot { width: 6px; height: 6px; background: #b91c1c; border-radius: 50%; }
  .dr-hero h1 { font-family: var(--serif); font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 600; line-height: 1.15; color: var(--ink); margin-bottom: 20px; letter-spacing: -0.02em; }
  .dr-hero h1 em { font-style: italic; font-weight: 400; color: var(--ink-dim); }
  .dr-hero-sub { font-size: clamp(0.95rem, 1.6vw, 1.08rem); font-weight: 400; color: var(--ink-dim); line-height: 1.7; max-width: 540px; margin: 0 auto 20px; }
  .dr-hero-pricing { font-family: var(--serif); font-size: 1.05rem; color: var(--ink); margin-bottom: 32px; font-weight: 500; }
  .dr-hero-pricing .price { color: var(--forest); font-weight: 600; }
  .dr-hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

  /* ══ SCARCITY COUNTER ══ */
  .scarcity { background: var(--ink); color: #fff; padding: 22px 24px; text-align: center; }
  .scarcity-inner { max-width: 720px; margin: 0 auto; }
  .scarcity-row { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 10px; }
  .scarcity-pulse { width: 8px; height: 8px; background: #22c55e; border-radius: 50%; box-shadow: 0 0 0 0 rgba(34,197,94,0.6); animation: pulse 2s infinite; }
  @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(34,197,94,0.6); } 70% { box-shadow: 0 0 0 8px rgba(34,197,94,0); } 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); } }
  .scarcity-text { font-size: 0.92rem; color: rgba(255,255,255,0.88); }
  .scarcity-text strong { color: #fff; font-weight: 600; }
  .scarcity-num { font-family: var(--serif); font-size: 1.08rem; color: #fff; font-weight: 600; }
  .scarcity-explainer { font-size: 0.78rem; color: rgba(255,255,255,0.55); line-height: 1.6; max-width: 560px; margin: 0 auto; }
  .scarcity-explainer strong { color: rgba(255,255,255,0.85); font-weight: 600; }

  /* ══ THE PROBLEM ══ */
  .problem { padding: clamp(64px,8vw,96px) 24px; background: var(--sand); }
  .problem-inner { max-width: 640px; margin: 0 auto; }
  .problem-eyebrow { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 16px; text-align: center; }
  .problem h2 { font-family: var(--serif); font-size: clamp(1.6rem, 3.2vw, 2.2rem); font-weight: 600; line-height: 1.25; color: var(--ink); margin-bottom: 28px; text-align: center; letter-spacing: -0.01em; }
  .problem p { font-size: 1rem; color: var(--ink-mid); line-height: 1.8; margin-bottom: 18px; }
  .problem .vague-quotes { background: var(--white); border-left: 3px solid var(--stone); padding: 24px 28px; margin: 28px 0; border-radius: 4px; }
  .problem .vague-quotes p { font-family: var(--serif); font-style: italic; color: var(--ink); font-size: 1.02rem; margin-bottom: 10px; }
  .problem .vague-quotes p:last-child { margin-bottom: 0; }

  /* ══ WHAT YOU GET ══ */
  .deliverable { padding: clamp(64px,8vw,96px) 24px; background: var(--white); }
  .deliverable-inner { max-width: 1040px; margin: 0 auto; }
  .deliverable-header { text-align: center; max-width: 600px; margin: 0 auto 56px; }
  .eyebrow { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--forest); margin-bottom: 14px; }
  .deliverable-header h2 { font-family: var(--serif); font-size: clamp(1.6rem, 3.2vw, 2.2rem); font-weight: 600; line-height: 1.25; color: var(--ink); margin-bottom: 16px; letter-spacing: -0.01em; }
  .deliverable-header p { font-size: 0.98rem; color: var(--ink-dim); line-height: 1.7; }
  .deliverable-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1px; background: var(--stone); border: 1px solid var(--stone); border-radius: var(--radius); overflow: hidden; }
  .del-item { background: var(--white); padding: 32px 28px; }
  .del-item-num { font-family: var(--serif); font-size: 0.85rem; color: var(--forest); font-weight: 600; letter-spacing: 0.05em; margin-bottom: 12px; }
  .del-item h4 { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; color: var(--ink); margin-bottom: 10px; }
  .del-item p { font-size: 0.88rem; color: var(--ink-dim); line-height: 1.65; }
  .del-item--highlight { background: var(--forest-light); }
  .del-item--highlight .del-item-num { color: var(--forest-dark); }

  /* ══ PRICING TIERS ══ */
  .tiers { padding: clamp(64px,8vw,96px) 24px; background: var(--sand); }
  .tiers-inner { max-width: 920px; margin: 0 auto; }
  .tiers-header { text-align: center; max-width: 600px; margin: 0 auto 48px; }
  .tiers-header h2 { font-family: var(--serif); font-size: clamp(1.6rem, 3.2vw, 2.2rem); font-weight: 600; line-height: 1.25; color: var(--ink); margin-bottom: 16px; letter-spacing: -0.01em; }
  .tiers-header p { font-size: 0.98rem; color: var(--ink-dim); line-height: 1.7; }
  .tiers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  @media (max-width: 720px) { .tiers-grid { grid-template-columns: 1fr; } }
  .tier { background: var(--white); border: 1px solid var(--stone); border-radius: var(--radius); padding: 36px 32px; position: relative; }
  .tier--featured { border-color: var(--ink); border-width: 1.5px; }
  .tier-flag { position: absolute; top: -11px; left: 28px; background: var(--ink); color: #fff; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; }
  .tier-flag--soon { background: var(--gold); }
  .tier-name { font-family: var(--serif); font-size: 1.25rem; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
  .tier-tag { font-size: 0.78rem; color: var(--ink-faint); margin-bottom: 24px; letter-spacing: 0.02em; }
  .tier-price { font-family: var(--serif); font-size: 2.6rem; font-weight: 600; color: var(--ink); line-height: 1; margin-bottom: 4px; letter-spacing: -0.02em; }
  .tier-price-note { font-size: 0.78rem; color: var(--ink-faint); margin-bottom: 24px; }
  .tier-features { list-style: none; padding: 0; margin: 0 0 28px; border-top: 1px solid var(--stone); padding-top: 24px; }
  .tier-features li { font-size: 0.88rem; color: var(--ink-mid); padding: 9px 0 9px 24px; position: relative; line-height: 1.55; }
  .tier-features li::before { content: '✓'; position: absolute; left: 0; color: var(--forest); font-weight: 700; }
  .tier-features li.muted { color: var(--ink-faint); text-decoration: line-through; text-decoration-color: rgba(148,163,184,0.5); }
  .tier-features li.muted::before { content: '✕'; color: var(--ink-faint); font-weight: 600; font-size: 0.78rem; }
  .tier-features li.divider { font-size: 0.66rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint); padding: 16px 0 4px; margin-top: 6px; border-top: 1px dashed var(--stone); }
  .tier-features li.divider::before { content: ''; }
  .tier-cta { display: block; text-align: center; padding: 13px 24px; border-radius: 6px; font-weight: 600; font-size: 0.9rem; transition: all 0.2s; letter-spacing: 0.01em; }
  .tier-cta--primary { background: var(--forest); color: #fff; }
  .tier-cta--primary:hover { background: var(--forest-dark); }
  .tier-cta--dark { background: var(--ink); color: #fff; }
  .tier-cta--dark:hover { background: var(--ink-mid); }
  .tier-cta--waitlist { background: var(--gold-light); color: var(--gold); border: 1.5px solid rgba(180,83,9,0.25); }
  .tier-cta--waitlist:hover { background: #fef3c7; }
  .tier-spots { font-size: 0.74rem; color: var(--ink-faint); text-align: center; margin-top: 14px; letter-spacing: 0.02em; }

  /* ══ HOW IT WORKS ══ */
  .how { padding: clamp(64px,8vw,96px) 24px; background: var(--white); }
  .how-inner { max-width: 760px; margin: 0 auto; }
  .how-header { text-align: center; margin-bottom: 56px; }
  .how-header h2 { font-family: var(--serif); font-size: clamp(1.6rem, 3.2vw, 2.2rem); font-weight: 600; color: var(--ink); margin-bottom: 16px; letter-spacing: -0.01em; }
  .how-header p { font-size: 0.98rem; color: var(--ink-dim); line-height: 1.7; }
  .how-steps { display: flex; flex-direction: column; gap: 4px; }
  .how-step { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--stone); align-items: start; }
  .how-step:last-child { border-bottom: none; }
  .how-step-num { font-family: var(--serif); font-size: 2.2rem; font-weight: 600; color: var(--forest); line-height: 1; }
  .how-step h4 { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
  .how-step p { font-size: 0.92rem; color: var(--ink-dim); line-height: 1.7; }

  /* ══ CREDIBILITY ══ */
  .creds { padding: clamp(64px,8vw,96px) 24px; background: var(--ink); color: #fff; position: relative; overflow: hidden; }
  .creds::before { content: ''; position: absolute; top: -50%; right: -20%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(21,128,61,0.08) 0%, transparent 60%); pointer-events: none; }
  .creds-inner { max-width: 640px; margin: 0 auto; position: relative; z-index: 1; }
  .creds-eyebrow { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--forest); margin-bottom: 16px; }
  .creds h2 { font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 600; line-height: 1.3; margin-bottom: 24px; }
  .creds p { font-size: 0.95rem; color: rgba(255,255,255,0.6); line-height: 1.8; margin-bottom: 16px; }
  .creds blockquote { font-family: var(--serif); font-size: 1.15rem; font-style: italic; color: rgba(255,255,255,0.78); line-height: 1.5; padding-left: 20px; border-left: 2px solid rgba(21,128,61,0.4); margin: 28px 0; }

  /* ══ FAQ ══ */
  .faq { padding: clamp(64px,8vw,96px) 24px; background: var(--sand); }
  .faq-inner { max-width: 720px; margin: 0 auto; }
  .faq-header { text-align: center; margin-bottom: 48px; }
  .faq-header h2 { font-family: var(--serif); font-size: clamp(1.6rem, 3.2vw, 2.2rem); font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
  .faq-item { background: var(--white); border: 1px solid var(--stone); border-radius: var(--radius); padding: 24px 28px; margin-bottom: 12px; }
  .faq-item h4 { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; color: var(--ink); margin-bottom: 10px; }
  .faq-item p { font-size: 0.92rem; color: var(--ink-mid); line-height: 1.7; }

  /* ══ WAITLIST ══ */
  .waitlist { padding: clamp(64px,8vw,96px) 24px; background: var(--white); }
  .waitlist-inner { max-width: 720px; margin: 0 auto; }
  .waitlist-card { background: linear-gradient(180deg, var(--gold-light) 0%, #fffef9 100%); border: 1px solid rgba(180,83,9,0.18); border-radius: 14px; padding: clamp(36px,5vw,56px); position: relative; overflow: hidden; }
  .waitlist-card::before { content: ''; position: absolute; top: -100px; right: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(180,83,9,0.06) 0%, transparent 70%); pointer-events: none; }
  .waitlist h2 { font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 600; color: var(--ink); line-height: 1.25; margin: 14px 0 18px; letter-spacing: -0.01em; position: relative; }
  .waitlist-sub { font-size: 0.95rem; color: var(--ink-mid); line-height: 1.7; margin-bottom: 14px; position: relative; }
  .waitlist-form { margin-top: 28px; position: relative; }
  .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
  @media (max-width: 580px) { .field-row { grid-template-columns: 1fr; } }
  .waitlist-form input, .waitlist-form select, .waitlist-form textarea { width: 100%; padding: 13px 16px; border: 1px solid var(--stone); border-radius: 6px; font-family: var(--sans); font-size: 0.9rem; color: var(--ink); background: var(--white); transition: border-color 0.2s; }
  .waitlist-form input:focus, .waitlist-form select:focus, .waitlist-form textarea:focus { outline: none; border-color: var(--gold); }
  .waitlist-form textarea { margin-bottom: 16px; resize: vertical; font-family: var(--sans); }
  .waitlist-submit { width: 100%; background: var(--ink); color: #fff; padding: 15px 24px; border-radius: 6px; font-weight: 600; font-size: 0.92rem; cursor: pointer; transition: background 0.2s; letter-spacing: 0.01em; }
  .waitlist-submit:hover { background: var(--ink-mid); }
  .waitlist-fineprint { font-size: 0.75rem; color: var(--ink-faint); text-align: center; margin-top: 14px; line-height: 1.6; }
  .waitlist-success { text-align: center; padding: 20px 0; }
  .success-check { width: 48px; height: 48px; background: var(--forest); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 700; margin: 0 auto 16px; }
  .waitlist-success h3 { font-family: var(--serif); font-size: 1.4rem; font-weight: 600; color: var(--ink); margin-bottom: 10px; }
  .waitlist-success p { font-size: 0.92rem; color: var(--ink-dim); line-height: 1.7; max-width: 420px; margin: 0 auto; }

  /* ══ FINAL CTA ══ */
  .final-cta { padding: clamp(72px,10vw,120px) 24px; background: var(--white); text-align: center; }
  .final-cta-inner { max-width: 600px; margin: 0 auto; }
  .final-cta h2 { font-family: var(--serif); font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 600; color: var(--ink); line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.02em; }
  .final-cta h2 em { font-style: italic; font-weight: 400; color: var(--ink-dim); }
  .final-cta p { font-size: 1rem; color: var(--ink-dim); line-height: 1.7; margin-bottom: 32px; }
  .final-cta .guarantee { display: inline-block; font-size: 0.82rem; color: var(--ink-faint); margin-top: 18px; font-style: italic; }

/* ══ HOMEPAGE — DECLINED CROSS-SELL ══ */
.declined-cta { padding: clamp(56px,7vw,80px) 24px; background: var(--sand-dark); border-top: 1px solid var(--stone); border-bottom: 1px solid var(--stone); text-align: center; }
.declined-inner { max-width: 640px; margin: 0 auto; }
.declined-eyebrow { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #b91c1c; margin-bottom: 14px; }
.declined-cta h2 { font-family: var(--serif); font-size: clamp(1.4rem, 2.8vw, 1.85rem); font-weight: 600; color: var(--ink); line-height: 1.3; margin-bottom: 18px; letter-spacing: -0.01em; }
.declined-cta p { font-size: 0.96rem; color: var(--ink-mid); line-height: 1.7; margin-bottom: 28px; }
.declined-cta p em { font-style: italic; color: var(--ink); font-weight: 500; }
