:root {
  --ink: #13231f;
  --muted: #5f6f69;
  --paper: #f5f1e8;
  --card: #fffdf7;
  --forest: #123e35;
  --forest-2: #0d3029;
  --lime: #d8ff71;
  --line: rgba(19, 35, 31, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 750; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; background: var(--forest); color: white; font-size: .92rem; }
nav { display: flex; align-items: center; gap: 24px; font-size: .92rem; }
nav a { text-decoration: none; }
.nav-cta { padding: 10px 16px; border: 1px solid var(--ink); border-radius: 999px; font-weight: 700; }

.hero {
  width: min(1180px, calc(100% - 40px));
  margin: 28px auto 0;
  min-height: 640px;
  padding: clamp(42px, 7vw, 88px);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: center;
  color: white;
  background:
    radial-gradient(circle at 82% 18%, rgba(216,255,113,.20), transparent 27%),
    linear-gradient(145deg, var(--forest), var(--forest-2));
  border-radius: 30px;
  overflow: hidden;
}
.eyebrow { margin: 0 0 14px; color: #46605a; font-weight: 800; font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow.light { color: var(--lime); }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.04em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3rem, 7vw, 6.2rem); font-weight: 780; }
h2 { margin: 0 0 20px; font-size: clamp(2rem, 4vw, 3.7rem); }
h3 { margin: 0 0 10px; font-size: 1.25rem; }
.lede { max-width: 680px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary, .button.bright { background: var(--lime); color: var(--forest-2); box-shadow: 0 12px 34px rgba(0,0,0,.16); }
.button.pending { cursor: wait; opacity: .72; }
.button.secondary { border: 1px solid rgba(255,255,255,.4); color: white; }
.microcopy { max-width: 650px; margin-top: 16px; color: var(--muted); font-size: .78rem; }
.microcopy.light { color: rgba(255,255,255,.62); }
.hero-copy .microcopy { color: rgba(255,255,255,.58); }
.hero-card { display: grid; gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: rgba(255,255,255,.15); backdrop-filter: blur(8px); }
.stat { padding: 26px; background: rgba(10,40,34,.76); }
.stat strong, .stat span { display: block; }
.stat strong { font-size: 2.2rem; color: var(--lime); letter-spacing: -.05em; }
.stat span { margin-top: 2px; color: rgba(255,255,255,.68); font-size: .9rem; }

.section { width: min(1100px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 9vw, 110px); align-items: center; }
.split > div > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 1.08rem; }
.panel { padding: clamp(28px, 5vw, 48px); border: 1px solid var(--line); border-radius: 24px; background: var(--card); box-shadow: 0 18px 50px rgba(25,40,34,.07); }
.check-list { padding: 0; margin: 22px 0; list-style: none; }
.check-list li { position: relative; padding: 11px 0 11px 30px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #298050; font-weight: 900; }
.text-link { color: #1e6856; font-weight: 800; text-decoration: none; }

.membership { width: min(1180px, calc(100% - 40px)); padding: clamp(46px, 8vw, 86px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(42px, 8vw, 92px); color: white; background: var(--forest); border-radius: 30px; }
.membership-copy > p:not(.eyebrow, .microcopy) { color: rgba(255,255,255,.7); }
.price { margin: 30px 0 22px; }
.price strong { display: block; font-size: 4.8rem; line-height: .9; letter-spacing: -.07em; }
.price span { display: block; margin-top: 10px; color: rgba(255,255,255,.66); }
.benefits { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; overflow: hidden; }
.benefits article { min-height: 190px; padding: 28px; border: 1px solid rgba(255,255,255,.09); background: rgba(255,255,255,.035); }
.benefits p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; }
.number { display: block; margin-bottom: 30px; color: var(--lime); font: 800 .78rem/1 ui-monospace, monospace; }

.fine-print { padding-bottom: 90px; }
.fine-print h2 { font-size: 2.3rem; }
.details-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.details-grid p { margin: 0; padding: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: .92rem; }
.details-grid strong { color: var(--ink); }

footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto 24px; padding: 34px 40px; display: flex; justify-content: space-between; gap: 24px; color: white; background: var(--ink); border-radius: 22px; }
footer span { color: rgba(255,255,255,.56); font-size: .9rem; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.footer-links a { color: rgba(255,255,255,.75); font-size: .88rem; text-decoration: none; }

.legal { width: min(820px, calc(100% - 40px)); margin: 60px auto 100px; }
.legal h1 { color: var(--ink); font-size: clamp(2.5rem, 6vw, 4.5rem); }
.legal h2 { margin-top: 42px; font-size: 1.55rem; }
.legal p, .legal li { color: var(--muted); }
.back { display: inline-block; margin-bottom: 40px; color: #1e6856; font-weight: 800; text-decoration: none; }

@media (max-width: 820px) {
  nav > a:not(.nav-cta) { display: none; }
  .hero, .split, .membership { grid-template-columns: 1fr; }
  .hero { padding: 48px 26px; min-height: auto; }
  .membership { padding: 48px 26px; }
  .section { padding: 78px 0; }
  .details-grid { grid-template-columns: 1fr; }
  footer { flex-direction: column; }
}

@media (max-width: 520px) {
  .site-header { width: min(100% - 24px, 1180px); }
  .brand span:last-child { display: none; }
  .hero, .membership { width: min(100% - 20px, 1180px); border-radius: 22px; }
  .benefits { grid-template-columns: 1fr; }
  .actions .button { width: 100%; }
  .price strong { font-size: 4rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
