:root {
  --vqfl-purple: #6c1cd1;
  --vqfl-purple-dark: #2f016a;
  --vqfl-purple-light: #e1d9ff;
  --vqfl-purple-mid: #b9a6ff;
  --vqfl-cream: #fff8cb;
  --vqfl-pink-light: #ffe8f9;
  --vqfl-black: #000000;
  --vqfl-white: #ffffff;
  --vqfl-grey-bg: #f4f4f6;
  --vqfl-grey-light: #e8e8ec;
  --vqfl-grey-text: #555560;
  --vqfl-grey-border: #d0d0da;
  --vqfl-container: 1200px;
  --vqfl-radius: 0px;
  --vqfl-font: 'Archivo', sans-serif;
  --vqfl-space-xs: 8px;
  --vqfl-space-sm: 16px;
  --vqfl-space-md: 32px;
  --vqfl-space-lg: 64px;
  --vqfl-space-xl: 96px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--vqfl-font);
  font-size: 17px;
  line-height: 1.7;
  color: var(--vqfl-black);
  background: var(--vqfl-grey-bg);
}

.container {
  max-width: var(--vqfl-container);
  margin: 0 auto;
  padding: 0 var(--vqfl-space-md);
}

img { display: block; max-width: 100%; height: auto; }

a { color: var(--vqfl-purple); text-decoration: underline; }
a:hover { color: var(--vqfl-purple-dark); }

h1, h2, h3, h4 {
  font-family: var(--vqfl-font);
  font-weight: 800;
  line-height: 1.15;
  color: var(--vqfl-black);
}

h1 { font-size: clamp(2rem, 4vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: var(--vqfl-space-sm); }
h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: var(--vqfl-space-xs); }

p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

ul, ol { padding-left: 1.4em; margin-bottom: 1rem; }
li { margin-bottom: 0.3em; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.accent-word { color: var(--vqfl-purple); }

.btn-primary {
  display: inline-block;
  background: var(--vqfl-purple-dark);
  color: var(--vqfl-white);
  font-family: var(--vqfl-font);
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 32px;
  border-radius: var(--vqfl-radius);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-primary:hover { background: var(--vqfl-purple); color: var(--vqfl-white); }
.btn-primary.btn-light { background: var(--vqfl-white); color: var(--vqfl-purple-dark); }
.btn-primary.btn-light:hover { background: var(--vqfl-purple-light); color: var(--vqfl-purple-dark); }
.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--vqfl-purple-dark);
  font-family: var(--vqfl-font);
  font-weight: 700;
  font-size: 1rem;
  padding: 13px 28px;
  border-radius: var(--vqfl-radius);
  border: 2px solid var(--vqfl-purple-dark);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-secondary:hover { background: var(--vqfl-purple-light); }

.section-intro {
  font-size: 1.05rem;
  color: var(--vqfl-grey-text);
  max-width: 720px;
  margin-bottom: var(--vqfl-space-md);
}

section { padding: var(--vqfl-space-lg) 0; }

.card.outlined, .review-card.outlined, .ingredient-card.outlined,
.source-item.outlined, .sidebar-pack.outlined, .sidebar-nav.outlined,
.verdict-box.outlined, .info-cta.outlined, .supplement-disclaimer.outlined,
.author-card.outlined {
  border: 1.5px solid var(--vqfl-grey-border);
  border-radius: var(--vqfl-radius);
  padding: var(--vqfl-space-md);
  background: var(--vqfl-white);
}

.usfk {
  background: var(--vqfl-purple-dark);
  color: var(--vqfl-white);
}
.usfk h2, .usfk h3 { color: var(--vqfl-white); }

.ucvy {
  background: var(--vqfl-purple);
  color: var(--vqfl-white);
}
.ucvy h2, .ucvy h3 { color: var(--vqfl-white); }

.uxkj {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--vqfl-purple-dark);
  color: var(--vqfl-white);
  z-index: 9999;
  padding: var(--vqfl-space-sm) var(--vqfl-space-md);
  display: none;
}
.uxkj.is-visible { display: block; }
.cookie-inner {
  display: flex;
  align-items: center;
  gap: var(--vqfl-space-sm);
  flex-wrap: wrap;
  max-width: var(--vqfl-container);
  margin: 0 auto;
}
.uonh { flex: 1; font-size: 0.92rem; }
.uonh a { color: var(--vqfl-purple-light); }
.ubbr { display: flex; gap: var(--vqfl-space-xs); flex-wrap: wrap; }
.btn-cookie-accept {
  background: var(--vqfl-white); color: var(--vqfl-purple-dark);
  border: none; padding: 8px 18px; font-weight: 700;
  font-family: var(--vqfl-font); cursor: pointer; border-radius: var(--vqfl-radius);
}
.btn-cookie-reject, .btn-cookie-settings, .btn-cookie-save {
  background: transparent; color: var(--vqfl-white);
  border: 1.5px solid var(--vqfl-white); padding: 7px 14px;
  font-family: var(--vqfl-font); cursor: pointer; border-radius: var(--vqfl-radius);
  font-size: 0.9rem;
}
.cookie-settings-panel {
  max-width: var(--vqfl-container);
  margin: var(--vqfl-space-sm) auto 0;
  background: rgba(255,255,255,0.08);
  padding: var(--vqfl-space-sm);
  border-radius: var(--vqfl-radius);
}
.cookie-setting-row { display: flex; align-items: center; gap: var(--vqfl-space-xs); margin-bottom: var(--vqfl-space-xs); }
.cookie-setting-row label { display: flex; align-items: center; gap: 8px; cursor: pointer; }

.urnd {
  background: var(--vqfl-white);
  border-bottom: 1.5px solid var(--vqfl-grey-border);
  position: sticky; top: 0; z-index: 100;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  gap: var(--vqfl-space-sm);
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--vqfl-black);
}
.logo-text {
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}
.ufuf ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: var(--vqfl-space-md);
  align-items: center;
}
.ufuf a {
  text-decoration: none;
  color: var(--vqfl-grey-text);
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.2s;
}
.ufuf a:hover, .ufuf a[aria-current="page"] { color: var(--vqfl-purple); }
.ufuf .nav-cta {
  background: var(--vqfl-purple);
  color: var(--vqfl-white);
  padding: 8px 20px;
  border-radius: var(--vqfl-radius);
  font-weight: 700;
}
.ufuf .nav-cta:hover { background: var(--vqfl-purple-dark); color: var(--vqfl-white); }
.unhj {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.unhj span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--vqfl-black);
  border-radius: 1px;
  transition: transform 0.2s;
}

.hero-split {
  position: relative;
  background: linear-gradient(135deg, var(--vqfl-purple-dark) 0%, var(--vqfl-purple) 100%);
  overflow: hidden;
  padding: var(--vqfl-space-xl) 0;
  min-height: 580px;
  display: flex;
  align-items: center;
}
.hero-bg-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: var(--vqfl-space-xl);
  align-items: center;
}
.hero-text { color: var(--vqfl-white); }
.hero-breadcrumb {
  font-size: 0.85rem;
  color: var(--vqfl-purple-light);
  margin-bottom: var(--vqfl-space-sm);
}
.hero-breadcrumb a { color: var(--vqfl-purple-light); text-decoration: none; }
.hero-label {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vqfl-purple-mid);
  margin-bottom: var(--vqfl-space-xs);
}
.hero-text h1 {
  color: var(--vqfl-white);
  margin-bottom: var(--vqfl-space-sm);
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
}
.hero-text .accent-word { color: var(--vqfl-purple-mid); }
.hero-lead {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: var(--vqfl-space-md);
  max-width: 540px;
}
.trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--vqfl-space-xs);
  margin-top: var(--vqfl-space-md);
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  color: var(--vqfl-white);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
}
.chip svg { width: 14px; height: 14px; fill: var(--vqfl-purple-mid); flex-shrink: 0; }
.hero-visual {
  display: flex;
  justify-content: center;
}
.hero-visual img {
  width: 360px;
  height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,0.35));
}

.editorial-intro { background: var(--vqfl-white); }
.editorial-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: var(--vqfl-space-lg);
  align-items: start;
}
.article-meta {
  display: flex;
  gap: var(--vqfl-space-sm);
  align-items: center;
  font-size: 0.85rem;
  color: var(--vqfl-grey-text);
  margin-bottom: var(--vqfl-space-sm);
  flex-wrap: wrap;
}
.byline { font-weight: 700; color: var(--vqfl-purple); }
.article-date { color: var(--vqfl-grey-text); }
.editorial-main h2 { margin-bottom: var(--vqfl-space-sm); }
.article-lead {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--vqfl-black);
  margin-bottom: var(--vqfl-space-md);
  line-height: 1.6;
}
.editorial-sidebar img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: var(--vqfl-radius);
  margin-bottom: var(--vqfl-space-sm);
}
.sidebar-note {
  font-size: 0.9rem;
  color: var(--vqfl-grey-text);
  border-left: 3px solid var(--vqfl-purple);
  padding-left: var(--vqfl-space-sm);
}

.lifestyle-tips { background: var(--vqfl-grey-bg); }
.cards-grid { display: grid; gap: var(--vqfl-space-sm); }
.three-col { grid-template-columns: repeat(3, 1fr); }
.card.outlined { display: flex; flex-direction: column; gap: var(--vqfl-space-xs); }
.card-icon.duotone svg {
  width: 40px;
  height: 40px;
  color: var(--vqfl-purple);
  margin-bottom: var(--vqfl-space-xs);
}

.myths-facts { background: var(--vqfl-white); }
.myth-fact-table {
  border: 1.5px solid var(--vqfl-grey-border);
  border-radius: var(--vqfl-radius);
  overflow: hidden;
}
.myth-fact-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--vqfl-purple-dark);
  color: var(--vqfl-white);
  font-weight: 700;
  padding: 12px var(--vqfl-space-sm);
  gap: var(--vqfl-space-sm);
}
.myth-fact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--vqfl-space-sm);
  padding: var(--vqfl-space-sm);
  border-top: 1px solid var(--vqfl-grey-border);
  background: var(--vqfl-white);
}
.myth-fact-row:nth-child(even) { background: var(--vqfl-grey-bg); }
.badge-myth {
  display: inline-block;
  background: #fde8e8;
  color: #b91c1c;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  margin-right: 6px;
}
.badge-fact {
  display: inline-block;
  background: #e8f5e9;
  color: #1b5e20;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  margin-right: 6px;
}

.sources-section { background: var(--vqfl-grey-bg); }
.sources-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--vqfl-space-sm);
}
.source-item.outlined { display: flex; flex-direction: column; gap: var(--vqfl-space-xs); }
.source-tag {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--vqfl-purple);
  border: 1.5px solid var(--vqfl-purple);
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
  align-self: flex-start;
}
.source-link {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--vqfl-purple);
  text-decoration: none;
  margin-top: auto;
}
.source-link:hover { text-decoration: underline; }

.checklist-section { background: var(--vqfl-white); }
.checklist-steps { display: flex; flex-direction: column; gap: var(--vqfl-space-md); }
.checklist-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: var(--vqfl-space-sm);
  align-items: start;
}
.step-number {
  font-size: 2rem;
  font-weight: 800;
  color: var(--vqfl-purple-light);
  line-height: 1;
  padding-top: 4px;
}
.check-items { display: flex; flex-direction: column; gap: 6px; margin-top: var(--vqfl-space-xs); }
.check-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  cursor: pointer;
}
.check-item input[type="checkbox"] { accent-color: var(--vqfl-purple); width: 16px; height: 16px; }

.stat-band { padding: var(--vqfl-space-lg) 0; }
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  align-items: center;
}
.stat-item {
  padding: var(--vqfl-space-md);
  text-align: center;
}
.stat-number {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
  color: var(--vqfl-white);
}
.stat-unit { font-size: 0.5em; vertical-align: super; }
.stat-label { font-size: 0.88rem; color: rgba(255,255,255,0.8); line-height: 1.4; }
.stat-divider {
  width: 1px;
  height: 80px;
  background: rgba(255,255,255,0.25);
}

.how-it-works { background: var(--vqfl-grey-bg); }
.infographic-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--vqfl-space-lg);
  align-items: start;
  margin: var(--vqfl-space-md) 0;
}
.infographic-img img { width: 100%; border-radius: var(--vqfl-radius); }
.timeline-steps { display: flex; flex-direction: column; gap: var(--vqfl-space-md); }
.tl-step { display: grid; grid-template-columns: 48px 1fr; gap: var(--vqfl-space-sm); }
.tl-dot {
  width: 40px;
  height: 40px;
  background: var(--vqfl-purple);
  color: var(--vqfl-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1rem;
  border-radius: 0;
  flex-shrink: 0;
}
.tl-content h3 { margin-bottom: 4px; }
.ingredients-visual { margin: var(--vqfl-space-md) 0; }
.ingredients-visual img { width: 100%; max-height: 380px; object-fit: cover; border-radius: var(--vqfl-radius); }
.nutrient-table-wrap { margin-top: var(--vqfl-space-md); }
.nutrient-table-wrap h3 { margin-bottom: var(--vqfl-space-xs); }
.table-note { font-size: 0.85rem; color: var(--vqfl-grey-text); margin-bottom: var(--vqfl-space-sm); }
.table-footnote { font-size: 0.82rem; color: var(--vqfl-grey-text); margin-top: var(--vqfl-space-xs); }
.nutrient-table, .comparison-table, .cookie-table, .impressum-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.nutrient-table th, .nutrient-table td,
.comparison-table th, .comparison-table td,
.cookie-table th, .cookie-table td,
.impressum-table th, .impressum-table td {
  border: 1.5px solid var(--vqfl-grey-border);
  padding: 10px 14px;
  text-align: left;
  vertical-align: top;
}
.nutrient-table thead, .comparison-table thead, .cookie-table thead {
  background: var(--vqfl-purple-dark);
  color: var(--vqfl-white);
}
.nutrient-table thead th, .comparison-table thead th, .cookie-table thead th {
  color: var(--vqfl-white);
  font-weight: 700;
}
.nutrient-table tbody tr:nth-child(even),
.comparison-table tbody tr:nth-child(even),
.cookie-table tbody tr:nth-child(even) { background: var(--vqfl-grey-bg); }
.comparison-table .highlight-col { background: var(--vqfl-purple-light); font-weight: 600; }
.comparison-table thead .highlight-col { background: var(--vqfl-purple); color: var(--vqfl-white); }
.check-icon { color: #1b5e20; font-weight: 700; }
.cross-icon { color: #b91c1c; font-weight: 700; }
.impressum-table th { width: 200px; font-weight: 700; background: var(--vqfl-grey-bg); }

.lf-calc-section { background: var(--vqfl-white); }
.umkc { max-width: 560px; }
.calc-inner { display: flex; flex-direction: column; gap: var(--vqfl-space-sm); }
.calc-field { display: flex; flex-direction: column; gap: 6px; }
.calc-field label { font-weight: 600; font-size: 0.95rem; }
.calc-input {
  border: 1.5px solid var(--vqfl-grey-border);
  border-radius: var(--vqfl-radius);
  padding: 10px 14px;
  font-family: var(--vqfl-font);
  font-size: 1rem;
  width: 100%;
  color: var(--vqfl-black);
}
.calc-input:focus { outline: 2px solid var(--vqfl-purple); border-color: var(--vqfl-purple); }
.calc-result {
  padding: var(--vqfl-space-sm);
  background: var(--vqfl-purple-light);
  border-left: 4px solid var(--vqfl-purple);
  font-weight: 700;
  font-size: 1rem;
  display: none;
}
.calc-result.visible { display: block; }

.about-section { background: var(--vqfl-grey-bg); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: var(--vqfl-space-lg);
  margin-bottom: var(--vqfl-space-md);
}
.brand-values { list-style: none; padding: 0; margin-top: var(--vqfl-space-sm); }
.brand-values li {
  padding: 8px 0 8px 24px;
  position: relative;
  border-bottom: 1px solid var(--vqfl-grey-border);
  font-size: 0.95rem;
}
.brand-values li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--vqfl-purple);
  font-weight: 700;
}
.author-card.outlined { display: flex; flex-direction: column; gap: var(--vqfl-space-sm); }
.author-avatar {
  width: 56px;
  height: 56px;
  background: var(--vqfl-purple);
  color: var(--vqfl-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 800;
  border-radius: 0;
  flex-shrink: 0;
}
.author-info { display: flex; flex-direction: column; gap: 4px; }
.author-info strong { font-size: 1rem; }
.author-role { font-size: 0.85rem; color: var(--vqfl-purple); font-weight: 600; }
.author-info p { font-size: 0.9rem; color: var(--vqfl-grey-text); margin-top: 8px; }
.about-banner-img { width: 100%; max-height: 320px; object-fit: cover; border-radius: var(--vqfl-radius); margin-top: var(--vqfl-space-md); }

.product-section { background: var(--vqfl-white); }
.comparison-table-wrap { overflow-x: auto; margin-bottom: var(--vqfl-space-lg); }
.product-order-block {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: var(--vqfl-space-lg);
  border: 2px solid var(--vqfl-purple);
  padding: var(--vqfl-space-md);
  background: var(--vqfl-grey-bg);
}
.order-product-visual { display: flex; flex-direction: column; gap: var(--vqfl-space-sm); align-items: flex-start; }
.order-product-visual img { width: 280px; height: 280px; object-fit: contain; }
.order-price-block { display: flex; flex-direction: column; gap: 6px; }
.price-label { font-size: 0.85rem; color: var(--vqfl-grey-text); text-transform: uppercase; letter-spacing: 0.05em; }
.price-current { font-size: 2rem; font-weight: 800; color: var(--vqfl-purple-dark); line-height: 1; }
.price-note { font-size: 0.85rem; color: var(--vqfl-grey-text); }
.rating-row { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; }
.order-form-wrap h3 { margin-bottom: 4px; }
.order-note { font-size: 0.88rem; color: var(--vqfl-grey-text); margin-bottom: var(--vqfl-space-sm); }
.uvbz, .upte { display: flex; flex-direction: column; gap: var(--vqfl-space-sm); }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field label { font-weight: 600; font-size: 0.95rem; }
.form-field input[type="text"],
.form-field input[type="tel"],
.form-field input[type="email"],
.form-field textarea {
  border: 1.5px solid var(--vqfl-grey-border);
  border-radius: var(--vqfl-radius);
  padding: 11px 14px;
  font-family: var(--vqfl-font);
  font-size: 1rem;
  color: var(--vqfl-black);
  background: var(--vqfl-white);
  width: 100%;
}
.form-field input:focus, .form-field textarea:focus {
  outline: 2px solid var(--vqfl-purple);
  border-color: var(--vqfl-purple);
}
.form-check { flex-direction: row; align-items: flex-start; gap: var(--vqfl-space-xs); }
.check-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--vqfl-grey-text);
  cursor: pointer;
  line-height: 1.5;
}
.check-label input[type="checkbox"] { accent-color: var(--vqfl-purple); width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; }
.btn-order { width: 100%; text-align: center; padding: 16px; font-size: 1.1rem; }

.reviews-section { background: var(--vqfl-grey-bg); }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--vqfl-space-sm);
  margin-bottom: var(--vqfl-space-md);
}
.review-card.outlined { display: flex; flex-direction: column; gap: var(--vqfl-space-xs); }
.review-stars { margin-bottom: 4px; }
.review-card blockquote { font-style: italic; color: var(--vqfl-grey-text); font-size: 0.95rem; flex: 1; }
.review-card blockquote p { margin: 0; }
.review-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.82rem;
  color: var(--vqfl-grey-text);
  border-top: 1px solid var(--vqfl-grey-border);
  padding-top: 8px;
  margin-top: auto;
}
.reviewer-name { font-weight: 700; }
.reviews-lifestyle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--vqfl-space-sm);
  margin-bottom: var(--vqfl-space-sm);
}
.reviews-lifestyle img { width: 100%; height: 260px; object-fit: cover; border-radius: var(--vqfl-radius); }
.reviews-disclaimer { font-size: 0.85rem; color: var(--vqfl-grey-text); margin-top: var(--vqfl-space-sm); }

.faq-section { background: var(--vqfl-white); }
.faq-list { display: flex; flex-direction: column; gap: 2px; }
.umsr {
  border: 1.5px solid var(--vqfl-grey-border);
  border-radius: var(--vqfl-radius);
  overflow: hidden;
  background: var(--vqfl-white);
}
.umsr summary {
  padding: var(--vqfl-space-sm) var(--vqfl-space-md);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
}
.umsr summary::-webkit-details-marker { display: none; }
.umsr summary::after {
  content: "+";
  font-size: 1.4rem;
  color: var(--vqfl-purple);
  font-weight: 400;
  flex-shrink: 0;
}
.umsr[open] summary::after { content: "−"; }
.uokx {
  padding: 0 var(--vqfl-space-md) var(--vqfl-space-sm);
  font-size: 0.95rem;
  color: var(--vqfl-grey-text);
  border-top: 1px solid var(--vqfl-grey-border);
}

.dark-cta.usfk { padding: var(--vqfl-space-lg) 0; }
.dark-cta-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: var(--vqfl-space-lg);
  align-items: center;
}
.dark-cta-text h2 { color: var(--vqfl-white); font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: var(--vqfl-space-sm); }
.dark-cta-text p { color: rgba(255,255,255,0.85); margin-bottom: var(--vqfl-space-sm); }
.dark-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--vqfl-space-sm);
  margin-bottom: var(--vqfl-space-md);
  font-size: 0.9rem;
  color: var(--vqfl-purple-light);
  font-weight: 600;
}
.dark-cta-img img { width: 100%; height: 300px; object-fit: cover; border-radius: var(--vqfl-radius); }

.site-footer { background: var(--vqfl-white); border-top: 1.5px solid var(--vqfl-grey-border); padding-top: var(--vqfl-space-lg); }
.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--vqfl-space-lg);
  padding-bottom: var(--vqfl-space-md);
}
.footer-brand { display: flex; flex-direction: column; gap: var(--vqfl-space-sm); }
.footer-tagline { font-size: 0.9rem; color: var(--vqfl-grey-text); }
.footer-address { font-size: 0.85rem; color: var(--vqfl-grey-text); font-style: normal; line-height: 1.6; }
.footer-address a { color: var(--vqfl-purple); }
.footer-nav { display: flex; gap: var(--vqfl-space-lg); }
.footer-nav-col { display: flex; flex-direction: column; gap: var(--vqfl-space-xs); }
.footer-nav-col strong { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--vqfl-black); }
.footer-nav-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }
.footer-nav-col a { text-decoration: none; font-size: 0.9rem; color: var(--vqfl-grey-text); }
.footer-nav-col a:hover { color: var(--vqfl-purple); }
.footer-disclaimer {
  background: var(--vqfl-grey-bg);
  border-top: 1px solid var(--vqfl-grey-border);
  padding: var(--vqfl-space-sm) 0;
  margin-top: var(--vqfl-space-md);
}
.footer-disclaimer p { font-size: 0.82rem; color: var(--vqfl-grey-text); margin-bottom: 4px; }
.footer-copy { font-size: 0.8rem; color: var(--vqfl-grey-text); margin-top: 4px; }

.legal-page { padding: var(--vqfl-space-lg) 0; max-width: 800px; }
.legal-page h1 { margin-bottom: var(--vqfl-space-xs); }
.legal-page h2 { font-size: 1.25rem; margin-top: var(--vqfl-space-md); margin-bottom: var(--vqfl-space-xs); border-bottom: 1px solid var(--vqfl-grey-border); padding-bottom: 6px; }
.legal-page h3 { font-size: 1.05rem; margin-top: var(--vqfl-space-sm); margin-bottom: 6px; }
.legal-updated { font-size: 0.85rem; color: var(--vqfl-grey-text); margin-bottom: var(--vqfl-space-md); }

.breadcrumb { background: var(--vqfl-white); border-bottom: 1px solid var(--vqfl-grey-border); padding: 10px 0; }
.breadcrumb ol { list-style: none; padding: 0; margin: 0; display: flex; gap: 8px; font-size: 0.85rem; color: var(--vqfl-grey-text); }
.breadcrumb li + li::before { content: "›"; margin-right: 8px; }
.breadcrumb a { color: var(--vqfl-grey-text); text-decoration: none; }
.breadcrumb a:hover { color: var(--vqfl-purple); }
.breadcrumb [aria-current="page"] { color: var(--vqfl-purple); font-weight: 600; }

.page-hero-simple { background: linear-gradient(135deg, var(--vqfl-purple-dark) 0%, var(--vqfl-purple) 100%); padding: var(--vqfl-space-lg) 0; color: var(--vqfl-white); }
.page-hero-simple h1 { color: var(--vqfl-white); margin-bottom: var(--vqfl-space-sm); }
.page-hero-simple .section-intro { color: rgba(255,255,255,0.85); max-width: 640px; }

.page-article { background: var(--vqfl-white); padding: var(--vqfl-space-lg) 0; }
.article-single { max-width: 800px; }
.article-header-page h1 { margin-bottom: var(--vqfl-space-sm); }
.article-hero-img { width: 100%; max-height: 400px; object-fit: cover; border-radius: var(--vqfl-radius); margin: var(--vqfl-space-md) 0; }
.article-single h2 { margin-top: var(--vqfl-space-md); }
.info-cta.outlined { display: flex; flex-direction: column; gap: var(--vqfl-space-xs); margin: var(--vqfl-space-md) 0; }
.article-disclaimer { font-size: 0.85rem; color: var(--vqfl-grey-text); margin-top: var(--vqfl-space-md); }

.review-article { background: var(--vqfl-white); padding: var(--vqfl-space-lg) 0; }
.review-layout { display: grid; grid-template-columns: 1fr 280px; gap: var(--vqfl-space-lg); align-items: start; }
.review-main h2 { margin-top: var(--vqfl-space-md); }
.reading-time { font-size: 0.82rem; }
.review-score-card.outlined {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: var(--vqfl-space-md);
  margin: var(--vqfl-space-md) 0;
}
.score-overall { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; border-right: 1px solid var(--vqfl-grey-border); padding-right: var(--vqfl-space-md); }
.score-number { font-size: 3rem; font-weight: 800; color: var(--vqfl-purple-dark); line-height: 1; }
.score-label { font-size: 0.8rem; color: var(--vqfl-grey-text); text-align: center; }
.score-criteria { display: flex; flex-direction: column; gap: var(--vqfl-space-xs); justify-content: center; }
.score-row { display: grid; grid-template-columns: 1fr 120px 40px; gap: 8px; align-items: center; font-size: 0.9rem; }
.score-bar { height: 8px; background: var(--vqfl-grey-light); border-radius: 4px; overflow: hidden; }
.score-bar div { height: 100%; background: var(--vqfl-purple); border-radius: 4px; }
.feature-list { list-style: none; padding: 0; }
.feature-list li { padding: 8px 0 8px 28px; position: relative; border-bottom: 1px solid var(--vqfl-grey-border); font-size: 0.95rem; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--vqfl-purple); font-weight: 700; }
.pull-quote { border-left: 4px solid var(--vqfl-purple); padding: var(--vqfl-space-sm) var(--vqfl-space-md); margin: var(--vqfl-space-md) 0; font-style: italic; font-size: 1.1rem; color: var(--vqfl-grey-text); background: var(--vqfl-grey-bg); }
.pull-quote cite { display: block; font-size: 0.85rem; font-style: normal; font-weight: 700; margin-top: 8px; color: var(--vqfl-purple); }
.verdict-box.outlined { margin: var(--vqfl-space-md) 0; }
.cta-inline { display: flex; align-items: center; gap: var(--vqfl-space-sm); margin: var(--vqfl-space-md) 0; flex-wrap: wrap; }
.cta-note { font-size: 0.85rem; color: var(--vqfl-grey-text); }
.sidebar-pack.outlined { display: flex; flex-direction: column; align-items: center; gap: var(--vqfl-space-sm); text-align: center; margin-bottom: var(--vqfl-space-sm); }
.sidebar-pack img { width: 160px; height: 160px; object-fit: contain; }
.sidebar-pack-info { display: flex; flex-direction: column; gap: 6px; align-items: center; }
.sidebar-pack-info strong { font-size: 1rem; }
.sidebar-pack-info span { font-size: 0.85rem; color: var(--vqfl-grey-text); }
.sidebar-price { font-size: 1.5rem; font-weight: 800; color: var(--vqfl-purple-dark); }
.sidebar-nav.outlined ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.sidebar-nav.outlined a { text-decoration: none; font-size: 0.9rem; color: var(--vqfl-purple); font-weight: 600; }
.sidebar-nav.outlined strong { font-size: 0.85rem; display: block; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }

.ingredients-page { background: var(--vqfl-white); padding: var(--vqfl-space-lg) 0; }
.ingredient-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--vqfl-space-sm); margin: var(--vqfl-space-md) 0; }
.ingredient-card.outlined { display: flex; flex-direction: column; gap: var(--vqfl-space-xs); }
.ing-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--vqfl-grey-border); padding-bottom: 8px; margin-bottom: var(--vqfl-space-xs); }
.ing-dose { font-size: 0.85rem; font-weight: 700; color: var(--vqfl-purple); background: var(--vqfl-purple-light); padding: 3px 10px; border-radius: 3px; }
.ing-note { font-size: 0.82rem; color: var(--vqfl-grey-text); font-style: italic; border-left: 3px solid var(--vqfl-purple-light); padding-left: 10px; margin-top: auto; }
.supplement-disclaimer.outlined { margin-top: var(--vqfl-space-md); }

.contact-page { padding: var(--vqfl-space-lg) 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--vqfl-space-lg); margin-bottom: var(--vqfl-space-lg); }
.contact-info h1 { margin-bottom: var(--vqfl-space-sm); }
.contact-details { display: flex; flex-direction: column; gap: var(--vqfl-space-sm); margin-top: var(--vqfl-space-md); }
.contact-detail-item { display: flex; flex-direction: column; gap: 4px; }
.contact-detail-item strong { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--vqfl-grey-text); }
.contact-detail-item address { font-style: normal; font-size: 0.95rem; }
.map-wrap { padding-top: var(--vqfl-space-md); }
.map-container { margin-top: var(--vqfl-space-sm); border: 1.5px solid var(--vqfl-grey-border); overflow: hidden; }
.map-container iframe { display: block; }

.thankyou-page { padding: var(--vqfl-space-xl) 0; text-align: center; }
.thankyou-inner { display: flex; flex-direction: column; align-items: center; gap: var(--vqfl-space-sm); max-width: 560px; margin: 0 auto; }
.thankyou-icon { margin-bottom: var(--vqfl-space-sm); }

.error-page { padding: var(--vqfl-space-xl) 0; text-align: center; }
.error-inner { display: flex; flex-direction: column; align-items: center; gap: var(--vqfl-space-sm); }
.error-code { font-size: 8rem; font-weight: 800; color: var(--vqfl-purple-light); line-height: 1; }
.error-actions { display: flex; gap: var(--vqfl-space-sm); flex-wrap: wrap; justify-content: center; margin-top: var(--vqfl-space-sm); }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-sidebar { order: -1; }
  .three-col { grid-template-columns: repeat(2, 1fr); }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .stat-divider { display: none; }
  .infographic-split { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .product-order-block { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .dark-cta-inner { grid-template-columns: 1fr; }
  .dark-cta-img { display: none; }
  .review-layout { grid-template-columns: 1fr; }
  .review-sidebar { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .ingredient-cards { grid-template-columns: 1fr; }
  .sources-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .container { padding: 0 var(--vqfl-space-sm); }
  .three-col { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr; }
  .reviews-lifestyle { grid-template-columns: 1fr; }
  .myth-fact-header, .myth-fact-row { grid-template-columns: 1fr; }
  .myth-fact-header .col-fact { display: none; }
  .ufuf { display: none; }
  .unhj { display: flex; }
  .ufuf.open {
    display: flex;
    position: fixed;
    top: 64px; left: 0; right: 0;
    background: var(--vqfl-white);
    border-bottom: 1px solid var(--vqfl-grey-border);
    padding: var(--vqfl-space-sm);
    z-index: 99;
  }
  .ufuf.open ul { flex-direction: column; gap: 12px; }
  .review-score-card.outlined { grid-template-columns: 1fr; }
  .score-overall { border-right: none; border-bottom: 1px solid var(--vqfl-grey-border); padding: 0 0 var(--vqfl-space-sm); }
  .checklist-step { grid-template-columns: 48px 1fr; }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.uxkj{position:fixed !important;left:1rem;right:1rem;bottom:1rem;z-index:9000 !important;max-width:760px;margin-left:auto;margin-right:auto;background:#fff;color:#1a1a1a;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.18);padding:1rem 1.25rem;transform:translateY(220%);transition:transform .32s ease}
.uxkj.is-visible,.cookie-banner--visible,.uxkj.show,.uxkj.active{transform:none !important}
.uxkj a{color:inherit;text-decoration:underline}
.uxkj button{cursor:pointer}
.ujsc{position:fixed !important;inset:0;z-index:9001 !important;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.5);padding:1rem}
.ujsc.is-visible,.cookie-modal--visible,.ujsc.show,.ujsc.active{display:flex !important}
.uivw,.ujsc>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.usfk .uaud,.usfk .umkc,.usfk .uhia,.usfk .ueti,.ucvy .uaud,.ucvy .umkc,.ucvy .uhia,.ucvy .ueti{background:#fff !important;color:#1a1a1a !important}
.uaud,.umkc{color:#1a1a1a !important}
.uaud label,.umkc label,.uaud p,.umkc p,.uaud .uagt,.uaud span,.umkc span,.uvsk,.ugxx,.uhia .uxyw,.uhia .uxyw *{color:#1a1a1a !important}
.uvsk,.ugxx{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uaud .ujii{color:#1a1a1a !important}
.uaud .ujii.is-sel{color:#fff !important}
.uvbz .uczt{display:none}
.uvbz .uczt.is-visible{display:block !important;color:#c0392b}
.uvbz .uikc,.uvbz [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.uvbz{color:#1a1a1a}
.usfk .uvbz,.ucvy .uvbz{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.ukwy{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.ukwy img{width:100%;height:100%;object-fit:cover}
.uucb,.uhfc{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.uucb img,.uhfc img{width:100%;height:100%;object-fit:cover;display:block}
.uucb img{opacity:.28}
.uhfc img{opacity:.07}
*:has(> .uucb),*:has(> .uhfc){position:relative}
.umvh{position:absolute !important;left:50%;top:52%;transform:translate(-50%,-50%);width:52%;max-width:280px;text-align:center;pointer-events:none;color:#2c2c2c;background:rgba(250,246,238,.94);border-radius:10px;padding:1rem .8rem;box-shadow:0 2px 14px rgba(0,0,0,.16)}
.umvh .upwe{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.umvh .uxpx{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.uxhe{margin:1.4rem auto;max-width:920px}
.uxhe img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.ukjl{padding:3rem 0}
.uzhf{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.uzhf img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.ueti{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uqqj{display:flex;overflow:hidden;gap:0 !important}
.ujgc{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.udcq{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,0,0,.18);background:#fff;cursor:pointer;z-index:2;font-size:1.1rem;line-height:1}
.uktk{left:.5rem}.uvpg{right:.5rem}
.uhia .uxyw{display:none}.uhia .uxyw.is-active{display:block}
.uaud .umhm{display:block !important}
.uaud .uboi{display:flex;flex-wrap:wrap;gap:.5rem}
.uaud .ujii{cursor:pointer}
