:root {
  --navy: #082b50;
  --navy-2: #0a426f;
  --blue: #0b76b7;
  --sky: #eef8ff;
  --cream: #fff9e9;
  --gold: #f6bd2f;
  --gold-2: #ffe18a;
  --green: #167b55;
  --green-2: #0f6544;
  --ink: #172536;
  --muted: #667485;
  --line: #dce6ee;
  --white: #fff;
  --shadow: 0 18px 50px rgba(8, 43, 80, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 138px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
p { margin: 0 0 1.15rem; }
h1, h2, h3 { margin: 0 0 1rem; color: var(--ink); font-weight: 800; line-height: 1.08; letter-spacing: -.045em; }
h1 { font-size: clamp(2.75rem, 5.15vw, 4.6rem); }
h2 { font-size: clamp(2.05rem, 3.6vw, 3.2rem); }
h3 { font-size: 1.32rem; letter-spacing: -.02em; }
ul, ol { margin: 0 0 1.4rem; padding-left: 1.2rem; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; border-radius: 5px; }
.container { width: min(1180px, calc(100% - 42px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 9999; left: 20px; top: -100px; background: #fff; color: var(--navy); padding: 10px 16px; font-weight: 800; }
.skip-link:focus { top: 20px; }

.site-header { position: sticky; z-index: 100; top: 54px; color: var(--ink); background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); box-shadow: 0 10px 28px rgba(8,43,80,.07); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid rgba(8,43,80,.12); border-radius: 13px; color: #fff; font-weight: 900; letter-spacing: -.06em; background: linear-gradient(145deg, #0f82c2, #082b50); box-shadow: 0 9px 22px rgba(8,43,80,.18); }
.brand b { display: block; font-size: 1.16rem; letter-spacing: -.025em; }
.brand small { display: block; margin-top: 5px; font-size: .57rem; font-weight: 850; letter-spacing: .18em; color: var(--blue); }
.primary-nav { display: flex; align-items: center; gap: 27px; }
.primary-nav a { text-decoration: none; font-size: .9rem; font-weight: 800; color: #304357; }
.primary-nav a:hover { color: var(--blue); }
.primary-nav .nav-cta { color: var(--navy); background: linear-gradient(135deg, #ffe58a 0%, var(--gold) 58%, #e8aa0d 100%); padding: 12px 20px; border: 1px solid #e3a911; border-radius: 12px; box-shadow: 0 9px 24px rgba(246,189,47,.28), inset 0 1px 0 rgba(255,255,255,.55); }
.primary-nav .nav-cta:hover { color: var(--navy); filter: brightness(1.05); transform: translateY(-1px); }
.nav-toggle { display: none; border: 0; padding: 9px; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; width: 26px; height: 3px; margin: 4px 0; border-radius: 5px; background: var(--navy); }
.offer-timer { position: sticky; z-index: 105; top: 0; min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 8px 18px; color: #fff; background: linear-gradient(90deg, #062746, #0a426f, #062746); border-bottom: 1px solid rgba(255,255,255,.16); box-shadow: 0 8px 20px rgba(8,43,80,.16); font-size: .88rem; }
.offer-timer > strong:first-of-type { color: #fff; }
.offer-timer .timer-value { min-width: 88px; padding: 6px 14px; color: var(--navy); background: linear-gradient(135deg, #fff4bd, var(--gold)); border-radius: 10px; font-size: 1.08rem; text-align: center; font-variant-numeric: tabular-nums; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: #4fdb8a; box-shadow: 0 0 0 5px rgba(79,219,138,.15); animation: pulse 1.8s infinite; }

.hero { position: relative; overflow: hidden; color: var(--ink); background: radial-gradient(circle at 82% 42%, rgba(59,164,219,.18), transparent 32%), radial-gradient(circle at 91% 30%, rgba(246,189,47,.2), transparent 18%), linear-gradient(180deg, #fff 0%, #fbfdff 76%, #f1f8fd 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 9px; background: linear-gradient(90deg, var(--gold), #ffdf78, var(--gold)); }
.hero-grid { position: relative; z-index: 2; min-height: 670px; padding-block: 48px 62px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 36px; }
.hero h1 { color: var(--ink); max-width: 800px; text-shadow: none; }
.eyebrow, .section-kicker { margin-bottom: 14px; color: var(--blue); font-size: .77rem; font-weight: 900; letter-spacing: .16em; }
.hero .eyebrow { color: var(--blue); }
.eyebrow span { display: inline-block; width: 23px; height: 3px; vertical-align: middle; margin-right: 8px; background: var(--gold); }
.hero-lead { max-width: 760px; color: #536579; font-size: 1.15rem; line-height: 1.68; }
.hero-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 22px; max-width: 750px; margin: 22px 0; padding: 0; list-style: none; }
.hero-benefits li { position: relative; padding-left: 25px; color: #273b50; font-size: .9rem; font-weight: 800; }
.hero-benefits li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.trust-chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 27px 0; }
.trust-chips span { padding: 8px 12px; border: 1px solid #dbe6ee; border-radius: 10px; color: #34495d; background: rgba(255,255,255,.9); box-shadow: 0 5px 16px rgba(8,43,80,.05); font-size: .76rem; font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }
.btn { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 15px 23px; border: 2px solid transparent; border-radius: 14px; font-size: .91rem; font-weight: 900; line-height: 1.25; text-align: center; text-decoration: none; transition: transform .2s, box-shadow .2s, filter .2s; }
.btn:hover { transform: translateY(-2px); filter: brightness(1.03); }
.btn-primary { color: #fff; background: linear-gradient(135deg, #082b50, #0b76b7); box-shadow: 0 14px 30px rgba(8,43,80,.24); }
.btn-secondary { border-color: var(--navy); color: var(--navy); background: #fff; }
.btn-gold { color: #203044; background: linear-gradient(135deg, #ffd864, #f4b91e); box-shadow: 0 12px 28px rgba(245,190,47,.25); }
.btn-outline { border-color: var(--navy); color: var(--navy); background: #fff; }
.btn-large { min-height: 62px; padding-inline: 30px; font-size: 1rem; }
.microcopy { margin-top: 12px; color: var(--muted); font-size: .76rem; }
.hero-product { position: relative; min-height: 520px; display: grid; place-items: center; isolation: isolate; transform: translateY(-46px); }
.hero-product::before { content: ""; position: absolute; z-index: -1; width: min(470px, 96%); aspect-ratio: 1; border: 1px solid rgba(11,118,183,.1); border-radius: 50%; background: radial-gradient(circle at 42% 32%, #fff 0%, rgba(188,231,251,.62) 46%, rgba(255,225,138,.25) 68%, transparent 72%); box-shadow: inset 0 0 55px rgba(255,255,255,.85), 0 32px 70px rgba(8,43,80,.12); }
.hero-product::after { content: ""; position: absolute; z-index: 1; left: 50%; bottom: 23px; width: 74%; height: 34px; border-radius: 50%; background: radial-gradient(ellipse, rgba(8,43,80,.28), rgba(8,43,80,0) 68%); transform: translateX(-50%); }
.product-halo { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.95), rgba(159,218,247,.25) 48%, rgba(255,220,104,.18) 64%, transparent 74%); }
.product-static, .bottle-pack { position: relative; z-index: 2; filter: drop-shadow(0 30px 24px rgba(0,0,0,.25)); }
.bottle-pack { width: min(520px, 100%); height: 500px; }
.bottle-pack .bottle { position: absolute; bottom: 0; width: 78%; max-width: none; }
.bottle-pack .bottle-left { left: -2%; z-index: 1; width: 70%; transform: translateY(7%) rotate(-4deg) scale(.88); }
.bottle-pack .bottle-right { right: -2%; z-index: 1; width: 70%; transform: translateY(7%) rotate(4deg) scale(.88); }
.bottle-pack .bottle-front { left: 50%; z-index: 3; width: 82%; transform: translateX(-50%); }
.hero-bottle-pack { height: 500px; }
.value-badge { position: absolute; z-index: 3; top: 9%; right: -2%; width: 128px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; color: var(--navy); background: linear-gradient(145deg, #fff5c7, var(--gold)); border: 5px solid rgba(255,255,255,.85); border-radius: 50%; box-shadow: 0 15px 28px rgba(0,0,0,.22); transform: rotate(5deg); }
.value-badge small { font-size: .48rem; font-weight: 900; line-height: 1.2; }
.value-badge strong { font-size: 2.2rem; line-height: 1; }
.value-badge span { font-size: .63rem; font-weight: 800; }
.product-offer-card { position: absolute; z-index: 4; left: 0; bottom: 4%; display: flex; flex-direction: column; gap: 2px; padding: 13px 17px; color: var(--ink); background: rgba(255,255,255,.94); border-radius: 14px; box-shadow: var(--shadow); font-size: .75rem; backdrop-filter: blur(8px); }
.product-offer-card b { color: var(--navy); font-size: .94rem; }
.product-offer-card a { margin-top: 3px; color: var(--green); font-weight: 900; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .35; }
.orb-one { width: 260px; height: 260px; left: -110px; top: 14%; background: #0c8fce; }
.orb-two { width: 380px; height: 380px; right: -200px; bottom: -100px; background: #ffd25b; opacity: .12; }

.fact-strip { position: relative; z-index: 3; color: var(--ink); background: #fff; border-block: 1px solid var(--line); box-shadow: 0 13px 38px rgba(8,43,80,.07); }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact-grid div { padding: 27px 22px; border-right: 1px solid var(--line); text-align: center; }
.fact-grid div:last-child { border: 0; }
.fact-grid strong, .fact-grid span { display: block; }
.fact-grid strong { color: var(--blue); font-size: 1.75rem; line-height: 1.2; }
.fact-grid span { color: var(--muted); font-size: .74rem; font-weight: 800; }

.section { padding: 68px 0; }
.section-tight { padding: 38px 0; }
.section-blue { color: #dceefa; background: linear-gradient(135deg, #082b50, #0b76b7); }
.section-dark { color: #d8e7f2; background: linear-gradient(135deg, #061e37, #0a3f69); }
.section-cream { background: linear-gradient(145deg, #fffaf0, #f3faff); }
.section-heading { max-width: 860px; margin-bottom: 30px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p { color: var(--muted); font-size: 1.06rem; }
.light h2, .light h3, .section-blue h2, .section-blue h3, .section-dark h2, .section-dark h3 { color: #fff; }
.light > p { color: #c8e1f1; }
.highlight-bar { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.highlight-bar article { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 20px; border-right: 1px solid var(--line); }
.highlight-bar article:last-child { border-right: 0; }
.highlight-bar article > span { display: grid; place-items: center; width: 36px; height: 36px; color: #fff; background: var(--blue); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.highlight-bar h2 { margin-bottom: 5px; font-size: .94rem; letter-spacing: -.01em; }
.highlight-bar p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.45; }
.verdict-card { display: grid; grid-template-columns: 150px 1fr 320px; gap: 30px; padding: 37px; border: 1px solid #dae7ef; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.verdict-score { width: 120px; height: 120px; display: grid; place-content: center; align-self: center; border-radius: 50%; color: var(--navy); text-align: center; background: linear-gradient(145deg, #fff2ba, var(--gold)); border: 5px solid #fff9df; box-shadow: 0 13px 30px rgba(155,112,0,.18); }
.verdict-score span, .verdict-score strong { display: block; line-height: 1.05; }
.verdict-score span { font-size: .68rem; letter-spacing: .13em; }
.verdict-score strong { font-size: 1.14rem; }
.verdict-list { margin: 0; padding: 21px 21px 21px 40px; border-radius: 14px; background: var(--sky); font-size: .86rem; }
.verdict-list li { margin-bottom: 9px; }
.split-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; align-items: start; }
.split-layout.reverse { grid-template-columns: .82fr 1.18fr; }
.sticky-side { position: sticky; top: 125px; }
.large-copy { color: #3f5669; font-size: 1.18rem; }
.text-link { color: var(--green); font-weight: 900; }
.content-column h3 { margin-top: 31px; }
.summary-box { margin-top: 28px; padding: 28px; border: 1px solid var(--line); border-left: 5px solid var(--blue); border-radius: 16px; background: #f7fbfe; }
.summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.summary-grid span { padding: 12px; border-radius: 10px; background: #fff; font-weight: 800; }
.summary-grid small { display: block; color: var(--blue); font-size: .62rem; letter-spacing: .1em; }
.mechanism-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mechanism-grid article { padding: 31px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: rgba(255,255,255,.075); box-shadow: 0 20px 42px rgba(0,0,0,.12); }
.mechanism-grid article > span { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 24px; color: var(--navy); background: var(--gold); border-radius: 13px; font-weight: 900; }
.mechanism-grid p { color: #c6e0f0; }
.center-cta { margin-top: 38px; text-align: center; }
.center-cta p { margin-top: 9px; color: #a9cfe5; font-size: .75rem; }
.section:not(.section-blue):not(.section-dark) .center-cta p { color: var(--muted); }
.ingredient-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ingredient-grid article { position: relative; overflow: hidden; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(8,43,80,.07); }
.ingredient-grid article::after { content: ""; position: absolute; width: 100px; height: 100px; right: -55px; bottom: -55px; border-radius: 50%; background: var(--sky); }
.ingredient-grid article > span { display: inline-block; margin-bottom: 11px; color: var(--blue); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.ingredient-grid article:nth-child(11) { grid-column: 2; }
.ingredient-note, .evidence-warning, .feedback-note { margin-top: 24px; padding: 18px 21px; border: 1px solid #efd98b; border-radius: 14px; background: #fff9dc; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 14px 36px rgba(8,53,84,.07); }
table { width: 100%; border-collapse: collapse; min-width: 850px; }
th, td { padding: 17px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
th { color: #fff; background: var(--navy); font-size: .76rem; letter-spacing: .04em; }
td { font-size: .85rem; }
tr:last-child td { border-bottom: 0; }
.strength { display: inline-block; padding: 5px 8px; border-radius: 999px; font-size: .67rem; font-weight: 900; white-space: nowrap; }
.strength.medium { color: #126037; background: #dff4e8; }
.strength.limited { color: #73540a; background: #fff1bf; }
.strength.low { color: #8a3636; background: #ffe3e1; }
.source-note { margin-top: 18px; font-size: .84rem; }
.source-note a { color: var(--blue); font-weight: 900; }
.benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.benefit-list article { padding: 23px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.benefit-list b { color: var(--navy); }
.benefit-list p { margin: 8px 0 0; color: var(--muted); font-size: .89rem; }
.check-list li { margin: 9px 0; }
.check-list.caution li::marker { color: #c57d00; }
.safety-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 22px; }
.safety-card { padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.06); }
.safety-card ul { margin-bottom: 0; }
.safety-card li { margin: 10px 0; }
.safety-card.positive { border-top: 5px solid #47d88a; }
.safety-card.negative { border-top: 5px solid #ffcc62; }
.side-effects { margin-top: 23px; padding: 22px 25px; border-radius: 15px; background: rgba(255,255,255,.08); }
.side-effects h3 { color: var(--gold-2); }
.lifestyle-grid, .guarantee-grid, .final-cta-grid, .source-section-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; }
.lifestyle-image { overflow: hidden; display: grid; place-items: center; min-height: 390px; padding: 32px; border-radius: 24px; background: linear-gradient(145deg, #edf9ff, #fff8dc); box-shadow: var(--shadow); }
.usage-bottle-pack { width: min(430px, 100%); height: 380px; filter: drop-shadow(0 22px 18px rgba(8,53,84,.18)); }
.steps-list { counter-reset: steps; list-style: none; padding: 0; }
.steps-list li { position: relative; padding: 0 0 26px 64px; }
.steps-list li::before { counter-increment: steps; content: counter(steps); position: absolute; left: 0; top: 0; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--blue); font-weight: 900; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.pricing-image-link { display: block; max-width: 910px; margin: 0 auto; border-radius: 14px; box-shadow: 0 18px 42px rgba(8,53,84,.16); transition: transform .2s, box-shadow .2s; }
.pricing-image-link:hover { transform: translateY(-3px); box-shadow: 0 24px 52px rgba(8,53,84,.2); }
.pricing-image { width: 100%; border-radius: 14px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 31px 27px; border: 2px solid var(--line); border-radius: 24px; background: #fff; text-align: center; box-shadow: 0 14px 34px rgba(8,43,80,.08); }
.price-card.featured { transform: translateY(-14px); border-color: var(--gold); box-shadow: 0 24px 50px rgba(8,53,84,.15); }
.best-ribbon { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); padding: 6px 17px; border-radius: 999px; color: var(--navy); background: var(--gold); font-size: .64rem; font-weight: 900; letter-spacing: .09em; white-space: nowrap; }
.package-label { color: var(--blue); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.price { margin: 10px 0 2px; color: var(--navy); font-size: 3.1rem; font-weight: 900; line-height: 1; }
.price small { font-size: .8rem; font-weight: 800; }
.total { color: var(--muted); font-size: .85rem; }
.price-card ul { flex: 1; margin: 21px 0; text-align: left; font-size: .86rem; }
.pricing-lead strong { color: var(--green); }
.deal-heading { margin: -5px auto 28px; text-align: center; }
.deal-heading span { display: inline-block; margin-bottom: 7px; padding: 5px 13px; color: #fff; background: #e43638; border-radius: 999px; font-size: .78rem; font-weight: 900; letter-spacing: .08em; }
.deal-heading h3 { margin: 0; font-size: 1.55rem; }
.sales-pricing { max-width: 1160px; margin-inline: auto; gap: 18px; align-items: stretch; }
.sales-price-card { position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 0 18px 20px; border: 1px solid #d5e0e8; border-radius: 24px; background: #fff; text-align: center; box-shadow: 0 14px 34px rgba(8,43,80,.09); }
.sales-price-card.best-card { border: 3px solid var(--gold); background: linear-gradient(#fff9e9, #fff 38%); box-shadow: 0 22px 54px rgba(8,43,80,.15); }
.best-seller-bar { margin: 0 -18px 12px; padding: 10px 8px; color: #fff; background: linear-gradient(135deg, #082b50, #0b76b7); font-size: 1rem; font-weight: 900; }
.package-top { padding-top: 17px; }
.package-top > span { color: var(--blue); font-size: .66rem; font-weight: 900; letter-spacing: .13em; }
.package-top h3 { margin: 2px 0 0; color: #111; font-size: 1.45rem; }
.package-top p { margin: 0; color: var(--navy); font-size: .88rem; font-weight: 800; }
.pack-visual { position: relative; height: 250px; margin: 6px 0 2px; }
.pack-visual img { position: absolute; bottom: 0; left: 50%; width: 245px; max-width: none; transform: translateX(-50%); filter: drop-shadow(0 13px 10px rgba(8,53,84,.2)); }
.pack-one img { width: 260px; }
.pack-three img { width: 220px; }
.pack-three .p1 { left: 29%; z-index: 1; transform: translateX(-50%) scale(.88); }
.pack-three .p2 { left: 71%; z-index: 1; transform: translateX(-50%) scale(.88); }
.pack-three .p3 { z-index: 3; width: 245px; }
.pack-six img { width: 184px; }
.pack-six .p1 { left: 17%; z-index: 1; transform: translateX(-50%) scale(.82); }
.pack-six .p2 { left: 33%; z-index: 2; transform: translateX(-50%) scale(.88); }
.pack-six .p3 { left: 50%; z-index: 4; width: 225px; }
.pack-six .p4 { left: 67%; z-index: 2; transform: translateX(-50%) scale(.88); }
.pack-six .p5 { left: 83%; z-index: 1; transform: translateX(-50%) scale(.82); }
.pack-six .p6 { left: 50%; z-index: 3; transform: translate(-50%, 5%) scale(.82); }
.price-now { color: #0b2338; font-size: .86rem; font-weight: 800; }
.offer-price { margin: 2px 0; color: #f13d3d; font-size: 3.25rem; font-weight: 900; line-height: 1; }
.offer-price sup { font-size: 1.5rem; vertical-align: 45%; }
.offer-price small { margin-left: 3px; color: #111; font-size: .72rem; }
.offer-total { color: #0cad39; font-size: .85rem; font-weight: 900; }
.sales-price-card ul { flex: 1; margin: 16px 0; padding: 13px 0 0; border-top: 1px solid var(--line); list-style: none; color: #43576a; font-size: .78rem; }
.sales-price-card li { margin: 4px 0; }
.sales-price-card li::before { content: "✓ "; color: var(--green); font-weight: 900; }
.buy-now { display: flex; min-height: 50px; align-items: center; justify-content: center; gap: 7px; color: #fff; background: linear-gradient(135deg, #082b50, #0b76b7); border: 2px solid var(--navy); border-radius: 14px; box-shadow: 0 10px 24px rgba(8,43,80,.2); text-decoration: none; font-size: 1rem; font-weight: 900; }
.buy-now:hover { filter: brightness(1.05); transform: translateY(-1px); }
.pricing-notes { max-width: 960px; margin: 26px auto 0; padding: 16px 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 18px; text-align: center; border: 1px solid var(--line); border-radius: 14px; background: #f8fbfd; font-size: .78rem; font-weight: 800; }
.pricing-notes span::before { content: "✓ "; color: var(--green); }
.discount-note { max-width: 900px; margin: 10px auto 0; color: var(--muted); text-align: center; font-size: .72rem; }
.package-explainer { max-width: 910px; margin: 24px auto 0; padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.package-explainer p { margin-bottom: .8rem; font-size: .92rem; }
.package-explainer p:last-child { margin-bottom: 0; }
.bonus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.bonus-grid article { padding: 29px; border-radius: 18px; background: #fff; border-top: 5px solid var(--gold); box-shadow: var(--shadow); }
.guarantee-image-wrap { max-width: 410px; margin-inline: auto; background: transparent; filter: drop-shadow(0 20px 24px rgba(0,0,0,.24)); }
.guarantee-image { width: 100%; }
.updated-date { color: var(--blue); font-size: .78rem; font-weight: 900; }
.faq-layout { display: grid; grid-template-columns: 1fr; gap: 26px; align-items: start; }
.faq-layout .section-heading { max-width: 760px; margin: 0 auto; text-align: center; }
.faq-layout .faq-list { width: min(100%, 980px); margin-inline: auto; }
.faq-list details { margin-bottom: 12px; padding: 0 21px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(8,43,80,.05); }
.faq-list summary { cursor: pointer; padding: 19px 30px 19px 0; color: var(--navy); font-weight: 900; }
.faq-list details p { padding-bottom: 17px; color: var(--muted); }
.reference-cards { display: grid; gap: 12px; }
.reference-cards a { display: block; padding: 15px 18px; border: 1px solid var(--line); border-radius: 12px; color: var(--navy); background: #fff; text-decoration: none; font-weight: 800; }
.reference-cards a:hover { border-color: var(--blue); color: var(--blue); }
.reference-mini-list { padding: 24px 24px 24px 45px; border-radius: 17px; background: #fff; box-shadow: var(--shadow); }
.reference-mini-list li { margin-bottom: 11px; }
.visible-links { padding: 24px; }
.visible-links > div { padding: 12px 0; border-bottom: 1px solid var(--line); }
.visible-links b { display: block; color: var(--navy); font-size: .85rem; }
.visible-links a { display: block; color: var(--blue); font-size: .76rem; overflow-wrap: anywhere; }
.visible-links .all-references { margin-top: 14px; font-size: .9rem; font-weight: 900; }
.all-references li { margin-bottom: 17px; overflow-wrap: anywhere; }
.all-references a { color: var(--blue); }
.research-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.research-principles article { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.final-cta { position: relative; overflow: hidden; padding: 68px 0; color: #fff; background: linear-gradient(135deg, #061e37, #0b76b7); }
.final-cta h2 { color: #fff; }
.final-cta p { color: #d8ebf6; }
.final-cta-copy { position: relative; z-index: 3; }
.final-cta-copy .btn + small { display: block; max-width: 440px; margin-top: 14px; color: #bcd9ea; font-size: .72rem; line-height: 1.5; }
.final-product { position: relative; width: min(470px, 100%); margin-inline: auto; padding: 18px 10px 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: radial-gradient(circle at 50% 40%, rgba(255,255,255,.16), rgba(255,255,255,.035) 66%); text-align: center; box-shadow: inset 0 0 40px rgba(255,255,255,.05), 0 24px 55px rgba(0,0,0,.14); }
.final-product::after { content: ""; position: absolute; left: 14%; right: 14%; bottom: 35px; height: 26px; border-radius: 50%; background: radial-gradient(ellipse, rgba(1,17,31,.5), transparent 70%); }
.final-bottle-pack { height: 390px; filter: drop-shadow(0 25px 25px rgba(0,0,0,.22)); }
.final-product span { display: block; margin-top: 6px; color: #d8ebf6; font-size: .8rem; font-weight: 800; }
.content-wide { max-width: 1080px; }
.buyer-copy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.buyer-copy-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.buyer-copy-grid article p:last-child { margin-bottom: 0; }
.compact-cta { margin-top: 25px; }
.site-footer { color: #b9cedd; background: #061b30; padding: 68px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .75fr .75fr; gap: 55px; }
.brand-light { color: #fff; margin-bottom: 18px; }
.brand-light small { color: #65c4fb; }
.site-footer h3 { color: #fff; font-size: 1rem; letter-spacing: 0; }
.site-footer a:not(.brand) { display: block; margin: 7px 0; color: #cbe0ee; text-decoration: none; font-size: .84rem; }
.site-footer a:hover { color: #fff; }
.compliance-copy { margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; line-height: 1.65; }

.legal-main { min-height: 60vh; background: #f7fafc; }
.legal-hero { padding: 80px 0 56px; color: #fff; background: linear-gradient(125deg, var(--navy), var(--blue)); }
.legal-hero h1 { color: #fff; font-size: clamp(2.25rem, 4vw, 3.8rem); }
.legal-hero p { max-width: 760px; color: #d9edf9; }
.legal-content { padding: 65px 0 90px; }
.legal-prose { max-width: 880px; padding: 42px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
.legal-prose h2 { margin-top: 35px; font-size: 1.7rem; }
.legal-prose h3 { margin-top: 27px; }

@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .45; } }

@media (max-width: 980px) {
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: .8rem; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 15px; }
  .hero-bottle-pack { height: 430px; }
  .highlight-bar { grid-template-columns: 1fr 1fr; }
  .highlight-bar article:nth-child(2) { border-right: 0; }
  .highlight-bar article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .verdict-card { grid-template-columns: 120px 1fr; }
  .verdict-list { grid-column: 1 / -1; }
  .split-layout, .split-layout.reverse { gap: 45px; grid-template-columns: .8fr 1.2fr; }
  .ingredient-grid { grid-template-columns: repeat(2, 1fr); }
  .ingredient-grid article:nth-child(11) { grid-column: auto; }
  .pricing-grid { gap: 13px; }
  .sales-price-card { padding-inline: 12px; }
  .best-seller-bar { margin-inline: -12px; }
  .pack-visual { height: 215px; }
  .pack-one img { width: 225px; }
  .pack-three img { width: 188px; }
  .pack-three .p3 { width: 215px; }
  .pack-six img { width: 155px; }
  .pack-six .p3 { width: 198px; }
  .price-card { padding-inline: 19px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 50px; font-size: 16px; }
  .container { width: min(100% - 30px, 680px); }
  .offer-timer { position: fixed; inset: auto 0 0; z-index: 120; min-height: 50px; padding: 7px 12px; gap: 8px; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 0; font-size: .74rem; }
  .offer-timer .timer-value { min-width: 76px; padding: 5px 10px; font-size: .98rem; }
  .site-header { top: 0; }
  .header-inner { min-height: 64px; }
  .nav-toggle { display: block; cursor: pointer; }
  .primary-nav { position: absolute; left: 15px; right: 15px; top: calc(100% + 8px); display: none; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
  .primary-nav.is-open { display: grid; }
  .primary-nav a { min-height: 44px; display: flex; align-items: center; padding: 0 9px; font-size: .93rem; }
  .primary-nav .nav-cta { justify-content: center; }
  .hero-grid { min-height: auto; padding-block: 46px 55px; grid-template-columns: 1fr; text-align: center; }
  .hero-copy { z-index: 3; }
  .hero-lead { font-size: 1rem; }
  .hero-benefits { max-width: 560px; margin-inline: auto; text-align: left; }
  .trust-chips, .hero-actions { justify-content: center; }
  .hero-product { min-height: 455px; margin-top: 12px; transform: translateY(-20px); }
  .hero-bottle-pack { width: min(480px, 94%); height: 445px; }
  .product-halo { width: 330px; height: 330px; }
  .product-offer-card { left: 6%; bottom: 0; text-align: left; }
  .value-badge { right: 4%; width: 105px; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .fact-grid div:nth-child(2) { border-right: 0; }
  .fact-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding: 50px 0; }
  .section-tight { padding: 30px 0; }
  .verdict-card { grid-template-columns: 1fr; padding: 25px; }
  .verdict-score { margin-inline: auto; }
  .verdict-list { grid-column: auto; }
  .split-layout, .split-layout.reverse, .faq-layout { grid-template-columns: 1fr; gap: 31px; }
  .sticky-side { position: static; }
  .summary-grid { grid-template-columns: repeat(2, 1fr); }
  .mechanism-grid, .pricing-grid, .bonus-grid, .research-principles { grid-template-columns: 1fr; }
  .sales-pricing { max-width: 470px; }
  .sales-price-card.best-card { order: -1; }
  .pack-visual { height: 290px; }
  .pack-one img { width: 295px; }
  .pack-three img { width: 245px; }
  .pack-three .p3 { width: 280px; }
  .pack-six img { width: 205px; }
  .pack-six .p3 { width: 265px; }
  .price-card.featured { order: -1; transform: none; }
  .ingredient-grid { grid-template-columns: 1fr; }
  .benefit-list { grid-template-columns: 1fr; }
  .safety-grid, .lifestyle-grid, .guarantee-grid, .final-cta-grid, .source-section-grid, .buyer-copy-grid { grid-template-columns: 1fr; gap: 24px; }
  .guarantee-grid, .final-cta-grid { text-align: center; }
  .final-cta { padding: 50px 0; }
  .final-cta-copy .btn + small { margin-inline: auto; }
  .usage-bottle-pack { height: 380px; }
  .final-bottle-pack { height: 380px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .legal-hero { padding: 55px 0 42px; }
  .legal-content { padding: 40px 0 70px; }
  .legal-prose { padding: 25px; }
}

@media (max-width: 520px) {
  h1 { font-size: 2.35rem; }
  h2 { font-size: 1.95rem; }
  .brand-mark { width: 40px; height: 40px; flex-basis: 40px; }
  .brand b { font-size: 1.03rem; }
  .hero-actions .btn { width: 100%; }
  .hero-benefits { grid-template-columns: 1fr; }
  .hero-product { min-height: 385px; transform: translateY(-12px); }
  .hero-bottle-pack { width: 350px; height: 350px; }
  .product-halo { width: 280px; height: 280px; }
  .value-badge { top: 3%; right: -1%; width: 93px; }
  .value-badge strong { font-size: 1.75rem; }
  .product-offer-card { left: 0; bottom: -1%; }
  .fact-grid strong { font-size: 1.45rem; }
  .fact-grid div { padding: 21px 10px; }
  .summary-grid { grid-template-columns: 1fr; }
  .highlight-bar { grid-template-columns: 1fr; }
  .highlight-bar article { border-right: 0; border-bottom: 1px solid var(--line); }
  .highlight-bar article:nth-child(2) { border-right: 0; }
  .highlight-bar article:last-child { border-bottom: 0; }
  .pack-visual { height: 255px; }
  .pack-one img { width: 265px; }
  .pack-three img { width: 220px; }
  .pack-three .p3 { width: 250px; }
  .pack-six img { width: 180px; }
  .pack-six .p3 { width: 235px; }
  .usage-bottle-pack { height: 330px; }
  .final-bottle-pack { height: 315px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .timer-label { display: none; }
  .offer-timer { gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
