:root {
  --ink: #12231f;
  --muted: #64736d;
  --paper: #f6f8f4;
  --line: #dce4dc;
  --green: #2c8a67;
  --green-dark: #1e5946;
  --lime: #d5ef91;
  --cream: #fffdf7;
  --navy: #10231f;
  --shadow: 0 24px 70px rgba(17, 42, 33, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.55; }
a { color: inherit; }
.shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }

.announcement { padding: 10px 24px; background: var(--lime); color: #203326; text-align: center; font-size: 12px; font-weight: 750; letter-spacing: .02em; }
.announcement-dot { display: inline-block; width: 7px; height: 7px; margin: 0 8px 1px 0; border-radius: 50%; background: var(--green); }
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 26px 0; }
.brand { display: inline-flex; gap: 10px; align-items: center; color: var(--ink); font-size: 14px; font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; color: white; background: var(--green); font-size: 11px; letter-spacing: -.08em; }
.header-link, .text-link { color: var(--green-dark); font-size: 13px; font-weight: 750; text-decoration: none; }
.header-link span, .text-link span { margin-left: 4px; }

.hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: 88px; align-items: center; padding: 84px 0 72px; }
.eyebrow, .section-label, .item-index, .card-topline, .price-label { margin: 0; color: var(--green); font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.hero h1 { max-width: 700px; margin: 18px 0 22px; font-size: clamp(42px, 6vw, 76px); line-height: .99; letter-spacing: -.075em; }
.hero h1 em { color: var(--green); font-family: Georgia, serif; font-weight: 500; }
.hero-lead { max-width: 600px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 51px; padding: 0 22px; border-radius: 9px; font-size: 13px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.checkout-status { display: block; margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.draft-trust-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; color: var(--muted); font-size: 12px; }
.draft-trust-links a { color: var(--green-dark); font-weight: 750; }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #88b9ff; outline-offset: 4px; }
.button-primary { color: white; background: var(--green); box-shadow: 0 12px 28px rgba(44, 138, 103, .25); }
.button-primary:hover { background: var(--green-dark); }
.draft-note { margin: 18px 0 0; color: #7d8b83; font-size: 11px; }
.draft-note span { color: #d58b3f; margin-right: 5px; }

.hero-card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.78); box-shadow: var(--shadow); }
.card-topline { display: flex; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); color: #809087; font-size: 10px; letter-spacing: .12em; }
.card-status { color: var(--green); letter-spacing: .02em; text-transform: none; }
.card-status i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--green); }
.path-list { padding: 22px 0 16px; }
.path-step { display: flex; gap: 15px; align-items: flex-start; padding: 11px 0; }
.step-number { width: 32px; color: #a2b0a8; font-size: 12px; font-weight: 800; }
.path-step.active .step-number { color: var(--green); }
.path-step strong { display: block; font-size: 14px; letter-spacing: -.02em; }
.path-step small { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }
.path-connector { width: 1px; height: 13px; margin-left: 15px; background: var(--line); }
.card-footer { padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 700; }
.pulse { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(213,239,145,.33); }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip div { display: flex; gap: 12px; align-items: center; justify-content: center; color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.proof-strip strong { color: var(--green); font-size: 15px; }
.section { padding: 108px 0; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; margin-top: 24px; }
h2 { margin: 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.05; letter-spacing: -.065em; }
.body-copy { max-width: 470px; color: var(--muted); font-size: 16px; }
.accent-copy { color: var(--green-dark); font-weight: 800; }
.section-dark { color: white; background: var(--navy); }
.section-label.light { color: var(--lime); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin: 24px 0 46px; }
.section-heading-row h2 { max-width: 610px; }
.section-heading-row p { max-width: 220px; margin: 0; color: #a3b9ad; font-size: 13px; }
.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid #31463d; border-radius: 13px; background: #31463d; }
.included-item { min-height: 205px; padding: 28px; background: var(--navy); }
.included-item.featured-item { background: #19382c; }
.included-item .item-index { color: var(--lime); }
.included-item h3 { margin: 36px 0 10px; font-size: 18px; letter-spacing: -.03em; }
.included-item p { margin: 0; color: #a3b9ad; font-size: 13px; }
.mechanism-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; margin-top: 25px; }
.mechanism-intro p { max-width: 410px; margin-top: 22px; color: var(--muted); font-size: 16px; }
.mechanism-points { border-top: 1px solid var(--line); }
.mechanism-point { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.mechanism-point > span { color: var(--green); font-size: 12px; font-weight: 850; }
.mechanism-point h3 { margin: 0; font-size: 18px; }
.mechanism-point p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.audience-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: center; margin-top: 25px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.tag-list span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 50px; color: var(--muted); font-size: 12px; font-weight: 700; }
.not-for-card { padding: 28px; border-left: 3px solid var(--lime); background: #eef4e8; }
.not-for-card p:last-child { margin: 14px 0 0; color: var(--muted); font-size: 14px; }

.offer-section { padding: 110px 0; color: white; background: var(--green-dark); }
.offer-layout { display: grid; grid-template-columns: 1fr 370px; gap: 100px; align-items: center; }
.offer-copy h2 { max-width: 520px; margin: 23px 0 18px; }
.offer-copy > p { max-width: 470px; margin: 0; color: #c5ded1; font-size: 17px; }
.honest-list { display: grid; grid-template-columns: 20px 1fr; gap: 10px 8px; margin-top: 28px; color: #e7f3e9; font-size: 13px; font-weight: 650; }
.honest-list span:nth-child(odd) { color: var(--lime); font-weight: 900; }
.price-card { padding: 34px; border-radius: 16px; color: var(--ink); background: var(--cream); box-shadow: var(--shadow); }
.price-label { color: var(--green); }
.price { margin: 15px 0 3px; font-size: 62px; font-weight: 850; line-height: 1; letter-spacing: -.08em; }
.price > span:first-child { margin-right: 3px; color: var(--green); font-size: 28px; vertical-align: top; letter-spacing: 0; }
.price .cents { color: var(--green); font-size: 29px; vertical-align: top; letter-spacing: -.05em; }
.price-note { min-height: 44px; margin: 0 0 22px; color: var(--muted); font-size: 12px; }
.button-light { width: 100%; color: var(--navy); background: var(--lime); }
.button-light:hover { background: #e3f7af; }
.price-footnote { margin: 13px 0 0; color: #8a988d; font-size: 10px; line-height: 1.4; text-align: center; }
.faq-section { max-width: 850px; }
.faq-list { margin-top: 25px; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; padding: 23px 0; cursor: pointer; font-size: 16px; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { color: var(--green); content: "+"; font-size: 24px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 700px; margin: -8px 40px 23px 0; color: var(--muted); font-size: 14px; }
.draft-footer { padding-top: 0; }
.draft-lock { display: flex; gap: 18px; padding: 23px; border: 1px dashed #c8d7c9; border-radius: 12px; background: #edf5eb; }
.draft-lock > span { color: var(--green); font-size: 22px; }
.draft-lock strong { font-size: 13px; }
.draft-lock p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.site-footer { display: flex; justify-content: space-between; padding: 26px 0 42px; color: #8a988d; font-size: 11px; }

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 620px); }
  .hero, .two-column, .mechanism-layout, .audience-grid, .offer-layout { grid-template-columns: 1fr; gap: 46px; }
  .hero { padding: 54px 0 50px; }
  .hero-card { max-width: 520px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .section, .offer-section { padding: 74px 0; }
  .section-heading-row { display: block; }
  .section-heading-row p { margin-top: 18px; }
  .included-grid { grid-template-columns: 1fr; }
  .included-item { min-height: auto; }
  .offer-layout { gap: 38px; }
  .price-card { max-width: 430px; }
}

@media (max-width: 520px) {
  .header-link { display: none; }
  .hero h1 { font-size: 48px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .proof-strip div { display: block; text-align: center; }
  .proof-strip strong { display: block; }
  .site-footer { display: block; }
  .site-footer span { display: block; margin-top: 6px; }
}
