:root {
  --ink: #2a151b;
  --muted: #70545c;
  --line: #e3bec8;
  --bg: #fff6f8;
  --panel: #ffffff;
  --primary: #9e2145;
  --primary-dark: #5f1027;
  --primary-bright: #c94267;
  --mint: #f7e1e7;
  --gold: #d6a12a;
  --cream: #fffaf3;
  --danger: #8c2f3d;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.72;
  letter-spacing: 0;
  padding-bottom: 86px;
}
a { color: var(--primary-dark); }
img { display: block; max-width: 100%; height: auto; }
p { margin: 0 0 1rem; }
p + p { margin-top: 1.15rem; }
ul, ol { margin: 1rem 0 1.3rem; }
li { margin: .48rem 0; }
.wrap { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 46px 0; }
.narrow { width: min(900px, calc(100% - 36px)); }
.compact { padding-top: 30px; padding-bottom: 34px; }
.center { text-align: center; }
.site-header { position: sticky; top: 0; z-index: 70; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 70px; padding-top: 10px; padding-bottom: 10px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { color: var(--primary-dark); text-decoration: none; font-size: 26px; font-weight: 900; }
.nav-links { display: flex; align-items: center; gap: 18px; }
.nav-links > a:not(.btn) { color: var(--ink); text-decoration: none; font-weight: 700; font-size: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 20px; border: 1px solid transparent; border-radius: 6px; font-weight: 800; text-decoration: none; text-align: center; }
.btn.primary, .navbtn { background: var(--primary); color: #fff; border-color: #7a1835; box-shadow: 0 6px 0 rgba(95,16,39,.18); }
.btn.secondary { background: #fff; color: var(--primary-dark); border-color: #d7a8b5; }
.navbtn { min-height: 40px; padding: 8px 15px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hero { background: var(--mint); border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 620px; display: grid; grid-template-columns: minmax(0,1.06fr) minmax(320px,.78fr); gap: 48px; align-items: center; }
.hero h1, .sub-hero h1 {
  margin: 0 0 22px;
  color: #351a23;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 0;
}
.heading-accent { color: var(--primary); }
.hero-intro { font-size: 17px; color: #60434c; }
.hero-product { background: #fff; border: 1px solid #e3bec8; border-radius: 8px; padding: 28px; text-align: center; box-shadow: 0 22px 60px rgba(95,16,39,.15); }
.hero-product img { margin: auto; max-height: 420px; object-fit: contain; }
.mini-strip { margin-top: 14px; color: var(--muted); font-size: 12px; }
.section { background: #fff; border-top: 1px solid var(--line); }
.section.alt { background: var(--bg); }
.section-heading-banner { background: var(--primary-dark); color: #fff; }
.section-heading-banner .wrap { padding-top: 28px; padding-bottom: 28px; }
.section-heading-banner h2 { margin: 0; color: #fff; text-align: center; font-size: clamp(28px, 4vw, 48px); line-height: 1.18; font-weight: 900; }
.section-heading-banner .heading-accent { color: #ffb3c7; }
.alert-band { background: var(--primary); color: #fff; text-align: center; }
.alert-band .section-heading-banner { background: #5f1027; }
.alert-band a:not(.btn) { color: #fff; }
.pricing-visual .wrap { padding-top: 34px; padding-bottom: 34px; }
.pricing-img { width: min(880px, 100%); margin: auto; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.split { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(300px,.72fr); gap: 40px; align-items: center; }
.about-image { width: min(390px, 100%); aspect-ratio: 9/16; margin: auto; max-height: 720px; object-fit: cover; object-position: center top; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.content-flow > :first-child { margin-top: 0; }
.content-flow h2 { margin: 2.25rem 0 .85rem; color: var(--primary-dark); font-size: 30px; line-height: 1.25; }
.content-flow h3 { margin: 1.7rem 0 .55rem; color: var(--primary-dark); font-size: 21px; line-height: 1.3; }
.content-flow strong { color: #8f1d3f; }
.ingredient-intro { width: min(900px,100%); margin: 0 auto 28px; }
.ingredient-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.ingredient-card { min-width: 0; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 7px 0 rgba(61,15,31,.08); }
.ingredient-card img { width: 100%; aspect-ratio: 450/244; margin: 0 0 18px; border-radius: 6px; object-fit: cover; background: var(--bg); }
.ingredient-card p { margin: 0; font-size: 15px; line-height: 1.68; }
.ingredient-card p strong { display: block; margin-bottom: 10px; color: var(--primary-dark); font-size: 18px; line-height: 1.3; }
.ingredient-closing { width: min(900px,100%); margin: 28px auto 0; }
.benefits-content > ul { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.benefits-content > ul li { margin: 0; padding: 20px; background: #fff; border: 1px solid var(--line); border-bottom: 4px solid var(--primary); border-radius: 8px; }
.facts-wide { margin: 34px auto 22px; width: min(900px,100%); text-align: center; }
.facts-wide img { margin: auto; max-height: 620px; object-fit: contain; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.facts-wide figcaption { margin-top: 8px; color: var(--muted); font-size: 13px; }
.pros-cons-content { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.pros-cons-intro { width: min(900px,100%); margin: 0 auto 26px; }
.pros-cons-block { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.pros-cons-block h3 { margin: 0; padding: 18px 20px; background: var(--primary-dark); color: #fff; }
.pros-cons-block ul { margin: 0; padding: 24px 26px 24px 46px; }
.why-content > ul { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.why-content > ul li { margin: 0; padding: 19px; background: var(--cream); border: 1px solid #e4c98b; border-radius: 8px; }
.trust-image-row { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 28px; }
.trust-image-row img { width: 100%; aspect-ratio: 5/3; object-fit: contain; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.reviews-section { background: var(--mint); }
.reviews-list { display: grid; grid-template-columns: minmax(0,1fr); gap: 24px; }
.review-row { display: grid; grid-template-columns: minmax(240px,280px) minmax(0,1fr); gap: 28px; align-items: center; min-width: 0; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 7px 0 rgba(61,15,31,.08); }
.review-row > img { width: 100%; aspect-ratio: 1; object-fit: contain; object-position: center; padding: 12px; background: var(--bg); border-radius: 6px; }
.review-rating { margin-bottom: 12px; color: #d89d23; font-size: 22px; line-height: 1; }
.review-content p { margin-bottom: 14px; color: var(--ink); font-size: 16px; line-height: 1.68; }
.review-content h3 { margin: 18px 0 2px; color: var(--primary-dark); font-size: 20px; }
.review-content .review-location { margin: 0; color: var(--muted); font-size: 14px; font-weight: 700; }
.use-split { grid-template-columns: minmax(0,1fr) minmax(320px,.76fr); }
.use-split > img { width: min(520px,100%); aspect-ratio: 1122/1402; max-height: 720px; margin: auto; object-fit: contain; border-radius: 8px; background: #fff; border: 1px solid var(--line); }
.price-content > ul { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.price-content > ul li { margin: 0; padding: 22px; background: #fff; border: 1px solid var(--line); border-top: 5px solid var(--primary); border-radius: 8px; }
.guarantee-split { grid-template-columns: minmax(0,1.2fr) minmax(240px,.55fr); }
.guarantee-split > img { width: min(320px,100%); margin: auto; max-height: 340px; object-fit: contain; }
.bonus-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.bonus-card { display: grid; grid-template-columns: 190px minmax(0,1fr); gap: 22px; align-items: center; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.bonus-card img { width: 190px; height: 190px; object-fit: contain; }
.bonus-card h3 { margin-top: 0; color: var(--primary-dark); }
.checkout-works-section { background: #fff; }
.checkout-works-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.72fr); gap: 42px; align-items: start; }
.checkout-eyebrow, .page-kicker, .toast-label { color: var(--primary); font-weight: 900; text-transform: uppercase; font-size: 12px; }
.checkout-works-copy > h2 { margin: 7px 0 24px; color: var(--ink); font-size: clamp(28px,4vw,47px); line-height: 1.17; }
.checkout-steps { list-style: none; padding: 0; margin: 0; }
.checkout-step { display: grid; grid-template-columns: 44px minmax(0,1fr); gap: 14px; align-items: start; margin: 0 0 20px; }
.checkout-step-number { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--primary); color: #fff; font-weight: 900; }
.checkout-step strong { display: block; color: var(--primary-dark); font-size: 17px; }
.checkout-preview-card { padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--bg); }
.checkout-preview-card img { width: 100%; max-height: 740px; object-fit: contain; background: #fff; }
.faq details { margin: 0 0 12px; padding: 16px 18px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.faq summary { color: var(--primary-dark); cursor: pointer; font-weight: 800; }
.faq details p { margin-top: 12px; }
.final-cta { background: var(--primary-dark); color: #fff; }
.final-grid { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(250px,.58fr); gap: 34px; align-items: center; }
.final-cta h2 { margin-top: 0; font-size: clamp(30px,4vw,48px); line-height: 1.18; }
.final-cta .checkout-eyebrow { color: #ffb3c7; }
.final-cta .content-flow > p:first-child { margin: 8px 0 22px; color: #fff; font-size: clamp(28px,3.2vw,42px); font-weight: 900; line-height: 1.2; }
.cta-light { background: #fff; color: var(--primary-dark); border-color: #fff; }
.final-card { padding: 20px; background: #fff; border-radius: 8px; }
.final-card img { width: 100%; max-height: 330px; object-fit: contain; }
.final-card p { color: var(--ink); }
.footer { background: #45101f; color: #f7e5ea; }
.footer-main { display: grid; grid-template-columns: 1.25fr repeat(3,1fr); gap: 28px; }
.footer h3 { color: #fff; margin-top: 0; }
.footer a { color: #fff; }
.footer-link-col a { display: block; margin: 0 0 10px; text-decoration: none; font-weight: 600; font-size: 14px; }
.footer-disclosure, .footer-compliance { font-size: 13px; }
.footer-email { display: inline-block; margin-top: 10px; font-weight: 700; }
.footer-compliance { border-top: 1px solid rgba(255,255,255,.18); padding-top: 25px; color: #e9cbd3; }
.sticky-offer-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 100; min-height: 76px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 20px; padding: 8px max(18px,calc((100vw - 1180px)/2)); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -12px 30px rgba(61,15,31,.13); }
.sticky-offer-copy strong, .sticky-offer-copy span { display: block; }
.sticky-offer-copy span { color: var(--muted); font-size: 12px; }
.sticky-countdown { display: flex; gap: 7px; }
.sticky-countdown > div { width: 54px; min-height: 53px; display: grid; place-items: center; padding: 4px; background: var(--bg); border: 1px solid var(--line); border-radius: 6px; }
.sticky-countdown strong, .sticky-countdown span { display: block; line-height: 1.1; text-align: center; }
.sticky-countdown span { color: var(--muted); font-size: 9px; }
.sticky-order { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 10px 19px; border-radius: 6px; background: var(--primary); color: #fff; text-decoration: none; font-weight: 900; }
.sub-hero { background: var(--mint); border-bottom: 1px solid var(--line); }
.sub-hero .wrap { padding-top: 60px; padding-bottom: 60px; }
.sub-hero p { font-size: 17px; color: #5a3d46; }
.supporting-content article > h2 { padding-top: 1.2rem; border-top: 1px solid var(--line); }
.supporting-content article > h2:first-child { border-top: 0; }
.supporting-cta { background: var(--cream); border-top: 1px solid #e8d49d; }
.supporting-cta h2 { margin-top: 0; color: var(--primary-dark); }
.experience-review-toast { bottom: 94px !important; border-color: var(--line) !important; }
.exit-offer-dialog { border-color: var(--primary) !important; }
.experience-modal-open { overflow: hidden; }
@media (max-width: 980px) {
  .hero-grid, .split, .checkout-works-grid, .final-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; }
  .hero-product { width: min(560px,100%); margin: auto; }
  .benefits-content > ul, .ingredient-grid, .price-content > ul { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .why-content > ul, .trust-image-row { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-main { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .checkout-preview-card { width: min(620px,100%); margin: auto; }
}
@media (max-width: 700px) {
  body { padding-bottom: 70px; }
  .wrap, .narrow { width: min(100% - 28px,1180px); padding-top: 34px; padding-bottom: 34px; }
  .nav-wrap { min-height: 62px; }
  .nav-links > a:not(.btn) { display: none; }
  .brand { font-size: 22px; }
  .hero h1, .sub-hero h1 { font-size: clamp(24px,7vw,32px); }
  .section-heading-banner h2 { font-size: 30px; }
  .benefits-content > ul, .ingredient-grid, .price-content > ul, .pros-cons-content, .bonus-grid, .why-content > ul, .trust-image-row, .footer-main { grid-template-columns: 1fr; }
  .bonus-card { grid-template-columns: 1fr; text-align: center; }
  .bonus-card img { margin: auto; }
  .review-row { grid-template-columns: 1fr; gap: 18px; padding: 20px; }
  .review-row > img { width: min(100%,320px); margin: 0 auto; }
  .sticky-offer-bar { min-height: 68px; grid-template-columns: 1fr auto; gap: 8px; padding: 7px 10px; }
  .sticky-countdown { display: none; }
  .sticky-offer-copy strong { font-size: 13px; }
  .sticky-offer-copy span { font-size: 10px; }
  .sticky-order { min-height: 44px; padding: 8px 13px; font-size: 13px; }
  .experience-review-toast { left: 10px !important; right: 10px !important; bottom: 80px !important; width: auto !important; max-width: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
