@import "tailwindcss";

:root {
  --primary: #07264e;
  --primary-deep: #03152e;
  --primary-soft: #0b2d5e;
  --blue: #1a6fb5;
  --blue-soft: #eaf0ff;
  --teal: #0abab5;
  --green: #2c8c55;
  --green-deep: #1e6842;
  --gold: #ffc107;
  --gold-soft: #fff3c6;
  --wine: #761e21;
  --background: #ffffff;
  --surface: #f7f9fd;
  --surface-blue: #edf2ff;
  --text: #16233a;
  --muted: #5b6879;
  --border: #d8e1ee;
  --success: #21734a;
  --shadow: 0 22px 60px rgba(7, 38, 78, .14);
  --shadow-small: 0 10px 30px rgba(7, 38, 78, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--background); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 19px; line-height: 1.7; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(7,38,78,.11); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 5px; color: var(--primary); text-decoration: none; font-size: 19px; font-weight: 800; white-space: nowrap; }
.brand img { width: 112px; height: 62px; object-fit: contain; }
.brand b { color: var(--green); }
nav { flex: 1; display: flex; justify-content: center; align-items: center; gap: 27px; }
nav a { color: var(--primary); text-decoration: none; font-size: 16px; font-weight: 750; }
nav a:hover { color: var(--blue); }
.cta { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 25px; color: #09121f; background: linear-gradient(135deg, #ffd856, var(--gold)); border: 2px solid #fff; border-radius: 14px; box-shadow: 0 11px 27px rgba(255,193,7,.26), 0 0 0 1px #c89400; text-decoration: none; font-size: 17px; font-weight: 900; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease; }
.cta:hover { transform: translateY(-2px); box-shadow: 0 15px 34px rgba(255,193,7,.33), 0 0 0 1px #c89400; }
.cta span { font-size: 23px; line-height: 1; }
.nav-cta { min-height: 48px; padding: 10px 17px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--primary)); box-shadow: 0 9px 22px rgba(7,38,78,.22), 0 0 0 1px var(--primary); border-radius: 11px; font-size: 14px; }

.ticker { overflow: hidden; color: #fff; background: var(--blue); border-bottom: 2px solid rgba(7,38,78,.18); font-size: 14px; font-weight: 900; letter-spacing: .09em; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 27px; padding: 10px 0; animation: ticker 25s linear infinite; }
.ticker i { color: var(--gold); font-style: normal; font-size: 19px; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(132deg, var(--primary-deep), var(--primary) 57%, #115489); }
.hero:after { content: ""; position: absolute; inset: auto 0 0; height: 9px; background: linear-gradient(90deg, var(--green), var(--teal), var(--gold)); }
.hero-shape { position: absolute; border-radius: 50%; opacity: .18; }
.hero-shape-one { width: 520px; height: 520px; right: -150px; top: -190px; background: var(--teal); }
.hero-shape-two { width: 390px; height: 390px; left: -230px; bottom: -220px; background: var(--gold); }
.hero-grid { position: relative; z-index: 2; min-height: 720px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 42px; align-items: center; padding: 72px 0 84px; }
.eyebrow, .kicker { margin: 0 0 12px; color: var(--blue); font-size: 14px; font-weight: 900; line-height: 1.3; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: #83e3d7; }
.eyebrow span { width: 9px; height: 9px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 6px rgba(255,193,7,.13); }
.updated { margin: 0 0 16px; color: rgba(255,255,255,.68); font-size: 14px; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(44px, 5.1vw, 67px); line-height: 1.04; letter-spacing: -.045em; text-wrap: balance; }
.hero-lead { max-width: 730px; margin: 24px 0 22px; color: rgba(255,255,255,.86); font-size: 20px; line-height: 1.63; }
.hero-points { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 9px; }
.hero-points li { display: flex; align-items: flex-start; gap: 11px; font-size: 17px; font-weight: 700; }
.hero-points span { flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; margin-top: 3px; color: #fff; background: var(--green); border: 2px solid #9be9be; border-radius: 50%; font-size: 13px; }
.hero-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.text-link { color: #fff; font-size: 16px; font-weight: 800; text-underline-offset: 5px; }
.affiliate-note { margin: 19px 0 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.4; }
.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.hero-halo { position: absolute; width: 460px; height: 460px; background: radial-gradient(circle, rgba(255,255,255,.22), rgba(10,186,181,.15) 55%, transparent 72%); border-radius: 50%; }
.hero-product { position: relative; z-index: 2; width: min(620px, 118%); max-width: none; filter: drop-shadow(0 30px 35px rgba(0,0,0,.33)); transform: translateX(14px) scale(1.08); }
.score-card { position: absolute; z-index: 3; left: -12px; top: 34px; width: 162px; padding: 15px 16px; color: #fff; background: rgba(3,21,46,.9); border: 1px solid rgba(255,255,255,.2); border-radius: 18px; box-shadow: var(--shadow-small); backdrop-filter: blur(10px); }
.score-card small { display: block; color: rgba(255,255,255,.65); font-size: 10px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.score-card strong { display: block; color: var(--gold); font-size: 39px; line-height: 1.1; }
.score-card strong span { color: #fff; font-size: 14px; }
.score-card p { margin: 2px 0 0; color: rgba(255,255,255,.7); font-size: 11px; line-height: 1.3; }
.price-bubble { position: absolute; z-index: 4; right: -2px; bottom: 43px; width: 132px; height: 132px; display: grid; place-content: center; text-align: center; color: var(--primary); background: var(--gold); border: 5px solid #fff; border-radius: 50%; box-shadow: var(--shadow); transform: rotate(5deg); }
.price-bubble span { font-size: 11px; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
.price-bubble strong { font-size: 34px; line-height: 1; }

.trust-strip { background: #fff; box-shadow: 0 13px 38px rgba(7,38,78,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-height: 115px; display: flex; flex-direction: column; justify-content: center; padding: 20px 27px; border-right: 1px solid var(--border); }
.trust-grid div:last-child { border: 0; }
.trust-grid strong { color: var(--primary); font-size: 23px; line-height: 1.2; }
.trust-grid span { color: var(--muted); font-size: 14px; }

.section { padding: 94px 0; }
.section-heading { margin-bottom: 46px; }
.section-heading h2, .mechanism-section h2, .guarantee-copy h2, .final-cta h2 { margin: 0; color: var(--primary); font-size: clamp(37px, 4.5vw, 54px); line-height: 1.08; letter-spacing: -.04em; text-wrap: balance; }
.section-heading > p { color: var(--muted); }
.section-heading.centered { max-width: 850px; margin: 0 auto 50px; text-align: center; }
.section-heading.centered > p:last-child { max-width: 760px; margin: 17px auto 0; }
.split-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: end; }
.split-heading > p { margin: 0; font-size: 20px; }
.large-copy { color: var(--primary); font-size: 22px; line-height: 1.62; }

.review-section { background: #fff; }
.review-grid { display: grid; grid-template-columns: 1.38fr .62fr; gap: 34px; align-items: start; }
.review-copy { padding: 39px 42px; background: #fff; border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--shadow-small); }
.review-copy p:first-child { margin-top: 0; }
.review-copy a, .caution-note a, .ingredient-warning a { color: var(--blue); font-weight: 800; text-underline-offset: 4px; }
.verdict-box { margin-top: 28px; display: flex; gap: 16px; padding: 23px; color: #fff; background: linear-gradient(135deg, var(--primary), var(--primary-soft)); border-radius: 18px; }
.verdict-box > span { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-weight: 900; }
.verdict-box strong { color: var(--gold); font-size: 19px; }
.verdict-box p { margin: 2px 0 0; color: rgba(255,255,255,.85); font-size: 16px; }
.score-panel { padding: 28px; color: #fff; background: var(--primary-deep); border-radius: 24px; box-shadow: var(--shadow); }
.score-panel-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 21px; margin-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,.14); }
.score-panel-top span { color: rgba(255,255,255,.67); font-size: 14px; }
.score-panel-top strong { color: var(--gold); font-size: 27px; }
.score-item { margin-bottom: 19px; }
.score-item:last-child { margin-bottom: 0; }
.score-item > div:first-child { display: flex; justify-content: space-between; margin-bottom: 7px; font-size: 14px; }
.score-item span { color: rgba(255,255,255,.72); }
.bar { height: 7px; overflow: hidden; background: rgba(255,255,255,.12); border-radius: 10px; }
.bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--green), var(--teal)); border-radius: inherit; }

.dark-section { color: #fff; background: var(--primary-deep); }
.light h2, .light > p { color: #fff; }
.light .kicker { color: #83e3d7; }
.light > p:last-child { color: rgba(255,255,255,.71); }
.fit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.fit-grid article { min-height: 282px; padding: 30px 25px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; }
.fit-grid article > span { width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 16px; font-weight: 900; }
.fit-grid h3 { margin: 31px 0 11px; font-size: 23px; line-height: 1.25; }
.fit-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: 17px; }
.fit-grid .warning-card { background: linear-gradient(155deg, rgba(118,30,33,.85), rgba(118,30,33,.4)); border-color: rgba(255,255,255,.2); }
.fit-grid .warning-card > span { background: var(--gold); color: var(--wine); }

.mechanism-section { background: var(--surface); }
.mechanism-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 65px; align-items: center; }
.photo-wrap { position: relative; }
.photo-wrap > img { width: min(470px, 100%); aspect-ratio: 4 / 5; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.photo-wrap > div { position: absolute; right: -18px; bottom: 28px; max-width: 210px; padding: 17px 20px; color: #fff; background: var(--primary); border-left: 5px solid var(--teal); border-radius: 15px; box-shadow: var(--shadow-small); }
.photo-wrap strong, .photo-wrap span { display: block; }
.photo-wrap strong { font-size: 18px; }
.photo-wrap span { color: rgba(255,255,255,.7); font-size: 13px; }
.mechanism-section h2 { margin-bottom: 21px; }
.step-list { margin-top: 28px; display: grid; gap: 13px; }
.step-list article { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 19px 21px; background: #fff; border: 1px solid var(--border); border-radius: 16px; }
.step-list article > span { width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 12px; font-weight: 900; }
.step-list h3 { margin: 0 0 3px; color: var(--primary); font-size: 19px; }
.step-list p { margin: 0; color: var(--muted); font-size: 16px; }
.caution-note { margin-top: 20px; padding: 20px 23px; background: var(--gold-soft); border: 1px solid #edd16a; border-radius: 15px; }
.caution-note strong { color: var(--wine); }
.caution-note p { margin: 5px 0 0; font-size: 15px; }

.ingredient-section { background: var(--surface-blue); }
.ingredient-art-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 28px; }
.ingredient-art-grid img { width: 100%; aspect-ratio: 2 / 2.4; object-fit: cover; object-position: top; border: 1px solid #d6dfcb; border-radius: 20px; box-shadow: var(--shadow-small); }
.ingredient-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.ingredient-list article { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 26px; background: #fff; border: 1px solid var(--border); border-radius: 19px; box-shadow: 0 6px 18px rgba(7,38,78,.06); }
.ingredient-number { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 14px; font-weight: 900; }
.ingredient-list span { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.ingredient-list h3 { margin: 2px 0 7px; color: var(--primary); font-size: 22px; }
.ingredient-list p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.62; }
.ingredient-warning { margin-top: 29px; display: grid; grid-template-columns: .45fr 1.55fr; gap: 30px; align-items: center; padding: 28px 34px; color: #fff; background: var(--primary); border-radius: 22px; }
.ingredient-warning img { max-height: 260px; object-fit: contain; }
.ingredient-warning .kicker { color: #83e3d7; }
.ingredient-warning h3 { margin: 0; font-size: 28px; }
.ingredient-warning p { color: rgba(255,255,255,.78); }
.ingredient-warning a { color: var(--gold); }

.results-section { background: #fff; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.timeline article { position: relative; padding: 31px; background: var(--surface); border: 1px solid #dbe4f2; border-radius: 20px; }
.timeline article:before { content: ""; position: absolute; left: 0; top: 28px; width: 5px; height: 47px; background: var(--green); border-radius: 0 4px 4px 0; }
.timeline span { color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.timeline h3 { margin: 10px 0 8px; color: var(--primary); font-size: 24px; }
.timeline p { margin: 0; color: var(--muted); font-size: 17px; }
.mid-cta { margin-top: 29px; display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 28px 32px; color: #fff; background: var(--primary); border-radius: 20px; }
.mid-cta div { display: flex; flex-direction: column; }
.mid-cta span { color: rgba(255,255,255,.67); font-size: 14px; }
.mid-cta strong { font-size: 21px; }

.guarantee-section { background: var(--surface); }
.guarantee-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 48px; align-items: center; }
.guarantee-copy h2 { margin-bottom: 21px; }
.guarantee-copy ul { list-style: none; padding: 0; margin: 26px 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 18px; }
.guarantee-copy li { display: flex; gap: 10px; font-size: 16px; font-weight: 700; }
.guarantee-copy li span { flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: 12px; }
.small-print { color: var(--muted); font-size: 14px; }
.guarantee-grid > img { border-radius: 22px; box-shadow: var(--shadow); }

.pricing-section { position: relative; color: #fff; background: linear-gradient(145deg, var(--primary-deep), var(--primary)); }
.pricing-section:before { content: ""; position: absolute; inset: 0; opacity: .07; background-image: radial-gradient(var(--teal) 1px, transparent 1px); background-size: 24px 24px; }
.pricing-section .container { position: relative; z-index: 2; }
.currency-alert { max-width: 860px; margin: -15px auto 42px; display: flex; justify-content: center; align-items: center; gap: 13px; padding: 14px 20px; color: var(--primary); background: var(--gold-soft); border: 1px solid var(--gold); border-radius: 14px; text-align: center; }
.currency-alert strong { flex: 0 0 auto; padding: 4px 10px; color: #fff; background: var(--wine); border-radius: 999px; font-size: 12px; text-transform: uppercase; }
.currency-alert span { font-size: 15px; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; overflow: hidden; color: var(--text); background: #fff; border: 3px solid var(--teal); border-radius: 24px; box-shadow: 0 25px 60px rgba(0,0,0,.25); }
.price-card.featured { transform: translateY(-13px); border-color: var(--gold); }
.best-badge { padding: 9px; color: var(--primary); background: var(--gold); text-align: center; font-size: 13px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.price-head { padding: 21px 20px 15px; color: #fff; background: var(--primary); text-align: center; }
.price-head h3 { margin: 0; font-size: 28px; }
.price-head p { margin: 2px 0 0; color: rgba(255,255,255,.69); font-size: 14px; }
.price-card > img:not(.payment-cards) { width: 100%; aspect-ratio: 1.4 / 1; object-fit: contain; padding: 9px 14px 0; }
.per-bottle { display: flex; align-items: end; justify-content: center; gap: 9px; color: var(--primary); }
.per-bottle strong { font-size: 62px; line-height: 1; letter-spacing: -.05em; }
.per-bottle span { padding-bottom: 6px; font-size: 13px; font-weight: 800; line-height: 1.25; }
.price-card ul { list-style: none; padding: 13px 29px 21px; margin: 0; display: grid; gap: 7px; color: var(--muted); font-size: 16px; text-align: center; }
.price-card ul li:first-child { color: var(--primary); font-weight: 900; }
.price-card .cta { margin: auto 22px 0; }
.price-card .payment-cards { width: 180px; height: auto; margin: 16px auto 23px; padding: 0; }
.pricing-note { max-width: 860px; margin: 34px auto 0; color: rgba(255,255,255,.75); text-align: center; font-size: 16px; }
.pricing-note strong { color: var(--gold); }

.pros-section { background: #fff; }
.pros-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.pros-grid article { padding: 39px; border-radius: 24px; }
.pros-grid h3 { margin: 0 0 21px; font-size: 30px; }
.pros-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.pros-grid li { position: relative; padding-left: 34px; font-size: 17px; }
.pros-grid li:before { position: absolute; left: 0; top: 0; font-weight: 900; }
.pros { color: #154c36; background: #edf9f3; border: 1px solid #bce4ce; }
.pros li:before { content: "✓"; }
.cons { color: #6c3436; background: #fff1f1; border: 1px solid #efc1c2; }
.cons li:before { content: "×"; font-size: 24px; line-height: 1.1; }

.faq-section { background: var(--surface-blue); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; align-items: start; }
.faq-grid details { overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 6px 18px rgba(7,38,78,.05); }
.faq-grid summary { min-height: 76px; padding: 18px 21px; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--primary); font-size: 17px; font-weight: 850; cursor: pointer; list-style: none; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary span { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-size: 22px; }
.faq-grid details[open] summary span { transform: rotate(45deg); }
.faq-grid details p { margin: 0; padding: 0 21px 22px; color: var(--muted); font-size: 17px; }

.final-cta { position: relative; overflow: hidden; padding: 80px 0; color: #fff; background: linear-gradient(130deg, var(--green-deep), var(--green) 60%, var(--teal)); }
.final-cta:after { content: ""; position: absolute; width: 500px; height: 500px; right: -210px; top: -220px; background: rgba(255,255,255,.12); border-radius: 50%; }
.final-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 36px; align-items: center; }
.final-cta .kicker { color: var(--gold); }
.final-cta h2 { color: #fff; }
.final-cta p { max-width: 730px; color: rgba(255,255,255,.87); }
.final-cta .cta { margin-top: 10px; }
.final-cta small { display: block; margin-top: 14px; color: rgba(255,255,255,.64); }
.final-grid > img { max-width: 530px; filter: drop-shadow(0 27px 31px rgba(0,0,0,.25)); }

.author-section { padding: 52px 0; background: #fff; }
.author-card { display: grid; grid-template-columns: auto 1fr auto; gap: 23px; align-items: center; padding: 28px 32px; background: #fff; border: 1px solid var(--border); border-radius: 22px; box-shadow: var(--shadow-small); }
.author-mark { width: 68px; height: 68px; display: grid; place-items: center; color: #fff; background: var(--primary); border: 5px solid var(--teal); border-radius: 20px; font-size: 20px; font-weight: 900; }
.author-card span { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.author-card h2 { margin: 0; color: var(--primary); font-size: 22px; }
.author-card p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.review-date { min-width: 160px; padding-left: 24px; border-left: 1px solid var(--border); }
.review-date span, .review-date strong { display: block; }
.review-date strong { color: var(--primary); font-size: 14px; }
.ai-overview { max-width: 900px; margin: 22px auto 0; overflow: hidden; border: 1px solid var(--border); border-radius: 15px; }
.ai-overview summary { padding: 16px 20px; color: var(--primary); background: var(--surface); font-size: 15px; font-weight: 850; cursor: pointer; }
.ai-overview p { margin: 0; padding: 18px 20px; color: var(--muted); font-size: 14px; }

footer { padding: 70px 0 30px; color: rgba(255,255,255,.74); background: var(--primary-deep); }
.footer-top { display: grid; grid-template-columns: 1.05fr 1.55fr .6fr; gap: 54px; }
.footer-logo { color: #fff; }
.footer-brand > p { max-width: 370px; font-size: 17px; }
.footer-disclosure { padding: 14px; color: rgba(255,255,255,.8); background: rgba(255,255,255,.06); border-radius: 12px; }
.footer-disclosure strong { color: var(--gold); }
.footer-links h3 { margin: 0 0 18px; color: #fff; font-size: 18px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: rgba(255,255,255,.72); text-decoration: none; font-size: 17px; }
.footer-links a:hover { color: var(--gold); text-decoration: underline; }
.product-links > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px 18px; }
.footer-bottom { margin-top: 45px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin: 8px 0; font-size: 12px; line-height: 1.55; }
.footer-bottom p:first-child { color: #fff; font-size: 14px; }

@media (max-width: 1020px) {
  nav { display: none; }
  .nav-wrap { justify-content: space-between; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { min-height: 510px; }
  .hero-product { width: min(600px, 100%); transform: scale(1.05); }
  .score-card { left: 8%; }
  .price-bubble { right: 8%; }
  .review-grid, .mechanism-grid, .guarantee-grid { grid-template-columns: 1fr; }
  .score-panel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px 24px; }
  .score-panel-top { grid-column: 1 / -1; }
  .fit-grid, .ingredient-art-grid { grid-template-columns: repeat(2, 1fr); }
  .ingredient-art-grid img { max-height: 490px; }
  .photo-wrap > img { margin-inline: auto; }
  .photo-wrap > div { right: 12%; }
  .price-grid { gap: 14px; }
  .price-card.featured { transform: translateY(-8px); }
  .per-bottle strong { font-size: 51px; }
  .footer-top { grid-template-columns: 1fr 1.4fr; }
  .footer-links:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(5, 1fr); }
  .footer-links:last-child h3 { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { font-size: 18px; }
  .container { width: min(100% - 28px, 1180px); }
  .site-header { position: relative; }
  .nav-wrap { min-height: 74px; gap: 10px; }
  .brand img { width: 86px; height: 52px; }
  .brand { font-size: 16px; }
  .nav-cta { min-height: 43px; padding: 9px 11px; font-size: 12px; }
  .nav-cta span { display: none; }
  .ticker-track { animation-duration: 18s; }
  .hero-grid { min-height: 0; gap: 25px; padding: 52px 0 58px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 18px; }
  .hero-points li { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .cta { width: 100%; }
  .text-link { text-align: center; }
  .hero-visual { min-height: 390px; }
  .score-card { left: 0; top: 0; transform: scale(.87); transform-origin: top left; }
  .price-bubble { width: 111px; height: 111px; right: 0; bottom: 10px; }
  .price-bubble strong { font-size: 28px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div { min-height: 99px; padding: 17px; border-bottom: 1px solid var(--border); }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .section { padding: 70px 0; }
  .section-heading h2, .mechanism-section h2, .guarantee-copy h2, .final-cta h2 { font-size: 38px; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .split-heading > p { font-size: 18px; }
  .review-copy { padding: 27px 22px; }
  .large-copy { font-size: 20px; }
  .score-panel { grid-template-columns: 1fr; }
  .score-panel-top { grid-column: auto; }
  .fit-grid, .ingredient-list, .timeline, .price-grid, .pros-grid, .faq-grid { grid-template-columns: 1fr; }
  .fit-grid article { min-height: 0; }
  .ingredient-art-grid { gap: 10px; }
  .ingredient-art-grid img { max-height: 410px; }
  .ingredient-warning { grid-template-columns: 1fr; text-align: center; }
  .ingredient-warning img { margin-inline: auto; }
  .mid-cta { align-items: stretch; flex-direction: column; }
  .guarantee-copy ul { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; order: -1; }
  .price-card > img:not(.payment-cards) { max-height: 350px; }
  .currency-alert { align-items: center; flex-direction: column; }
  .final-grid { grid-template-columns: 1fr; }
  .final-grid > img { max-width: 400px; margin-inline: auto; }
  .author-card { grid-template-columns: auto 1fr; padding: 24px; }
  .review-date { grid-column: 1 / -1; padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--border); }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .footer-links:last-child { grid-column: auto; grid-template-columns: repeat(2, 1fr); }
  .product-links > div { grid-template-columns: 1fr; }
}

@media (max-width: 460px) {
  .brand > span { max-width: 88px; line-height: 1.06; white-space: normal; }
  .hero h1 { font-size: 37px; }
  .hero-visual { min-height: 325px; }
  .hero-product { width: 112%; max-width: 112%; }
  .score-card { display: none; }
  .ingredient-art-grid img { max-height: 325px; border-radius: 14px; }
  .ingredient-list article { grid-template-columns: 1fr; }
  .photo-wrap > div { right: 0; }
  .pros-grid article { padding: 28px 24px; }
}

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

/* Long-form product and legal pages */
.article-hero { position: relative; overflow: hidden; padding: 82px 0 74px; color: #fff; background: linear-gradient(135deg, var(--primary-deep), var(--primary) 62%, #124a78); }
.article-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.22fr .78fr; gap: 52px; align-items: center; }
.article-hero .eyebrow { color: #9ce8df; }
.article-updated { margin: 10px 0 13px; color: rgba(255,255,255,.65); font-size: 15px; }
.article-hero h1 { max-width: 880px; margin: 0; color: #fff; font-size: clamp(45px, 5.2vw, 72px); line-height: 1.03; letter-spacing: -.045em; }
.article-deck { max-width: 820px; margin: 24px 0 0; color: rgba(255,255,255,.83); font-size: 21px; line-height: 1.66; }
.article-actions { margin-top: 30px; display: flex; align-items: center; gap: 24px; }
.light-link { color: #fff; }
.light-note { color: rgba(255,255,255,.6); }
.article-product { position: relative; min-height: 400px; display: grid; place-items: center; }
.article-product > img { width: min(590px, 123%); max-width: none; filter: drop-shadow(0 28px 34px rgba(0,0,0,.34)); }
.article-product > div { position: absolute; right: 0; bottom: 15px; padding: 14px 18px; color: var(--primary); background: var(--gold); border: 3px solid #fff; border-radius: 15px; box-shadow: var(--shadow); }
.article-product span, .article-product strong { display: block; }
.article-product span { font-size: 12px; font-weight: 800; text-transform: uppercase; }
.article-product strong { font-size: 19px; }
.article-orb { position: absolute; border-radius: 50%; background: rgba(10,186,181,.13); }
.article-orb-one { width: 430px; height: 430px; right: -160px; top: -160px; }
.article-orb-two { width: 230px; height: 230px; left: -80px; bottom: -120px; }
.article-factbar { color: #fff; background: var(--green); }
.article-factbar .container { min-height: 76px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.article-factbar span { padding: 10px 18px; border-right: 1px solid rgba(255,255,255,.22); text-align: center; font-size: 16px; font-weight: 850; }
.article-factbar span:last-child { border-right: 0; }
.article-shell { background: #f5f8fb; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 42px; align-items: start; }
.article-body { min-width: 0; }
.quick-answer { padding: 38px 40px; background: #fff; border: 1px solid var(--border); border-top: 6px solid var(--teal); border-radius: 22px; box-shadow: var(--shadow-small); }
.quick-answer h2 { margin: 5px 0 18px; color: var(--primary); font-size: 36px; line-height: 1.15; }
.quick-answer > p:last-of-type { margin: 0; color: var(--text); font-size: 21px; line-height: 1.72; }
.verdict-line { margin-top: 25px; padding: 20px 22px; display: grid; grid-template-columns: auto 1fr; gap: 16px; color: #fff; background: var(--primary); border-radius: 15px; }
.verdict-line strong { color: var(--gold); }
.verdict-line span { color: rgba(255,255,255,.86); }
.article-intro { margin: 31px 0; padding: 7px 8px; }
.article-intro p { color: var(--muted); font-size: 20px; line-height: 1.78; }
.article-section { position: relative; margin: 0 0 24px; padding: 38px 40px; background: #fff; border: 1px solid var(--border); border-radius: 22px; box-shadow: 0 5px 20px rgba(7,38,78,.045); }
.article-section .section-index { position: absolute; right: 28px; top: 26px; color: #d7e5f3; font-size: 38px; font-weight: 950; line-height: 1; }
.article-section h2 { max-width: calc(100% - 75px); margin: 0 0 21px; color: var(--primary); font-size: 33px; line-height: 1.16; letter-spacing: -.025em; }
.article-section p { color: #3d4f63; font-size: 19px; line-height: 1.82; }
.article-section p:last-child { margin-bottom: 0; }
.article-inline-cta { margin-top: 29px; padding: 23px; display: flex; justify-content: space-between; align-items: center; gap: 22px; color: #fff; background: linear-gradient(135deg, var(--primary), var(--blue)); border-radius: 17px; }
.article-inline-cta div { display: grid; gap: 4px; }
.article-inline-cta span { color: rgba(255,255,255,.73); font-size: 14px; }
.article-inline-cta .cta { flex: 0 0 auto; }
.safety-callout { margin-top: 26px; padding: 23px 25px; background: #fff1f1; border: 1px solid #efc1c2; border-left: 5px solid var(--wine); border-radius: 14px; }
.safety-callout strong { color: var(--wine); }
.safety-callout p { margin: 7px 0 0; color: #6c3436; font-size: 16px; line-height: 1.65; }
.article-sidebar { position: sticky; top: 125px; display: grid; gap: 20px; }
.side-card { padding: 27px; background: #fff; border: 1px solid var(--border); border-radius: 20px; box-shadow: var(--shadow-small); }
.side-card h3 { margin: 0 0 15px; color: var(--primary); font-size: 22px; }
.side-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.side-card li { position: relative; padding-left: 25px; color: var(--muted); font-size: 16px; }
.side-card li:before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.side-verdict { color: #fff; background: var(--primary-deep); border-color: var(--primary-deep); }
.side-verdict > span { color: #9ce8df; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.side-verdict > strong { display: block; margin: 4px 0; color: var(--gold); font-size: 54px; line-height: 1; }
.side-verdict small { font-size: 20px; }
.side-verdict p { color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.62; }
.side-product { text-align: center; }
.side-product img { max-height: 245px; object-fit: contain; }
.side-product .cta { width: 100%; margin-top: 8px; }
.side-product small { display: block; margin-top: 10px; color: var(--muted); }
.article-faq { margin-top: 45px; }
.article-faq > h2 { margin: 4px 0 25px; color: var(--primary); font-size: 38px; }
.article-faq details { margin-bottom: 12px; overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: 15px; }
.article-faq summary { min-height: 74px; padding: 17px 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--primary); cursor: pointer; list-style: none; font-size: 18px; font-weight: 850; }
.article-faq summary::-webkit-details-marker { display: none; }
.article-faq summary span { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-size: 23px; }
.article-faq details[open] summary span { transform: rotate(45deg); }
.article-faq details p { margin: 0; padding: 0 22px 23px; color: var(--muted); font-size: 18px; line-height: 1.72; }
.article-closing { padding: 62px 0; color: #fff; background: linear-gradient(130deg, var(--green-deep), var(--green), var(--teal)); }
.article-closing .container { display: flex; justify-content: space-between; align-items: center; gap: 36px; }
.article-closing .kicker { color: var(--gold); }
.article-closing h2 { margin: 3px 0 7px; color: #fff; font-size: 39px; }
.article-closing p { margin: 0; color: rgba(255,255,255,.82); }
.legal-hero { padding: 78px 0; color: #fff; background: linear-gradient(135deg, var(--primary-deep), var(--primary)); }
.legal-hero .eyebrow { color: #9ce8df; }
.legal-hero h1 { margin: 4px 0 10px; color: #fff; font-size: clamp(48px, 6vw, 76px); }
.legal-hero p { color: rgba(255,255,255,.7); }
.legal-section { background: #f5f8fb; }
.legal-card { max-width: 920px; padding: 48px 54px; background: #fff; border: 1px solid var(--border); border-radius: 23px; box-shadow: var(--shadow-small); }
.legal-card section { padding: 0 0 29px; margin: 0 0 29px; border-bottom: 1px solid var(--border); }
.legal-card section:last-child { padding: 0; margin: 0; border: 0; }
.legal-card h2 { margin: 0 0 11px; color: var(--primary); font-size: 28px; }
.legal-card p { margin: 0; color: var(--muted); font-size: 19px; line-height: 1.8; }

@media (max-width: 1020px) {
  .article-hero-grid { grid-template-columns: 1fr; }
  .article-product { min-height: 360px; }
  .article-product > img { width: min(640px, 100%); }
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { position: static; grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .article-hero { padding: 58px 0 48px; }
  .article-hero h1 { font-size: 43px; }
  .article-deck { font-size: 18px; }
  .article-actions { align-items: stretch; flex-direction: column; }
  .article-product { min-height: 270px; }
  .article-product > div { right: 4px; bottom: 0; }
  .article-factbar .container { grid-template-columns: repeat(2, 1fr); }
  .article-factbar span { min-height: 66px; display: grid; place-items: center; border-bottom: 1px solid rgba(255,255,255,.22); font-size: 14px; }
  .article-factbar span:nth-child(2) { border-right: 0; }
  .quick-answer, .article-section { padding: 29px 23px; }
  .quick-answer h2, .article-section h2 { font-size: 30px; }
  .quick-answer > p:last-of-type, .article-intro p, .article-section p { font-size: 18px; }
  .verdict-line { grid-template-columns: 1fr; }
  .article-section .section-index { top: 20px; right: 18px; font-size: 29px; }
  .article-section h2 { max-width: calc(100% - 48px); }
  .article-inline-cta { align-items: stretch; flex-direction: column; }
  .article-sidebar { grid-template-columns: 1fr; }
  .article-closing .container { align-items: stretch; flex-direction: column; }
  .article-closing .cta { width: 100%; }
  .legal-card { padding: 32px 24px; }
}
