:root {
  --vfbd-clr-primary: #6c1cd1;
  --vfbd-clr-primary-dark: #2f016a;
  --vfbd-clr-primary-light: #e1d9ff;
  --vfbd-clr-accent: #b9a6ff;
  --vfbd-clr-warm: #fff8cb;
  --vfbd-clr-white: #ffffff;
  --vfbd-clr-black: #000000;
  --vfbd-clr-text: #1a1a2e;
  --vfbd-clr-text-muted: #5a5a7a;
  --vfbd-clr-border: #d4ccf0;
  --vfbd-clr-bg: #faf9ff;
  --vfbd-clr-dark-bg: #2f016a;
  --vfbd-clr-dark-text: #e1d9ff;
  --vfbd-font-head: 'Roboto', sans-serif;
  --vfbd-font-body: 'Roboto', sans-serif;
  --vfbd-radius: 10px;
  --vfbd-radius-lg: 18px;
  --vfbd-shadow: 0 4px 24px rgba(108,28,209,0.10);
  --vfbd-shadow-lg: 0 8px 40px rgba(108,28,209,0.16);
  --vfbd-max-w: 1160px;
  --vfbd-transition: 0.22s ease;
}

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

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

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

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

a { color: var(--vfbd-clr-primary); text-decoration: underline; transition: opacity var(--vfbd-transition); }
a:hover { opacity: 0.8; }

.container { max-width: var(--vfbd-max-w); margin: 0 auto; padding: 0 1.25rem; }

.section { padding: 4.5rem 0; }
.section__title { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; color: var(--vfbd-clr-primary-dark); margin-bottom: 0.75rem; }
.section__sub { font-size: 1.05rem; color: var(--vfbd-clr-text-muted); margin-bottom: 2.5rem; max-width: 680px; margin-left: auto; margin-right: auto; }
.text-center { text-align: center; }

.udxh { background: var(--vfbd-clr-primary-dark); color: var(--vfbd-clr-dark-text); }
.udxh .section__title, .udxh h1, .udxh h2, .udxh h3 { color: var(--vfbd-clr-white); }
.udxh a { color: var(--vfbd-clr-accent); }

.uenv { background: var(--vfbd-clr-primary); color: var(--vfbd-clr-white); }
.uenv .section__title, .uenv h1, .uenv h2, .uenv h3 { color: var(--vfbd-clr-white); }
.uenv a { color: var(--vfbd-clr-warm); }

.btn {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  border-radius: var(--vfbd-radius);
  font-family: var(--vfbd-font-head);
  font-weight: 600;
  font-size: 0.97rem;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background var(--vfbd-transition), color var(--vfbd-transition), border-color var(--vfbd-transition), transform var(--vfbd-transition);
}
.btn:hover { transform: translateY(-1px); }
.btn--accent { background: var(--vfbd-clr-primary); color: var(--vfbd-clr-white); border-color: var(--vfbd-clr-primary); }
.btn--accent:hover { background: var(--vfbd-clr-primary-dark); border-color: var(--vfbd-clr-primary-dark); opacity: 1; }
.uenv .btn--accent { background: var(--vfbd-clr-warm); color: var(--vfbd-clr-primary-dark); border-color: var(--vfbd-clr-warm); }
.uenv .btn--accent:hover { background: #fff3a0; border-color: #fff3a0; }
.btn--outline { background: transparent; color: var(--vfbd-clr-primary); border-color: var(--vfbd-clr-primary); }
.btn--outline:hover { background: var(--vfbd-clr-primary-light); opacity: 1; }
.udxh .btn--outline, .uenv .btn--outline { color: var(--vfbd-clr-white); border-color: var(--vfbd-clr-white); }
.udxh .btn--outline:hover, .uenv .btn--outline:hover { background: rgba(255,255,255,0.12); }
.btn--ghost { background: rgba(255,255,255,0.12); color: var(--vfbd-clr-white); border-color: rgba(255,255,255,0.3); }
.btn--ghost:hover { background: rgba(255,255,255,0.22); opacity: 1; }
.btn--sm { padding: 0.5rem 1.1rem; font-size: 0.88rem; }
.btn--lg { padding: 0.95rem 2.2rem; font-size: 1.05rem; }
.btn--full { width: 100%; text-align: center; }

.uyyc {
  position: sticky; top: 0; z-index: 100;
  background: var(--vfbd-clr-white);
  border-bottom: 1px solid var(--vfbd-clr-border);
  box-shadow: 0 2px 12px rgba(108,28,209,0.07);
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px; gap: 1.5rem;
}
.site-header__logo {
  font-family: var(--vfbd-font-head); font-weight: 900; font-size: 1.25rem;
  color: var(--vfbd-clr-primary-dark); text-decoration: none; letter-spacing: -0.5px;
  white-space: nowrap;
}
.site-header__nav ul { display: flex; gap: 1.5rem; list-style: none; }
.site-header__nav a { text-decoration: none; color: var(--vfbd-clr-text); font-weight: 500; font-size: 0.93rem; }
.site-header__nav a:hover, .site-header__nav a[aria-current="page"] { color: var(--vfbd-clr-primary); }

.ucfe {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
  background: var(--vfbd-clr-primary-dark); color: var(--vfbd-clr-dark-text);
  border-top: 3px solid var(--vfbd-clr-primary);
  box-shadow: 0 -4px 24px rgba(0,0,0,0.18);
}
.ucfe.is-visible { display: block; }
.cookie-banner__inner { max-width: var(--vfbd-max-w); margin: 0 auto; padding: 1rem 1.25rem; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.cookie-banner__text { flex: 1; font-size: 0.9rem; }
.cookie-banner__text a { color: var(--vfbd-clr-accent); }
.cookie-banner__actions { display: flex; gap: 0.75rem; flex-shrink: 0; }

.breadcrumb { margin-bottom: 1.25rem; }
.breadcrumb ol { display: flex; gap: 0.5rem; list-style: none; flex-wrap: wrap; }
.breadcrumb li { font-size: 0.85rem; color: rgba(255,255,255,0.65); }
.breadcrumb li::after { content: '›'; margin-left: 0.5rem; }
.breadcrumb li:last-child::after { display: none; }
.breadcrumb a { color: rgba(255,255,255,0.8); text-decoration: none; }
.breadcrumb a:hover { color: var(--vfbd-clr-white); }

.hero { position: relative; overflow: hidden; padding: 5rem 0 4rem; }
.hero__bg-wrap { position: absolute; inset: 0; z-index: 0; }
.hero__bg-img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__bg-overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(47,1,106,0.88) 50%, rgba(108,28,209,0.72) 100%); }
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; }
.hero__kicker { font-size: 0.82rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--vfbd-clr-accent); margin-bottom: 0.75rem; }
.hero__headline { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 900; color: var(--vfbd-clr-white); line-height: 1.18; margin-bottom: 1.1rem; max-width: 640px; }
.hero__sub { font-size: 1.05rem; color: rgba(225,217,255,0.9); margin-bottom: 2rem; max-width: 560px; }
.hero__ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero__pack { flex-shrink: 0; }
.hero__pack img { width: 280px; height: 280px; object-fit: contain; filter: drop-shadow(0 8px 32px rgba(0,0,0,0.32)); }

.page-hero { padding: 3.5rem 0 2.5rem; }
.page-hero h1 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); font-weight: 900; color: var(--vfbd-clr-white); margin-bottom: 0.5rem; }
.page-hero p { color: rgba(225,217,255,0.85); font-size: 1.05rem; }

.editorial-grid { display: grid; grid-template-columns: 1fr 320px; gap: 3rem; align-items: start; }
.editorial-body h2 { font-size: 1.5rem; font-weight: 700; color: var(--vfbd-clr-primary-dark); margin: 2rem 0 0.75rem; }
.editorial-body h2:first-child { margin-top: 0; }
.editorial-body p { margin-bottom: 1rem; color: var(--vfbd-clr-text); }

.at-a-glance { background: var(--vfbd-clr-primary-light); border-radius: var(--vfbd-radius-lg); padding: 1.5rem; border: 1px solid var(--vfbd-clr-border); position: sticky; top: 80px; }
.at-a-glance__label { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: var(--vfbd-clr-primary); margin-bottom: 1rem; }
.at-a-glance__list { list-style: none; margin-bottom: 1.25rem; }
.at-a-glance__list li { display: flex; justify-content: space-between; gap: 0.5rem; padding: 0.45rem 0; border-bottom: 1px solid var(--vfbd-clr-border); font-size: 0.88rem; }
.at-a-glance__list li:last-child { border-bottom: none; }
.ag-key { color: var(--vfbd-clr-text-muted); flex-shrink: 0; }
.ag-val { color: var(--vfbd-clr-primary-dark); font-weight: 600; text-align: right; }

.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; margin-bottom: 2.5rem; }
.step-card { background: rgba(255,255,255,0.08); border-radius: var(--vfbd-radius-lg); padding: 2rem 1.5rem; text-align: center; }
.step-card__number { width: 48px; height: 48px; border-radius: 50%; background: var(--vfbd-clr-accent); color: var(--vfbd-clr-primary-dark); font-weight: 900; font-size: 1.3rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.step-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--vfbd-clr-white); margin-bottom: 0.5rem; }
.step-card p { font-size: 0.93rem; color: rgba(225,217,255,0.85); }
.steps-img-wrap { border-radius: var(--vfbd-radius-lg); overflow: hidden; max-height: 320px; }
.steps-img-wrap img { width: 100%; height: 320px; object-fit: cover; }

.ingredients-world { border-radius: var(--vfbd-radius-lg); overflow: hidden; margin-bottom: 2.5rem; }
.ingredients-world img { width: 100%; height: auto; }

.ingredients-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1.75rem; margin-bottom: 2rem; }
.ingredient-card { background: var(--vfbd-clr-white); border-radius: var(--vfbd-radius-lg); padding: 1.5rem; border: 1px solid var(--vfbd-clr-border); box-shadow: var(--vfbd-shadow); }
.ingredient-card img { border-radius: var(--vfbd-radius); margin-bottom: 1rem; width: 100%; height: 200px; object-fit: cover; }
.ingredient-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--vfbd-clr-primary-dark); margin-bottom: 0.5rem; }
.ingredient-card p { font-size: 0.92rem; color: var(--vfbd-clr-text-muted); margin-bottom: 0.75rem; }
.efsa-badge { display: inline-block; font-size: 0.75rem; font-weight: 600; color: var(--vfbd-clr-primary); background: var(--vfbd-clr-primary-light); padding: 0.2rem 0.7rem; border-radius: 20px; }
.ingredients-note { font-size: 0.82rem; color: var(--vfbd-clr-text-muted); border-top: 1px solid var(--vfbd-clr-border); padding-top: 1rem; margin-top: 1.5rem; }

.ingredients-detail { display: flex; flex-direction: column; gap: 2.5rem; margin-bottom: 2.5rem; }
.ingredient-detail-card { display: grid; grid-template-columns: 300px 1fr; gap: 2rem; align-items: start; background: var(--vfbd-clr-white); border-radius: var(--vfbd-radius-lg); padding: 2rem; border: 1px solid var(--vfbd-clr-border); box-shadow: var(--vfbd-shadow); }
.ingredient-detail-card--alt { grid-template-columns: 1fr; }
.ingredient-detail-img img { border-radius: var(--vfbd-radius); width: 100%; height: 220px; object-fit: cover; }
.ingredient-detail-body h2 { font-size: 1.3rem; font-weight: 700; color: var(--vfbd-clr-primary-dark); margin-bottom: 0.75rem; }
.ingredient-detail-body h2 em { font-style: italic; font-weight: 400; font-size: 0.9em; color: var(--vfbd-clr-text-muted); }
.ingredient-detail-body p { margin-bottom: 0.75rem; font-size: 0.95rem; }
.nrv-bar { display: flex; justify-content: space-between; background: var(--vfbd-clr-primary-light); border-radius: var(--vfbd-radius); padding: 0.5rem 0.75rem; font-size: 0.82rem; margin-top: 0.5rem; }
.nrv-bar__label { color: var(--vfbd-clr-primary); font-weight: 600; }
.nrv-bar__val { color: var(--vfbd-clr-primary-dark); font-weight: 700; }

.supplement-facts { background: var(--vfbd-clr-warm); border-radius: var(--vfbd-radius-lg); padding: 2rem; border: 1px solid #e8d96e; }
.supplement-facts h3 { font-size: 1.1rem; font-weight: 700; color: var(--vfbd-clr-primary-dark); margin-bottom: 1rem; }

.nrv-table { width: 100%; border-collapse: collapse; margin-bottom: 1rem; font-size: 0.9rem; }
.nrv-table th { background: var(--vfbd-clr-primary); color: var(--vfbd-clr-white); padding: 0.6rem 0.75rem; text-align: left; }
.nrv-table td { padding: 0.55rem 0.75rem; border-bottom: 1px solid #e0d88a; }
.nrv-table tr:last-child td { border-bottom: none; }

.cookie-table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: 0.88rem; }
.cookie-table th { background: var(--vfbd-clr-primary); color: var(--vfbd-clr-white); padding: 0.6rem 0.75rem; text-align: left; }
.cookie-table td { padding: 0.55rem 0.75rem; border-bottom: 1px solid var(--vfbd-clr-border); vertical-align: top; }
.cookie-table tr:last-child td { border-bottom: none; }

.who-grid { display: grid; grid-template-columns: 1fr 480px; gap: 3rem; align-items: center; }
.who-text h2 { font-size: 1.7rem; font-weight: 700; color: var(--vfbd-clr-white); margin-bottom: 1rem; }
.who-text p { color: rgba(225,217,255,0.88); margin-bottom: 1rem; }
.who-list { list-style: none; margin-top: 1rem; }
.who-list li { padding: 0.45rem 0 0.45rem 1.5rem; position: relative; color: rgba(225,217,255,0.9); font-size: 0.95rem; }
.who-list li::before { content: '✓'; position: absolute; left: 0; color: var(--vfbd-clr-accent); font-weight: 700; }
.who-img img { border-radius: var(--vfbd-radius-lg); width: 100%; height: 320px; object-fit: cover; }

.reviews-meta-row { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; flex-wrap: wrap; }
.reviews-meta-row img { height: 28px; width: auto; }
.reviews-score { font-size: 1.3rem; font-weight: 700; color: var(--vfbd-clr-primary-dark); }
.reviews-count { font-size: 0.88rem; color: var(--vfbd-clr-text-muted); }
.page-hero .reviews-meta-row { margin-top: 1rem; }
.page-hero .reviews-score { color: var(--vfbd-clr-white); }
.page-hero .reviews-count { color: rgba(225,217,255,0.75); }

.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-bottom: 1.5rem; }
.reviews-grid--full { grid-template-columns: repeat(2,1fr); }
.review-card { background: var(--vfbd-clr-white); border-radius: var(--vfbd-radius-lg); padding: 1.5rem; border: 1px solid var(--vfbd-clr-border); box-shadow: var(--vfbd-shadow); }
.review-card__stars { color: #f5a623; font-size: 1.1rem; margin-bottom: 0.75rem; }
.review-card__text { font-size: 0.92rem; color: var(--vfbd-clr-text); margin-bottom: 0.75rem; font-style: italic; }
.review-card__author { font-weight: 600; font-size: 0.88rem; color: var(--vfbd-clr-primary-dark); }
.review-card__date { font-size: 0.78rem; color: var(--vfbd-clr-text-muted); margin-top: 0.25rem; }
.reviews-disclaimer { font-size: 0.82rem; color: var(--vfbd-clr-text-muted); font-style: italic; margin-top: 1rem; border-top: 1px solid var(--vfbd-clr-border); padding-top: 0.75rem; }
.reviews-disclaimer--top { margin-top: 0; border-top: none; padding-top: 0; margin-bottom: 2rem; }
.reviews-sunset { border-radius: var(--vfbd-radius-lg); overflow: hidden; margin-top: 2.5rem; }
.reviews-sunset img { width: 100%; height: 280px; object-fit: cover; }

.order-wrap { display: grid; grid-template-columns: 1fr 460px; gap: 3rem; align-items: start; }
.order-info h2 { font-size: 1.8rem; font-weight: 900; color: var(--vfbd-clr-white); margin-bottom: 1rem; }
.order-info p { color: rgba(225,217,255,0.88); margin-bottom: 1rem; }
.order-pack-wrap { margin: 1.5rem 0; }
.order-pack { width: 200px; height: 200px; object-fit: contain; filter: drop-shadow(0 6px 24px rgba(0,0,0,0.28)); }
.price-block { display: flex; align-items: baseline; gap: 0.75rem; margin-bottom: 1.25rem; flex-wrap: wrap; }
.price-was { font-size: 1.1rem; color: rgba(225,217,255,0.55); text-decoration: line-through; }
.price-now { font-size: 2.2rem; font-weight: 900; color: var(--vfbd-clr-warm); }
.price-label { font-size: 0.82rem; color: rgba(225,217,255,0.7); }
.order-perks { list-style: none; margin-bottom: 1.5rem; }
.order-perks li { padding: 0.4rem 0 0.4rem 1.5rem; position: relative; color: rgba(225,217,255,0.88); font-size: 0.93rem; }
.order-perks li::before { content: '✓'; position: absolute; left: 0; color: var(--vfbd-clr-warm); font-weight: 700; }
.order-disclaimer { font-size: 0.78rem; color: rgba(225,217,255,0.6); border-top: 1px solid rgba(255,255,255,0.15); padding-top: 1rem; }

.order-form-wrap { background: var(--vfbd-clr-white); border-radius: var(--vfbd-radius-lg); padding: 2rem; box-shadow: var(--vfbd-shadow-lg); }
.order-form-wrap h3 { font-size: 1.3rem; font-weight: 700; color: var(--vfbd-clr-primary-dark); margin-bottom: 1.5rem; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.contact-info h2 { font-size: 1.4rem; font-weight: 700; color: var(--vfbd-clr-primary-dark); margin-bottom: 1rem; }
.contact-details { list-style: none; margin-bottom: 1.5rem; }
.contact-details li { padding: 0.4rem 0; font-size: 0.93rem; }
.contact-map { margin-top: 1.5rem; border-radius: var(--vfbd-radius); overflow: hidden; }
.contact-form-wrap h2 { font-size: 1.4rem; font-weight: 700; color: var(--vfbd-clr-primary-dark); margin-bottom: 1.5rem; }

.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-size: 0.88rem; font-weight: 600; color: var(--vfbd-clr-text); margin-bottom: 0.4rem; }
.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group textarea {
  width: 100%; padding: 0.7rem 0.9rem;
  border: 1.5px solid var(--vfbd-clr-border); border-radius: var(--vfbd-radius);
  font-family: var(--vfbd-font-body); font-size: 0.95rem; color: var(--vfbd-clr-text);
  background: var(--vfbd-clr-white);
  transition: border-color var(--vfbd-transition);
}
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--vfbd-clr-primary); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group--check { display: flex; gap: 0.75rem; align-items: flex-start; }
.form-group--check input[type="checkbox"] { flex-shrink: 0; margin-top: 0.2rem; width: 18px; height: 18px; accent-color: var(--vfbd-clr-primary); }
.form-group--check label { font-size: 0.83rem; font-weight: 400; color: var(--vfbd-clr-text-muted); margin-bottom: 0; }
.form-note { font-size: 0.78rem; color: var(--vfbd-clr-text-muted); margin-top: 0.75rem; text-align: center; }

.faq-wrap { max-width: 780px; margin: 0 auto; }
.faq-list { margin-bottom: 2.5rem; }
.ucnh { border-bottom: 1px solid var(--vfbd-clr-border); }
.ucnh summary { padding: 1.1rem 0; font-weight: 600; font-size: 1rem; color: var(--vfbd-clr-primary-dark); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.ucnh summary::after { content: '+'; font-size: 1.4rem; font-weight: 300; color: var(--vfbd-clr-primary); flex-shrink: 0; margin-left: 1rem; transition: transform var(--vfbd-transition); }
.ucnh[open] summary::after { transform: rotate(45deg); }
.ucnh p { padding: 0 0 1.1rem; color: var(--vfbd-clr-text); font-size: 0.94rem; line-height: 1.75; }
.faq-cta { text-align: center; padding-top: 1.5rem; border-top: 1px solid var(--vfbd-clr-border); }
.faq-cta p { margin-bottom: 1rem; color: var(--vfbd-clr-text-muted); }

.about-cta { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.prose-page h2 { font-size: 1.35rem; font-weight: 700; color: var(--vfbd-clr-primary-dark); margin: 2rem 0 0.75rem; }
.prose-page h2:first-child { margin-top: 0; }
.prose-page h3 { font-size: 1.1rem; font-weight: 600; color: var(--vfbd-clr-primary-dark); margin: 1.5rem 0 0.5rem; }
.prose-page p { margin-bottom: 0.9rem; }
.prose-page ul { margin: 0.5rem 0 1rem 1.5rem; }
.prose-page ul li { margin-bottom: 0.4rem; }
.prose-page a { color: var(--vfbd-clr-primary); }

.site-footer { background: var(--vfbd-clr-primary-dark); color: var(--vfbd-clr-dark-text); padding: 3rem 0 0; }
.site-footer__inner { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: start; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-logo { font-family: var(--vfbd-font-head); font-weight: 900; font-size: 1.3rem; color: var(--vfbd-clr-white); margin-bottom: 0.4rem; }
.footer-tagline { font-size: 0.88rem; color: rgba(225,217,255,0.7); margin-bottom: 0.5rem; }
.footer-legal-id { font-size: 0.78rem; color: rgba(225,217,255,0.55); }
.site-footer__nav { display: flex; gap: 3rem; }
.site-footer__nav ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.site-footer__nav a { text-decoration: none; font-size: 0.88rem; color: rgba(225,217,255,0.75); }
.site-footer__nav a:hover { color: var(--vfbd-clr-white); opacity: 1; }
.site-footer__disclaimer { padding: 1.5rem 0; font-size: 0.78rem; color: rgba(225,217,255,0.5); line-height: 1.6; }
.site-footer__disclaimer p { margin-bottom: 0.5rem; }

.thankyou-icon { font-size: 4rem; color: var(--vfbd-clr-white); margin-bottom: 1rem; }
.error-code { font-size: 5rem; font-weight: 900; color: var(--vfbd-clr-accent); }

.section--editorial { background: var(--vfbd-clr-bg); }
.section--steps { }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.revealed { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__pack { display: none; }
  .editorial-grid { grid-template-columns: 1fr; }
  .at-a-glance { position: static; }
  .steps-grid { grid-template-columns: 1fr; }
  .ingredients-grid { grid-template-columns: 1fr; }
  .who-grid { grid-template-columns: 1fr; }
  .who-img { display: none; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-grid--full { grid-template-columns: 1fr; }
  .order-wrap { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .site-footer__inner { grid-template-columns: 1fr; }
  .site-footer__nav { flex-direction: column; gap: 1.5rem; }
  .ingredient-detail-card { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .site-header__nav { display: none; }
  .site-header__cta { display: none; }
  .hero { padding: 3rem 0 2.5rem; }
  .section { padding: 3rem 0; }
  .hero__headline { font-size: 1.7rem; }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.ucfe{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}
.ucfe.is-visible,.cookie-banner--visible,.ucfe.show,.ucfe.active{transform:none !important}
.ucfe a{color:inherit;text-decoration:underline}
.ucfe button{cursor:pointer}
.ufmg{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}
.ufmg.is-visible,.cookie-modal--visible,.ufmg.show,.ufmg.active{display:flex !important}
.ubfu,.ufmg>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.udxh .utdo,.udxh .usgp,.udxh .ukka,.udxh .urzt,.uenv .utdo,.uenv .usgp,.uenv .ukka,.uenv .urzt{background:#fff !important;color:#1a1a1a !important}
.utdo,.usgp{color:#1a1a1a !important}
.utdo label,.usgp label,.utdo p,.usgp p,.utdo .uvyz,.utdo span,.usgp span,.ugzf,.ubot,.ukka .uruy,.ukka .uruy *{color:#1a1a1a !important}
.ugzf,.ubot{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.utdo .uqzq{color:#1a1a1a !important}
.utdo .uqzq.is-sel{color:#fff !important}
.uccy .ucyh{display:none}
.uccy .ucyh.is-visible{display:block !important;color:#c0392b}
.uccy .uhgv,.uccy [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.uccy{color:#1a1a1a}
.udxh .uccy,.uenv .uccy{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.udow{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.udow img{width:100%;height:100%;object-fit:cover}
.ubbm,.ukmd{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.ubbm img,.ukmd img{width:100%;height:100%;object-fit:cover;display:block}
.ubbm img{opacity:.28}
.ukmd img{opacity:.07}
*:has(> .ubbm),*:has(> .ukmd){position:relative}
.ulma{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)}
.ulma .uujv{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.ulma .uhat{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.uuxa{margin:1.4rem auto;max-width:920px}
.uuxa img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.ureb{padding:3rem 0}
.ugrb{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.ugrb img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.urzt{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uczw{display:flex;overflow:hidden;gap:0 !important}
.upuh{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.ujyk{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}
.uhot{left:.5rem}.uolx{right:.5rem}
.ukka .uruy{display:none}.ukka .uruy.is-active{display:block}
.utdo .uzjl{display:block !important}
.utdo .uqlm{display:flex;flex-wrap:wrap;gap:.5rem}
.utdo .uqzq{cursor:pointer}
