:root {
  --vesy-accent: #4A86FF;
  --vesy-accent-hover: #3a72e8;
  --vesy-accent-ghost-border: rgba(74,134,255,0.45);
  --vesy-dark-bg: #111318;
  --vesy-dark-surface: #181c24;
  --vesy-dark-card: rgba(255,255,255,0.055);
  --vesy-dark-card-border: rgba(255,255,255,0.10);
  --vesy-text-primary: #f0f2f7;
  --vesy-text-secondary: #9aa3b8;
  --vesy-text-muted: #6b7490;
  --vesy-light-bg: #13161e;
  --vesy-light-surface: #1a1e28;
  --vesy-radius: 18px;
  --vesy-radius-sm: 10px;
  --vesy-radius-pill: 999px;
  --vesy-container: 1200px;
  --vesy-gap: 2rem;
  --vesy-font-head: 'Epilogue', sans-serif;
  --vesy-font-body: 'Mulish', sans-serif;
  --vesy-shadow-card: 0 4px 32px rgba(0,0,0,0.38);
  --vesy-shadow-btn: 0 2px 16px rgba(74,134,255,0.22);
}

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

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--vesy-font-body);
  background: var(--vesy-dark-bg);
  color: var(--vesy-text-primary);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; border-radius: var(--vesy-radius-sm); }

a { color: var(--vesy-accent); text-decoration: none; }
a:hover { text-decoration: underline; }

.container {
  max-width: var(--vesy-container);
  margin: 0 auto;
  padding: 0 2rem;
}

h1,h2,h3,h4 { font-family: var(--vesy-font-head); line-height: 1.2; }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.2rem); font-weight: 700; margin-bottom: 1rem; }
h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.5rem; }
h4 { font-size: 1rem; font-weight: 700; }

em { font-style: italic; font-family: Georgia, serif; }

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

ul { padding-left: 1.4rem; margin-bottom: 1rem; }
li { margin-bottom: 0.4rem; }

.section-light { background: var(--vesy-light-bg); padding: 5rem 0; }
.uhrf { background: var(--vesy-dark-surface); padding: 5rem 0; }

.section-eyebrow {
  font-family: var(--vesy-font-body);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--vesy-accent);
  margin-bottom: 0.6rem;
}
.section-eyebrow.light { color: #7aaeff; }

.section-intro {
  color: var(--vesy-text-secondary);
  font-size: 1.05rem;
  max-width: 680px;
  margin-bottom: 2.5rem;
}

.btn-pill {
  display: inline-block;
  border-radius: var(--vesy-radius-pill);
  padding: 0.7rem 1.8rem;
  font-family: var(--vesy-font-body);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background 0.18s, color 0.18s, border-color 0.18s, box-shadow 0.18s;
  text-decoration: none;
}
.btn-primary {
  background: var(--vesy-accent);
  color: #fff;
  border-color: var(--vesy-accent);
  box-shadow: var(--vesy-shadow-btn);
}
.btn-primary:hover { background: var(--vesy-accent-hover); border-color: var(--vesy-accent-hover); text-decoration: none; }
.btn-ghost {
  background: transparent;
  color: var(--vesy-accent);
  border-color: var(--vesy-accent-ghost-border);
}
.btn-ghost:hover { border-color: var(--vesy-accent); background: rgba(74,134,255,0.08); text-decoration: none; }
.btn-lg { padding: 0.9rem 2.4rem; font-size: 1.05rem; }
.btn-full { width: 100%; text-align: center; }
.btn-nav-cta { padding: 0.5rem 1.3rem; font-size: 0.88rem; }

.uzxu {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(17,19,24,0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-text {
  font-family: var(--vesy-font-head);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--vesy-text-primary);
}
.uurf {
  display: flex;
  gap: 1.8rem;
  margin-left: auto;
}
.uurf a {
  color: var(--vesy-text-secondary);
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  transition: color 0.15s;
}
.uurf a:hover, .uurf a[aria-current="page"] { color: var(--vesy-text-primary); }
.ulzu { display: none; background: none; border: none; color: var(--vesy-text-primary); font-size: 1.4rem; cursor: pointer; margin-left: auto; }

.hero { position: relative; min-height: 560px; display: flex; align-items: center; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-img { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(10,12,18,0.88) 40%, rgba(10,12,18,0.55) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
  max-width: 680px;
}
.hero-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--vesy-accent);
  margin-bottom: 1rem;
}
.hero-h1 { color: #fff; margin-bottom: 1.2rem; }
.hero-sub { color: rgba(240,242,247,0.82); font-size: 1.1rem; margin-bottom: 2rem; max-width: 520px; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.4rem; }
.hero-legal { font-size: 0.76rem; color: rgba(255,255,255,0.42); }

.stat-band { padding: 2.8rem 0; }
.stat-band-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  text-align: center;
}
.stat-num { display: block; font-family: var(--vesy-font-head); font-size: 2.4rem; font-weight: 800; color: var(--vesy-accent); }
.stat-label { font-size: 0.82rem; color: var(--vesy-text-secondary); font-weight: 600; }

.card-glass {
  background: var(--vesy-dark-card);
  border: 1px solid var(--vesy-dark-card-border);
  border-radius: var(--vesy-radius);
  padding: 1.6rem;
  backdrop-filter: blur(12px);
  box-shadow: var(--vesy-shadow-card);
}

.icon-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  font-family: var(--vesy-font-head);
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.icon-blue { background: rgba(74,134,255,0.18); color: #7aaeff; }
.icon-teal { background: rgba(0,200,180,0.14); color: #29e0cb; }
.icon-orange { background: rgba(255,138,60,0.14); color: #ffa96a; }
.icon-green { background: rgba(60,200,100,0.14); color: #5ed990; }
.icon-purple { background: rgba(160,100,255,0.14); color: #c080ff; }

.ingredients-img-wrap { margin-bottom: 2.5rem; border-radius: var(--vesy-radius); overflow: hidden; max-height: 380px; }
.ingredients-img-wrap img { width: 100%; object-fit: cover; border-radius: 0; }

.ingredients-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.2rem;
  margin-bottom: 2rem;
}
.efsa-badge {
  display: inline-block;
  margin-top: 0.6rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--vesy-accent);
  background: rgba(74,134,255,0.1);
  border-radius: var(--vesy-radius-pill);
  padding: 0.2rem 0.8rem;
}
.ingredients-note {
  font-size: 0.8rem;
  color: var(--vesy-text-muted);
  background: rgba(255,255,255,0.04);
  border-radius: var(--vesy-radius-sm);
  padding: 1rem 1.2rem;
  margin-top: 1.5rem;
}

.nutrient-table-wrap { margin-top: 2.5rem; overflow-x: auto; }
.nutrient-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; }
.nutrient-table th, .nutrient-table td { padding: 0.7rem 1rem; border-bottom: 1px solid rgba(255,255,255,0.08); text-align: left; }
.nutrient-table th { background: rgba(74,134,255,0.1); font-weight: 700; color: var(--vesy-text-primary); }
.nutrient-table td { color: var(--vesy-text-secondary); }
.table-note { font-size: 0.78rem; color: var(--vesy-text-muted); margin-top: 0.5rem; }

.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.split-image img { border-radius: var(--vesy-radius); width: 100%; }
.author-bio { display: flex; align-items: flex-start; gap: 1rem; margin: 1.5rem 0 1rem; background: rgba(255,255,255,0.04); border-radius: var(--vesy-radius-sm); padding: 1rem; }
.author-initials { width: 44px; height: 44px; border-radius: 50%; background: var(--vesy-accent); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1rem; flex-shrink: 0; }
.disclaimer-inline { font-size: 0.78rem; color: var(--vesy-text-muted); }

.comparison-section h2.light, .comparison-section .section-intro.light { color: var(--vesy-text-primary); }
.table-wrap { overflow-x: auto; }
.comparison-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.comparison-table th, .comparison-table td { padding: 0.75rem 1rem; border-bottom: 1px solid rgba(255,255,255,0.08); text-align: left; }
.comparison-table th { background: rgba(74,134,255,0.1); font-weight: 700; }
.comparison-table .highlight-col { background: rgba(74,134,255,0.07); font-weight: 600; }
.check { color: var(--vesy-accent); font-weight: 900; }
.table-disclaimer { font-size: 0.78rem; color: var(--vesy-text-muted); margin-top: 1rem; }

.myths-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.2rem; }
.myth-card { padding: 1.4rem; }
.myth-label { display: inline-block; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; border-radius: var(--vesy-radius-pill); padding: 0.2rem 0.7rem; margin-bottom: 0.5rem; margin-top: 0.8rem; }
.myth-label.myth { background: rgba(255,60,60,0.15); color: #ff7070; }
.myth-label.fact { background: rgba(74,134,255,0.15); color: #7aaeff; }
.myth-label:first-child { margin-top: 0; }

.quiz-section { padding-top: 4rem; padding-bottom: 4rem; }
.quiz-container { max-width: 720px; margin: 0 auto; }
.ujjn { margin-top: 2rem; }
.quiz-step { display: none; }
.quiz-step.active { display: block; }
.quiz-q { font-size: 1.1rem; font-weight: 700; margin-bottom: 1.2rem; }
.quiz-options { display: grid; gap: 0.8rem; }
.quiz-opt {
  padding: 0.9rem 1.2rem;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--vesy-font-body);
  font-size: 0.95rem;
  color: var(--vesy-text-primary);
  border-radius: var(--vesy-radius);
  transition: background 0.15s, border-color 0.15s;
}
.quiz-opt:hover { background: rgba(74,134,255,0.18); border-color: var(--vesy-accent); }
.quiz-result { margin-top: 1rem; }
.result-card { padding: 1.8rem; text-align: center; }
.result-text { font-size: 1rem; margin-bottom: 1.2rem; color: var(--vesy-text-secondary); }
.result-disclaimer { font-size: 0.76rem; color: var(--vesy-text-muted); margin-top: 0.8rem; }
.quiz-progress { margin-top: 1.4rem; }
.progress-bar { height: 4px; background: rgba(255,255,255,0.1); border-radius: 2px; overflow: hidden; margin-bottom: 0.5rem; }
.progress-fill { height: 100%; background: var(--vesy-accent); border-radius: 2px; transition: width 0.3s; width: 0%; }
.progress-label { font-size: 0.78rem; color: var(--vesy-text-muted); }

.timeline { position: relative; margin-top: 2rem; }
.timeline::before { content: ''; position: absolute; left: 25px; top: 0; bottom: 0; width: 2px; background: rgba(74,134,255,0.2); }
.timeline-item { display: flex; gap: 1.5rem; margin-bottom: 2rem; position: relative; }
.timeline-dot { flex-shrink: 0; position: relative; z-index: 1; }
.timeline-content { flex: 1; }
.timeline-content img { margin-top: 1rem; border-radius: var(--vesy-radius-sm); }

.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; margin-bottom: 1.5rem; }
.reviews-grid-full { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.review-card { padding: 1.4rem; }
.review-stars { color: #f5c842; font-size: 1rem; margin-bottom: 0.6rem; }
.reviewer { font-size: 0.82rem; color: var(--vesy-text-muted); margin-top: 0.8rem; font-weight: 600; }
.reviews-summary { text-align: center; margin-bottom: 2.5rem; }
.rating-big { font-size: 3.5rem; font-weight: 800; font-family: var(--vesy-font-head); color: var(--vesy-accent); line-height: 1; }
.rating-stars-big { color: #f5c842; font-size: 1.4rem; margin: 0.3rem 0; }
.rating-count { color: var(--vesy-text-secondary); font-size: 0.9rem; }
.reviews-disclaimer { font-size: 0.78rem; color: var(--vesy-text-muted); margin-top: 1rem; }

.section-order { padding: 5rem 0; }
.order-layout { display: grid; grid-template-columns: 1fr 1.3fr; gap: 4rem; align-items: start; }
.order-product { text-align: center; }
.order-product img { max-width: 320px; margin: 0 auto 1.5rem; border-radius: var(--vesy-radius); }
.trust-badges { display: flex; align-items: center; gap: 0.7rem; justify-content: center; font-size: 0.82rem; color: var(--vesy-text-secondary); margin-bottom: 1.2rem; flex-wrap: wrap; }
.trust-badges img { width: 40px; height: 40px; border-radius: 50%; }
.price-block { margin-bottom: 0.5rem; }
.price-old { font-size: 1rem; color: var(--vesy-text-muted); text-decoration: line-through; margin-right: 0.6rem; }
.price-now { font-size: 2rem; font-weight: 800; font-family: var(--vesy-font-head); color: var(--vesy-accent); }
.price-note { display: block; font-size: 0.78rem; color: var(--vesy-text-muted); margin-top: 0.3rem; }
.price-info { font-size: 0.78rem; color: var(--vesy-text-muted); margin-top: 0.5rem; }

.order-form-wrap { background: var(--vesy-dark-card); border: 1px solid var(--vesy-dark-card-border); border-radius: var(--vesy-radius); padding: 2rem; backdrop-filter: blur(12px); }
.order-form-wrap h2 { margin-bottom: 0.5rem; }
.order-form-wrap > p { color: var(--vesy-text-secondary); font-size: 0.9rem; margin-bottom: 1.5rem; }
.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-weight: 700; font-size: 0.88rem; margin-bottom: 0.4rem; color: var(--vesy-text-secondary); }
.form-group input[type="text"], .form-group input[type="tel"], .form-group input[type="email"], .form-group textarea {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--vesy-radius-sm);
  padding: 0.75rem 1rem;
  color: var(--vesy-text-primary);
  font-family: var(--vesy-font-body);
  font-size: 0.95rem;
  transition: border-color 0.15s;
}
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--vesy-accent); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-check { display: flex; gap: 0.7rem; align-items: flex-start; }
.form-check input[type="checkbox"] { margin-top: 0.25rem; accent-color: var(--vesy-accent); flex-shrink: 0; }
.form-check label { font-size: 0.8rem; color: var(--vesy-text-muted); font-weight: 400; }
.form-note { font-size: 0.76rem; color: var(--vesy-text-muted); margin-top: 0.8rem; }

.faq-list { max-width: 780px; margin: 0 auto; }
.uxga { border-bottom: 1px solid rgba(255,255,255,0.08); }
.uxga summary {
  padding: 1.1rem 0;
  font-weight: 700;
  cursor: pointer;
  font-size: 0.97rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--vesy-text-primary);
}
.uxga summary::after { content: '+'; font-size: 1.2rem; color: var(--vesy-accent); transition: transform 0.2s; }
.uxga[open] summary::after { content: '−'; }
.uxga p { padding-bottom: 1rem; color: var(--vesy-text-secondary); font-size: 0.93rem; }

.sources-list { padding-left: 1.4rem; }
.sources-list li { margin-bottom: 0.8rem; color: var(--vesy-text-secondary); }
.sources-list strong { color: var(--vesy-text-primary); }
.sources-disclaimer { font-size: 0.8rem; color: var(--vesy-text-muted); margin-top: 1.5rem; }

.page-hero { padding: 4rem 0 3rem; }
.page-hero-sub { color: var(--vesy-text-secondary); font-size: 1rem; max-width: 600px; margin-top: 0.8rem; }
.breadcrumb { font-size: 0.82rem; color: var(--vesy-text-muted); margin-bottom: 1rem; }
.breadcrumb a { color: var(--vesy-text-muted); }
.breadcrumb span { margin: 0 0.4rem; }

.legal-content { max-width: 820px; }
.legal-content h2 { font-size: 1.2rem; margin-top: 2rem; margin-bottom: 0.6rem; color: var(--vesy-text-primary); }
.legal-content p, .legal-content li { color: var(--vesy-text-secondary); font-size: 0.93rem; }
.legal-content ul { margin-bottom: 1rem; }
.legal-content code { background: rgba(255,255,255,0.07); padding: 0.1rem 0.4rem; border-radius: 4px; font-size: 0.88rem; }

.cookie-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; margin-top: 1rem; }
.cookie-table th, .cookie-table td { padding: 0.6rem 0.8rem; border-bottom: 1px solid rgba(255,255,255,0.08); text-align: left; }
.cookie-table th { background: rgba(74,134,255,0.08); font-weight: 700; }

.about-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; align-items: start; }
.about-image img { border-radius: var(--vesy-radius); width: 100%; }
.about-list { list-style: none; padding: 0; margin: 1rem 0; }
.about-list li { padding: 0.4rem 0 0.4rem 1.4rem; position: relative; color: var(--vesy-text-secondary); }
.about-list li::before { content: '✓'; color: var(--vesy-accent); position: absolute; left: 0; font-weight: 900; }

.ingredient-article { margin-bottom: 2.5rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.07); }
.ingredient-article h2 { margin-top: 0; }
.ingredient-claim-tag { display: inline-block; font-size: 0.72rem; font-weight: 700; color: var(--vesy-accent); background: rgba(74,134,255,0.1); border-radius: var(--vesy-radius-pill); padding: 0.2rem 0.8rem; margin-top: 0.4rem; }
.ingredients-detail-img { margin-bottom: 2.5rem; border-radius: var(--vesy-radius); overflow: hidden; max-height: 360px; }
.ingredients-detail-img img { width: 100%; object-fit: cover; border-radius: 0; }
.page-disclaimer { font-size: 0.8rem; color: var(--vesy-text-muted); background: rgba(255,255,255,0.04); border-radius: var(--vesy-radius-sm); padding: 1rem 1.2rem; margin: 2rem 0; }
.cta-center { text-align: center; margin-top: 1.5rem; }

.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.contact-list { list-style: none; padding: 0; margin-bottom: 1.5rem; }
.contact-list li { padding: 0.5rem 0; color: var(--vesy-text-secondary); border-bottom: 1px solid rgba(255,255,255,0.06); }
.map-container { border-radius: var(--vesy-radius); overflow: hidden; margin-top: 1.5rem; }
.map-container iframe { border-radius: 0; }
.contact-form-wrap { background: var(--vesy-dark-card); border: 1px solid var(--vesy-dark-card-border); border-radius: var(--vesy-radius); padding: 2rem; backdrop-filter: blur(12px); }

.thankyou-section, .error-section { min-height: 60vh; display: flex; align-items: center; }
.thankyou-inner, .error-inner { text-align: center; max-width: 540px; margin: 0 auto; padding: 4rem 0; }
.thankyou-icon { font-size: 3.5rem; color: var(--vesy-accent); margin-bottom: 1rem; }
.error-code { font-family: var(--vesy-font-head); font-size: 5rem; font-weight: 800; color: var(--vesy-accent); line-height: 1; margin-bottom: 0.5rem; }

.site-footer { padding-top: 4rem; padding-bottom: 0; }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr; gap: 3rem; padding-bottom: 3rem; }
.footer-brand .site-logo { margin-bottom: 0.8rem; }
.footer-tagline { color: var(--vesy-text-muted); font-size: 0.88rem; margin-bottom: 0.5rem; }
.footer-org { font-size: 0.8rem; color: var(--vesy-text-muted); margin-bottom: 0.3rem; }
.footer-contact { font-size: 0.8rem; }
.footer-nav { display: flex; gap: 2rem; }
.footer-col { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col strong { font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--vesy-text-secondary); margin-bottom: 0.2rem; }
.footer-col a { font-size: 0.88rem; color: var(--vesy-text-muted); }
.footer-col a:hover { color: var(--vesy-text-primary); text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 1.5rem 0; }
.footer-disclaimer { font-size: 0.76rem; color: var(--vesy-text-muted); margin-bottom: 0.5rem; }
.footer-copy { font-size: 0.78rem; color: var(--vesy-text-muted); }

.uiej {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(20,23,32,0.97);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 1rem 0;
}
.uiej.is-visible { display: block; }
.cookie-inner { max-width: var(--vesy-container); margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.cookie-inner p { font-size: 0.84rem; color: var(--vesy-text-secondary); margin: 0; flex: 1; min-width: 200px; }
.uull { display: flex; gap: 0.7rem; flex-wrap: wrap; flex-shrink: 0; }
.uull .btn-pill { padding: 0.45rem 1.1rem; font-size: 0.82rem; }

.cookie-settings-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(20,23,32,0.99);
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 1.5rem 0;
}
.settings-inner { max-width: 480px; margin: 0 auto; padding: 0 2rem; }
.settings-inner h3 { font-size: 1rem; margin-bottom: 1rem; }
.settings-inner label { display: flex; align-items: center; gap: 0.6rem; font-size: 0.88rem; color: var(--vesy-text-secondary); margin-bottom: 0.8rem; cursor: pointer; }
.settings-inner input[type="checkbox"] { accent-color: var(--vesy-accent); }

@media (max-width: 900px) {
  .split-layout, .about-layout, .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
  .order-layout { grid-template-columns: 1fr; gap: 2rem; }
  .stat-band-inner { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .footer-nav { flex-wrap: wrap; }
}

@media (max-width: 640px) {
  .uurf { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--vesy-dark-surface); padding: 1rem 2rem; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .uurf.nav-open { display: flex; }
  .ulzu { display: block; }
  .btn-nav-cta { display: none; }
  .header-inner { position: relative; }
  .stat-band-inner { grid-template-columns: repeat(2,1fr); gap: 1rem; }
  .hero-ctas { flex-direction: column; }
  .ingredients-grid { grid-template-columns: 1fr 1fr; }
  .myths-grid { grid-template-columns: 1fr; }
  h1 { font-size: 1.9rem; }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.uiej{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}
.uiej.is-visible,.cookie-banner--visible,.uiej.show,.uiej.active{transform:none !important}
.uiej a{color:inherit;text-decoration:underline}
.uiej button{cursor:pointer}
.uodw{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}
.uodw.is-visible,.cookie-modal--visible,.uodw.show,.uodw.active{display:flex !important}
.utue,.uodw>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.uhrf .ujjn,.uhrf .unhg,.uhrf .ugkc,.uhrf .unst,.udly .ujjn,.udly .unhg,.udly .ugkc,.udly .unst{background:#fff !important;color:#1a1a1a !important}
.ujjn,.unhg{color:#1a1a1a !important}
.ujjn label,.unhg label,.ujjn p,.unhg p,.ujjn .uodj,.ujjn span,.unhg span,.uktt,.uzet,.ugkc .uwkx,.ugkc .uwkx *{color:#1a1a1a !important}
.uktt,.uzet{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.ujjn .uyir{color:#1a1a1a !important}
.ujjn .uyir.is-sel{color:#fff !important}
.uqrk .uqpj{display:none}
.uqrk .uqpj.is-visible{display:block !important;color:#c0392b}
.uqrk .uvwc,.uqrk [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.uqrk{color:#1a1a1a}
.uhrf .uqrk,.udly .uqrk{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uegi{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uegi img{width:100%;height:100%;object-fit:cover}
.udyt,.ujsu{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.udyt img,.ujsu img{width:100%;height:100%;object-fit:cover;display:block}
.udyt img{opacity:.28}
.ujsu img{opacity:.07}
*:has(> .udyt),*:has(> .ujsu){position:relative}
.utmu{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)}
.utmu .ufng{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.utmu .uxvb{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.uurq{margin:1.4rem auto;max-width:920px}
.uurq img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.ueom{padding:3rem 0}
.uwja{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.uwja img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.unst{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uneb{display:flex;overflow:hidden;gap:0 !important}
.utfe{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.uyqk{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}
.uqvy{left:.5rem}.ujvu{right:.5rem}
.ugkc .uwkx{display:none}.ugkc .uwkx.is-active{display:block}
.ujjn .uvbf{display:block !important}
.ujjn .utwu{display:flex;flex-wrap:wrap;gap:.5rem}
.ujjn .uyir{cursor:pointer}
