:root {
  --cream: #f7f2e8;
  --paper: #fffaf1;
  --ink: #172024;
  --soft-ink: #293234;
  --muted: #667067;
  --green: #405a43;
  --green-dark: #2f4232;
  --sage: #748873;
  --gold: #b99a62;
  --line: rgba(23, 32, 36, 0.12);
  --shadow-soft: 0 24px 70px rgba(23, 32, 36, 0.08);
  --shadow-strong: 0 36px 110px rgba(47, 66, 50, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(255,250,241,.94), transparent 36%),
    radial-gradient(circle at 88% 8%, rgba(64,90,67,.15), transparent 32%),
    linear-gradient(135deg, #fbf7ef 0%, var(--cream) 52%, #eadfce 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

.texture {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(23,32,36,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,32,36,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  z-index: 0;
}

.ambient {
  position: fixed;
  pointer-events: none;
  z-index: 0;
  border-radius: 999px;
  filter: blur(3px);
}

.ambient-one {
  width: 340px;
  height: 340px;
  right: -100px;
  top: 150px;
  background: rgba(64, 90, 67, .11);
}

.ambient-two {
  width: 280px;
  height: 280px;
  left: -90px;
  bottom: 150px;
  background: rgba(185, 154, 98, .10);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header,
main,
footer {
  position: relative;
  z-index: 1;
}

.site-header,
main,
footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.site-header {
  padding: 22px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand img {
  width: 205px;
  display: block;
  mix-blend-mode: multiply;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.nav a {
  transition: color .2s ease, background .2s ease;
}

.nav a:hover {
  color: var(--ink);
}

.nav-cta {
  background: var(--green);
  color: var(--paper) !important;
  padding: 10px 16px;
  border-radius: 999px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,250,241,.74);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  background: var(--ink);
  border-radius: 999px;
}

.hero {
  min-height: calc(100vh - 92px);
  padding: 62px 0 78px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 64px;
  align-items: center;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--green);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 950;
}

.eyebrow span {
  width: 24px;
  height: 1px;
  background: currentColor;
}

.eyebrow.light {
  color: rgba(255,250,241,.72);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -.055em;
  line-height: 1.02;
}

h1 {
  font-size: clamp(52px, 7vw, 92px);
  max-width: 790px;
}

h2 {
  font-size: clamp(38px, 5vw, 60px);
}

h3 {
  font-size: 28px;
  letter-spacing: -.035em;
  line-height: 1.1;
}

.lead {
  margin-top: 24px;
  max-width: 650px;
  color: #303a36;
  font-size: clamp(19px, 2vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(23,32,36,.14);
}

.button.primary {
  background: var(--green);
  color: var(--paper);
}

.button.secondary {
  border: 1px solid var(--line);
  background: rgba(255,250,241,.52);
  color: var(--ink);
}

.button.light {
  background: var(--paper);
  color: var(--ink);
}

.button.full {
  width: 100%;
  border-radius: 16px;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.pill-row span,
.mini-pills span {
  border: 1px solid rgba(64,90,67,.14);
  background: rgba(255,250,241,.50);
  color: var(--green);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 850;
}

.hero-card {
  position: relative;
  border: 1px solid rgba(64,90,67,.16);
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(255,250,241,.92), rgba(239,229,214,.90));
  padding: 38px;
  box-shadow: var(--shadow-strong);
  overflow: hidden;
}

.hero-card::before {
  content: "✦";
  position: absolute;
  right: 34px;
  top: 32px;
  color: var(--gold);
  font-size: 26px;
  z-index: 1;
}

.hero-card::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(64,90,67,.12);
}

.card-logo {
  width: 200px;
  position: relative;
  z-index: 1;
}

.card-logo img {
  width: 100%;
  display: block;
  mix-blend-mode: multiply;
}

.card-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(64,90,67,.32), transparent);
  margin: 30px 0;
}

.hero-card p {
  color: var(--muted);
  font-size: 18px;
  font-weight: 750;
}

.hero-card h2 {
  margin-top: 10px;
  color: var(--green-dark);
}

.mini-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

section {
  padding: 58px 0;
}

.trust-panel,
.offer-card,
.reader-grid figure,
.faq-grid details,
.final-cta {
  border-radius: 32px;
}

.trust-panel {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 34px;
  align-items: center;
  padding: 36px;
  border: 1px solid rgba(64,90,67,.16);
  background: linear-gradient(135deg, rgba(255,250,241,.88), rgba(64,90,67,.09));
  box-shadow: var(--shadow-soft);
}

.trust-panel p {
  margin-top: 18px;
  color: #34403a;
  font-size: 18px;
}

.metrics {
  display: grid;
  gap: 12px;
}

.metrics div {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,250,241,.72);
  padding: 22px;
}

.metrics strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--green-dark);
  font-size: 40px;
  line-height: 1;
  letter-spacing: -.05em;
}

.metrics span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 18px;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.offer-card {
  position: relative;
  padding: 30px;
  border: 1px solid var(--line);
  background: rgba(255,250,241,.78);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.offer-card.featured {
  background: var(--green);
  color: var(--paper);
  border-color: var(--green);
  box-shadow: var(--shadow-strong);
}

.badge {
  position: absolute;
  top: -14px;
  right: 24px;
  background: var(--paper);
  color: var(--ink);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.offer-symbol {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  border-radius: 18px;
  color: var(--green);
  background: rgba(64,90,67,.11);
  font-size: 25px;
  font-weight: 950;
}

.featured .offer-symbol {
  background: rgba(255,255,255,.14);
  color: var(--paper);
}

.offer-card p {
  margin-top: 14px;
  color: #34403a;
  font-size: 18px;
}

.featured p {
  color: rgba(255,250,241,.78);
}

.price {
  margin-top: auto;
  padding-top: 34px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -.06em;
}

.reader-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.reader-grid figure {
  margin: 0;
  padding: 32px;
  border: 1px solid rgba(64,90,67,.14);
  background: rgba(255,250,241,.76);
  box-shadow: var(--shadow-soft);
}

blockquote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--soft-ink);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.16;
  letter-spacing: -.045em;
}

figcaption {
  margin-top: 22px;
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

details {
  border: 1px solid var(--line);
  background: rgba(255,250,241,.68);
  padding: 22px;
}

summary {
  cursor: pointer;
  color: var(--green-dark);
  font-weight: 950;
}

details p {
  margin-top: 14px;
  color: var(--muted);
}

.final-cta {
  margin: 50px 0 80px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 42px;
  background:
    radial-gradient(circle at 18% 0%, rgba(185,154,98,.22), transparent 28%),
    linear-gradient(135deg, var(--ink), #26342a);
  color: var(--paper);
  box-shadow: var(--shadow-strong);
}

.final-cta h2 {
  color: var(--paper);
}

.final-cta p {
  margin-top: 14px;
  color: rgba(255,250,241,.78);
  font-size: 20px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 28px 0 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

footer a {
  color: var(--green);
  font-weight: 850;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .menu-toggle {
    display: flex;
  }

  .nav {
    display: none;
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    z-index: 5;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255,250,241,.96);
    box-shadow: var(--shadow-strong);
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 12px 14px;
    border-radius: 14px;
  }

  .nav a:hover {
    background: rgba(64,90,67,.08);
  }

  .nav-cta {
    text-align: center;
  }

  .hero,
  .trust-panel,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 46px;
  }

  .offers-grid,
  .reader-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .button.light {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .site-header,
  main,
  footer {
    width: min(100% - 24px, 1180px);
  }

  .brand img {
    width: 160px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 38px;
  }

  .hero-card,
  .trust-panel,
  .offer-card,
  .reader-grid figure,
  .final-cta {
    padding: 24px;
    border-radius: 24px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .card-logo {
    width: 152px;
  }
}
