
:root {
  --bg: #eef3f8;
  --paper: #ffffff;
  --ink: #1e293b;
  --muted: #5b6778;
  --line: #d7e0ea;
  --blue: #1f6ed4;
  --blue-dark: #1558ae;
  --gold: #f6c443;
  --gold-dark: #e0ad24;
  --green: #169d5a;
  --shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: linear-gradient(180deg, #f4f7fb 0%, var(--bg) 100%);
  color: var(--ink);
  font: 400 17px/1.68 Inter, system-ui, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.top-disclosure {
  text-align: right;
  font-size: 11px;
  color: #6b7280;
  padding: 4px 10px 0;
}
.topbar {
  background: var(--blue);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.topbar-inner {
  max-width: 1180px; margin: 0 auto; padding: 12px 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.brand { font-weight: 800; letter-spacing: .02em; }
.flag { font-size: 12px; background: rgba(255,255,255,.16); padding: 3px 8px; border-radius: 999px; margin-left: 8px; }
.top-points { font-size: 13px; opacity: .96; display: flex; gap: 16px; flex-wrap: wrap; justify-content: flex-end; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 18px 20px 48px; }
.grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 22px; align-items: start; }
.article, .panel, .legal-card, .thanks-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow);
}
.article { padding: 26px 28px 36px; }
.panel { padding: 18px; position: sticky; top: 18px; }
.eyebrow { color: var(--blue); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; }
.hero-title, h1, h2, h3 { font-family: Merriweather, Georgia, serif; line-height: 1.15; color: #18253a; }
.hero-title { font-size: 25px; margin: 10px 0 14px; }
.lead { color: var(--muted); font-size: 17px; margin: 0 0 16px; }
.rating { display: flex; align-items: center; gap: 12px; margin: 14px 0 18px; flex-wrap: wrap; }
.stars-strip { width: 110px; height: auto; flex: 0 0 auto; }
.expert { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); }
.expert img { width: 42px; height: 42px; border-radius: 999px; object-fit: cover; flex: 0 0 auto; }
.figure { margin: 18px 0 8px; }
.figure img { width: 100%; border-radius: 14px; border: 1px solid var(--line); }
.caption { margin-top: 8px; font-size: 13px; color: var(--muted); }
.section-title { font-size: 23px; margin: 30px 0 14px; }
.sub-title { font-size: 19px; margin: 24px 0 12px; }
.quote {
  border-left: 4px solid var(--blue); background: #f8fbff; padding: 16px 18px; border-radius: 8px; color: #334155;
  margin: 18px 0;
}
.list { padding-left: 0; margin: 14px 0; list-style: none; }
.list li { position: relative; padding-left: 26px; margin: 8px 0; }
.list li::before { content: '•'; position: absolute; left: 7px; top: 0; color: var(--blue); font-size: 18px; }
.checks li::before { content: '✓'; color: var(--green); left: 2px; font-weight: 800; }
.panel h3 { font-size: 20px; margin: 4px 0 6px; text-align: center; }
.small-center { text-align: center; color: var(--muted); font-size: 13px; }
.price-box {
  background: #f8fbff; border: 1px solid var(--line); border-radius: 14px; padding: 16px; text-align: center; margin: 12px 0 16px;
}
.old-price { color: #94a3b8; text-decoration: line-through; font-size: 16px; }
.new-price { color: var(--blue); font-size: 40px; font-weight: 800; line-height: 1; }
.panel ul { list-style: none; padding: 0; margin: 16px 0; }
.panel li { display: flex; gap: 8px; margin: 10px 0; color: #334155; font-size: 14px; }
.panel li::before { content: '✓'; color: var(--green); font-weight: 800; }
.cta, .submit-btn {
  display: block; width: 100%; text-align: center; background: linear-gradient(180deg, var(--gold), var(--gold-dark));
  color: #1f2937; font-weight: 800; border: 0; border-radius: 12px; padding: 16px 18px; cursor: pointer; box-shadow: 0 10px 22px rgba(246,196,67,.32);
}
.meta-note { margin-top: 12px; text-align: center; font-size: 12px; color: var(--muted); }
.product-card { display: flex; gap: 18px; align-items: center; background: #f8fbff; border: 1px solid var(--line); border-radius: 16px; padding: 18px; margin: 18px 0; }
.product-card img { width: 140px; max-width: 40%; height: auto; object-fit: contain; flex: 0 0 auto; background: #fff; border-radius: 10px; }
.product-card h3 { margin: 0 0 8px; font-size: 22px; }
.badge { display: inline-block; background: #e8f0fb; color: var(--blue); font-size: 12px; font-weight: 700; padding: 5px 8px; border-radius: 999px; margin-bottom: 8px; }
.ingredients-toggle { margin: 24px 0 0; border-top: 1px solid var(--line); padding-top: 20px; }
.toggle-btn { background: #eff6ff; border: 1px solid #cfe0ff; padding: 12px 14px; border-radius: 10px; width: 100%; text-align: left; font-weight: 700; color: #20406a; cursor: pointer; }
.toggle-content { display: none; padding-top: 14px; }
.toggle-content.open { display: block; }
.refs a { color: var(--blue); text-decoration: underline; }
.footer {
  max-width: 1180px; margin: 0 auto; padding: 18px 20px 50px; color: var(--muted); font-size: 12.5px;
}
.footer-links { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-bottom: 14px; }
.footer-links a { text-transform: uppercase; letter-spacing: .06em; font-weight: 700; }
.disclaimer-box { background: rgba(255,255,255,.8); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; }
.legal-card, .thanks-card { max-width: 860px; margin: 22px auto; padding: 28px; }
.legal-card h1, .thanks-card h1 { font-size: 31px; margin-top: 0; }
.legal-card h2 { font-size: 20px; margin-top: 24px; }
.field { margin-bottom: 16px; }
.field label { display: block; margin-bottom: 6px; font-weight: 700; }
.field input { width: 100%; padding: 14px 16px; border: 2px solid #cbd5e1; border-radius: 12px; font: inherit; }
.field input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(31,110,212,.12); }
.helper { font-size: 13px; color: var(--muted); }
.error { color: #b91c1c; font-size: 13px; min-height: 18px; margin: 4px 0 0; }
.hidden { display: none !important; }
.cookie-banner {
  position: fixed; left: 16px; right: 16px; bottom: 16px; max-width: 760px; margin: 0 auto; z-index: 9999;
  background: #0f172a; color: #fff; border: 2px solid #fbbf24; border-radius: 14px; padding: 16px 18px; box-shadow: 0 20px 48px rgba(0,0,0,.4);
}
.cookie-banner p { margin: 8px 0 0; color: #e2e8f0; }
.cookie-banner a { color: #93c5fd; text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 12px; }
.cookie-btn { border: 0; border-radius: 10px; padding: 11px 16px; font: inherit; font-weight: 700; cursor: pointer; }
.cookie-btn.secondary { background: #334155; color: #fff; }
.cookie-btn.primary { background: #fbbf24; color: #111827; }
.notice-success { display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 999px; background: #e8fff2; color: var(--green); font-size: 30px; margin: 0 auto 14px; }
.back-link { color: var(--blue); text-decoration: underline; }
@media (max-width: 980px) {
  .grid { grid-template-columns: 1fr; }
  .panel { position: static; }
}
@media (max-width: 720px) {
  .article, .panel, .legal-card, .thanks-card { border-radius: 14px; }
  .article { padding: 18px 16px 28px; }
  .hero-title { font-size: 22px; }
  .product-card { flex-direction: column; align-items: flex-start; }
  .product-card img { width: 120px; }
  .topbar-inner { padding: 10px 14px; }
  .top-points { display: none; }
}
