:root {
  --bg: #faf8f0;
  --bg-alt: #f2efe6;
  --fg: #152b24;
  --fg-muted: #3d5a4a;
  --accent: #f5a623;
  --accent-dark: #c8860e;
  --green-deep: #152b24;
  --border: #d8d0bc;
}

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

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

/* NAV */
.nav {
  padding: 20px 40px;
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-logo {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  color: var(--green-deep);
}
.nav-tag {
  font-size: 0.8rem;
  color: var(--fg-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* HERO */
.hero {
  padding: 80px 40px 80px;
  background: var(--green-deep);
  color: var(--bg);
  overflow: hidden;
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 60px;
  align-items: center;
}
.hero-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
  font-weight: 500;
}
.hero-headline {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--bg);
  margin-bottom: 28px;
}
.hero-sub {
  font-size: 1.15rem;
  color: rgba(250, 248, 240, 0.7);
  max-width: 480px;
  line-height: 1.7;
}
.hero-visual {
  display: flex;
  justify-content: center;
}
.frame-graphic {
  width: 100%;
  max-width: 260px;
  height: auto;
  opacity: 0.85;
}

/* PROOF */
.proof {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 48px 40px;
}
.proof-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 40px;
  align-items: center;
}
.proof-divider {
  width: 1px;
  height: 48px;
  background: var(--border);
}
.proof-stat {
  text-align: center;
}
.proof-num {
  display: block;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: var(--accent);
  margin-bottom: 6px;
}
.proof-label {
  font-size: 0.85rem;
  color: var(--fg-muted);
  line-height: 1.4;
}

/* HOW */
.how {
  padding: 100px 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.how-header, .pricing-header, .niches-copy {
  margin-bottom: 64px;
}
.section-title {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 12px;
}
.section-sub {
  font-size: 1.1rem;
  color: var(--fg-muted);
}
.how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.step-num {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 0.75rem;
  color: var(--accent);
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.step-title {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 12px;
  color: var(--fg);
}
.step-body {
  font-size: 0.95rem;
  color: var(--fg-muted);
  line-height: 1.7;
}

/* PRICING */
.pricing {
  padding: 100px 40px;
  background: var(--green-deep);
  color: var(--bg);
}
.pricing-header {
  max-width: 1200px;
  margin: 0 auto 64px;
}
.pricing-header .section-title { color: var(--bg); }
.pricing-header .section-sub { color: rgba(250,248,240,0.65); }
.pricing-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.price-card {
  background: rgba(250,248,240,0.06);
  border: 1px solid rgba(250,248,240,0.12);
  padding: 36px 32px;
  border-radius: 2px;
}
.price-card--featured {
  background: rgba(245,166,35,0.12);
  border-color: var(--accent);
}
.price-tier {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.price-amount {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 3rem;
  color: var(--bg);
  line-height: 1;
  margin-bottom: 8px;
}
.price-per {
  font-size: 1.2rem;
  color: rgba(250,248,240,0.5);
}
.price-tagline {
  font-size: 0.85rem;
  color: rgba(250,248,240,0.5);
  margin-bottom: 28px;
  line-height: 1.5;
}
.price-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.price-features li {
  font-size: 0.9rem;
  color: rgba(250,248,240,0.8);
  padding-left: 20px;
  position: relative;
}
.price-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 2px;
  background: var(--accent);
}

/* NICHES */
.niches {
  padding: 100px 40px;
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
}
.niches-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.niches-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.niche {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--fg);
  padding: 16px 20px;
  border: 1px solid var(--border);
  background: var(--bg);
  border-radius: 2px;
}

/* MANIFESTO */
.manifesto {
  padding: 100px 40px;
  background: var(--green-deep);
  color: var(--bg);
  text-align: center;
}
.manifesto-inner {
  max-width: 760px;
  margin: 0 auto;
}
.manifesto-text {
  font-size: 1.3rem;
  line-height: 1.8;
  color: rgba(250,248,240,0.85);
  margin-bottom: 28px;
  font-style: italic;
}
.manifesto-tag {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-top: 32px;
}

/* FOOTER */
.footer {
  padding: 32px 40px;
  border-top: 1px solid var(--border);
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-brand {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: var(--green-deep);
}
.footer-meta {
  font-size: 0.8rem;
  color: var(--fg-muted);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .proof-inner { grid-template-columns: 1fr; gap: 24px; }
  .proof-divider { display: none; }
  .how-steps { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .niches-inner { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .nav, .hero, .proof, .how, .pricing, .niches, .manifesto, .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .niches-list { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 8px; text-align: center; }
}