:root {
  --bg: #F5EFE6;
  --fg: #1A1A1A;
  --accent: #C4522A;
  --green: #0D2E1C;
  --green-mid: #1A4D2E;
  --cream-dark: #E8E0D4;
  --text-muted: #6B6B6B;
  --border: #D4C9B8;
}

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

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--fg);
  font-size: 16px;
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
}

/* Navigation */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 48px;
  border-bottom: 1px solid var(--border);
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--green);
}
.nav-tagline {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 300;
  letter-spacing: 0.03em;
}

/* Hero */
.hero {
  padding: 80px 48px 60px;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
.hero-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 16px;
}
.hero-headline {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 24px;
}
.hero-sub {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 440px;
  margin-bottom: 40px;
}
.hero-cta-row {
  display: flex;
  gap: 32px;
}
.hero-stat {
  display: flex;
  flex-direction: column;
}
.hero-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}
.hero-stat-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 4px;
  max-width: 100px;
  line-height: 1.3;
}

/* Hero visual card stack */
.hero-visual { display: flex; justify-content: center; }
.hero-card-stack {
  position: relative;
  width: 340px;
  height: 400px;
}
.hero-card {
  position: absolute;
  background: white;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 24px rgba(13,46,28,0.08);
}
.hero-card-1 {
  width: 280px;
  top: 0;
  left: 20px;
  z-index: 1;
}
.hero-card-2 {
  width: 260px;
  top: 120px;
  left: 0;
  z-index: 2;
}
.hero-card-3 {
  width: 300px;
  top: 200px;
  left: 40px;
  z-index: 3;
  background: var(--green);
}
.card-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 12px;
  font-weight: 600;
}
.video-placeholder {
  background: #f0ede8;
  border-radius: 8px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: var(--text-muted);
  font-size: 0.75rem;
}
.play-icon {
  font-size: 1.5rem;
  color: var(--accent);
}
.link-pill {
  background: var(--cream-dark);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 0.8rem;
  margin-bottom: 6px;
  display: inline-block;
}
.hero-card-3 .card-label { color: rgba(255,255,255,0.6); }
.card-commission-list { display: flex; flex-direction: column; gap: 8px; }
.commission-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.7);
}
.commission-row.commission-total {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 8px;
  margin-top: 4px;
  color: white;
}
.comm-name { font-weight: 500; }
.comm-amount { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 0.95rem; }

/* Proof */
.proof {
  background: var(--green);
  padding: 80px 48px;
}
.proof-inner { max-width: 1200px; margin: 0 auto; }
.proof-headline {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: white;
  margin-bottom: 48px;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.proof-item {}
.proof-number {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 12px;
}
.proof-desc {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
}

/* How */
.how { padding: 80px 48px; }
.how-inner { max-width: 1200px; margin: 0 auto; }
.how-headline {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: var(--green);
  margin-bottom: 56px;
}
.how-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.step-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--cream-dark);
  line-height: 1;
  margin-bottom: 16px;
}
.step h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--green);
}
.step p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }

/* Why */
.why {
  background: white;
  padding: 80px 48px;
}
.why-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}
.section-eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 12px;
}
.why-headline {
  font-size: 2rem;
  color: var(--green);
  margin-bottom: 20px;
}
.why-body {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 16px;
}
.why-programs {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
}
.programs-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 20px;
  font-weight: 600;
}
.program-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  align-items: center;
  font-size: 0.9rem;
}
.program-row:last-child { border-bottom: none; }
.program-name { font-weight: 600; color: var(--green); }
.program-rate { color: var(--text-muted); font-size: 0.82rem; }
.program-payout {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: var(--accent);
  text-align: right;
}

/* Closing */
.closing {
  padding: 100px 48px;
  background: var(--green);
  text-align: center;
}
.closing-inner { max-width: 800px; margin: 0 auto; }
.closing-headline {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  color: white;
  margin-bottom: 24px;
  line-height: 1.2;
}
.closing-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  margin-bottom: 40px;
}
.closing-tagline {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  font-style: italic;
  color: var(--accent);
}

/* Footer */
.footer { padding: 48px; background: var(--bg); border-top: 1px solid var(--border); }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 8px;
}
.footer-desc { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 24px; }
.footer-copy { font-size: 0.8rem; color: var(--text-muted); }

/* Responsive */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { display: none; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .how-steps { grid-template-columns: repeat(2, 1fr); }
  .why-inner { grid-template-columns: 1fr; }
  .nav { padding: 16px 24px; }
  .hero { padding: 48px 24px; }
  .proof, .how, .why, .closing { padding: 48px 24px; }
  .footer { padding: 32px 24px; }
}
@media (max-width: 600px) {
  .hero-headline { font-size: 2.2rem; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .how-steps { grid-template-columns: 1fr; }
  .closing-headline { font-size: 2rem; }
  .closing-tagline { font-size: 2.5rem; }
}