:root {
  --green-deep: #1B3A1F;
  --green-mid: #2D5A2E;
  --green-light: #4A8C47;
  --amber: #E8A838;
  --amber-light: #F4C76B;
  --cream: #F8F5F0;
  --cream-dark: #EDE9E0;
  --text-dark: #1A1A1A;
  --text-mid: #4A4A4A;
  --text-light: #7A7A7A;
  --white: #FFFFFF;
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-font-smoothing: antialiased; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  line-height: 1.6;
}

h1, h2, blockquote {
  font-family: 'DM Serif Display', serif;
  font-weight: 400;
  line-height: 1.15;
}

/* ===== HERO ===== */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  overflow: hidden;
}

.hero-image-wrap {
  position: relative;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.85) saturate(0.9);
}

.hero-content {
  background: var(--green-deep);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 72px;
  position: relative;
}

.hero-tag {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--amber-light);
  margin-bottom: 32px;
}

.hero-headline {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  color: var(--white);
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}

.hero-lede {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  max-width: 420px;
  font-weight: 300;
}

/* ===== PROBLEM ===== */
.problem {
  background: var(--cream-dark);
  padding: 96px 72px;
}

.problem-inner {
  max-width: 720px;
  margin: 0 auto;
}

.problem-text {
  font-size: 1.15rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: 24px;
}

.problem-statement {
  font-family: 'DM Serif Display', serif;
  font-size: 1.8rem;
  color: var(--green-deep);
  margin-top: 40px;
  font-style: italic;
}

/* ===== FEATURES ===== */
.features {
  padding: 96px 72px;
  background: var(--cream);
}

.features-header {
  margin-bottom: 64px;
}

.features-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  color: var(--green-deep);
  margin-bottom: 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 64px;
}

.feature-card {
  display: flex;
  flex-direction: column;
}

.feature-icon {
  color: var(--green-mid);
  margin-bottom: 16px;
  display: flex;
}

.feature-name {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.feature-desc {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.7;
}

/* ===== OUTCOMES ===== */
.outcomes {
  background: var(--green-deep);
  padding: 96px 72px;
  color: var(--white);
}

.outcomes-inner {
  max-width: 720px;
  margin: 0 auto;
}

.outcomes-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--white);
  margin-bottom: 56px;
}

.outcomes-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.outcome-item {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.outcome-item:last-child { border-bottom: none; }

.outcome-marker {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--amber);
  margin-top: 6px;
  flex-shrink: 0;
}

.outcome-content { display: flex; flex-direction: column; gap: 8px; }

.outcome-before {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
  font-style: italic;
}

.outcome-after {
  font-size: 1.05rem;
  color: var(--white);
  font-weight: 500;
}

/* ===== MANIFESTO ===== */
.manifesto {
  padding: 96px 72px;
  background: var(--cream);
}

.manifesto-inner {
  max-width: 760px;
  margin: 0 auto;
}

.manifesto-quote {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  color: var(--text-dark);
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 24px;
}

.manifesto-sub {
  font-size: 0.95rem;
  color: var(--text-mid);
  font-style: italic;
}

/* ===== CLOSING ===== */
.closing {
  background: var(--amber);
  padding: 120px 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.closing-inner {
  position: relative;
  z-index: 1;
}

.closing-rings {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(27,58,31,0.15);
}

.ring-1 { width: 600px; height: 600px; }
.ring-2 { width: 420px; height: 420px; }
.ring-3 { width: 260px; height: 260px; }

.closing-headline {
  font-size: clamp(2.4rem, 5vw, 4rem);
  color: var(--green-deep);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}

.closing-body {
  font-size: 1.1rem;
  color: rgba(27,58,31,0.7);
  max-width: 520px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ===== FOOTER ===== */
.footer {
  background: var(--green-deep);
  padding: 40px 72px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  font-family: 'DM Serif Display', serif;
  font-size: 1.3rem;
  color: var(--white);
}

.footer-tagline {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  margin-top: 4px;
  display: block;
}

.footer-brand { display: flex; flex-direction: column; }

.footer-legal {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
}

/* ===== CTA BUTTON ===== */
.closing-cta { margin-top: 28px; }
.cta-btn {
  display: inline-block;
  background: var(--amber);
  color: var(--green-deep);
  padding: 14px 32px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.1s;
}
.cta-btn:hover { background: var(--amber-light); transform: translateY(-1px); }

/* ===== EMAIL FORM (hero replacement) ===== */
.capture-hero {
  background: var(--green-deep);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 32px;
}

.capture-hero-inner {
  width: 100%;
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(27,58,31,0.35);
}

.capture-left {
  background: var(--green-deep);
  padding: 72px;
  color: var(--white);
}

.capture-tag {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--amber-light);
  margin-bottom: 28px;
}

.capture-headline {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.capture-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  font-weight: 300;
  max-width: 400px;
}

.capture-right {
  background: var(--white);
  padding: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.capture-form-label {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-mid);
  margin-bottom: 20px;
}

.capture-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.capture-input {
  padding: 14px 18px;
  border: 1.5px solid var(--cream-dark);
  border-radius: 8px;
  font-size: 1rem;
  font-family: 'DM Sans', sans-serif;
  color: var(--text-dark);
  background: var(--cream);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  width: 100%;
}

.capture-input:focus {
  border-color: var(--green-mid);
  box-shadow: 0 0 0 3px rgba(45,90,46,0.12);
}

.capture-input::placeholder { color: var(--text-light); }

.capture-btn {
  padding: 16px 24px;
  background: var(--green-mid);
  color: var(--white);
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  width: 100%;
}

.capture-btn:hover { background: var(--green-light); transform: translateY(-1px); }
.capture-btn:active { transform: translateY(0); }

.capture-privacy {
  font-size: 0.78rem;
  color: var(--text-light);
  margin-top: 4px;
  text-align: center;
}

.capture-privacy svg { vertical-align: middle; margin-right: 4px; }

.capture-success {
  display: none;
  text-align: center;
  padding: 20px 0;
}

.capture-success.show { display: block; }

.capture-success-icon {
  width: 56px;
  height: 56px;
  background: var(--green-deep);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.capture-success h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 1.6rem;
  color: var(--green-deep);
  margin-bottom: 12px;
}

.capture-success p {
  color: var(--text-mid);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* ===== SOCIAL PROOF ===== */
.social-proof {
  background: var(--cream-dark);
  padding: 40px 72px;
  text-align: center;
}

.social-proof-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.social-proof-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-mid);
  letter-spacing: 0.04em;
}

.social-proof-badges {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.social-badge {
  background: var(--white);
  border: 1px solid var(--cream-dark);
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 0.8rem;
  color: var(--text-mid);
  font-weight: 500;
}

/* ===== HOW IT WORKS ===== */
.how-it-works {
  padding: 96px 72px;
  background: var(--cream);
}

.how-header {
  text-align: center;
  margin-bottom: 72px;
}

.how-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  color: var(--green-deep);
  margin-bottom: 16px;
}

.how-sub {
  font-size: 1rem;
  color: var(--text-mid);
  max-width: 480px;
  margin: 0 auto;
}

.how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  max-width: 960px;
  margin: 0 auto;
}

.how-step {
  text-align: center;
  position: relative;
}

.how-step-number {
  width: 64px;
  height: 64px;
  background: var(--green-deep);
  color: var(--amber-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'DM Serif Display', serif;
  font-size: 1.8rem;
  margin: 0 auto 24px;
}

.how-step-name {
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.how-step-desc {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.65;
}

.how-step-arrow {
  position: absolute;
  right: -24px;
  top: 28px;
  color: var(--amber);
  display: flex;
  align-items: center;
}

/* ===== FOOTER LINKS ===== */
.footer-nav {
  display: flex;
  gap: 32px;
  margin-top: 0;
}

.footer-nav a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s;
}

.footer-nav a:hover { color: var(--amber-light); }

.footer-contact {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  margin-top: 8px;
}

.footer-contact a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-contact a:hover { color: var(--amber-light); }

.footer-section { display: flex; flex-direction: column; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 24px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; min-height: unset; }
  .hero-image-wrap { height: 50vw; min-height: 260px; }
  .hero-content { padding: 48px 32px; }
  .problem, .features, .outcomes, .manifesto, .closing { padding: 64px 32px; }
  .features-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer { padding: 32px; }
  .footer-inner { flex-direction: column; gap: 16px; text-align: center; }

  .capture-hero { padding: 48px 24px; }
  .capture-hero-inner { grid-template-columns: 1fr; }
  .capture-left { padding: 48px 36px; }
  .capture-right { padding: 48px 36px; }

  .social-proof { padding: 32px 24px; }
  .social-proof-inner { gap: 24px; }

  .how-it-works { padding: 64px 32px; }
  .how-steps { grid-template-columns: 1fr; gap: 40px; }
  .how-step-arrow { display: none; }
}

@media (max-width: 480px) {
  .closing { padding: 80px 32px; }
  .closing-body { font-size: 1rem; }
}