:root {
  --cream: #f7f1e7;
  --warm: #f4e8cc;
  --sand: #ead3a6;
  --paper: #fffdf9;
  --green: #124f32;
  --green-2: #1d6843;
  --brown: #3b2115;
  --brown-2: #6b4129;
  --ochre: #c8892e;
  --orange: #dd8b31;
  --orange-bright: #ff9d2e;
  --ink: #2e2018;
  --muted: #74675d;
  --red: #c94b3c;
  --line: rgba(80, 48, 28, .14);
  --shadow: 0 20px 60px rgba(62, 39, 23, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(940px, calc(100% - 40px)); }
.center { text-align: center; }
.section { padding: 110px 0; }
.section-white { background: var(--paper); }
.section-cream { background: var(--cream); }
.section-warm { background: #f7ecd1; }
.section-sand { background: var(--sand); }
.top-strip { background: var(--green); color: #fff8ea; padding: 11px 20px; text-align: center; font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.eyebrow { margin-bottom: 20px; color: var(--ochre); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.eyebrow.light { color: #efc37f; }
.center-label { text-align: center; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; letter-spacing: -.02em; line-height: 1.12; }
h1 { max-width: 690px; font-size: clamp(48px, 6vw, 82px); }
h2 { font-size: clamp(38px, 4.7vw, 60px); }
h1 em, h2 em { color: var(--ochre); font-style: normal; }
h3 { margin: 0; line-height: 1.25; }
.section-intro { max-width: 760px; margin: 20px auto 44px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.section-intro.left { margin-left: 0; }
.brand-logo { width: 190px; margin-bottom: 54px; }

.hero { overflow: hidden; padding: 72px 0 90px; }
.hero-stack { display: grid; justify-items: center; text-align: center; }
.hero-stack .brand-logo { margin-bottom: 34px; }
.hero-stack h1 { max-width: 940px; }
.hero-divider { margin-top: 26px; color: var(--ochre); font-size: 19px; line-height: 1; }
.hero-promise { margin-top: 24px; color: var(--ochre); font-family: Georgia, "Times New Roman", serif; font-size: clamp(21px, 2.4vw, 30px); font-weight: bold; line-height: 1.3; }
.hero-sub { max-width: 700px; margin-top: 15px; color: #4a3f36; font-family: Georgia, "Times New Roman", serif; font-size: clamp(17px, 1.8vw, 21px); line-height: 1.62; }
.promise-box { width: min(870px, 100%); margin-top: 32px; border-radius: 18px; background: var(--green); box-shadow: 0 16px 40px rgba(18,79,50,.16); padding: 26px 34px; color: #fdf6e6; font-family: Georgia, "Times New Roman", serif; font-size: clamp(18px, 2.1vw, 25px); line-height: 1.5; }
.badge-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; width: min(800px, 100%); margin-top: 40px; }
.badge { display: grid; justify-items: center; gap: 13px; }
.badge-icon { display: grid; place-items: center; width: 66px; height: 66px; border: 2px solid var(--ochre); border-radius: 50%; background: rgba(255,255,255,.6); font-size: 27px; }
.badge strong { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.statement-box { width: min(920px, 100%); margin-top: 40px; border-radius: 18px; background: var(--green); box-shadow: 0 16px 40px rgba(18,79,50,.16); padding: 30px 34px; color: #fdf6e6; font-family: Georgia, "Times New Roman", serif; font-size: clamp(20px, 2.6vw, 32px); font-weight: bold; line-height: 1.35; text-transform: uppercase; }
.cta { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-width: 300px; border-radius: 14px; background: var(--green); box-shadow: 0 13px 30px rgba(18,79,50,.22); color: white; padding: 19px 28px; font-size: 17px; font-weight: 900; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.cta:hover { transform: translateY(-2px); background: #0d4028; box-shadow: 0 16px 34px rgba(18,79,50,.3); }
.cta span { font-size: 25px; line-height: 1; }
.trust-line { margin-top: 18px; color: #72665c; font-size: 12px; font-weight: 700; }
.hero-product { position: relative; width: min(500px, 100%); margin-top: 48px; }
.hero-product > img { width: 100%; border-radius: 30px; box-shadow: var(--shadow); }
.hero-sticker { position: absolute; right: -12px; bottom: 30px; display: grid; place-items: center; width: 112px; aspect-ratio: 1; border: 5px solid var(--cream); border-radius: 50%; background: var(--ochre); color: white; transform: rotate(7deg); }
.hero-sticker strong { margin-top: 15px; font-family: Georgia, serif; font-size: 31px; }
.hero-sticker span { margin-bottom: 17px; font-size: 12px; font-weight: 800; }

.lifestyle { position: relative; height: min(720px, 70vw); min-height: 460px; overflow: hidden; background: #d4c0a2; }
.lifestyle > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.lifestyle:after { content: ""; position: absolute; inset: 60% 0 0; background: linear-gradient(transparent, rgba(30,19,12,.7)); }
.lifestyle-caption { position: absolute; z-index: 1; left: 50%; bottom: 44px; display: flex; gap: 16px; align-items: baseline; width: max-content; max-width: calc(100% - 40px); color: white; transform: translateX(-50%); font-family: Georgia, serif; font-size: clamp(20px, 3vw, 38px); }
.lifestyle-caption strong { color: #f3bd6a; }

.problem-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 44px; }
.problem-card { grid-column: span 2; min-height: 180px; border: 1px solid rgba(107,65,41,.14); border-left: 5px solid var(--red); border-radius: 16px; background: rgba(255,255,255,.75); box-shadow: 0 8px 24px rgba(83,52,31,.07); padding: 24px; }
.problem-card:nth-child(4) { grid-column: 2 / span 2; }
.problem-card span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #f9ddda; font-size: 20px; }
.problem-card p { margin-top: 18px; font-size: 15px; font-weight: 700; line-height: 1.5; }

.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 46px; text-align: left; }
.compare-card { border: 1px solid var(--line); border-radius: 20px; padding: 32px; }
.compare-card h3 { font-family: Georgia, serif; font-size: 24px; }
.compare-card ul { display: grid; gap: 15px; margin: 24px 0 0; padding: 0; list-style: none; color: #554940; line-height: 1.5; }
.compare-card li:before { display: inline-block; width: 22px; font-weight: 900; }
.compare-bad { border-left: 6px solid var(--red); background: #faf6ef; }
.compare-bad li:before { content: "×"; color: var(--red); }
.compare-good { border-left: 6px solid var(--green-2); background: #f0f8f3; }
.compare-good li:before { content: "✓"; color: var(--green); }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 48px; }
.category-card { overflow: hidden; border-radius: 18px; background: var(--paper); box-shadow: 0 12px 30px rgba(68,42,24,.1); }
.category-card img { width: 100%; aspect-ratio: 1.18; object-fit: cover; }
.category-card div { padding: 22px; }
.category-card h3 { min-height: 50px; font-size: 19px; }
.category-card p { margin-top: 13px; color: var(--muted); font-size: 14px; line-height: 1.55; }

.offer-section { background: var(--green); color: #fff9ef; }
.offer-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.offer-image img { border-radius: 28px; box-shadow: 0 32px 70px rgba(0,0,0,.28); }
.offer-copy h2 { color: white; }
.offer-copy > p:not(.eyebrow) { margin-top: 24px; color: #dcecdf; font-size: 18px; line-height: 1.6; }
.offer-list { display: grid; gap: 12px; margin: 24px 0; padding: 0; list-style: none; color: #ecf5ee; }
.offer-list li:before { content: "✓"; margin-right: 12px; color: #f0ba64; font-weight: 900; }
.price-row { display: flex; align-items: baseline; gap: 14px; margin: 26px 0 18px; }
.price-row .old-price { color: #a9c6b2; font-size: 18px; text-decoration: line-through; }
.price-row strong { font-family: Georgia, serif; color: #ffd69b; font-size: 58px; }
.price-row .once { color: #bfd7c7; font-size: 12px; }
.timer { display: inline-grid; place-items: center; margin: 0 0 22px; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; background: rgba(0,0,0,.12); padding: 14px 18px; text-align: center; }
.timer > span { color: #d7e6db; font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.timer div { display: flex; align-items: center; gap: 7px; margin: 7px 0 3px; }
.timer strong { border-radius: 7px; background: var(--brown); padding: 7px 10px; font-size: 24px; }
.timer i { font-style: normal; font-weight: 900; }
.timer small { color: #c1d8c8; font-size: 8px; letter-spacing: .14em; }
.offer-copy .cta { width: 100%; background: var(--orange-bright); color: #fff; text-transform: uppercase; letter-spacing: .03em; box-shadow: 0 0 0 0 rgba(255,157,46,.6), 0 13px 32px rgba(0,0,0,.25); animation: ctaPulse 2s ease-in-out infinite; }
.offer-copy .cta:hover { background: #ffb04d; animation-play-state: paused; }
.guarantee { display: flex; gap: 14px; margin-top: 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 14px; background: rgba(255,255,255,.08); padding: 18px; }
.guarantee strong { color: #fff4e2; }
.guarantee p { margin-top: 5px; color: #c9ddcf; font-size: 12px; line-height: 1.5; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 44px; }
.feature-grid article { border: 1px solid var(--line); border-radius: 18px; background: #faf7f1; padding: 24px; }
.feature-grid article > span { font-size: 30px; }
.feature-grid h3 { margin-top: 18px; font-size: 17px; }
.feature-grid p { margin-top: 9px; color: var(--muted); font-size: 13px; line-height: 1.55; }

.bonus-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 50px; }
.bonus-card { overflow: hidden; border-radius: 20px; background: white; box-shadow: 0 12px 35px rgba(64,39,20,.1); }
.bonus-image { display: grid; place-items: center; min-height: 360px; background: linear-gradient(145deg, #f9f5ed, #ede5d7); padding: 18px; }
.bonus-image img { width: 100%; max-height: 330px; object-fit: contain; filter: drop-shadow(0 14px 14px rgba(45,29,19,.2)); }
.bonus-body { padding: 20px; }
.bonus-body h3 { min-height: 44px; font-family: Georgia, serif; font-size: 20px; }
.bonus-body p { min-height: 82px; margin: 12px 0 18px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.bonus-body > div { display: flex; align-items: center; justify-content: space-between; }
.bonus-body s { color: #a69a90; font-size: 12px; }
.bonus-body strong { color: var(--green); font-size: 12px; }
.bonus-total { display: grid; place-items: center; gap: 12px; width: min(600px, 100%); margin: 42px auto 0; border: 2px dashed #c89448; border-radius: 18px; background: white; padding: 26px; text-align: center; }
.bonus-total span { color: var(--muted); font-size: 13px; font-weight: 700; }
.bonus-total strong { color: var(--green); font-family: Georgia, serif; font-size: 32px; }

.rating { margin: 26px 0 42px; color: var(--ochre); text-align: center; font-size: 18px; letter-spacing: .08em; }
.rating strong { color: var(--ink); letter-spacing: 0; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { overflow: hidden; border: 1px solid #e4d7c2; border-radius: 18px; background: #fbf7ef; }
.review-card > img { width: 100%; aspect-ratio: 1.55; object-fit: cover; }
.review-body { padding: 20px; }
.review-head { display: flex; align-items: center; gap: 11px; }
.review-head > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #ead5ad; font-size: 12px; font-weight: 900; }
.review-head strong, .review-head small { display: block; }
.review-head small { margin-top: 4px; color: var(--green); font-size: 10px; }
blockquote { margin: 18px 0 0; color: #493c33; font-size: 14px; line-height: 1.65; }

.faq-list { margin-top: 36px; border-top: 1px solid #dbc69e; }
.faq-list details { border-bottom: 1px solid #dbc69e; }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 23px 0; font-size: 16px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--ochre); font-size: 24px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 780px; padding: 0 0 24px; color: var(--muted); line-height: 1.65; }

.final-cta { background: var(--brown); color: white; padding: 110px 0; }
.brand-logo-light { margin: 0 auto 48px; }
.final-cta h2 { max-width: 780px; margin: 0 auto; color: white; }
.final-cta h2 em { color: #dc943d; }
.final-cta .container > p:not(.trust-line) { max-width: 650px; margin: 24px auto 34px; color: #decfc2; font-size: 18px; line-height: 1.6; }
.cta-dark { background: var(--orange-bright); color: #fff; text-transform: uppercase; letter-spacing: .03em; box-shadow: 0 0 0 0 rgba(255,157,46,.6), 0 13px 32px rgba(0,0,0,.25); animation: ctaPulse 2s ease-in-out infinite; }
.cta-dark:hover { background: #ffb04d; animation-play-state: paused; }

@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,157,46,.55), 0 13px 32px rgba(0,0,0,.25); }
  50% { box-shadow: 0 0 0 14px rgba(255,157,46,0), 0 13px 32px rgba(0,0,0,.25); }
}

@media (prefers-reduced-motion: reduce) {
  .offer-copy .cta, .cta-dark { animation: none; }
}
.light-text { color: #cdbcad; }

footer { background: #f3ecdf; padding: 34px 0 24px; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.footer-grid img { width: 130px; }
.footer-grid p { color: #776a5f; font-size: 12px; }
.footer-grid nav { display: flex; gap: 18px; color: var(--green); font-size: 12px; font-weight: 700; }
.disclaimer { width: min(900px, calc(100% - 40px)); margin: 24px auto 0; border-top: 1px solid #ddd0bd; padding-top: 18px; color: #918378; text-align: center; font-size: 10px; line-height: 1.6; }

@media (max-width: 960px) {
  .section { padding: 82px 0; }
  .offer-grid { grid-template-columns: 1fr; }
  .brand-logo { margin-left: auto; margin-right: auto; }
  .hero-product { width: min(620px, 100%); margin-left: auto; margin-right: auto; }
  .offer-image { width: min(570px, 100%); margin: 0 auto; }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .problem-card, .problem-card:nth-child(4) { grid-column: auto; }
  .problem-card:last-child { grid-column: 1 / -1; }
  .category-grid, .bonus-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .container, .narrow { width: min(100% - 28px, 1160px); }
  .section { padding: 68px 0; }
  .top-strip { font-size: 9px; letter-spacing: .11em; }
  .hero { padding-top: 44px; }
  .brand-logo { width: 160px; margin-bottom: 36px; }
  h1 { font-size: clamp(40px, 12vw, 58px); }
  h2 { font-size: 37px; }
  .section-intro { font-size: 17px; }
  .hero-promise { font-size: 21px; }
  .hero-sub { font-size: 16px; }
  .promise-box { margin-top: 26px; padding: 22px 20px; font-size: 17px; }
  .badge-row { grid-template-columns: repeat(2, 1fr); gap: 24px 12px; margin-top: 34px; }
  .badge-icon { width: 58px; height: 58px; font-size: 24px; }
  .badge strong { font-size: 11px; }
  .statement-box { margin-top: 34px; padding: 24px 20px; font-size: 20px; }
  .cta { width: 100%; min-width: 0; font-size: 15px; }
  .hero-sticker { right: 4px; bottom: 12px; width: 88px; }
  .hero-sticker strong { font-size: 25px; }
  .lifestyle { height: 520px; }
  .lifestyle > img { object-position: 60% center; }
  .lifestyle-caption { display: grid; gap: 2px; bottom: 24px; width: calc(100% - 36px); text-align: center; }
  .problem-grid, .compare-grid, .category-grid, .feature-grid, .bonus-grid, .review-grid { grid-template-columns: 1fr; }
  .problem-card, .problem-card:last-child { grid-column: auto; min-height: 0; }
  .category-card { display: grid; grid-template-columns: 38% 1fr; }
  .category-card img { height: 100%; aspect-ratio: auto; }
  .category-card h3 { min-height: 0; }
  .offer-grid { gap: 42px; }
  .price-row { flex-wrap: wrap; }
  .bonus-grid { gap: 16px; }
  .bonus-card { display: grid; grid-template-columns: 44% 1fr; }
  .bonus-image { min-height: 0; padding: 10px; }
  .bonus-image img { max-height: 230px; }
  .bonus-body { padding: 16px 14px; }
  .bonus-body h3, .bonus-body p { min-height: 0; }
  .bonus-body p { margin: 10px 0 16px; font-size: 12px; }
  .bonus-body > div { display: grid; gap: 4px; }
  .final-cta { padding: 80px 0; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}

.dl-state { color: var(--muted); font-size: 13px; line-height: 1.55; }
.thanks-help a { color: var(--green); font-weight: 700; text-decoration: underline; }

.thanks { background: var(--cream); padding: 64px 0 90px; }
.thanks .brand-logo { margin: 0 auto 30px; }
.thanks-check { display: grid; place-items: center; width: 66px; height: 66px; margin: 0 auto 24px; border-radius: 50%; background: var(--green); color: #fff; font-size: 32px; }
.thanks h1 { margin: 0 auto; font-size: clamp(34px, 5vw, 54px); }
.thanks-lead { max-width: 640px; margin: 20px auto 54px; color: #5d5149; font-size: 18px; line-height: 1.6; }
.eyebrow.spaced { margin-top: 56px; }
.download-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 26px; }
.download-grid-main { grid-template-columns: 1fr; width: min(560px, 100%); margin-inline: auto; }
.download-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(64,39,20,.09); }
.download-cover { display: grid; place-items: center; background: linear-gradient(145deg, #f9f5ed, #ede5d7); padding: 16px; }
.download-cover img { max-height: 240px; width: auto; object-fit: contain; filter: drop-shadow(0 12px 12px rgba(45,29,19,.18)); }
.download-grid-main .download-cover img { max-height: 320px; }
.download-body { display: grid; gap: 12px; padding: 20px; text-align: center; }
.download-body h2 { font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.3; }
.download-body p { color: var(--muted); font-size: 14px; line-height: 1.55; }
.download-btn { display: block; border-radius: 12px; background: var(--green); padding: 14px 18px; color: #fff; font-size: 14px; font-weight: 900; transition: background .2s ease, transform .2s ease; }
.download-btn:hover { transform: translateY(-2px); background: #0d4028; }
.thanks-help { width: min(620px, 100%); margin: 60px auto 0; border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 24px; text-align: center; }
.thanks-help strong { color: var(--green); }
.thanks-help p { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.6; }

@media (max-width: 960px) {
  .download-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .thanks { padding: 48px 0 70px; }
  .thanks-lead { margin-bottom: 40px; font-size: 16px; }
  .download-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .download-cover { padding: 12px; }
  .download-cover img { max-height: 150px; }
  .download-body { padding: 14px; }
  .download-body h2 { font-size: 15px; }
  .download-btn { padding: 12px 14px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}
