/* PressPril DTC — main stylesheet
   Palette derived from the official product label:
   deep navy + steel blue base, vascular red as the high-energy complement.
*/

:root {
  --mist:         #F5F7F9;  /* Pale Mist — primary background */
  --mist-haze:    #EEF2F5;  /* Mist Haze — alternate light background */
  --steel:        #5C7A99;  /* Steel Blue — surface alt, science band */
  --navy:         #1B3A5C;  /* Navy Deep — primary text / headlines */
  --navy-deep:    #12283F;  /* Navy Deep darker — dark bands, footer */
  --vessel:       #A6222E;  /* Vessel Red — accents, dividers, icons */
  --slate:        #3D5A73;  /* Slate Blue — badges, secondary highlights */
  --cardinal:     #8C1F2A;  /* Cardinal Fire — primary CTA, ribbons */
  --cardinal-dk:  #5E1420;  /* Cardinal Shadow — CTA hover, warning blocks */
  --white:        #FFFFFF;  /* Pure White — cards, surfaces */
  --ink:          #16232F;  /* Near black — technical text */
  --muted:        #64778A;  /* Muted slate — secondary copy */
  --line:         #dbe3ea;  /* Light borders */
}

/* ===== 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; }

/* ===== SECTION 1 · HEADER ===== */
.navbar {
  position: sticky; top: 0; z-index: 300;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 12px rgba(27,58,92,.07);
}
.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: 'Nunito Sans', sans-serif;
  font-size: 29px; font-weight: 800;
  letter-spacing: -.6px;
  text-transform: uppercase;
  line-height: 1;
}
.nav-logo .brand-word { display: inline-flex; align-items: baseline; }
.nav-logo .brand-press { color: var(--navy); font-weight: 800; }
.nav-logo .brand-pril  { color: var(--vessel); font-weight: 800; }
.nav-logo .mark { width: 30px; height: 30px; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a {
  font-size: 14px; font-weight: 700; color: #3c5165;
  transition: color .2s;
}
.nav-links a:hover { color: var(--cardinal); }
.nav-links a b { color: var(--vessel); }
.nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--cardinal); color: #fff !important;
  font-size: 13px; font-weight: 700; letter-spacing: .3px;
  padding: 10px 19px; border-radius: 6px;
  box-shadow: 0 4px 14px rgba(140,31,42,.28);
  transition: background .2s, transform .2s;
}
.nav-cta:hover { background: var(--cardinal-dk); transform: translateY(-1px); }
.nav-cta svg { width: 15px; height: 15px; }

.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(--navy); border-radius: 2px; transition: all .3s; }

/* ===== SECTION 2 · HERO ===== */
.hero {
  background:
    radial-gradient(120% 80% at 82% 0%, rgba(92,122,153,.20) 0%, rgba(92,122,153,0) 58%),
    radial-gradient(90% 70% at 8% 100%, rgba(166,34,46,.07) 0%, rgba(166,34,46,0) 60%),
    linear-gradient(180deg, #ffffff 0%, var(--mist) 62%, var(--mist-haze) 100%);
  padding: 56px 0 64px;
}
.hero-headline { text-align: center; max-width: 940px; margin: 0 auto 40px; }
.hero-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(32px, 4.6vw, 56px);
  font-weight: 700; color: var(--navy);
  line-height: 1.06; text-transform: none;
}
.hero-title .accent { color: var(--vessel); }
.hero-subtitle {
  font-size: clamp(16px, 2vw, 20px); font-weight: 600;
  color: #40566b; line-height: 1.5; margin-top: 16px;
}
.hero-subtitle b { color: var(--navy); }

.hero-inner {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 48px; align-items: center;
}
.hero-left { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.hero-product-img {
  max-height: 380px; width: auto; object-fit: contain;
  filter: drop-shadow(0 24px 32px rgba(27,58,92,.24));
}
.hero-bonus-line {
  font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 600;
  letter-spacing: .5px; color: var(--navy); text-align: center;
  background: var(--white); border: 2px solid var(--steel);
  border-radius: 40px; padding: 7px 20px;
}
.hero-bonus-previews { display: flex; gap: 12px; justify-content: center; width: 100%; }
.hero-bonus-thumb { position: relative; flex: 1; max-width: 120px; }
.hero-bonus-thumb img {
  border-radius: 8px; border: 1px solid var(--line);
  box-shadow: 0 6px 16px rgba(27,58,92,.14);
  aspect-ratio: 3/4; object-fit: cover; object-position: 50% 12%;
}
.hero-bonus-thumb .free-tag {
  position: absolute; top: -8px; right: -6px;
  background: var(--vessel); color: #fff; font-family: 'Oswald', sans-serif;
  font-size: 11px; font-weight: 700; padding: 2px 9px; border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.hero-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: 16px; padding: 28px;
  box-shadow: 0 18px 44px rgba(27,58,92,.14);
  display: flex; flex-direction: column; gap: 16px; text-align: center;
}
.hero-card h2 {
  font-family: 'Oswald', sans-serif; font-size: clamp(21px, 2.8vw, 28px);
  font-weight: 700; color: var(--navy); line-height: 1.18;
}
.hero-card-img { max-height: 200px; width: auto; margin: 0 auto; object-fit: contain; }
.hero-card-badge {
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: .4px; color: var(--navy);
  background: var(--mist); border: 1px dashed var(--steel);
  border-radius: 8px; padding: 8px 12px;
}
.hero-cta-btn, .pkg-btn, .faq-cta-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 11px;
  background: var(--cardinal); color: #fff;
  font-family: 'Oswald', sans-serif; font-weight: 700;
  border: none; border-radius: 9px; cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s;
}
.hero-cta-btn {
  font-size: 19px; padding: 16px 26px; width: 100%;
  letter-spacing: .3px;
  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(--cardinal-dk); animation: none; transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(94,20,32,.34);
}
.hero-cta-btn svg { width: 19px; height: 19px; }
@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 4px 16px rgba(140,31,42,.30); transform: scale(1); }
  50% { box-shadow: 0 0 0 9px rgba(140,31,42,.09), 0 4px 18px rgba(140,31,42,.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(--vessel); }

/* ===== SECTION 3 · CLAIM STRIP ===== */
.claim-strip {
  position: relative;
  overflow: hidden;
  padding: 44px 24px;
  text-align: center;
  background:
    radial-gradient(85% 150% at 50% 128%, rgba(166,34,46,.44) 0%, rgba(166,34,46,0) 60%),
    radial-gradient(65% 130% at 10% -25%, rgba(92,122,153,.55) 0%, rgba(92,122,153,0) 58%),
    linear-gradient(180deg, #1e4066 0%, var(--navy-deep) 58%, #0c1d2e 100%);
}
/* gold hairlines top and bottom — ties the band to the buy buttons */
.claim-strip::before,
.claim-strip::after {
  content: "";
  position: absolute; left: 0; right: 0; height: 3px; z-index: 2;
  background: linear-gradient(90deg,
    rgba(245,208,106,0) 0%, #E5A82E 18%, #F5D06A 50%, #E5A82E 82%, rgba(245,208,106,0) 100%);
}
.claim-strip::before { top: 0; }
.claim-strip::after  { bottom: 0; }

/* heartbeat trace running behind the copy */
.claim-pulse { position: absolute; inset: 0; z-index: 0; opacity: .6; }
.claim-pulse svg { width: 100%; height: 100%; display: block; }
.pulse-track {
  fill: none; stroke: rgba(255,255,255,.12); stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
}
.pulse-line {
  fill: none; stroke: #E58A93; stroke-width: 2.6;
  stroke-linecap: round; stroke-linejoin: round;
  filter: drop-shadow(0 0 7px rgba(229,138,147,.8));
  stroke-dasharray: 16 100;
  animation: pulse-sweep 5s linear infinite;
}
@keyframes pulse-sweep {
  from { stroke-dashoffset: 16; }
  to   { stroke-dashoffset: -100; }
}

.claim-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }
.claim-strip h2 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(22px, 3.6vw, 36px); font-weight: 700;
  color: #fff; line-height: 1.14;
  text-shadow: 0 2px 20px rgba(0,0,0,.5);
}
.claim-strip h2 .hl { color: #FFD9DD; }
.claim-sub {
  display: inline-flex; align-items: center; gap: 9px; margin-top: 16px;
  font-family: 'Oswald', sans-serif; font-weight: 500;
  font-size: clamp(13px, 1.9vw, 17px); letter-spacing: 1.6px; text-transform: uppercase;
  color: #FFD9DD;
  background: rgba(166,34,46,.3);
  border: 1px solid rgba(229,138,147,.45);
  border-radius: 40px; padding: 8px 22px;
}
.claim-sub .dot {
  width: 9px; height: 9px; min-width: 9px; border-radius: 50%; background: #E58A93;
  animation: claim-blink 1.9s ease-out infinite;
}
@keyframes claim-blink {
  0%   { box-shadow: 0 0 0 0 rgba(229,138,147,.6); }
  70%  { box-shadow: 0 0 0 9px rgba(229,138,147,0); }
  100% { box-shadow: 0 0 0 0 rgba(229,138,147,0); }
}

@media (prefers-reduced-motion: reduce) {
  .pulse-line { animation: none; stroke-dasharray: none; opacity: .5; }
  .claim-sub .dot { animation: none; }
}

/* ===== SECTION 4 · PRICING ===== */
.packages-section { background: var(--mist); padding: 56px 0; }
.section-eyebrow {
  font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 600;
  letter-spacing: 1.6px; text-transform: uppercase; color: var(--vessel);
  text-align: center;
}
.section-heading {
  font-family: 'Oswald', sans-serif; font-size: clamp(26px, 4vw, 42px);
  font-weight: 700; color: var(--navy); line-height: 1.12; text-align: center;
  margin-top: 6px;
}
.packages-grid {
  display: grid; grid-template-columns: 1fr 1.24fr 1fr; gap: 22px;
  margin-top: 40px; align-items: start;
}
.pkg-card {
  background: var(--white); border: 2px solid #e3eaf1; border-radius: 16px;
  overflow: visible; display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s; position: relative;
}
.pkg-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(27,58,92,.15); }
.pkg-card.featured {
  border: 3px solid var(--cardinal); margin-top: -14px; margin-bottom: -14px;
  box-shadow: 0 20px 44px rgba(140,31,42,.22); z-index: 3;
}
.pkg-ribbon {
  position: absolute; top: -29px; left: 50%; transform: translateX(-50%);
  background: var(--cardinal); color: #fff; border: 2px solid var(--navy);
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: .6px; padding: 4px 18px; border-radius: 30px;
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0,0,0,.18); z-index: 2;
}
.pkg-head {
  background: var(--slate); padding: 11px 16px; text-align: center;
  border-radius: 13px 13px 0 0;
}
.pkg-card.featured .pkg-head { background: var(--navy); border-radius: 10px 10px 0 0; }
.pkg-head h4 {
  font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 600;
  color: #fff; letter-spacing: 1.5px; 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: 700;
  color: var(--navy); 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: 150px; display: flex; align-items: center; justify-content: center; position: relative; }
.pkg-img-wrap img {
  max-height: 160px; width: auto; object-fit: contain;
  filter: drop-shadow(0 12px 16px rgba(27,58,92,.20));
}
.pkg-bonus-tag {
  position: absolute; right: 6px; bottom: 10px;
  background: var(--vessel); color: #fff; font-family: 'Oswald', sans-serif;
  font-size: 12px; font-weight: 700; padding: 4px 11px; border-radius: 6px;
  box-shadow: 0 3px 8px rgba(0,0,0,.22);
}
.pkg-price {
  font-family: 'Oswald', sans-serif; font-size: 66px; font-weight: 700;
  color: var(--cardinal); 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: #23303c; } .pkg-feat.yes svg { fill: var(--cardinal); }
.pkg-feat.no  { color: #a5b3c0; } .pkg-feat.no svg  { fill: #c6d2dd; }
.pkg-save {
  background: var(--mist-haze); border: 1px solid var(--steel);
  border-radius: 8px; text-align: center; padding: 9px;
  font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 17px; color: var(--cardinal);
}
.pkg-total { text-align: center; line-height: 1.2; }
.pkg-total .was { color: #a5b3c0; text-decoration: line-through; font-size: 17px; margin-right: 6px; }
.pkg-total .now { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 26px; color: var(--navy); }
.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 and 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: 188px; }
.pkg-card.featured .pkg-img-wrap img {
  max-height: 200px; max-width: 110%; width: auto;
  filter: drop-shadow(0 16px 22px rgba(27,58,92,.24));
}
.pkg-card.featured .pkg-bonus-tag { font-size: 13px; padding: 5px 13px; }
.pkg-card.featured .pkg-price { font-size: 74px; }
.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,31,42,.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 · GUARANTEE ===== */
.guarantee-section { background: var(--white); 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: 32px; }
.guarantee-seal { width: 168px; min-width: 168px; height: auto; object-fit: contain; }
.guarantee-text { font-size: 17px; line-height: 1.75; color: #2c3d4d; }
.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; }
.guarantee-made strong { font-weight: 700; color: var(--ink, #1B2A3A); font-style: normal; }

/* ===== SECTION 6 · BONUSES ===== */
.bonus-section {
  background:
    radial-gradient(90% 60% at 50% 0%, rgba(255,255,255,.14) 0%, rgba(255,255,255,0) 62%),
    linear-gradient(180deg, var(--vessel) 0%, #86121d 100%);
  padding: 72px 0;
}
.bonus-section .section-eyebrow { color: #ffd2d6; }
.bonus-section .section-heading { color: #fff; }
.bonus-section .section-heading .hl { color: #ffd2d6; }
.bonus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 42px; }
.bonus-card { display: flex; flex-direction: column; gap: 14px; }
.bonus-card-img { position: relative; }
.bonus-card-img img {
  border-radius: 12px; width: 100%; background: #fff;
  box-shadow: 0 14px 30px rgba(0,0,0,.32);
}
.bonus-card-img .free-badge {
  position: absolute; top: 10px; right: 10px; background: var(--navy); color: #fff;
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 700;
  padding: 4px 12px; 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: 700;
  color: #ffd2d6; letter-spacing: 1.4px; text-transform: uppercase;
}
.bonus-name { font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 700; color: #fff; line-height: 1.15; }
.bonus-name .price { color: #ffd2d6; font-size: 18px; margin-left: 6px; }
.bonus-text { font-size: 15px; color: rgba(255,255,255,.82); line-height: 1.6; }
.bonus-dl {
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: .5px; color: #ffd2d6;
}

/* ===== SECTION 7 · FREE SHIPPING STRIP ===== */
.shipping-strip {
  background:
    repeating-linear-gradient(135deg, rgba(27,58,92,.04) 0 22px, rgba(27,58,92,.01) 22px 44px),
    var(--mist-haze);
  border-top: 3px solid var(--steel); border-bottom: 3px solid var(--steel);
  padding: 30px 0;
}
.shipping-inner { display: flex; align-items: center; gap: 10px; justify-content: center; text-align: center; flex-direction: column; }
.shipping-title { font-family: 'Oswald', sans-serif; font-size: clamp(20px, 3vw, 32px); font-weight: 700; color: var(--navy); }
.shipping-sub { font-size: 15px; font-weight: 700; color: var(--cardinal); }
.shipping-sub em { font-style: italic; font-weight: 600; color: var(--muted); }

/* ===== SECTION 8 · ABOUT / SCIENCE ===== */
.science-band {
  background:
    radial-gradient(80% 100% at 50% 0%, rgba(92,122,153,.30) 0%, rgba(0,0,0,0) 62%),
    var(--navy-deep);
  padding: 54px 0; text-align: center;
}
.science-band .date-label {
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase; color: #9fbcd6;
}
.science-band h2 {
  font-family: 'Oswald', sans-serif; font-size: clamp(23px, 3.4vw, 38px);
  font-weight: 700; color: #fff; 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(--white); }
.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; }
.science-media img { border-radius: 12px; width: 100%; box-shadow: 0 12px 30px rgba(27,58,92,.16); }
.science-copy p { font-size: 16.5px; color: #2c3d4d; line-height: 1.75; margin-bottom: 14px; }
.science-copy h3 { font-family: 'Oswald', sans-serif; font-size: 26px; font-weight: 700; color: var(--navy); margin-bottom: 12px; line-height: 1.2; }
.science-copy b { color: var(--navy); }
.science-highlight {
  background: var(--mist); border-left: 4px solid var(--vessel);
  border-radius: 0 10px 10px 0; padding: 16px 20px; font-size: 16px;
  color: #2c3d4d; line-height: 1.7; margin-top: 6px;
}
.quote-callout {
  background: var(--white); border: 1px solid var(--line);
  border-top: 5px solid var(--steel); border-radius: 12px;
  padding: 26px 28px; margin: 8px auto 40px; max-width: 820px;
  box-shadow: 0 10px 28px rgba(27,58,92,.10);
}
.quote-callout .q { font-size: 19px; font-style: italic; color: var(--navy); line-height: 1.55; 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(--vessel); text-decoration: underline; }

/* ===== SECTION 9 · PRODUCT INTRO ===== */
.product-section { background: var(--mist); 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, 6vw, 64px);
  font-weight: 700; color: var(--navy); text-align: center; line-height: 1.05; margin-top: 2px;
}
.product-title .accent { color: var(--vessel); }
.product-tagline {
  font-family: 'Oswald', sans-serif; font-size: clamp(18px, 2.4vw, 24px); font-weight: 500;
  color: #40566b; text-align: center; line-height: 1.3; margin: 14px auto 36px; max-width: 680px;
}
.product-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.product-inner img {
  width: 100%; max-height: 400px; object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(27,58,92,.20));
}
.product-copy p { font-size: 17px; font-weight: 500; color: #2c3d4d; line-height: 1.75; margin-bottom: 16px; }
.product-copy b { color: var(--navy); font-weight: 700; }

/* ===== SECTION 10 · INGREDIENTS ===== */
.ingredients-section { padding: 70px 0; background: #fbfcfd; }
/* 5 cards over a 6-track grid: each spans 2, and the trailing pair is
   nudged one track in so the last row sits centred under the first three. */
.ingredients-grid {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 28px;
  margin: 40px auto 0; max-width: 1000px;
}
.ingredient-card { grid-column: span 2; }
.ingredient-card:nth-child(4) { grid-column: 2 / span 2; }
.ingredient-card:nth-child(5) { grid-column: 4 / span 2; }
.ingredient-card { display: flex; flex-direction: column; gap: 12px; }
.ingredient-img-wrap {
  border: 2px solid var(--line); border-radius: 14px; overflow: hidden;
  aspect-ratio: 1/1; background: #fff;
}
.ingredient-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.ingredient-name { font-family: 'Oswald', sans-serif; font-size: 19px; font-weight: 700; color: var(--navy); line-height: 1.15; }
.ingredient-role { font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 500; font-style: italic; color: var(--vessel); letter-spacing: .2px; margin-top: -6px; }
.ingredient-desc { font-size: 14px; color: #3a4c5d; line-height: 1.55; }
.safety-notice {
  max-width: 900px; margin: 40px auto 0;
  background: #fdf3f4; border: 1px solid #e9c4c8; border-left: 5px solid var(--cardinal);
  border-radius: 0 10px 10px 0; padding: 18px 22px;
  font-size: 15px; line-height: 1.65; color: #4a2a2f;
}
.safety-notice b { color: var(--cardinal-dk); }

/* ===== SECTION 11 · BENEFITS ===== */
.benefits-section { background: var(--mist); border-top: 1px solid var(--line); padding: 56px 0; }
.benefits-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 36px; }
.benefit-item { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.benefit-icon {
  width: 72px; height: 72px; border-radius: 50%; background: #fff;
  display: flex; align-items: center; justify-content: center; padding: 16px;
  box-shadow: 0 6px 16px rgba(27,58,92,.12); border: 1px solid var(--line);
}
.benefit-icon svg { width: 100%; height: 100%; fill: var(--vessel); }
.benefit-label { font-size: 13.5px; font-weight: 700; color: var(--navy); line-height: 1.3; }
.benefit-desc { font-size: 12.5px; color: var(--muted); line-height: 1.45; }

/* ===== SECTION 13 · FAQ ===== */
.faq-section {
  background:
    radial-gradient(80% 60% at 0% 0%, rgba(92,122,153,.30) 0%, rgba(0,0,0,0) 58%),
    var(--navy);
  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 32px 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: 700; color: #fff; margin-bottom: 28px;
}
.faq-list { display: flex; flex-direction: column; gap: 11px; }
.faq-item { background: var(--white); border-radius: 11px; overflow: hidden; }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 15px 18px; cursor: pointer; user-select: none;
  transition: background-color .2s;
}
.faq-q:hover { background-color: var(--mist); }
.faq-q h3 { font-family: 'Nunito Sans', sans-serif; font-size: 16.5px; font-weight: 700; color: var(--navy); line-height: 1.3; }
.faq-arrow { width: 20px; min-width: 20px; transition: transform .3s ease; fill: var(--vessel); }
.faq-a {
  max-height: 0; overflow: hidden; opacity: 0; padding: 0 18px;
  font-size: 15.5px; color: #3a4c5d; line-height: 1.7;
  transition: max-height .4s ease, opacity .3s ease .05s, padding-bottom .35s ease;
}
.faq-item.open .faq-a { max-height: 800px; opacity: 1; padding-bottom: 18px; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }

/* ===== SECTION 14 · LABEL + REFERENCES ===== */
.label-section { padding: 66px 0 40px; background: var(--white); }
.label-section .label-heading {
  font-family: 'Oswald', sans-serif; font-size: clamp(24px, 3.4vw, 36px); font-weight: 700;
  color: var(--navy); text-align: center; margin-bottom: 28px;
}
.label-img {
  max-width: 1100px; width: 100%; margin: 0 auto;
  border: 1px solid var(--line); border-radius: 12px;
  box-shadow: 0 14px 36px rgba(27,58,92,.12);
}
.label-note { text-align: center; font-size: 14px; color: var(--muted); margin-top: 16px; }
.references-section { padding: 0 0 60px; background: var(--white); }
.references-label {
  font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 700; color: #94a5b4;
  text-align: center; text-transform: uppercase; letter-spacing: 1.6px; margin-bottom: 20px;
}
.references-logos {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  align-items: center; justify-items: center; margin: 0 auto 14px; max-width: 760px;
}
.references-logos img { max-height: 46px; width: auto; filter: grayscale(1); opacity: .55; }
.references-disclaimer { font-size: 12px; color: #a5b3c0; text-align: center; margin-bottom: 26px; }
.references-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.references-cols p { font-size: 12px; color: #8b9caa; line-height: 1.65; margin-bottom: 10px; }
.references-cols b { color: #6c7d8c; }

/* ===== SECTION 15 · FOOTER ===== */
.bg-footer {
  background-color: var(--navy-deep);
  color: #fff;
  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: #fff; text-decoration: none; font-size: .95rem; font-weight: 600;
  transition: color .2s;
}
.bg-footer__links a:hover { color: #9fbcd6; 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 — native table on desktop, stacked 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; }

/* ===== RESPONSIVE ===== */
@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; }
}

@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: #fff; padding: 20px 24px;
    border-bottom: 1px solid var(--line); z-index: 400; gap: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,.1);
  }
  .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; }
  .ingredients-grid { grid-template-columns: repeat(2, 1fr); max-width: 700px; }
  .ingredient-card,
  .ingredient-card:nth-child(4),
  .ingredient-card:nth-child(5) { grid-column: auto; }
  .benefits-grid { grid-template-columns: repeat(3, 1fr); }
  .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,31,42,.2); }
  .pkg-card.featured .pkg-body { padding: 20px 16px; gap: 13px; }
  .pkg-card.featured .pkg-img-wrap { min-height: 170px; }
  .pkg-card.featured .pkg-img-wrap img { max-height: 175px; max-width: 106%; }
  .pkg-card.featured .pkg-qty { font-size: 36px; }
  .pkg-card.featured .pkg-price { font-size: 62px; }
  .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: 40px 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; }
  .ingredients-grid { grid-template-columns: 1fr; max-width: 340px; margin: 36px auto 0; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .references-logos { grid-template-columns: repeat(2, 1fr); }
  .references-cols { grid-template-columns: 1fr; }
}
@media (max-width: 479px) {
  .benefits-grid { grid-template-columns: 1fr; max-width: 240px; margin: 36px auto 0; }
  .hero-bonus-previews { gap: 8px; }
}

/* Customer reviews */
.reviews-section { background: #f5f8fb; padding: 76px 0; }
.reviews-summary { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 20px auto 34px; color: var(--muted); font-size: .98rem; }
.reviews-summary strong { color: var(--navy); font-family: 'Oswald', sans-serif; font-size: 2.2rem; line-height: 1; }
.review-stars, .review-card-stars { color: #d89b22; letter-spacing: 2px; }
.review-stars { font-size: 1.35rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1080px; margin: 0 auto; }
.review-card { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 26px 24px 22px; box-shadow: 0 8px 24px rgba(27,58,92,.08); }
.review-card blockquote { margin: 14px 0 20px; color: var(--ink); font-size: 1rem; line-height: 1.65; }
.review-author { display: flex; flex-direction: column; gap: 3px; margin: 0; color: var(--navy); }
.review-author span { color: var(--muted); font-size: .82rem; }
.reviews-disclaimer { max-width: 760px; margin: 24px auto 0; color: var(--muted); text-align: center; font-size: .82rem; line-height: 1.5; }
@media (max-width: 760px) {
  .reviews-section { padding: 56px 0; }
  .reviews-summary { flex-wrap: wrap; text-align: center; }
  .reviews-grid { grid-template-columns: 1fr; max-width: 430px; }
}


/* Accessible breadcrumbs shared by all HTML pages */
.site-breadcrumb { max-width: 1120px; margin: 0 auto; padding: 14px 24px 0; font-size: .86rem; color: var(--muted); }
.site-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; margin: 0; padding: 0; }
.site-breadcrumb li + li::before { content: "/"; margin-right: 7px; color: var(--steel); }
.site-breadcrumb a { color: var(--navy); font-weight: 700; }
.site-breadcrumb a:hover { color: var(--cardinal); }


/* E-E-A-T trust and accountability sections */
.trust-panel, .editorial-note { max-width: 820px; margin: 32px auto 0; padding: 28px 30px; border-radius: 14px; }
.trust-panel { background: var(--mist); border: 1px solid var(--line); }
.editorial-note { background: #fffaf0; border: 1px solid #ead9a9; }
.trust-panel h2, .editorial-note h2 { font-family: 'Oswald', sans-serif; color: var(--navy); font-size: 1.35rem; margin: 0 0 10px; }
.trust-panel p, .editorial-note p { color: #33485a; line-height: 1.7; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 22px; }
.trust-grid div { display: flex; flex-direction: column; gap: 5px; padding: 14px; background: var(--white); border-radius: 9px; border: 1px solid var(--line); }
.trust-grid strong { color: var(--navy); font-size: .95rem; }
.trust-grid span { color: var(--muted); font-size: .88rem; line-height: 1.5; }
.reviewed-line { margin-top: 18px; font-size: .88rem; color: var(--muted) !important; }
@media (max-width: 700px) { .trust-panel, .editorial-note { padding: 22px 20px; } .trust-grid { grid-template-columns: 1fr; } }
