/* SlimSet DTC — main stylesheet
   Palette derived from the official SlimSet label (plum / violet / lavender base,
   teal as the high-energy complementary, milk cream as the dominant background).
   Built on the approved B3 funnel structure — same class names, new identity.
*/

:root {
  /* ---- palette (docx: Paleta SlimSet) ---- */
  --milk:          #F1E9D9;  /* Milk Cream   — primary background, wide bands   */
  --milk-haze:     #F8F2E6;  /* Milk Haze    — alt background, rest blocks      */
  --white:         #FFFFFF;  /* Petal White  — cards, supplement facts          */
  --plum:          #2A2140;  /* Plum Deep    — headlines, body text, dark bands */
  --plum-deeper:   #1E1830;  /* derived      — footer, deepest band            */
  --plum-shadow:   #5E2850;  /* Plum Shadow  — CTA hover, strong badges         */
  --orchid:        #8C3A6B;  /* Orchid Fire  — primary CTA, ribbons, checks     */
  --violet:        #6B5F8C;  /* Violet Slate — badges, secondary highlights     */
  --lavender:      #A79BC2;  /* Lavender Mist— surface alt, science band        */
  --lavender-soft: #EFEBF6;  /* derived      — tinted cards / alt sections      */
  --teal:          #2FA98C;  /* Teal Wave    — accents, icons, links, seals     */
  --teal-soft:     #E3F3EE;  /* derived      — teal tint for highlight blocks   */
  --ink:           #2A2140;
  --muted:         #6E6580;
  --line:          #E6E0F0;
}

/* ===== reset / base ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

.container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.text-center { text-align: center; }

/* anchor targets must clear the sticky header when jumped to */
#order-section, #Bonus, #About, #Ingredients, #FAQ { scroll-margin-top: 86px; }

/* visible keyboard focus on every interactive element */
a:focus-visible, button:focus-visible, .faq-q:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ===== SECTION 1 · HEADER ===== */
.navbar {
  position: sticky; top: 0; z-index: 300;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 14px rgba(42,33,64,.06);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 66px; gap: 20px;
}
.nav-logo {
  display: flex; align-items: center; gap: 9px;
  font-family: 'Oswald', sans-serif;
  font-size: 29px; font-weight: 500;
  letter-spacing: -.2px;
  line-height: 1;
}
.nav-logo .brand-word { display: inline-flex; align-items: baseline; }
.nav-logo .brand-slim { color: var(--plum); font-weight: 600; }
.nav-logo .brand-set { color: var(--teal);  font-weight: 400; }
.nav-logo .brand-mark { width: 26px; height: 26px; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a {
  font-size: 14px; font-weight: 700; color: #4a4160;
  transition: color .2s;
}
.nav-links a:hover { color: var(--orchid); }
.nav-links a b { color: var(--teal); }
.nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--orchid); color: var(--white) !important;
  font-size: 13px; font-weight: 700; letter-spacing: .3px;
  padding: 10px 19px; border-radius: 8px;
  box-shadow: 0 4px 14px rgba(140,58,107,.28);
  transition: background .2s, transform .2s;
}
.nav-cta:hover { background: var(--plum-shadow); transform: translateY(-1px); }
.nav-cta svg { width: 15px; height: 15px; }

/* V4 (reduced page) — the nav is only the BUY NOW button, so it never collapses */
.nav-links--reduced { display: flex !important; }

.nav-hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 4px; background: none; border: none;
}
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--plum); border-radius: 2px; transition: all .3s; }

/* ===== SECTION 2 · HERO ===== */
.hero {
  position: relative;
  background:
    /* tide watermark — same seamless 600-unit cycle as the claim strips, lifted off
       the bottom edge so it reads as its own layer rather than a broken join with
       the plum band below */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='120' viewBox='0 0 1200 120'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 42q150-30 300 0t300 0t300 0t300 0' stroke='%232FA98C' stroke-opacity='.16' stroke-width='2.5'/%3E%3Cpath d='M0 78q150 30 300 0t300 0t300 0t300 0' stroke='%23A79BC2' stroke-opacity='.34' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E"),
    radial-gradient(115% 80% at 82% 0%, rgba(167,155,194,.30) 0%, rgba(167,155,194,0) 58%),
    radial-gradient(90% 70% at 8% 100%, rgba(47,169,140,.11) 0%, rgba(47,169,140,0) 60%),
    linear-gradient(180deg, var(--milk-haze) 0%, var(--milk) 100%);
  background-repeat: repeat-x, no-repeat, no-repeat, no-repeat;
  background-position: center bottom 26px, 0 0, 0 0, 0 0;
  background-size: 1200px 120px, auto, auto, auto;
  padding: 48px 0 68px;
  overflow: hidden;
}
.hero-headline { text-align: center; max-width: 940px; margin: 0 auto 42px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Oswald', sans-serif; font-size: 12.5px; font-weight: 500;
  letter-spacing: 2px; text-transform: uppercase; color: var(--plum-shadow);
  background: rgba(255,255,255,.75);
  border: 1px solid var(--lavender);
  border-radius: 40px; padding: 7px 20px; margin-bottom: 20px;
  backdrop-filter: blur(2px);
}
.hero-eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--teal);
  box-shadow: 0 0 0 3px rgba(47,169,140,.22);
}
.hero-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(32px, 4.6vw, 56px);
  font-weight: 600; color: var(--plum);
  line-height: 1.06; letter-spacing: -.4px; text-transform: none;
}
.hero-title .accent {
  color: var(--orchid);
  /* thin tapering teal stroke under the accent words */
  background-image: linear-gradient(90deg, rgba(47,169,140,.6), rgba(47,169,140,.18));
  background-repeat: no-repeat;
  background-size: 100% 5px;
  background-position: 0 94%;
  padding-bottom: 3px;
}
.hero-subtitle {
  font-size: clamp(16px, 2vw, 20px); font-weight: 600;
  color: #4f4664; line-height: 1.55; margin-top: 18px;
  max-width: 780px; margin-left: auto; margin-right: auto;
}
.hero-subtitle b { color: var(--plum); }

.hero-inner {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 48px; align-items: center;
}
.hero-left { position: relative; display: flex; flex-direction: column; align-items: center; gap: 18px; }
/* halo behind the pack so the transparent PNG reads as lit rather than pasted on */
.hero-left::before {
  content: '';
  position: absolute; top: -4%; left: 50%; transform: translateX(-50%);
  width: min(470px, 96%); aspect-ratio: 1/1; border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255,255,255,.85) 0%, rgba(255,255,255,0) 62%),
    radial-gradient(circle, rgba(167,155,194,.4) 0%, rgba(167,155,194,0) 66%);
  pointer-events: none;
}
.hero-left > * { position: relative; }
.hero-product-img { max-height: 460px; width: auto; object-fit: contain;
  filter: drop-shadow(0 26px 34px rgba(42,33,64,.26)); }
.hero-bonus-line {
  font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 500;
  letter-spacing: .6px; color: var(--plum); text-align: center;
  background: var(--teal-soft); border: 2px solid var(--teal);
  border-radius: 40px; padding: 7px 22px;
}
.hero-bonus-previews { display: flex; gap: 12px; justify-content: center; width: 100%; }
.hero-bonus-thumb { position: relative; flex: 1; max-width: 122px; }
.hero-bonus-thumb img {
  border-radius: 8px; border: 1px solid var(--line);
  box-shadow: 0 6px 18px rgba(42,33,64,.16);
  aspect-ratio: 3/4; object-fit: cover; object-position: 50% 8%;
}
.hero-bonus-thumb .free-tag {
  position: absolute; top: -8px; right: -6px;
  background: var(--teal); color: var(--white); font-family: 'Oswald', sans-serif;
  font-size: 11px; font-weight: 600; padding: 2px 10px; border-radius: 20px;
  letter-spacing: .5px; box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

/* hero CTA card — right column (40%) */
.hero-card {
  position: relative;
  background: var(--white); border: 1px solid var(--line);
  border-radius: 22px; padding: 30px 28px;
  box-shadow: 0 2px 4px rgba(42,33,64,.05), 0 24px 56px rgba(42,33,64,.15);
  display: flex; flex-direction: column; gap: 16px; text-align: center;
  overflow: hidden;
}
/* gradient hairline across the top edge of the card */
.hero-card::before {
  content: '';
  position: absolute; inset: 0 0 auto 0; height: 4px;
  background: linear-gradient(90deg, var(--teal), var(--violet) 50%, var(--orchid));
}
.hero-card h2 {
  font-family: 'Oswald', sans-serif; font-size: clamp(21px, 2.8vw, 28px);
  font-weight: 600; color: var(--plum); line-height: 1.18;
}
.hero-card-img { max-height: 225px; width: auto; margin: 0 auto; object-fit: contain; }
.hero-card-badge {
  font-family: 'Oswald', sans-serif; font-size: 12.5px; font-weight: 500;
  letter-spacing: .5px; color: var(--plum-shadow);
  background: var(--lavender-soft); border: 1px dashed var(--violet);
  border-radius: 10px; padding: 9px 12px;
}
.hero-cta-btn, .pkg-btn, .faq-cta-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  background: var(--orchid); color: var(--white);
  font-family: 'Oswald', sans-serif; font-weight: 600;
  border: none; border-radius: 10px; cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s;
}
.hero-cta-btn {
  font-size: 19px; padding: 16px 26px; width: 100%;
  letter-spacing: .4px;
  animation: cta-pulse 2.2s ease-in-out infinite;
}
.pkg-btn { pointer-events: none; }
.hero-cta-btn:hover, .pkg-btn:hover, .faq-cta-btn:hover {
  background: var(--plum-shadow); animation: none; transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(94,40,80,.34);
}
.hero-cta-btn svg { width: 19px; height: 19px; }
@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 4px 16px rgba(140,58,107,.30); transform: scale(1); }
  50% { box-shadow: 0 0 0 9px rgba(140,58,107,.09), 0 4px 18px rgba(140,58,107,.36); transform: scale(1.012); }
}
.hero-trust {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 6px 14px; font-size: 12.5px; font-weight: 700; color: var(--muted);
}
.hero-trust span { display: inline-flex; align-items: center; gap: 5px; }
.hero-trust svg { width: 14px; height: 14px; fill: var(--teal); }

/* ===== SHARED · TIDE BANDS (claim strips + free-shipping strip) =====
   Dark plum bands carrying the tide-wave motif. Sitting dark between the cream
   sections makes them read as moments rather than filler. */
.claim-strip,
.shipping-strip {
  position: relative; overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(0,0,0,.3);
  padding: 34px 24px; text-align: center;
}
/* Tide lines. The tile MUST be seamless: each path starts and ends at the same y
   with the same tangent, and one full wave cycle is 600 — exactly half the 1200
   tile — so repeat-x never shows a step. Middle line runs in opposite phase so the
   lines cross like water instead of sitting parallel. */
.claim-strip::before,
.shipping-strip::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='130' viewBox='0 0 1200 130'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 38q150-28 300 0t300 0t300 0t300 0' stroke='%232FA98C' stroke-opacity='.5' stroke-width='2.5'/%3E%3Cpath d='M0 70q150 28 300 0t300 0t300 0t300 0' stroke='%23A79BC2' stroke-opacity='.4' stroke-width='2'/%3E%3Cpath d='M0 102q150-22 300 0t300 0t300 0t300 0' stroke='%232FA98C' stroke-opacity='.2' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x; background-position: center; background-size: 1200px 130px;
}
.claim-strip > *,
.shipping-strip > * { position: relative; }

/* ===== SECTION 3 / 12 · CLAIM STRIP =====
   Warm orchid corner keeps these distinct from the Science / FAQ bands. */
.claim-strip {
  background:
    radial-gradient(72% 170% at 50% -25%, rgba(167,155,194,.5) 0%, rgba(167,155,194,0) 62%),
    linear-gradient(160deg, #3B2F58 0%, var(--plum) 46%, #4A2247 100%);
}
.claim-strip h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(20px, 3.2vw, 32px); font-weight: 600;
  color: var(--milk-haze); line-height: 1.2; letter-spacing: -.2px;
}
.claim-strip p {
  display: inline-block;
  font-family: 'Oswald', sans-serif; font-weight: 500;
  font-size: clamp(13px, 1.6vw, 16px); letter-spacing: 1.4px; text-transform: uppercase;
  color: #06251D; background: var(--teal);
  border-radius: 30px; padding: 6px 22px; margin-top: 14px;
  box-shadow: 0 4px 14px rgba(0,0,0,.32);
}

/* ===== SECTION 4 / 12 · PRICING ===== */
.packages-section { background: var(--milk); padding: 56px 0; }
.section-eyebrow {
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 500;
  letter-spacing: 2.4px; text-transform: uppercase; color: var(--teal);
  text-align: center;
}
.section-heading {
  font-family: 'Oswald', sans-serif; font-size: clamp(25px, 3.7vw, 40px);
  font-weight: 600; color: var(--plum); line-height: 1.14; letter-spacing: -.3px;
  text-align: center; margin-top: 8px;
}
/* small gradient flourish under every section heading */
.section-heading::after,
.faq-title::after {
  content: ''; display: block;
  width: 68px; height: 3px; border-radius: 3px; margin: 20px auto 0;
  background: linear-gradient(90deg, var(--teal), var(--orchid));
}
/* on the dark/teal bands the flourish switches to the warm gold accent */
.bonus-section .section-heading::after,
.faq-title::after { background: linear-gradient(90deg, #FFE9A8, rgba(255,255,255,.5)); }
.faq-title::after { margin-left: 0; }
.packages-grid {
  display: grid; grid-template-columns: 1fr 1.24fr 1fr; gap: 22px;
  /* the featured ribbon floats ~43px above the grid — this keeps it clear of the
     heading flourish above it */
  margin-top: 66px; align-items: start;
}
.pkg-card {
  /* beige surface, matching the tone used further down the page */
  background: var(--milk-haze); border: 2px solid var(--line); border-radius: 20px;
  overflow: visible; display: flex; flex-direction: column;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  position: relative;
  box-shadow: 0 2px 4px rgba(42,33,64,.04), 0 10px 26px rgba(42,33,64,.07);
}
.pkg-card:hover {
  transform: translateY(-6px); border-color: var(--lavender);
  box-shadow: 0 4px 8px rgba(42,33,64,.06), 0 22px 46px rgba(42,33,64,.16);
}
.pkg-card.featured {
  border: 3px solid var(--orchid); margin-top: -14px; margin-bottom: -14px;
  box-shadow: 0 4px 10px rgba(140,58,107,.12), 0 26px 56px rgba(140,58,107,.26);
  z-index: 3;
}
.pkg-card.featured:hover { border-color: var(--plum-shadow); }
.pkg-ribbon {
  position: absolute; top: -29px; left: 50%; transform: translateX(-50%);
  background: var(--orchid); color: var(--white); border: 2px solid var(--plum-shadow);
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: .8px; padding: 4px 18px; border-radius: 30px;
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
  box-shadow: 0 4px 12px rgba(42,33,64,.2); z-index: 2;
}
.pkg-head {
  background: linear-gradient(135deg, #7A6E9C, var(--violet));
  padding: 12px 16px; text-align: center;
  border-radius: 17px 17px 0 0;
}
.pkg-card.featured .pkg-head {
  background: linear-gradient(135deg, var(--plum-shadow), var(--plum));
  border-radius: 14px 14px 0 0;
}
.pkg-head h4 {
  font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 500;
  color: var(--white); letter-spacing: 1.8px; text-transform: uppercase;
}
.pkg-body { padding: 22px 20px; display: flex; flex-direction: column; gap: 14px; }
.pkg-qty {
  font-family: 'Oswald', sans-serif; font-size: 36px; font-weight: 600;
  color: var(--plum); text-align: center; line-height: 1;
}
.pkg-supply { font-size: 14px; font-weight: 700; color: var(--muted); text-align: center; margin-top: -8px; }
.pkg-img-wrap { min-height: 186px; display: flex; align-items: center; justify-content: center; position: relative; }
.pkg-img-wrap img { max-height: 205px; width: auto; object-fit: contain;
  filter: drop-shadow(0 12px 16px rgba(42,33,64,.18)); }
.pkg-bonus-tag {
  position: absolute; right: 6px; bottom: 10px;
  background: var(--teal); color: var(--white); font-family: 'Oswald', sans-serif;
  font-size: 12px; font-weight: 600; padding: 4px 11px; border-radius: 7px;
  letter-spacing: .5px; box-shadow: 0 3px 8px rgba(0,0,0,.2);
}
.pkg-price {
  font-family: 'Oswald', sans-serif; font-size: 64px; font-weight: 600;
  color: var(--orchid); text-align: center; line-height: .95;
}
.pkg-price-per { font-size: 14px; font-weight: 600; color: var(--muted); text-align: center; margin-top: -4px; }
.pkg-feats { display: flex; flex-direction: column; gap: 7px; padding: 4px 0; }
.pkg-feat { display: flex; align-items: center; gap: 9px; font-size: 14.5px; font-weight: 600; }
.pkg-feat svg { width: 17px; height: 17px; min-width: 17px; }
.pkg-feat.yes { color: #33294d; } .pkg-feat.yes svg { fill: var(--teal); }
.pkg-feat.no  { color: #a9a2b8; } .pkg-feat.no svg  { fill: #cfc8dd; }
.pkg-save {
  /* warm highlight so the pill belongs on the beige card surface */
  background: linear-gradient(135deg, #FFFDF7, var(--teal-soft));
  border: 1px solid var(--lavender);
  border-radius: 30px; text-align: center; padding: 9px 12px;
  font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 17px;
  letter-spacing: .3px; color: var(--plum-shadow);
}
.pkg-total { text-align: center; line-height: 1.2; }
.pkg-total .was { color: #a9a2b8; text-decoration: line-through; font-size: 17px; margin-right: 6px; }
.pkg-total .now { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 26px; color: var(--plum); }
.pkg-total .ship { display: block; font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.pkg-btn { font-size: 20px; padding: 14px 16px; width: 100%; position: relative; }
.pkg-btn svg { width: 20px; height: 20px; }
.pkg-hand { position: absolute; right: -6px; bottom: -22px; width: 46px;
  pointer-events: none; animation: hand-tap 1.6s ease-in-out infinite; }
@keyframes hand-tap { 0%,100% { transform: translateY(0) rotate(-8deg);} 50% { transform: translateY(-7px) rotate(-8deg);} }
.pkg-pay { max-width: 180px; margin: 2px auto 0; opacity: .85; }

/* featured package — bigger & more prominent */
.pkg-card.featured .pkg-head { padding: 13px 16px; }
.pkg-card.featured .pkg-head h4 { font-size: 17px; }
.pkg-card.featured .pkg-body { padding: 22px 22px; gap: 13px; }
.pkg-card.featured .pkg-qty { font-size: 40px; }
.pkg-card.featured .pkg-supply { font-size: 15px; }
.pkg-card.featured .pkg-img-wrap { min-height: 265px; }
.pkg-card.featured .pkg-img-wrap img {
  max-height: 290px; max-width: 122%; width: auto;
  filter: drop-shadow(0 16px 24px rgba(42,33,64,.22));
}
.pkg-card.featured .pkg-bonus-tag { font-size: 13px; padding: 5px 13px; }
.pkg-card.featured .pkg-price { font-size: 72px; }
.pkg-card.featured .pkg-price-per { font-size: 15px; }
.pkg-card.featured .pkg-feat { font-size: 15.5px; gap: 10px; }
.pkg-card.featured .pkg-feat svg { width: 18px; height: 18px; min-width: 18px; }
.pkg-card.featured .pkg-save { font-size: 18px; padding: 10px; }
.pkg-card.featured .pkg-total .was { font-size: 19px; }
.pkg-card.featured .pkg-total .now { font-size: 30px; }
.pkg-card.featured .pkg-btn {
  font-size: 22px; padding: 17px 16px;
  box-shadow: 0 12px 26px rgba(140,58,107,.34);
}
.pkg-card.featured .pkg-btn svg { width: 24px; height: 24px; }
.pkg-card.featured .pkg-hand { width: 52px; right: -8px; bottom: -24px; }
.pkg-card.featured .pkg-pay { max-width: 200px; }

/* ===== SECTION 5 / 12 · GUARANTEE ===== */
.guarantee-section { background: var(--milk-haze); padding: 70px 0; border-bottom: 1px solid var(--line); }
.guarantee-inner { display: flex; flex-direction: column; gap: 26px; }
.guarantee-body {
  display: flex; align-items: center; gap: 34px;
  background: linear-gradient(135deg, var(--milk-haze), var(--lavender-soft));
  border: 1px solid var(--line); border-radius: 22px;
  padding: 30px 34px; margin-top: 6px;
  box-shadow: 0 12px 32px rgba(42,33,64,.07);
}
.guarantee-seal { width: 168px; min-width: 168px; height: auto; object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(42,33,64,.18)); }
.guarantee-text { font-size: 17px; line-height: 1.75; color: #3c3350; }
.guarantee-fda { max-width: 640px; margin: 8px auto 0; width: 100%; }
.guarantee-made { font-size: 15px; font-style: italic; color: var(--muted); text-align: center; }

/* ===== SECTION 6 · BONUSES ===== */
.bonus-section {
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 24px, rgba(0,0,0,.03) 24px 48px),
    radial-gradient(90% 60% at 50% 0%, rgba(255,255,255,.14) 0%, rgba(255,255,255,0) 62%),
    var(--teal);
  padding: 72px 0;
}
.bonus-section .section-eyebrow { color: #d6f2ea; }
.bonus-section .section-heading { color: var(--white); }
.bonus-section .section-heading .hl { color: #FFE9A8; }
.bonus-value-line {
  text-align: center; margin-top: 16px;
  font-family: 'Oswald', sans-serif; font-size: clamp(15px, 2vw, 18px); font-weight: 500;
  letter-spacing: .4px; color: #eafaf5;
}
.bonus-value-line s { color: rgba(255,255,255,.62); }
.bonus-value-line b { color: #FFE9A8; font-weight: 600; }
.bonus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px; }
.bonus-card { display: flex; flex-direction: column; gap: 14px; }
.bonus-card-img { position: relative; transition: transform .25s ease; }
.bonus-card:hover .bonus-card-img { transform: translateY(-6px); }
.bonus-card-img img { border-radius: 12px; width: 100%; background: var(--white);
  box-shadow: 0 18px 40px rgba(0,0,0,.32); }
/* thin spine on the left edge so the flat cover reads as a book */
.bonus-card-img::after {
  content: '';
  position: absolute; inset: 0 auto 0 0; width: 7px;
  border-radius: 12px 0 0 12px;
  background: linear-gradient(90deg, rgba(0,0,0,.3), rgba(255,255,255,.14));
  pointer-events: none;
}
.bonus-card-img .free-badge {
  position: absolute; top: 10px; right: 10px; background: var(--orchid); color: var(--white);
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: .8px; padding: 4px 13px; border-radius: 30px; box-shadow: 0 3px 8px rgba(0,0,0,.3);
}
.bonus-num { font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600;
  color: #cdefe6; letter-spacing: 1.6px; text-transform: uppercase; }
.bonus-name { font-family: 'Oswald', sans-serif; font-size: 23px; font-weight: 600; color: var(--white); line-height: 1.2; }
.bonus-name .price { color: #FFE9A8; font-size: 17px; margin-left: 6px; }
.bonus-text { font-size: 14.5px; color: rgba(255,255,255,.86); line-height: 1.62; }
.bonus-dl { font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 500;
  letter-spacing: .8px; color: #FFE9A8; }

/* ===== SECTION 7 · FREE SHIPPING STRIP ===== */
/* ===== SECTION 7 · FREE SHIPPING STRIP =====
   Same tide band, but a violet-leaning gradient one step lighter than the plum
   Science band that follows it — otherwise the two full-bleed dark sections butt
   together and read as a single block. The teal hairline marks the boundary. */
.shipping-strip {
  background:
    radial-gradient(70% 160% at 50% -20%, rgba(167,155,194,.42) 0%, rgba(167,155,194,0) 64%),
    linear-gradient(160deg, #4A3D6E 0%, #3E3260 48%, #453460 100%);
  border-bottom: 2px solid var(--teal);
  padding: 34px 0;  /* the inner .container already carries the horizontal padding */
}
.shipping-inner { display: flex; align-items: center; gap: 12px; justify-content: center; text-align: center; flex-direction: column; }
.shipping-title {
  font-family: 'Oswald', sans-serif; font-size: clamp(20px, 3vw, 32px); font-weight: 600;
  color: var(--milk-haze); letter-spacing: -.2px;
}
.shipping-sub {
  font-size: 15px; font-weight: 700; color: #F3EFFA;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.24);
  border-radius: 30px; padding: 8px 22px;
}
.shipping-sub em { font-style: italic; font-weight: 600; color: var(--lavender); }

/* ===== SECTION 8 · ABOUT / SCIENCE ===== */
.science-band {
  background:
    radial-gradient(80% 100% at 50% 0%, rgba(167,155,194,.30) 0%, rgba(0,0,0,0) 62%),
    var(--plum);
  padding: 54px 0; text-align: center;
}
.science-band .date-label {
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 500;
  letter-spacing: 2.2px; text-transform: uppercase; color: var(--lavender);
}
.science-band h2 {
  font-family: 'Oswald', sans-serif; font-size: clamp(23px, 3.4vw, 38px);
  font-weight: 600; color: var(--white); line-height: 1.2; max-width: 920px; margin: 12px auto 0;
}
.science-band .subtitle { font-size: clamp(16px, 2vw, 20px); font-style: italic; color: rgba(255,255,255,.82); margin-top: 12px; }

.science-section { padding: 66px 0; background: var(--milk-haze); }
.science-block { display: grid; grid-template-columns: 2fr 3fr; gap: 36px; align-items: center; margin-bottom: 40px; }
.science-block.media-left { grid-template-columns: 2fr 3fr; }
.science-block.media-right { grid-template-columns: 3fr 2fr; }
.science-block.media-right .science-media { order: 2; }
/* editorial photos come in mixed orientations — a fixed ratio keeps both blocks even */
.science-media img {
  border-radius: 14px; width: 100%;
  aspect-ratio: 4/3; object-fit: cover; object-position: 50% 35%;
  box-shadow: 0 14px 34px rgba(42,33,64,.16);
}
.science-copy p { font-size: 16.5px; color: #3c3350; line-height: 1.75; margin-bottom: 14px; }
.science-copy h3 { font-family: 'Oswald', sans-serif; font-size: 26px; font-weight: 600; color: var(--plum); margin-bottom: 12px; line-height: 1.24; }
.science-copy b { color: var(--plum-shadow); }
.science-highlight {
  background: var(--lavender-soft); border-left: 4px solid var(--violet);
  border-radius: 0 12px 12px 0; padding: 16px 20px; font-size: 16px;
  color: #3c3350; line-height: 1.7; margin-top: 6px;
}
.quote-callout {
  position: relative;
  background: var(--white); border: 1px solid var(--line);
  border-top: 5px solid var(--teal); border-radius: 16px;
  padding: 30px 34px 26px; margin: 8px auto 40px; max-width: 820px;
  box-shadow: 0 12px 34px rgba(42,33,64,.1);
}
/* oversized quote mark as a watermark behind the citation */
.quote-callout::before {
  content: '\201C';
  position: absolute; top: 4px; left: 18px;
  font-family: 'Oswald', sans-serif; font-size: 92px; font-weight: 700;
  line-height: 1; color: rgba(47,169,140,.16); pointer-events: none;
}
.quote-callout .q { position: relative; font-size: 18.5px; font-style: italic; color: var(--plum); line-height: 1.58; font-weight: 600; }
.quote-callout .ref { font-size: 12px; color: var(--muted); line-height: 1.55; margin-top: 14px; }
.quote-callout .ref a { color: var(--teal); text-decoration: underline; }

/* ===== SECTION 9 · PRODUCT INTRO ===== */
.product-section { background: var(--milk); padding: 70px 0; }
.product-eyebrow { font-size: 17px; color: var(--muted); text-align: center; }
.product-title {
  font-family: 'Oswald', sans-serif; font-size: clamp(38px, 5.6vw, 60px);
  font-weight: 600; color: var(--plum); text-align: center; line-height: 1.05; margin-top: 2px;
}
.product-title .accent { color: var(--teal); }
.product-tagline {
  font-family: 'Oswald', sans-serif; font-size: clamp(18px, 2.4vw, 23px); font-weight: 400;
  color: #4f4664; text-align: center; line-height: 1.34; margin: 14px auto 36px; max-width: 660px;
}
.product-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.product-inner img { width: 100%; max-height: 380px; object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(42,33,64,.2)); }
.product-copy p { font-size: 17px; font-weight: 500; color: #3c3350; line-height: 1.75; margin-bottom: 16px; }
.product-copy b { color: var(--plum-shadow); font-weight: 700; }

/* ===== SECTION 10 · INGREDIENTS ===== */
.ingredients-section { padding: 70px 0; background: var(--milk-haze); }
/* flex rather than grid: with 5 ingredients the orphan row centres itself */
.ingredients-grid {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 44px;
  max-width: 980px; margin-left: auto; margin-right: auto;
  counter-reset: ingredient;
}
.ingredient-card {
  display: flex; flex-direction: column; gap: 12px; counter-increment: ingredient;
  flex: 0 1 calc((100% - 60px) / 3); min-width: 240px;
}
.ingredient-img-wrap {
  position: relative;
  border: 2px solid var(--line); border-radius: 18px; overflow: hidden;
  aspect-ratio: 1/1; background: var(--white);
  box-shadow: 0 10px 26px rgba(42,33,64,.09);
  transition: transform .25s ease, box-shadow .25s ease;
}
.ingredient-card:hover .ingredient-img-wrap {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(42,33,64,.16);
}
.ingredient-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
/* plum veil at the base of the photo so the numbered badge stays legible */
.ingredient-img-wrap::before {
  content: '';
  position: absolute; inset: auto 0 0 0; height: 46%;
  background: linear-gradient(180deg, rgba(42,33,64,0) 0%, rgba(42,33,64,.5) 100%);
}
.ingredient-img-wrap::after {
  content: counter(ingredient);
  position: absolute; bottom: 12px; left: 14px;
  display: flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--white); color: var(--plum);
  font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 600;
  box-shadow: 0 4px 12px rgba(0,0,0,.28);
}
.ingredient-name { font-family: 'Oswald', sans-serif; font-size: 19px; font-weight: 600; color: var(--plum); line-height: 1.2; }
.ingredient-role { font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 400; font-style: italic; color: var(--teal); letter-spacing: .2px; margin-top: -6px; }
.ingredient-desc { font-size: 14px; color: #48405c; line-height: 1.58; }
.ingredients-notice {
  max-width: 820px; margin: 3rem auto 0;
  background: var(--lavender-soft); border: 1px solid var(--lavender);
  border-left: 5px solid var(--plum-shadow);
  border-radius: 0 14px 14px 0; padding: 20px 24px;
}
.ingredients-notice h4 {
  font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 600;
  letter-spacing: .8px; text-transform: uppercase; color: var(--plum-shadow); margin-bottom: 8px;
}
.ingredients-notice p { font-size: 14.5px; color: #3c3350; line-height: 1.65; }
.ingredients-closer { max-width: 820px; margin: 2rem auto 0; text-align: center; }
.ingredients-closer p { color: var(--muted); line-height: 1.65; font-style: italic; }

/* ===== SECTION 11 · BENEFITS ===== */
.benefits-section { background: var(--milk); border-top: 1px solid var(--line); padding: 62px 0; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.benefit-item {
  display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center;
  background: var(--white); border: 1px solid var(--line); border-radius: 20px;
  padding: 28px 22px 26px;
  box-shadow: 0 2px 4px rgba(42,33,64,.04), 0 10px 26px rgba(42,33,64,.06);
  transition: transform .22s ease, box-shadow .22s ease;
}
.benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(42,33,64,.06), 0 20px 40px rgba(42,33,64,.13);
}
.benefit-icon {
  width: 68px; height: 68px; border-radius: 50%;
  background: linear-gradient(135deg, var(--teal-soft), var(--lavender-soft));
  display: flex; align-items: center; justify-content: center; padding: 16px;
  box-shadow: inset 0 0 0 1px rgba(47,169,140,.24);
  border: none;
}
.benefit-icon svg { width: 100%; height: 100%; fill: var(--teal); }
.benefit-label { font-family: 'Oswald', sans-serif; font-size: 17px; font-weight: 600; color: var(--plum); line-height: 1.26; letter-spacing: -.1px; }
.benefit-text { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ===== SECTION 13 · FAQ ===== */
.faq-section {
  background:
    radial-gradient(80% 60% at 0% 0%, rgba(167,155,194,.26) 0%, rgba(0,0,0,0) 58%),
    var(--plum);
  padding: 72px 0;
}
.faq-inner { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 44px; align-items: center; }
.faq-aside { text-align: center; }
.faq-aside img { max-width: 400px; margin: 0 auto 20px; filter: drop-shadow(0 22px 34px rgba(0,0,0,.4)); }
.faq-aside .seal { max-width: 160px; margin: 0 auto 24px; filter: none; }
.faq-cta-btn { font-size: 18px; padding: 15px 24px; width: 100%; max-width: 320px; }
.faq-title {
  font-family: 'Oswald', sans-serif; font-size: clamp(28px, 4vw, 42px);
  font-weight: 600; color: var(--white); margin-bottom: 28px;
}
.faq-list { display: flex; flex-direction: column; gap: 11px; }
.faq-item {
  background: var(--white); border-radius: 14px; overflow: hidden;
  border-left: 4px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.faq-item.open { border-left-color: var(--teal); box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px 20px; cursor: pointer; user-select: none;
  transition: background-color .2s;
}
.faq-q:hover { background-color: var(--milk-haze); }
.faq-q h3 { font-family: 'Nunito Sans', sans-serif; font-size: 16.5px; font-weight: 700; color: var(--plum); line-height: 1.34; }
.faq-arrow { width: 20px; min-width: 20px; transition: transform .3s ease; fill: var(--teal); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 20px;
  font-size: 15.5px; color: #48405c; line-height: 1.72;
  transition: max-height .4s ease, opacity .3s ease .05s, padding-bottom .35s ease;
}
.faq-item.open .faq-a { max-height: 760px; opacity: 1; padding-bottom: 20px; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }

/* ===== SECTION 14 · SUPPLEMENT FACTS + REFERENCES ===== */
.label-section { padding: 66px 0 40px; background: var(--milk-haze); }
.label-img { max-width: 1100px; width: 100%; margin: 0 auto; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 14px 38px rgba(42,33,64,.12); }
.label-caption { text-align: center; font-size: 13.5px; color: var(--muted); margin-top: 16px; }
.references-section { padding: 0 0 60px; background: var(--milk-haze); }
.references-label {
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600; color: #a39cb5;
  text-align: center; text-transform: uppercase; letter-spacing: 1.8px; margin-bottom: 20px;
}
.references-logos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; align-items: center; justify-items: center; margin-bottom: 14px; max-width: 760px; margin-left: auto; margin-right: auto; }
.references-logos img { max-height: 46px; width: auto; filter: grayscale(1); opacity: .55; }
.references-disclaimer { font-size: 12px; color: #aaa2bb; text-align: center; margin-bottom: 26px; }
.references-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.references-cols p { font-size: 12px; color: #8f87a3; line-height: 1.65; margin-bottom: 10px; }
.references-cols b { color: #6f6785; }

/* ===== SECTION 15 · FOOTER ===== */
.bg-footer {
  background-color: var(--plum-deeper);
  color: var(--white);
  padding: 3rem 1.5rem;
  font-family: 'Nunito Sans', Arial, sans-serif;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}
.bg-footer * { box-sizing: border-box; }
.bg-footer__container { max-width: 960px; margin: 0 auto; overflow-x: hidden; }
.bg-footer__links {
  list-style: none; margin: 0 0 1.5rem 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: .5rem 1.5rem; text-align: center;
}
.bg-footer__links li { margin: 0; padding: 0; }
.bg-footer__links a {
  color: var(--white); text-decoration: none; font-size: .95rem; font-weight: 600;
  transition: color .2s;
}
.bg-footer__links a:hover { color: var(--lavender); text-decoration: underline; }
.bg-footer__disclaimer {
  color: rgba(255,255,255,.78); text-align: justify;
  font-size: .78rem; line-height: 1.45; margin: 0 0 1rem 0;
}
.bg-footer #disclaimer,
.bg-footer #disclaimer * { color: #fff !important; }

/* BuyGoods dynamic disclaimer — responsive container.
   Renders as a native horizontal table on desktop and stacks on mobile. */
#disclaimer {
  display: block;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
#disclaimer * {
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}
#disclaimer img { height: auto !important; }

@media (max-width: 767px) {
  .bg-footer { padding: 2rem 1rem; }
  .bg-footer__links { gap: .5rem 1rem; }
  #disclaimer table,
  #disclaimer tbody,
  #disclaimer tr,
  #disclaimer td,
  #disclaimer div {
    width: 100% !important;
    display: block !important;
  }
  #disclaimer td { padding: 8px !important; }
  #disclaimer img { display: block !important; margin: 0 auto 8px !important; }
}

/* ===== responsive ===== */
@media (max-width: 991px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute;
    top: 66px; left: 0; right: 0; background: var(--white); padding: 20px 24px;
    border-bottom: 1px solid var(--line); z-index: 400; gap: 16px;
    box-shadow: 0 8px 20px rgba(42,33,64,.12);
  }
  .hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .science-block, .science-block.media-left, .science-block.media-right { grid-template-columns: 1fr; gap: 22px; }
  .science-block.media-right .science-media { order: 0; }
  .product-inner { grid-template-columns: 1fr; gap: 28px; }
  .bonus-grid { grid-template-columns: 1fr; max-width: 420px; margin: 36px auto 0; }
  .ingredient-card { flex: 0 1 calc((100% - 30px) / 2); }
  .faq-inner { grid-template-columns: 1fr; gap: 30px; }
  .faq-aside { position: static; min-width: 0; }
  .faq-aside img { max-width: 100%; width: auto; }

  /* packages: tame the featured emphasis so 3 columns still fit on tablets */
  .packages-grid { grid-template-columns: 1fr 1.2fr 1fr; gap: 16px; }
  .pkg-card.featured { margin-top: -12px; margin-bottom: -12px; box-shadow: 0 16px 34px rgba(140,58,107,.2); }
  .pkg-card.featured .pkg-body { padding: 20px 16px; gap: 13px; }
  .pkg-card.featured .pkg-img-wrap { min-height: 232px; }
  .pkg-card.featured .pkg-img-wrap img { max-height: 250px; max-width: 114%; }
  .pkg-card.featured .pkg-qty { font-size: 36px; }
  .pkg-card.featured .pkg-price { font-size: 60px; }
  .pkg-card.featured .pkg-save { font-size: 17px; }
  .pkg-card.featured .pkg-total .now { font-size: 27px; }
  .pkg-card.featured .pkg-btn { font-size: 19px; padding: 14px 12px; }
}
@media (max-width: 767px) {
  body { font-size: 16px; }
  .packages-grid { grid-template-columns: 1fr; max-width: 380px; margin: 58px auto 0; }
  .pkg-card { margin-top: 0; }
  .pkg-card.featured { margin-top: 0; margin-bottom: 0; }
  .pkg-card.featured .pkg-img-wrap img { max-width: 100%; }
  .pkg-card:nth-child(1) { order: 3; }
  .pkg-card:nth-child(2) { order: 1; }
  .pkg-card:nth-child(3) { order: 2; }
  .guarantee-body { flex-direction: column; align-items: center; text-align: center; padding: 26px 22px; }
  .ingredients-grid { max-width: 340px; margin: 36px auto 0; }
  .ingredient-card { flex: 0 1 100%; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .benefit-item { padding: 22px 16px 20px; }
  .references-logos { grid-template-columns: repeat(2, 1fr); }
  .references-cols { grid-template-columns: 1fr; }
  .quote-callout { padding: 26px 22px 22px; }
  .quote-callout::before { font-size: 70px; left: 12px; }
  /* phone tiles: their own 640-wide artwork (320 cycle, 2 per tile) rather than a
     squashed copy of the desktop one, so the stroke weight stays even */
  .claim-strip::before,
  .shipping-strip::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='640' height='130' viewBox='0 0 640 130'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 38q80-26 160 0t160 0t160 0t160 0' stroke='%232FA98C' stroke-opacity='.5' stroke-width='2.5'/%3E%3Cpath d='M0 70q80 26 160 0t160 0t160 0t160 0' stroke='%23A79BC2' stroke-opacity='.4' stroke-width='2'/%3E%3Cpath d='M0 102q80-20 160 0t160 0t160 0t160 0' stroke='%232FA98C' stroke-opacity='.2' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 640px 130px;
  }
}
@media (max-width: 479px) {
  .benefits-grid { grid-template-columns: 1fr; max-width: 340px; margin: 36px auto 0; }
  .hero-bonus-previews { gap: 8px; }
  .hero-eyebrow { font-size: 11px; letter-spacing: 1.4px; padding: 6px 15px; }
}
