
:root {
  --navy: #042238;
  --navy-deep: #021522;
  --blue: #0068b3;
  --blue-bright: #007de0;
  --yellow: #ffcc00;
  --gold: #e7b900;
  --white: #ffffff;
  --black: #000000;
  --gray: #69727d;
  --line: #d1d1d1;
  --surface: #f3f8fc;
  --surface-blue: #e8f4fc;
  --danger-soft: #fff7d6;
  --shadow: color-mix(in srgb, var(--navy) 18%, transparent);
  --shadow-deep: color-mix(in srgb, var(--navy) 32%, transparent);
  --max: 1180px;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--navy); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.7; }
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 96px 0; }
.affiliate-bar { background: var(--navy-deep); color: var(--white); text-align: center; padding: 8px 20px; font-size: 13px; line-height: 1.4; letter-spacing: .02em; }

.site-header { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--white) 94%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--navy) 12%, transparent); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--navy); font-size: 25px; font-weight: 850; letter-spacing: -.04em; white-space: nowrap; }
.brand img { width: 38px; height: 38px; object-fit: cover; border-radius: 50%; }
.brand > span > span { color: var(--blue); }
.site-header nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; }
.site-header nav a { text-decoration: none; font-size: 15px; font-weight: 750; }
.site-header nav a:hover { color: var(--blue); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 56px; padding: 13px 24px; border: 2px solid var(--yellow); border-radius: 12px; background: var(--yellow); color: var(--navy-deep); box-shadow: 0 10px 24px var(--shadow); font-weight: 850; line-height: 1.2; text-decoration: none; text-align: center; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { background: var(--gold); transform: translateY(-2px); box-shadow: 0 14px 28px var(--shadow-deep); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.button span { font-size: 22px; line-height: 1; }
.header-cta { min-height: 46px; padding: 10px 18px; font-size: 14px; box-shadow: none; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 86% 24%, var(--blue) 0, var(--navy) 32%, var(--navy-deep) 73%); color: var(--white); padding: 72px 0 64px; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(color-mix(in srgb, var(--white) 30%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--white) 30%, transparent) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, var(--black), transparent 80%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 52px; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: 13px; line-height: 1.3; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: var(--yellow); }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 720px; font-size: clamp(45px, 6vw, 74px); }
h2 { font-size: clamp(36px, 4.8vw, 56px); }
h3 { font-size: 25px; }
.hero-lead { max-width: 690px; margin: 24px 0 22px; color: color-mix(in srgb, var(--white) 82%, var(--blue)); font-size: 20px; line-height: 1.65; }
.hero-points { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; list-style: none; padding: 0; margin: 0 0 30px; }
.hero-points li { position: relative; padding-left: 28px; font-weight: 700; }
.hero-points li::before { content: "✓"; position: absolute; left: 0; color: var(--yellow); font-weight: 900; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.text-link { color: var(--white); font-weight: 800; text-underline-offset: 5px; }
.microcopy { margin: 14px 0 0; color: color-mix(in srgb, var(--white) 65%, var(--blue)); font-size: 13px; line-height: 1.5; }
.hero-visual { position: relative; min-height: 530px; display: grid; place-items: center; }
.hero-visual > img { position: relative; z-index: 2; width: min(660px, 112%); max-width: none; filter: drop-shadow(0 30px 24px var(--shadow-deep)); }
.image-halo { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 42px color-mix(in srgb, var(--blue) 30%, transparent), 0 0 0 84px color-mix(in srgb, var(--blue) 14%, transparent); }
.hero-card { position: absolute; z-index: 3; right: 0; bottom: 4px; display: flex; flex-direction: column; padding: 15px 20px; border: 1px solid color-mix(in srgb, var(--white) 22%, transparent); border-radius: 14px; background: color-mix(in srgb, var(--navy-deep) 86%, transparent); box-shadow: 0 15px 35px var(--shadow-deep); }
.hero-card strong { color: var(--yellow); font-size: 16px; }
.hero-card span { font-size: 13px; color: color-mix(in srgb, var(--white) 78%, var(--blue)); }

.ticker { overflow: hidden; background: var(--yellow); color: var(--navy-deep); border-block: 1px solid var(--gold); }
.ticker-track { display: flex; width: max-content; padding: 14px 0; animation: ticker 32s linear infinite; }
.ticker-track span { display: inline-flex; align-items: center; gap: 18px; padding: 0 34px; font-size: 14px; font-weight: 900; letter-spacing: .08em; white-space: nowrap; }
.ticker-track span::after { content: "•"; color: var(--blue); font-size: 20px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.glance { background: var(--surface); }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading > p:last-child { margin: 20px 0 0; color: var(--gray); font-size: 18px; }
.section-heading.compact { margin-bottom: 34px; }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 45px var(--shadow); overflow: hidden; }
.fact-grid article { position: relative; min-height: 200px; padding: 30px; border-right: 1px solid var(--line); }
.fact-grid article:last-child { border-right: 0; }
.fact-grid article > span { position: absolute; right: 20px; top: 14px; color: color-mix(in srgb, var(--blue) 15%, transparent); font-size: 52px; font-weight: 900; }
.fact-grid strong { position: relative; display: block; margin-top: 40px; color: var(--blue); font-size: 20px; }
.fact-grid p { position: relative; margin: 7px 0 0; color: var(--gray); font-size: 15px; line-height: 1.55; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.review-section p:not(.eyebrow), .evidence-copy p, .use-section p { color: var(--gray); }
.review-section .lead, .evidence-copy .lead, .use-section .lead { color: var(--navy); font-size: 21px; line-height: 1.6; }
.review-section .button { margin-top: 10px; }
.verdict-card { padding: 38px; border-radius: var(--radius); background: var(--navy); color: var(--white); box-shadow: 18px 18px 0 var(--yellow); }
.verdict-label { margin: 0 0 12px; color: var(--yellow); font-size: 13px; font-weight: 900; letter-spacing: .16em; }
.verdict-card h3 { font-size: 34px; }
.verdict-card > p:not(.verdict-label) { color: color-mix(in srgb, var(--white) 76%, var(--blue)); }
.verdict-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0; border-top: 1px solid color-mix(in srgb, var(--white) 17%, transparent); font-size: 15px; }
.verdict-row strong { color: var(--yellow); text-align: right; }

.ingredients-section { background: var(--navy); color: var(--white); }
.ingredients-section .section-heading > p:last-child { color: color-mix(in srgb, var(--white) 73%, var(--blue)); }
.ingredient-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.ingredient-card { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 24px; border: 1px solid color-mix(in srgb, var(--white) 15%, transparent); border-radius: 18px; background: color-mix(in srgb, var(--blue) 13%, var(--navy)); }
.ingredient-card:last-child { grid-column: 1 / -1; }
.ingredient-number { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--yellow); color: var(--navy); font-size: 14px; font-weight: 900; }
.ingredient-card h3 { font-size: 22px; }
.ingredient-card strong { display: block; margin-top: 5px; color: var(--yellow); font-size: 14px; }
.ingredient-card p { margin: 8px 0 0; color: color-mix(in srgb, var(--white) 74%, var(--blue)); font-size: 15px; line-height: 1.55; }
.facts-panel { display: grid; grid-template-columns: .7fr 1.3fr; gap: 32px; align-items: center; margin-top: 38px; padding: 34px; border-radius: var(--radius); background: var(--white); color: var(--navy); }
.facts-panel h3 { font-size: 32px; }
.facts-panel p:not(.eyebrow) { color: var(--gray); }
.facts-panel img { border-radius: 12px; }
.authority-link { color: var(--blue); font-size: 15px; font-weight: 800; text-underline-offset: 4px; }

.evidence-section { background: var(--surface-blue); }
.evidence-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: start; }
.source-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.source-links a { padding: 8px 12px; border: 1px solid color-mix(in srgb, var(--blue) 24%, var(--line)); border-radius: 8px; background: var(--white); color: var(--blue); font-size: 13px; font-weight: 800; text-decoration: none; }
.review-notes { display: grid; gap: 18px; }
.review-notes article { padding: 30px; border-radius: 20px; background: var(--white); box-shadow: 0 14px 35px var(--shadow); }
.review-notes article:last-child { background: var(--navy); color: var(--white); }
.review-notes strong { font-size: 23px; }
.review-notes ul { padding-left: 20px; margin: 18px 0 0; }
.review-notes li { margin: 8px 0; }

.use-grid { grid-template-columns: .9fr 1.1fr; }
.product-orbit { position: relative; display: grid; place-items: center; min-height: 530px; border-radius: 50%; background: var(--surface-blue); }
.product-orbit img { width: 112%; max-width: none; filter: drop-shadow(0 24px 22px var(--shadow)); }
.orbit-note { position: absolute; right: 12px; bottom: 64px; padding: 12px 18px; border-radius: 999px; background: var(--yellow); color: var(--navy); font-weight: 900; }
.steps { list-style: none; padding: 0; margin: 30px 0; display: grid; gap: 20px; }
.steps li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; }
.steps li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--blue); color: var(--white); font-weight: 900; }
.steps strong { font-size: 18px; }
.steps p { margin: 3px 0 0; font-size: 15px; }
.safety-note { padding: 18px 20px; border-left: 4px solid var(--yellow); background: var(--danger-soft); color: var(--navy) !important; font-size: 14px; line-height: 1.6; }

.pricing-section { background: var(--surface); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; align-items: center; padding: 32px 24px 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); text-align: center; box-shadow: 0 14px 34px var(--shadow); }
.price-card.featured { border: 3px solid var(--blue); transform: translateY(-14px); box-shadow: 0 22px 48px var(--shadow-deep); }
.best-value { position: absolute; top: -18px; margin: 0; padding: 8px 24px; border-radius: 999px; background: var(--blue); color: var(--white); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.price-card h3 { font-size: 34px; }
.price-card > img:not(.payment-cards) { width: 88%; margin: 8px auto -4px; }
.price-row { display: flex; align-items: end; justify-content: center; gap: 10px; }
.price-row strong { color: var(--navy); font-size: 67px; line-height: .95; letter-spacing: -.06em; }
.price-row span { color: var(--gray); font-size: 14px; line-height: 1.2; text-align: left; }
.price-card .total { margin: 16px 0 0; font-weight: 800; }
.shipping { margin: 3px 0 18px; color: var(--blue); font-weight: 800; }
.price-button { width: 100%; margin-top: auto; }
.payment-cards { width: 180px; margin: 18px auto 6px; }
.guarantee-line { margin: 0; color: var(--gray); font-size: 12px; font-weight: 700; }
.pricing-footnote { max-width: 800px; margin: 34px auto 0; color: var(--gray); font-size: 13px; text-align: center; }

.guarantee-section { background: var(--blue); color: var(--white); }
.guarantee-grid { display: grid; grid-template-columns: 190px 1fr; gap: 48px; align-items: center; max-width: 980px; }
.guarantee-grid > img { width: 180px; }
.guarantee-grid p:not(.eyebrow) { color: color-mix(in srgb, var(--white) 78%, var(--blue)); font-size: 18px; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 118px; }
.faq-intro p:last-child { color: var(--gray); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; cursor: pointer; color: var(--navy); font-size: 19px; font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 28px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 0 22px; color: var(--gray); }

.final-cta { overflow: hidden; background: var(--navy-deep); color: var(--white); }
.final-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 40px; min-height: 620px; }
.final-grid > div { padding: 76px 0; }
.final-grid p:not(.eyebrow) { max-width: 720px; color: color-mix(in srgb, var(--white) 74%, var(--blue)); font-size: 18px; }
.final-grid img { width: 112%; max-width: none; filter: drop-shadow(0 25px 30px var(--shadow-deep)); }
.light-copy { font-size: 13px !important; }

.ai-overview { margin-block: 26px; padding: 18px 22px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.ai-overview summary { cursor: pointer; color: var(--navy); font-weight: 850; }
.ai-overview p { margin: 12px 0 0; color: var(--gray); font-size: 14px; }

.site-footer { padding: 74px 0 28px; background: var(--navy); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: .34fr .66fr; gap: 74px; padding-bottom: 46px; }
.footer-logo { color: var(--white); }
.footer-brand p { color: color-mix(in srgb, var(--white) 68%, var(--blue)); font-size: 15px; }
.footer-links h2 { margin-bottom: 24px; font-size: 21px; letter-spacing: 0; }
.link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 24px; }
.link-grid a { color: color-mix(in srgb, var(--white) 76%, var(--blue)); font-size: 14px; text-underline-offset: 4px; }
.footer-legal { padding-top: 28px; border-top: 1px solid color-mix(in srgb, var(--white) 15%, transparent); }
.footer-legal p { margin: 9px 0; color: color-mix(in srgb, var(--white) 62%, var(--blue)); font-size: 12px; line-height: 1.65; }
.footer-legal nav { display: flex; flex-wrap: wrap; gap: 18px; margin: 20px 0; }
.footer-legal nav a { color: var(--white); font-size: 13px; font-weight: 800; }

.sub-hero { overflow: hidden; padding: 66px 0 58px; background: radial-gradient(circle at 88% 30%, var(--blue) 0, var(--navy) 35%, var(--navy-deep) 76%); color: var(--white); }
.sub-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 48px; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; color: color-mix(in srgb, var(--white) 70%, var(--blue)); font-size: 14px; }
.breadcrumbs a { color: var(--yellow); font-weight: 800; }
.sub-hero h1 { max-width: 820px; font-size: clamp(44px, 5.5vw, 68px); }
.sub-hero p { max-width: 850px; color: color-mix(in srgb, var(--white) 79%, var(--blue)); font-size: 18px; }
.sub-hero .sub-lead { margin-top: 24px; color: var(--white); font-size: 21px; line-height: 1.65; }
.reviewed-by { padding: 12px 0; border-top: 1px solid color-mix(in srgb, var(--white) 16%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--white) 16%, transparent); font-size: 14px !important; }
.sub-hero .button { margin-top: 10px; }
.sub-product { position: relative; display: grid; place-items: center; min-height: 460px; }
.sub-product::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 45px color-mix(in srgb, var(--blue) 22%, transparent); }
.sub-product > img { position: relative; z-index: 2; width: 112%; max-width: none; filter: drop-shadow(0 28px 28px var(--shadow-deep)); }
.sub-product > div { position: absolute; z-index: 3; right: 0; bottom: 24px; display: flex; flex-direction: column; padding: 14px 20px; border-radius: 12px; background: var(--yellow); color: var(--navy); }
.sub-product > div strong { font-size: 16px; }
.sub-product > div span { font-size: 13px; }

.article-wrap { padding: 72px 0 90px; }
.direct-answer { max-width: 920px; margin: 0 auto 36px; padding: 38px 42px; border: 1px solid color-mix(in srgb, var(--blue) 22%, var(--line)); border-left: 7px solid var(--blue); border-radius: 18px; background: var(--surface-blue); }
.direct-answer h2 { font-size: clamp(34px, 4vw, 48px); }
.direct-answer p:not(.eyebrow) { margin: 18px 0 0; color: var(--navy); font-size: 20px; line-height: 1.75; }
.article-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 1040px; margin: 0 auto 64px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--line); }
.article-facts div { min-height: 120px; padding: 22px; background: var(--white); }
.article-facts strong, .article-facts span { display: block; }
.article-facts strong { color: var(--blue); font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.article-facts span { margin-top: 7px; color: var(--navy); font-size: 18px; font-weight: 800; line-height: 1.35; }
.article-content { max-width: 900px; margin: 0 auto; }
.article-section { padding: 44px 0; border-bottom: 1px solid var(--line); }
.article-section h2 { max-width: 820px; font-size: clamp(32px, 4vw, 46px); }
.article-section p { color: color-mix(in srgb, var(--navy) 80%, var(--gray)); font-size: 20px; line-height: 1.82; }
.article-section p:first-of-type { color: var(--navy); }
.article-section ul { padding-left: 26px; color: var(--navy); font-size: 19px; }
.article-section li { margin: 9px 0; }
.article-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; margin: 34px 0; padding: 34px; border-radius: 20px; background: var(--blue); color: var(--white); box-shadow: 0 18px 38px var(--shadow); }
.article-cta h2 { font-size: 34px; }
.article-cta p:not(.eyebrow) { margin: 10px 0 0; color: color-mix(in srgb, var(--white) 80%, var(--blue)); font-size: 17px; }
.checklist-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; margin: 48px 0; padding: 42px; border-radius: 22px; background: var(--navy); color: var(--white); }
.checklist-card h2 { font-size: 38px; }
.checklist-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; padding: 0; margin: 0; list-style: none; }
.checklist-card li { position: relative; padding-left: 26px; color: color-mix(in srgb, var(--white) 82%, var(--blue)); font-size: 17px; }
.checklist-card li::before { content: "✓"; position: absolute; left: 0; color: var(--yellow); font-weight: 900; }
.evidence-note { margin: 42px 0 10px; padding: 30px 34px; border-radius: 18px; background: var(--danger-soft); border: 1px solid var(--yellow); }
.evidence-note > strong { display: block; color: var(--navy); font-size: 24px; }
.evidence-note p { color: var(--navy); font-size: 18px; }
.evidence-note > div { display: flex; flex-wrap: wrap; gap: 10px; }
.evidence-note a { padding: 7px 11px; border-radius: 8px; background: var(--white); color: var(--blue); font-size: 13px; font-weight: 800; }
.article-faq { padding: 64px 0; }
.article-faq > h2 { margin-bottom: 28px; }
.article-faq details { border-bottom: 1px solid var(--line); }
.article-faq summary { display: flex; justify-content: space-between; gap: 22px; padding: 20px 0; cursor: pointer; font-size: 20px; font-weight: 850; list-style: none; }
.article-faq summary::-webkit-details-marker { display: none; }
.article-faq summary span { color: var(--blue); font-size: 27px; }
.article-faq details[open] summary span { transform: rotate(45deg); }
.article-faq details p { margin: -2px 0 22px; color: var(--gray); font-size: 18px; }
.article-verdict { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 22px; overflow: hidden; margin: 24px 0 0; padding: 48px 48px 0; border-radius: 24px; background: var(--navy-deep); color: var(--white); }
.article-verdict h2 { font-size: 42px; }
.article-verdict p:not(.eyebrow) { color: color-mix(in srgb, var(--white) 78%, var(--blue)); font-size: 18px; }
.article-verdict img { align-self: end; width: 120%; max-width: none; margin-bottom: -18px; }
.article-verdict .button { grid-column: 1 / -1; width: max-content; margin: 0 0 42px; }

.legal-hero { padding: 62px 0; background: var(--navy); color: var(--white); }
.legal-hero h1 { font-size: clamp(44px, 6vw, 68px); }
.legal-hero p:not(.eyebrow) { color: color-mix(in srgb, var(--white) 72%, var(--blue)); }
.legal-content { max-width: 900px; padding: 54px 0 86px; }
.legal-content .article-section p { font-size: 19px; }

@media (max-width: 980px) {
  .sub-hero-grid { grid-template-columns: 1fr; }
  .sub-product { min-height: 390px; }
  .sub-product > img { width: min(650px, 100%); }
  .article-cta, .checklist-card, .article-verdict { grid-template-columns: 1fr; }
  .article-verdict img { width: min(520px, 100%); margin: -80px auto -22px; }
  .article-verdict .button { grid-column: auto; }
}

@media (max-width: 680px) {
  .sub-hero { padding-top: 44px; }
  .sub-hero h1 { font-size: 42px; }
  .sub-hero .sub-lead { font-size: 19px; }
  .sub-product { min-height: 310px; }
  .sub-product::before { width: 230px; height: 230px; }
  .article-wrap { padding-top: 52px; }
  .direct-answer { padding: 28px 24px; }
  .direct-answer p:not(.eyebrow), .article-section p { font-size: 18px; }
  .article-facts { grid-template-columns: 1fr 1fr; }
  .article-facts div { min-height: 110px; }
  .article-cta, .checklist-card, .article-verdict { padding: 28px 24px; }
  .article-cta .button { width: 100%; }
  .checklist-card ul { grid-template-columns: 1fr; }
  .article-verdict h2 { font-size: 34px; }
  .article-verdict img { margin-top: -20px; }
  .article-verdict .button { width: 100%; margin-bottom: 0; }
}

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .header-cta { margin-left: auto; }
  .hero-grid, .split, .evidence-grid, .faq-grid, .final-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; }
  .hero-visual { min-height: 460px; }
  .hero-visual > img { width: min(690px, 100%); }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .fact-grid article:nth-child(2) { border-right: 0; }
  .fact-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .facts-panel { grid-template-columns: 1fr; }
  .product-orbit { min-height: 420px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; gap: 30px; }
  .price-card.featured { transform: none; order: -1; }
  .faq-intro { position: static; }
  .final-grid img { width: min(660px, 100%); margin: -130px auto -30px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .container { width: min(100% - 28px, var(--max)); }
  .section { padding: 72px 0; }
  .affiliate-bar { font-size: 11px; }
  .nav-wrap { min-height: 68px; }
  .brand { font-size: 21px; }
  .brand img { width: 34px; height: 34px; }
  .header-cta { min-height: 42px; padding: 8px 12px; font-size: 12px; }
  .header-cta span { display: none; }
  h1 { font-size: 44px; }
  h2 { font-size: 36px; }
  .hero-grid { gap: 18px; }
  .hero-lead { font-size: 18px; }
  .hero-points { grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 350px; }
  .image-halo { width: 250px; height: 250px; }
  .hero-card { right: 0; bottom: -5px; }
  .fact-grid { grid-template-columns: 1fr; }
  .fact-grid article { min-height: 160px; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact-grid article:last-child { border-bottom: 0; }
  .split { gap: 48px; }
  .verdict-card { padding: 28px; box-shadow: 10px 10px 0 var(--yellow); }
  .verdict-card h3 { font-size: 28px; }
  .ingredient-grid { grid-template-columns: 1fr; }
  .ingredient-card:last-child { grid-column: auto; }
  .ingredient-card { grid-template-columns: 44px 1fr; padding: 20px; }
  .ingredient-number { width: 40px; height: 40px; }
  .facts-panel { padding: 24px; }
  .facts-panel h3 { font-size: 27px; }
  .product-orbit { min-height: 340px; }
  .orbit-note { right: 0; bottom: 30px; }
  .guarantee-grid { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .guarantee-grid > img { margin-inline: auto; }
  .link-grid { grid-template-columns: 1fr 1fr; }
  .final-grid { min-height: 0; }
  .final-grid > div { padding: 72px 0 0; }
  .final-grid img { margin-top: -20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  .button { transition: none; }
}
