/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #faf8f4;
  --bg-alt: #f0ede6;
  --fg: #0f2b1d;
  --fg-muted: #4a6752;
  --accent: #c8922a;
  --accent-light: #e8c47a;
  --white: #ffffff;
  --border: #ddd8ce;
}

html { font-size: 16px; scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* --- Typography --- */
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; line-height: 1.15; }

/* --- Nav --- */
.nav { padding: 20px 40px; border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 12px; }
.nav-logo { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; }
.nav-tagline { font-size: 0.8rem; color: var(--fg-muted); letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500; }

/* --- Hero --- */
.hero { padding: 80px 40px 60px; background: var(--bg); }
.hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-eyebrow { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.hero-headline { font-size: 3rem; font-weight: 900; margin-bottom: 20px; color: var(--fg); }
.hero-headline-accent { color: var(--accent); font-style: italic; }
.hero-sub { font-size: 1.05rem; color: var(--fg-muted); line-height: 1.7; max-width: 420px; }

/* Widget */
.hero-widget { display: flex; flex-direction: column; gap: 16px; }
.widget-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 20px; box-shadow: 0 4px 24px rgba(15,43,29,0.08); }
.widget-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-muted); margin-bottom: 14px; }
.widget-row { display: flex; align-items: center; gap: 16px; }
.widget-stat { display: flex; flex-direction: column; }
.widget-val { font-size: 1.5rem; font-weight: 700; font-family: 'Playfair Display', serif; color: var(--fg); }
.widget-key { font-size: 0.72rem; color: var(--fg-muted); text-transform: uppercase; letter-spacing: 0.05em; }
.widget-divider { width: 1px; height: 36px; background: var(--border); }
.widget-footer { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--border); font-size: 0.8rem; color: var(--accent); font-weight: 600; }
.widget-card--deal { border-color: var(--accent); background: linear-gradient(135deg, #fffdf8 0%, #fff9f0 100%); }
.widget-deal-brand { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--fg-muted); margin-bottom: 4px; }
.widget-deal-val { font-size: 2rem; font-weight: 900; font-family: 'Playfair Display', serif; color: var(--fg); }
.widget-deal-type { font-size: 0.8rem; color: var(--fg-muted); margin-bottom: 16px; }
.widget-btn { background: var(--accent); color: var(--white); border: none; padding: 10px 20px; border-radius: 6px; font-weight: 600; font-size: 0.85rem; cursor: pointer; }

/* --- Stats --- */
.stats { background: var(--fg); color: var(--white); padding: 48px 40px; }
.stats-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 0; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 900; color: var(--accent-light); margin-bottom: 6px; }
.stat-desc { font-size: 0.82rem; color: rgba(255,255,255,0.65); line-height: 1.5; }
.stat-divider { width: 1px; height: 60px; background: rgba(255,255,255,0.15); }

/* --- Section Shared --- */
.section-eyebrow { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; }
.section-headline { font-size: 2.2rem; font-weight: 900; color: var(--fg); margin-bottom: 16px; }
.section-sub { font-size: 1rem; color: var(--fg-muted); max-width: 540px; line-height: 1.7; }

/* --- How It Works --- */
.how { padding: 80px 40px; background: var(--bg-alt); }
.how-inner { max-width: 1100px; margin: 0 auto; }
.how-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 48px; }
.step-num { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 900; color: var(--accent); margin-bottom: 14px; opacity: 0.8; }
.step-title { font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 600; color: var(--fg); margin-bottom: 8px; }
.step-body { font-size: 0.88rem; color: var(--fg-muted); line-height: 1.65; }

/* --- Manifesto --- */
.manifesto { padding: 80px 40px; background: var(--bg); }
.manifesto-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.manifesto-text { font-family: 'Playfair Display', serif; font-size: 1.35rem; font-style: italic; color: var(--fg); line-height: 1.55; margin-bottom: 16px; }
.manifesto-attr { font-size: 0.82rem; color: var(--fg-muted); line-height: 1.6; }
.manifesto-headline { font-size: 2rem; font-weight: 900; margin-bottom: 20px; }
.manifesto-p { font-size: 0.95rem; color: var(--fg-muted); line-height: 1.75; margin-bottom: 16px; }
.manifesto-p--accent { color: var(--fg); font-weight: 500; }

/* --- Pricing --- */
.pricing { padding: 80px 40px; background: var(--bg-alt); }
.pricing-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; text-align: left; }
.pricing-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 32px; position: relative; }
.pricing-card--featured { border-color: var(--accent); box-shadow: 0 8px 32px rgba(200,146,42,0.15); }
.pricing-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--accent); color: var(--white); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 4px 14px; border-radius: 20px; }
.pricing-tier { font-weight: 600; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--fg-muted); margin-bottom: 8px; }
.pricing-amount { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 900; color: var(--fg); margin-bottom: 24px; }
.pricing-period { font-size: 1.2rem; font-weight: 400; font-family: 'DM Sans', sans-serif; }
.pricing-features { list-style: none; margin-bottom: 24px; }
.pricing-features li { font-size: 0.88rem; color: var(--fg-muted); padding: 6px 0; padding-left: 20px; position: relative; }
.pricing-features li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.pricing-note { font-size: 0.78rem; color: var(--fg-muted); border-top: 1px solid var(--border); padding-top: 16px; font-style: italic; }

/* --- Playbook --- */
.playbook { padding: 80px 40px; background: var(--bg); }
.playbook-inner { max-width: 1100px; margin: 0 auto; }
.playbook-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 48px; }
.playbook-item { padding: 24px; border: 1px solid var(--border); border-radius: 12px; background: var(--white); }
.playbook-icon { margin-bottom: 16px; }
.playbook-title { font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 600; color: var(--fg); margin-bottom: 8px; }
.playbook-body { font-size: 0.88rem; color: var(--fg-muted); line-height: 1.65; }

/* --- Closing --- */
.closing { padding: 100px 40px; background: var(--fg); text-align: center; }
.closing-inner { max-width: 700px; margin: 0 auto; }
.closing-eyebrow { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--accent-light); margin-bottom: 20px; }
.closing-headline { font-size: 2.6rem; font-weight: 900; color: var(--white); margin-bottom: 20px; line-height: 1.2; }
.closing-sub { font-size: 1rem; color: rgba(255,255,255,0.65); line-height: 1.7; max-width: 560px; margin: 0 auto; }

/* --- Footer --- */
.footer { padding: 40px; background: var(--bg-alt); border-top: 1px solid var(--border); }
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 900; color: var(--fg); margin-bottom: 8px; }
.footer-desc { font-size: 0.85rem; color: var(--fg-muted); margin-bottom: 12px; }
.footer-legal { font-size: 0.78rem; color: var(--fg-muted); }

/* --- Responsive --- */
@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-headline { font-size: 2.2rem; }
  .hero-widget { order: -1; }
  .stats-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
  .stat-divider { display: none; }
  .how-steps { grid-template-columns: 1fr 1fr; }
  .manifesto-inner { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .playbook-grid { grid-template-columns: 1fr 1fr; }
  .closing-headline { font-size: 2rem; }
  .nav { padding: 16px 20px; }
}

@media (max-width: 480px) {
  .how-steps { grid-template-columns: 1fr; }
  .playbook-grid { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: 1fr; }
}