:root {
  --red: #a80e18;
  --red-dark: #780810;
  --green: #133d2f;
  --green-2: #1e5a45;
  --cream: #fbf8f3;
  --soft: #f2f5f3;
  --ink: #17201d;
  --muted: #5c6863;
  --line: #dce4df;
  --white: #fff;
  --gold: #f5b82e;
  --shadow: 0 18px 45px rgba(22, 49, 39, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
button, a { font: inherit; }
a { color: inherit; }
button { cursor: pointer; }
h1, h2, h3 { margin: 0 0 .65rem; font-family: Georgia, "Times New Roman", serif; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.35rem, 5vw, 3.20rem); }
h2 { font-size: clamp(2rem, 4vw, 2.80rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1rem; }
.container { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.narrow { max-width: 850px; }
.section { padding: 88px 0; }
.section-soft { background: var(--soft); }
.section-dark { color: white; background: var(--green); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 14px; color: white; background: var(--green); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.affiliate-bar { padding: 7px 16px; color: white; background: var(--red-dark); text-align: center; font-size: .78rem; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(22, 49, 39, .1); background: rgba(255, 255, 255, .96); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { width: 175px; }
.brand span { padding-left: 10px; border-left: 1px solid var(--line); color: var(--green); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
nav { display: flex; gap: 28px; margin-left: auto; }
nav a { color: var(--green); font-size: .92rem; font-weight: 750; text-decoration: none; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 24px; border: 2px solid var(--red); border-radius: 999px; color: white; background: var(--red); box-shadow: 0 8px 20px rgba(168, 14, 24, .22); font-weight: 850; text-align: center; text-decoration: none; transition: .2s ease; }
.button:hover { border-color: var(--red-dark); background: var(--red-dark); transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 9px 20px; }
.button-large { min-height: 58px; padding: 15px 30px; font-size: 1.08rem; }
.button-secondary { color: var(--green); border-color: var(--line); background: white; box-shadow: none; }
.button-secondary:hover { color: white; border-color: var(--green); background: var(--green); }
.hero { position: relative; overflow: hidden; padding: 72px 0 64px; background: radial-gradient(circle at 83% 35%, rgba(168, 14, 24, .12), transparent 28%), linear-gradient(145deg, #fff 0%, #fbf8f3 65%, #eef3ef 100%); }
.hero::after { content: ""; position: absolute; right: -120px; bottom: -180px; width: 520px; height: 520px; border: 80px solid rgba(19, 61, 47, .035); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 56px; }
.eyebrow, .section-heading > span, .guarantee span, .final-cta span { display: inline-block; margin-bottom: 14px; color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.lead { max-width: 760px; color: #3e4a45; font-size: 1.12rem; }
.check-list { display: grid; gap: 8px; margin: 24px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; font-weight: 680; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; color: white; background: var(--green-2); border-radius: 50%; font-size: .75rem; text-align: center; line-height: 22px; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 28px; }
.microcopy { color: var(--muted); font-size: .82rem; font-weight: 700; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.trust-row span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.8); font-size: .76rem; }
.hero-product { position: relative; display: grid; place-items: center; min-height: 560px; }
.hero-product::before { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; background: white; box-shadow: var(--shadow); }
.hero-product img { position: relative; z-index: 1; max-height: 550px; object-fit: contain; filter: drop-shadow(0 22px 18px rgba(32, 29, 26, .15)); }
.hero-product .hero-bottle { width: min(430px, 92%); max-height: 570px; }
.hero-product p { position: absolute; z-index: 2; bottom: -8px; max-width: 390px; color: var(--muted); font-size: .72rem; text-align: center; }
.offer-badge { position: absolute; z-index: 3; top: 34px; right: 0; width: 112px; height: 112px; display: grid; place-content: center; color: white; background: var(--red); border: 5px solid white; border-radius: 50%; box-shadow: var(--shadow); text-align: center; transform: rotate(7deg); }
.offer-badge strong { font-size: 1.1rem; }
.offer-badge span { font-size: .63rem; font-weight: 800; }
.section-heading { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.section-heading p { color: var(--muted); font-size: 1.03rem; }
.section-heading.align-left { margin-inline: 0; text-align: left; }
.section-heading.light span { color: #ffb2b7; }
.symptom-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.image-card { padding: 16px 16px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 25px rgba(22,49,39,.05); text-align: center; }
.image-card img { width: 150px; aspect-ratio: 1; margin: 2px auto 18px; border-radius: 50%; object-fit: cover; }
.image-card p { color: var(--muted); font-size: .9rem; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 68px; }
.product-panel { min-height: 500px; display: grid; place-items: center; border-radius: 48% 52% 44% 56% / 56% 40% 60% 44%; background: var(--cream); }
.product-panel img { max-height: 500px; object-fit: contain; }
.notice { margin-top: 24px; padding: 18px 20px; border-left: 4px solid var(--red); border-radius: 0 12px 12px 0; background: #fff5f5; color: #563338; font-size: .88rem; font-weight: 650; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.steps article { padding: 32px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.05); }
.steps b { display: block; margin-bottom: 22px; color: #ef9ba1; font-size: 2.4rem; font-family: Georgia, serif; }
.steps p { color: #d6e0dc; }
.three-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.three-grid article { padding: 34px; border-radius: var(--radius); background: var(--cream); }
.line-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 24px; color: white; background: var(--green); border: 8px solid #dce8e2; border-radius: 50%; font-family: Georgia, serif; font-weight: 900; }
.three-grid p, .benefit-grid p { color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit-grid article { position: relative; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; }
.benefit-grid article > span { position: absolute; right: 15px; top: -15px; color: rgba(168,14,24,.07); font: 800 5.5rem/1 Georgia, serif; }
.ingredient-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.ingredient-grid article { display: grid; grid-template-columns: 115px 1fr; align-items: center; gap: 22px; padding: 17px; border: 1px solid var(--line); border-radius: 18px; transition: .2s ease; }
.ingredient-grid article:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.ingredient-grid img { width: 115px; aspect-ratio: 1; border-radius: 14px; object-fit: cover; }
.ingredient-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.science { background: var(--cream); }
.science-list article { padding: 3px 0 18px 24px; border-left: 3px solid #d6ded9; }
.science-list article + article { margin-top: 12px; }
.science-list p { color: var(--muted); }
.science-image img { border-radius: 26px; box-shadow: var(--shadow); }
.science-image figcaption { margin-top: 12px; color: var(--muted); font-size: .76rem; text-align: center; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 30px rgba(22,49,39,.06); }
table { width: 100%; min-width: 700px; border-collapse: collapse; }
th, td { padding: 18px 22px; border-bottom: 1px solid var(--line); text-align: center; }
th:first-child, td:first-child { text-align: left; font-weight: 750; }
th { color: white; background: var(--green); }
td:nth-child(2) { color: var(--red); font-weight: 850; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 24px; }
.review-card { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 30px rgba(22,49,39,.06); text-align: center; }
.review-card.featured { border: 2px solid var(--red); transform: translateY(-10px); }
.review-card img { width: 84px; height: 84px; margin: 0 auto 16px; border: 4px solid var(--soft); border-radius: 50%; object-fit: cover; }
.stars { margin-bottom: 14px; color: var(--gold); letter-spacing: .1em; }
.review-card p { color: var(--muted); font-style: italic; }
.review-card strong { color: var(--green); font-size: .9rem; }
.pricing { color: white; background: linear-gradient(145deg, #173e31, #09271e); }
.pricing .section-heading p { color: #d6e0dc; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 22px; }
.price-card { position: relative; display: flex; flex-direction: column; align-items: center; padding: 34px 24px 28px; border-radius: var(--radius); color: var(--ink); background: white; text-align: center; }
.price-card.popular { outline: 4px solid var(--gold); transform: scale(1.035); }
.popular-tag { position: absolute; top: -18px; padding: 8px 22px; border-radius: 999px; color: var(--ink); background: var(--gold); font-size: .76rem; font-weight: 950; }
.stock { color: var(--red); font-size: .74rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.price-card h3 { margin-top: 8px; font-size: 1.65rem; }
.price-card img { width: 220px; height: 235px; object-fit: contain; }
.package-label { margin: 2px 0 8px; color: var(--red); font-size: .92rem; font-weight: 950; letter-spacing: .03em; }
.bonus { width: 100%; display: grid; grid-template-columns: 1fr auto; align-items: center; margin: -2px 0 10px; padding: 10px 14px; border: 1px dashed #e0a8ac; border-radius: 12px; background: #fff5f5; text-align: left; }
.bonus span { color: var(--muted); font-size: .68rem; font-weight: 900; letter-spacing: .1em; }
.bonus strong { grid-row: 2; color: var(--ink); font-size: .9rem; }
.bonus b { grid-column: 2; grid-row: 1 / 3; color: var(--red); font-size: 1.05rem; }
.retail { margin: 0; color: var(--muted); font-size: .88rem; }
.price-card .price { display: flex; align-items: baseline; justify-content: center; flex-wrap: wrap; gap: 4px; margin: 4px 0 18px; color: var(--green); font-weight: 900; }
.price-card .price strong { font-size: 2.25rem; line-height: 1; }
.price-card .price span { font-size: .86rem; }
.price-card .price small { flex-basis: 100%; margin-top: -3px; color: var(--muted); font-size: .76rem; }
.price-card > p:not(.price) { min-height: 52px; color: var(--muted); }
.price-card .button { width: 100%; margin-top: auto; }
.checkout-note { margin: 28px 0 0; color: #c6d4ce; font-size: .82rem; text-align: center; }
.guarantee-inner { display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 36px; max-width: 900px; }
.shield { width: 115px; height: 130px; display: grid; place-items: center; color: white; background: var(--red); clip-path: polygon(50% 0, 92% 16%, 85% 72%, 50% 100%, 15% 72%, 8% 16%); font-size: 3rem; font-weight: 900; }
.guarantee h2 { font-size: clamp(1.9rem, 3vw, 2.8rem); }
.guarantee p { color: var(--muted); }
.faq-list { display: grid; gap: 12px; }
details { border: 1px solid var(--line); border-radius: 14px; background: white; }
summary { position: relative; padding: 20px 54px 20px 22px; font-weight: 850; list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 22px; top: 15px; color: var(--red); font-size: 1.65rem; }
details[open] summary::after { content: "−"; }
details p { padding: 0 22px 20px; color: var(--muted); }
.final-cta { overflow: hidden; color: white; background: var(--red); }
.final-grid { display: grid; grid-template-columns: 360px 1fr; align-items: center; gap: 60px; }
.final-grid img { align-self: end; max-height: 420px; object-fit: contain; filter: drop-shadow(0 20px 18px rgba(0,0,0,.2)); }
.final-grid > div { padding: 70px 0; }
.final-cta span { color: #ffd8db; }
.final-cta .button { color: var(--red); border-color: white; background: white; box-shadow: none; }
.site-footer { padding: 54px 0 90px; color: #d8e3de; background: #0b2119; }
.footer-top { display: grid; grid-template-columns: 220px 1fr; align-items: start; gap: 44px; }
.footer-top img { filter: brightness(0) invert(1); }
.footer-top p, .legal { font-size: .82rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; margin: 28px 0 22px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-links button { padding: 0; border: 0; color: white; background: transparent; font-weight: 750; text-decoration: underline; }
.legal { color: #aebdb7; }
.copyright { margin: 20px 0 0; font-size: .82rem; font-weight: 750; }
.mobile-cta { display: none; }
.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(4, 18, 13, .78); backdrop-filter: blur(5px); }
.modal-card { position: relative; z-index: 1; width: min(560px, 100%); max-height: 90vh; overflow-y: auto; padding: 38px; border-radius: var(--radius); background: white; box-shadow: 0 30px 80px rgba(0,0,0,.25); text-align: center; }
.modal-close { position: absolute; top: 12px; right: 14px; width: 40px; height: 40px; border: 0; color: var(--muted); background: transparent; font-size: 1.8rem; }
.modal-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 18px; color: white; background: var(--green); border-radius: 50%; font-size: 1.7rem; }
.modal-card p { color: var(--muted); }
.modal-actions { display: flex; justify-content: center; gap: 12px; margin-top: 25px; }
.exit-card { width: min(760px, 100%); display: grid; grid-template-columns: 240px 1fr; align-items: center; gap: 28px; text-align: left; }
.exit-card img { max-height: 270px; object-fit: contain; }
.policy-card { width: min(720px, 100%); text-align: left; }
.policy-card h3 { margin-top: 22px; font-size: 1.12rem; }
.policy-card > .button { display: flex; margin: 25px auto 0; }

@media (max-width: 960px) {
  nav { display: none; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-product { order: 0; min-height: 390px; }
  .hero-product::before { width: 330px; height: 330px; }
  .hero-product img { max-height: 390px; }
  .offer-badge { top: 5px; right: 8%; width: 96px; height: 96px; }
  .symptom-grid, .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .steps, .three-grid { grid-template-columns: 1fr; }
  .product-panel { min-height: 420px; }
  .ingredient-grid { grid-template-columns: 1fr; }
  .review-grid, .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .review-card.featured, .price-card.popular { transform: none; }
  .final-grid { grid-template-columns: 280px 1fr; gap: 30px; }
}

@media (max-width: 640px) {
  body { padding-bottom: 72px; }
  .section { padding: 64px 0; }
  .affiliate-bar { font-size: .7rem; }
  .header-inner { min-height: 66px; }
  .brand img { width: 145px; }
  .brand span { display: none; }
  .site-header .button { display: none; }
  .hero { padding: 28px 0 54px; }
  .hero-grid { gap: 18px; }
  .hero-product { min-height: 315px; }
  .hero-product::before { width: 280px; height: 280px; }
  .hero-product img { max-height: 320px; }
  .hero-product p { display: none; }
  .offer-badge { right: 0; width: 82px; height: 82px; border-width: 4px; }
  .offer-badge strong { font-size: .88rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .microcopy { text-align: center; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; }
  .symptom-grid, .benefit-grid { grid-template-columns: 1fr; }
  .image-card { display: grid; grid-template-columns: 90px 1fr; gap: 0 16px; text-align: left; }
  .image-card img { grid-row: 1 / 3; width: 90px; margin: 0; }
  .product-panel { min-height: 330px; }
  .ingredient-grid article { grid-template-columns: 86px 1fr; gap: 16px; }
  .ingredient-grid img { width: 86px; }
  .guarantee-inner { grid-template-columns: 1fr; text-align: center; }
  .shield { margin: auto; }
  .final-grid { grid-template-columns: 1fr; text-align: center; }
  .final-grid img { max-height: 280px; margin: 30px auto -35px; }
  .final-grid > div { padding: 40px 0 62px; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .mobile-cta { position: fixed; z-index: 200; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 16px; border-top: 1px solid var(--line); background: white; box-shadow: 0 -8px 25px rgba(10,30,23,.13); }
  .mobile-cta div { display: grid; line-height: 1.2; }
  .mobile-cta strong { color: var(--green); }
  .mobile-cta small { color: var(--muted); }
  .mobile-cta .button { min-height: 46px; padding: 9px 22px; }
  .modal-card { padding: 34px 22px 24px; }
  .modal-actions { flex-direction: column-reverse; }
  .exit-card { grid-template-columns: 1fr; gap: 0; text-align: center; }
  .exit-card img { max-height: 190px; margin: auto; }
}

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