:root {
  --green: #0f5132;
  --lime: #b8e04a;
  --red: #e63946;
  --cream: #fffbe8;
  --ink: #10281c;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Nunito", system-ui, sans-serif; font-weight: 700; color: var(--ink); background: var(--cream); line-height: 1.55; padding-bottom: 66px; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, .logo { font-family: "Bowlby One", Impact, sans-serif; font-weight: 400; line-height: 1.1; margin: 0; }

.bar { position: sticky; top: 0; z-index: 20; display: flex; justify-content: space-between; align-items: center; padding: 12px clamp(16px, 4vw, 56px); background: var(--cream); border-bottom: 4px solid var(--green); }
.logo { font-size: 1.3rem; color: var(--green); }
.logo span { background: var(--red); color: #fff; padding: 0 8px; border-radius: 6px; }
.bar nav { display: none; gap: 22px; font-weight: 900; }
.bar nav a:hover { color: var(--red); }

.hero { position: relative; overflow: hidden; color: #fff; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(15,81,50,.78), rgba(8,40,25,.94)); }
.hero-grid { position: relative; z-index: 2; display: grid; gap: 28px; padding: 36px clamp(16px, 4vw, 56px) 48px; max-width: 1180px; margin: 0 auto; align-items: center; }
.stamp { display: inline-block; margin: 0 0 14px; padding: 6px 12px; background: var(--lime); color: var(--ink); border: 3px solid var(--ink); border-radius: 6px; font-weight: 900; font-size: .8rem; text-transform: uppercase; transform: rotate(-2deg); box-shadow: 4px 4px 0 var(--ink); }
.hero h1 { font-size: clamp(2rem, 8vw, 3.8rem); }
.hero h1 em { font-style: normal; color: var(--lime); }
.hero-copy > p { max-width: 34rem; font-size: 1.05rem; }
.ticks { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 8px; }
.ticks li::before { content: "✓"; display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 10px; border-radius: 50%; background: var(--lime); color: var(--ink); font-weight: 900; }

.claim-card { display: grid; gap: 14px; padding: 22px; color: var(--ink); background: var(--cream); border: 4px solid var(--ink); border-radius: 20px; box-shadow: 10px 10px 0 var(--red); }
.claim-card h2 { font-size: 1.8rem; color: var(--green); }
.sub { margin: -8px 0 0; }
.claim-card label { display: grid; gap: 6px; font-weight: 900; }
.claim-card input[type="text"] { padding: 13px; border: 3px solid var(--ink); border-radius: 10px; font: 800 1rem "Nunito", sans-serif; background: #fff; }
fieldset { margin: 0; padding: 0; border: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
legend { padding: 0; margin-bottom: 8px; font-weight: 900; }
.chip { display: block; cursor: pointer; }
.chip input { position: absolute; opacity: 0; }
.chip span { display: block; padding: 12px; text-align: center; border: 3px solid var(--ink); border-radius: 10px; background: #fff; }
.chip input:checked + span { background: var(--lime); box-shadow: 3px 3px 0 var(--ink); }
.chip input:focus-visible + span { outline: 3px solid var(--red); outline-offset: 2px; }
.btn { border: 3px solid var(--ink); border-radius: 12px; padding: 15px; background: var(--red); color: #fff; font: 900 1.05rem "Nunito", sans-serif; text-transform: uppercase; cursor: pointer; box-shadow: 5px 5px 0 var(--ink); transition: transform .15s, box-shadow .15s; }
.btn:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.form-message { margin: 0; min-height: 1.4em; color: var(--green); font-weight: 900; }

.block { max-width: 1180px; margin: 0 auto; padding: 56px clamp(16px, 4vw, 56px); }
.block.alt { max-width: none; background: #e8f4d2; }
.block.alt > * { max-width: 1068px; margin-left: auto; margin-right: auto; }
.block h2 { font-size: clamp(1.7rem, 5.5vw, 2.8rem); margin-bottom: 26px; color: var(--green); }
.block h2 span { color: var(--red); }

.cuts { margin: 0; display: grid; }
.cuts div { display: grid; gap: 4px; padding: 18px 0; border-top: 3px solid var(--ink); }
.cuts div:last-child { border-bottom: 3px solid var(--ink); }
.cuts dt { font-family: "Bowlby One", sans-serif; font-size: 1.5rem; color: var(--green); }
.cuts dd { margin: 0; }

.compare { display: grid; gap: 16px; }
.col { padding: 22px; background: #fff; border: 3px solid var(--ink); border-radius: 16px; }
.col.good { background: var(--green); color: #fff; box-shadow: 8px 8px 0 var(--lime); }
.col h3 { font-size: 1.3rem; margin-bottom: 12px; }
.col ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.col li::before { content: "✕  "; color: var(--red); font-weight: 900; }
.good li::before { content: "✓  "; color: var(--lime); }

.timeline { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; counter-reset: s; position: relative; }
.timeline li { display: flex; align-items: center; gap: 14px; font-weight: 900; font-size: 1.1rem; }
.timeline b { display: grid; place-items: center; flex: none; width: 48px; height: 48px; border-radius: 50%; background: var(--red); color: #fff; border: 3px solid var(--ink); font-family: "Bowlby One", sans-serif; }

details { padding: 16px 0; border-bottom: 2px solid var(--ink); }
summary { cursor: pointer; font-weight: 900; }
details p { margin: 10px 0 0; }

footer { padding: 24px 16px; text-align: center; background: var(--ink); color: var(--lime); }
.sticky-cta { position: fixed; inset: auto 0 0; z-index: 30; padding: 16px; text-align: center; background: var(--red); color: #fff; font-weight: 900; text-transform: uppercase; border-top: 4px solid var(--ink); }

@media (min-width: 900px) {
  body { padding-bottom: 0; }
  .sticky-cta { display: none; }
  .bar nav { display: flex; }
  .hero-grid { grid-template-columns: 1.1fr 0.9fr; padding-top: 72px; padding-bottom: 72px; }
  .hero::before { background: linear-gradient(90deg, rgba(8,40,25,.94) 30%, rgba(15,81,50,.55)); }
  .cuts { grid-template-columns: 1fr 1fr; column-gap: 40px; }
  .cuts div:nth-last-child(2) { border-bottom: 3px solid var(--ink); }
  .compare { grid-template-columns: 1fr 1fr; }
  .timeline { grid-template-columns: repeat(4, 1fr); }
  .timeline li { flex-direction: column; text-align: center; }
  .timeline::before { content: ""; position: absolute; top: 24px; left: 12%; right: 12%; border-top: 4px dashed var(--green); z-index: 0; }
  .timeline b { position: relative; z-index: 1; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn:hover { transform: none; } }
