:root {
  --bg: #F9F7F2;
  --fg: #1A1A18;
  --fg-secondary: #5C5C55;
  --accent: #3D6B4F;
  --accent-light: #E8F0EA;
  --accent-warm: #C4622D;
  --border: #E2DED4;
  --tier-bg: #FFFFFF;
  --tier-featured-bg: #1A1A18;
  --tier-featured-fg: #F9F7F2;
}

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

html { scroll-behavior: smooth; }

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

h1, h2, h3, h4 {
  font-family: 'Syne', system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

/* Navigation */
.nav {
  padding: 20px 40px;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  position: sticky;
  top: 0;
  z-index: 10;
}
.nav-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; gap: 12px; }
.nav-logo { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1.1rem; color: var(--fg); text-decoration: none; letter-spacing: -0.03em; }
.nav-tagline { font-size: 0.75rem; color: var(--fg-secondary); font-weight: 400; padding-left: 12px; border-left: 1px solid var(--border); }

/* Hero */
.hero { padding: 80px 40px 100px; max-width: 1100px; margin: 0 auto; }
.hero-inner { max-width: 760px; }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; font-size: 0.8rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); margin-bottom: 28px; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }
.hero-headline { font-size: clamp(3rem, 7vw, 5.2rem); font-weight: 800; color: var(--fg); margin-bottom: 28px; line-height: 1.05; }
.hero-sub { font-size: 1.15rem; color: var(--fg-secondary); max-width: 560px; margin-bottom: 40px; line-height: 1.7; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.badge { display: inline-block; font-size: 0.8rem; font-weight: 500; padding: 6px 14px; border: 1px solid var(--border); border-radius: 100px; color: var(--fg-secondary); background: var(--tier-bg); }

/* How */
.how { background: var(--fg); color: var(--bg); padding: 100px 40px; }
.how-inner { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--accent); margin-bottom: 16px; font-weight: 600; }
.section-heading { font-size: clamp(1.8rem, 4vw, 2.8rem); color: inherit; margin-bottom: 60px; max-width: 620px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.step {}
.step-number { font-family: 'Syne', sans-serif; font-size: 2.8rem; font-weight: 800; color: var(--accent); margin-bottom: 16px; line-height: 1; }
.step-title { font-size: 1.15rem; font-weight: 700; margin-bottom: 12px; color: inherit; }
.step-body { font-size: 0.9rem; color: #A8A8A0; line-height: 1.7; }

/* Tiers */
.tiers { padding: 100px 40px; }
.tiers-inner { max-width: 1100px; margin: 0 auto; }
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 0; }
.tier { background: var(--tier-bg); border: 1px solid var(--border); border-radius: 16px; padding: 36px; display: flex; flex-direction: column; transition: transform 0.2s; }
.tier--featured { background: var(--tier-featured-bg); color: var(--tier-featured-fg); border-color: var(--tier-featured-bg); }
.tier-top { margin-bottom: 20px; }
.tier-name { font-family: 'Syne', sans-serif; font-size: 0.9rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); margin-bottom: 10px; }
.tier--featured .tier-name { color: #8FB89A; }
.tier-price { font-family: 'Syne', sans-serif; font-size: 2.8rem; font-weight: 800; line-height: 1; }
.tier-period { font-size: 1rem; font-weight: 500; opacity: 0.6; }
.tier-desc { font-size: 0.9rem; color: var(--fg-secondary); margin-bottom: 24px; line-height: 1.6; }
.tier--featured .tier-desc { color: #A8A8A0; }
.tier-features { list-style: none; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.tier-features li { font-size: 0.875rem; padding-left: 20px; position: relative; }
.tier-features li::before { content: ''; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.tier--featured .tier-features li::before { background: #8FB89A; }
.tier--featured .tier-features li { color: #D0D0C8; }

/* Proof stats */
.proof { background: var(--accent-light); padding: 100px 40px; }
.proof-inner { max-width: 1100px; margin: 0 auto; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-bottom: 48px; }
.proof-block {}
.proof-stat { font-family: 'Syne', sans-serif; font-size: clamp(2.8rem, 5vw, 4rem); font-weight: 800; color: var(--accent); line-height: 1; margin-bottom: 8px; }
.proof-stat-label { font-size: 0.875rem; color: var(--fg-secondary); line-height: 1.5; }
.proof-body { font-size: 1rem; color: var(--fg-secondary); max-width: 620px; line-height: 1.75; }

/* Creators */
.creators { padding: 100px 40px; }
.creators-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.creators-body { font-size: 1rem; color: var(--fg-secondary); line-height: 1.75; margin-top: 16px; margin-bottom: 32px; }
.creator-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.creator-tag { font-size: 0.8rem; font-weight: 500; padding: 6px 14px; border: 1px solid var(--accent); border-radius: 100px; color: var(--accent); background: var(--accent-light); }
.creators-cta { display: flex; align-items: center; justify-content: center; }
.creators-cta-text { font-family: 'Syne', sans-serif; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 700; color: var(--fg); line-height: 1.3; text-align: center; }

/* Closing */
.closing { background: var(--fg); color: var(--bg); padding: 100px 40px; }
.closing-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.closing-headline { font-size: clamp(1.8rem, 4vw, 3rem); margin-bottom: 28px; }
.closing-sub { font-size: 1rem; color: #A8A8A0; max-width: 580px; margin: 0 auto 40px; line-height: 1.75; }
.cta-btn { display: inline-block; background: var(--accent); color: white; padding: 14px 32px; border-radius: 8px; font-size: 0.95rem; font-weight: 600; text-decoration: none; transition: background 0.2s; }
.cta-btn:hover { background: #2d523a; }

/* Footer */
.footer { padding: 48px 40px; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.footer-logo { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 1rem; }
.footer-tagline { font-size: 0.8rem; color: var(--fg-secondary); }
.footer-copy { font-size: 0.75rem; color: var(--fg-secondary); }

/* Responsive */
@media (max-width: 900px) {
  .steps { grid-template-columns: 1fr; gap: 40px; }
  .tier-grid { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; gap: 32px; }
  .creators-inner { grid-template-columns: 1fr; }
  .creators-cta { text-align: left; }
  .hero { padding: 60px 24px 80px; }
  .how, .tiers, .proof, .creators, .closing { padding: 70px 24px; }
  .nav { padding: 16px 24px; }
}