:root {
  --vvpb-color-primary: #166ca7;
  --vvpb-color-accent: #ed1b24;
  --vvpb-color-gold: #bdab3c;
  --vvpb-color-dark: #000000;
  --vvpb-color-white: #ffffff;
  --vvpb-color-bg: #f3f3f3;
  --vvpb-color-text: #1a1a1a;
  --vvpb-color-text-muted: #555555;
  --vvpb-color-border: #d0d0d0;
  --vvpb-color-dark-band: #0d1b2a;
  --vvpb-font-head: 'Sora', sans-serif;
  --vvpb-font-body: 'Inter', sans-serif;
  --vvpb-radius: 4px;
  --vvpb-container: 1320px;
  --vvpb-gap: 1.5rem;
}

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

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

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

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

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

a { color: var(--vvpb-color-primary); text-decoration: none; }
a:hover { text-decoration: underline; }

h1,h2,h3,h4 { font-family: var(--vvpb-font-head); line-height: 1.2; }

.section {
  padding: 4rem 0;
}

.section__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: var(--vvpb-color-dark);
}

.section__sub {
  color: var(--vvpb-color-text-muted);
  max-width: 680px;
  margin-bottom: 2.5rem;
  font-size: 1.05rem;
}

.section__title--light { color: var(--vvpb-color-white); }
.section__sub--light { color: rgba(255,255,255,0.8); }

.uubs {
  background: var(--vvpb-color-dark-band);
  color: var(--vvpb-color-white);
  padding: 3rem 0;
}

.section--stat-band {
  padding: 3.5rem 0;
}

.outlined {
  border: 1.5px solid var(--vvpb-color-border);
  border-radius: var(--vvpb-radius);
}

.upbh {
  background: var(--vvpb-color-white);
  border-bottom: 2px solid var(--vvpb-color-primary);
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0.9rem 0;
}

.upbh .container {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.site-logo {
  font-family: var(--vvpb-font-head);
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--vvpb-color-primary);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: auto;
  flex-wrap: wrap;
}

.site-nav a {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--vvpb-color-text);
  text-decoration: none;
  transition: color .2s;
}

.site-nav a:hover,
.site-nav a.active { color: var(--vvpb-color-primary); }

.btn-nav-cta {
  background: var(--vvpb-color-primary);
  color: var(--vvpb-color-white) !important;
  padding: 0.45rem 1.1rem;
  border-radius: var(--vvpb-radius);
  font-weight: 600;
  font-size: 0.88rem;
  transition: background .2s;
}

.btn-nav-cta:hover { background: #0f5080; text-decoration: none; }

.unwq {
  display: none;
  background: none;
  border: none;
  font-size: 1.4rem;
  cursor: pointer;
  margin-left: auto;
  color: var(--vvpb-color-dark);
}

.breadcrumb-bar {
  background: var(--vvpb-color-white);
  border-bottom: 1px solid var(--vvpb-color-border);
  padding: 0.6rem 0;
}

.breadcrumb {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  font-size: 0.85rem;
  color: var(--vvpb-color-text-muted);
  flex-wrap: wrap;
}

.breadcrumb li + li::before { content: '›'; margin-right: 0.5rem; }
.breadcrumb a { color: var(--vvpb-color-primary); }

.hero {
  background: var(--vvpb-color-bg);
  padding: 5rem 0 4rem;
}

.hero--typo-only { background: var(--vvpb-color-bg); }

.hero__inner {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 3rem;
  align-items: center;
}

.hero__label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--vvpb-color-text-muted);
  margin-bottom: 1rem;
}

.hero__h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  color: var(--vvpb-color-dark);
}

.hero__outlined {
  color: transparent;
  -webkit-text-stroke: 2px var(--vvpb-color-primary);
  font-style: italic;
}

.hero__intro {
  font-size: 1.1rem;
  color: var(--vvpb-color-text-muted);
  max-width: 560px;
  margin-bottom: 2rem;
}

.hero__cta-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.5rem;
}

.hero__trust {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  color: var(--vvpb-color-text-muted);
}

.stars { color: var(--vvpb-color-gold); font-size: 1.1rem; }

.hero__pack {
  display: flex;
  justify-content: center;
}

.hero__pack img {
  width: 100%;
  max-width: 360px;
  border-radius: var(--vvpb-radius);
}

.hero--page {
  padding: 3.5rem 0 2.5rem;
}

.hero__h1--page {
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: 1rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--vvpb-color-primary);
  color: var(--vvpb-color-white);
  font-family: var(--vvpb-font-head);
  font-weight: 700;
  font-size: 1rem;
  padding: 0.75rem 1.8rem;
  border-radius: var(--vvpb-radius);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background .2s;
}

.btn-primary:hover { background: #0f5080; text-decoration: none; color: var(--vvpb-color-white); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  color: var(--vvpb-color-primary);
  font-family: var(--vvpb-font-head);
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75rem 1.8rem;
  border-radius: var(--vvpb-radius);
  border: 1.5px solid var(--vvpb-color-primary);
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
}

.btn-ghost:hover { background: var(--vvpb-color-primary); color: var(--vvpb-color-white); text-decoration: none; }

.btn-order {
  width: 100%;
  justify-content: center;
  font-size: 1.1rem;
  padding: 1rem 2rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--vvpb-color-primary);
  font-weight: 600;
  font-size: 0.95rem;
  margin-top: 1.5rem;
}

.band-intro__inner {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.band-intro__quote {
  font-family: var(--vvpb-font-head);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 600;
  line-height: 1.5;
  color: var(--vvpb-color-white);
}

.band-intro__attr {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
}

.compare-table-wrap { overflow-x: auto; }

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.compare-table th, .compare-table td {
  padding: 0.85rem 1rem;
  border: 1.5px solid var(--vvpb-color-border);
  text-align: left;
  vertical-align: top;
}

.compare-table th {
  background: var(--vvpb-color-primary);
  color: var(--vvpb-color-white);
  font-family: var(--vvpb-font-head);
  font-weight: 700;
}

.compare-table tr:nth-child(even) td { background: rgba(22,108,167,0.04); }

.table-note {
  margin-top: 1rem;
  font-size: 0.82rem;
  color: var(--vvpb-color-text-muted);
  font-style: italic;
}

.ingredients-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.ingredients__image-wrap img {
  border-radius: var(--vvpb-radius);
  width: 100%;
}

.ingredients__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ingredient-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
}

.ingredient-card strong {
  display: block;
  font-family: var(--vvpb-font-head);
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: var(--vvpb-color-dark);
}

.ingredient-card p {
  font-size: 0.9rem;
  color: var(--vvpb-color-text-muted);
  margin: 0;
}

.ingredient-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.supplement-note {
  background: rgba(22,108,167,0.06);
  border-left: 3px solid var(--vvpb-color-primary);
  padding: 0.75rem 1rem;
  font-size: 0.82rem;
  color: var(--vvpb-color-text-muted);
  border-radius: 0 var(--vvpb-radius) var(--vvpb-radius) 0;
  margin-top: 1.5rem;
}

.supplement-note--light {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.7);
}

.lifestyle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.lifestyle__image img {
  border-radius: var(--vvpb-radius);
  width: 100%;
}

.lifestyle__tips {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tip-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
}

.tip-number {
  font-family: var(--vvpb-font-head);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--vvpb-color-primary);
  opacity: 0.4;
  line-height: 1;
  flex-shrink: 0;
  min-width: 36px;
}

.tip-item strong {
  display: block;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.tip-item p { font-size: 0.9rem; color: var(--vvpb-color-text-muted); margin: 0; }

.myths-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.myth-card {
  padding: 1.5rem;
  background: var(--vvpb-color-white);
}

.myth-label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 0.2rem 0.6rem;
  border-radius: var(--vvpb-radius);
  margin-bottom: 0.5rem;
}

.myth-label.myth { background: #fde8e8; color: #c0392b; }
.myth-label.feit { background: #e8f5e9; color: #2d8a4e; margin-top: 1rem; }

.myth-card p { font-size: 0.9rem; color: var(--vvpb-color-text-muted); margin: 0; }

.stat-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}

.stat-number {
  display: block;
  font-family: var(--vvpb-font-head);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  color: var(--vvpb-color-gold);
  line-height: 1;
}

.stat-label {
  display: block;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.7);
  margin-top: 0.4rem;
}

.ujun {
  max-width: 680px;
  margin: 0 auto;
}

.lf-quiz__question {
  font-family: var(--vvpb-font-head);
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 1.25rem;
  color: var(--vvpb-color-dark);
}

.lf-quiz__options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lf-quiz__opt {
  background: var(--vvpb-color-white);
  border: 1.5px solid var(--vvpb-color-border);
  border-radius: var(--vvpb-radius);
  padding: 0.85rem 1.25rem;
  font-family: var(--vvpb-font-body);
  font-size: 0.95rem;
  cursor: pointer;
  text-align: left;
  transition: border-color .2s, background .2s;
}

.lf-quiz__opt:hover { border-color: var(--vvpb-color-primary); background: rgba(22,108,167,0.04); }

.lf-quiz__result { background: var(--vvpb-color-white); padding: 2rem; border: 1.5px solid var(--vvpb-color-border); border-radius: var(--vvpb-radius); }

.lf-quiz__result p { color: var(--vvpb-color-text-muted); font-size: 0.95rem; margin-bottom: 1rem; }

.quiz-disclaimer { font-size: 0.78rem; color: var(--vvpb-color-text-muted); margin-top: 0.75rem; font-style: italic; }

.faq-list { display: flex; flex-direction: column; gap: 0.75rem; max-width: 800px; }
.faq-list--full { max-width: 100%; }

.unrn {
  background: var(--vvpb-color-white);
  border-radius: var(--vvpb-radius);
  overflow: hidden;
}

.unrn summary {
  padding: 1rem 1.25rem;
  cursor: pointer;
  font-weight: 600;
  font-family: var(--vvpb-font-head);
  font-size: 0.98rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.unrn summary::-webkit-details-marker { display: none; }
.unrn summary::after { content: '+'; font-size: 1.2rem; color: var(--vvpb-color-primary); }
.unrn[open] summary::after { content: '−'; }

.unrn p { padding: 0 1.25rem 1rem; font-size: 0.9rem; color: var(--vvpb-color-text-muted); }

.usue { position: relative; }

.lf-carousel__track { overflow: hidden; }

.carousel-card {
  padding: 1.75rem;
  background: var(--vvpb-color-white);
  max-width: 600px;
  margin: 0 auto;
}

.carousel-stars { color: var(--vvpb-color-gold); font-size: 1.1rem; margin-bottom: 0.75rem; }

.carousel-card p { font-style: italic; color: var(--vvpb-color-text-muted); margin-bottom: 0.75rem; }

.carousel-author { font-size: 0.85rem; font-weight: 600; color: var(--vvpb-color-text-muted); }

.lf-carousel__controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.25rem;
}

.lf-carousel__prev,
.lf-carousel__next {
  background: var(--vvpb-color-white);
  border: 1.5px solid var(--vvpb-color-border);
  border-radius: var(--vvpb-radius);
  width: 44px;
  height: 44px;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .2s;
}

.lf-carousel__prev:hover,
.lf-carousel__next:hover { border-color: var(--vvpb-color-primary); color: var(--vvpb-color-primary); }

.review-disclaimer { font-size: 0.78rem; color: var(--vvpb-color-text-muted); margin-top: 1rem; font-style: italic; text-align: center; }

.section--author__inner { display: flex; justify-content: center; }

.author-bio {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 2.5rem;
  padding: 2rem;
  background: var(--vvpb-color-white);
  max-width: 960px;
  width: 100%;
}

.author-avatar img { border-radius: var(--vvpb-radius); width: 100%; }

.author-text h2 { margin-bottom: 1rem; }

.author-text p { font-size: 0.95rem; color: var(--vvpb-color-text-muted); margin-bottom: 0.75rem; }

.author-meta { display: block; font-size: 0.8rem; color: var(--vvpb-color-text-muted); margin-top: 0.5rem; }

.section--order { padding: 5rem 0; }

.order-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.order-product-card {
  background: rgba(255,255,255,0.08);
  padding: 1.5rem;
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: var(--vvpb-radius);
}

.order-product-card img { border-radius: var(--vvpb-radius); margin-bottom: 1.25rem; width: 100%; }

.order-product-info h3 {
  font-family: var(--vvpb-font-head);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--vvpb-color-white);
  margin-bottom: 1rem;
}

.order-price-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.price-old { font-size: 1rem; color: rgba(255,255,255,0.5); text-decoration: line-through; }
.price-new { font-size: 1.8rem; font-weight: 800; color: var(--vvpb-color-white); font-family: var(--vvpb-font-head); }
.price-badge { background: var(--vvpb-color-accent); color: var(--vvpb-color-white); font-size: 0.8rem; font-weight: 700; padding: 0.2rem 0.6rem; border-radius: var(--vvpb-radius); }

.order-features { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.order-features li { font-size: 0.9rem; color: rgba(255,255,255,0.8); }

.ugne {
  background: var(--vvpb-color-white);
  padding: 2rem;
  border-radius: var(--vvpb-radius);
}

.form__title {
  font-family: var(--vvpb-font-head);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--vvpb-color-dark);
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.1rem;
}

.form-field label { font-size: 0.88rem; font-weight: 600; color: var(--vvpb-color-text); }

.form-field input[type="text"],
.form-field input[type="tel"],
.form-field input[type="email"],
.form-field textarea {
  padding: 0.7rem 0.9rem;
  border: 1.5px solid var(--vvpb-color-border);
  border-radius: var(--vvpb-radius);
  font-family: var(--vvpb-font-body);
  font-size: 0.95rem;
  width: 100%;
  transition: border-color .2s;
}

.form-field input:focus,
.form-field textarea:focus { outline: none; border-color: var(--vvpb-color-primary); }

.form-field--check {
  flex-direction: row;
  align-items: flex-start;
  gap: 0.6rem;
}

.form-field--check input[type="checkbox"] { margin-top: 3px; flex-shrink: 0; }

.form-field--check label { font-size: 0.82rem; color: var(--vvpb-color-text-muted); font-weight: 400; }

.form-note { font-size: 0.78rem; color: var(--vvpb-color-text-muted); margin-top: 0.75rem; text-align: center; }

.site-footer {
  background: var(--vvpb-color-dark-band);
  color: rgba(255,255,255,0.75);
  padding: 3.5rem 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 2rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.site-logo-footer {
  display: block;
  font-family: var(--vvpb-font-head);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--vvpb-color-white);
  margin-bottom: 0.75rem;
}

.footer-brand p { font-size: 0.85rem; line-height: 1.6; }

.footer-legal-id { font-size: 0.78rem; color: rgba(255,255,255,0.45); margin-top: 0.5rem; }

.footer-nav h4 { font-family: var(--vvpb-font-head); font-size: 0.88rem; font-weight: 700; color: var(--vvpb-color-white); margin-bottom: 0.75rem; text-transform: uppercase; letter-spacing: .06em; }

.footer-nav ul { list-style: none; display: flex; flex-direction: column; gap: 0.4rem; }

.footer-nav a { font-size: 0.85rem; color: rgba(255,255,255,0.65); transition: color .2s; }
.footer-nav a:hover { color: var(--vvpb-color-white); text-decoration: none; }

.footer-contact h4 { font-family: var(--vvpb-font-head); font-size: 0.88rem; font-weight: 700; color: var(--vvpb-color-white); margin-bottom: 0.75rem; text-transform: uppercase; letter-spacing: .06em; }
.footer-contact p { font-size: 0.85rem; line-height: 1.7; }
.footer-contact a { color: rgba(255,255,255,0.65); }
.footer-contact a:hover { color: var(--vvpb-color-white); text-decoration: none; }

.footer-bottom {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255,255,255,0.07);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.supplement-disclaimer {
  font-size: 0.76rem;
  color: rgba(255,255,255,0.4);
  line-height: 1.6;
}

.footer-copy { font-size: 0.8rem; color: rgba(255,255,255,0.4); }
.footer-copy a { color: rgba(255,255,255,0.55); }

.ulql {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--vvpb-color-dark-band);
  border-top: 2px solid var(--vvpb-color-primary);
  z-index: 9999;
  padding: 1rem 0;
}

.ulql.is-visible { display: block; }

.cookie-banner__inner {
  max-width: var(--vvpb-container);
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cookie-banner__inner p { font-size: 0.88rem; color: rgba(255,255,255,0.8); flex: 1; min-width: 200px; }
.cookie-banner__inner a { color: var(--vvpb-color-gold); }

.cookie-banner__actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }

.btn-cookie-accept {
  background: var(--vvpb-color-primary);
  color: var(--vvpb-color-white);
  border: none;
  padding: 0.5rem 1.2rem;
  border-radius: var(--vvpb-radius);
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
}

.btn-cookie-reject {
  background: transparent;
  color: rgba(255,255,255,0.7);
  border: 1px solid rgba(255,255,255,0.3);
  padding: 0.5rem 1.2rem;
  border-radius: var(--vvpb-radius);
  font-size: 0.88rem;
  cursor: pointer;
}

.btn-cookie-settings {
  color: rgba(255,255,255,0.55);
  font-size: 0.82rem;
  text-decoration: underline;
  padding: 0.5rem 0.5rem;
}

.legal-page { padding: 4rem 0; }
.legal-container { max-width: 780px; }
.legal-container h1 { font-size: clamp(1.8rem, 3vw, 2.4rem); margin-bottom: 0.5rem; }
.legal-container h2 { font-size: 1.15rem; font-weight: 700; margin: 2rem 0 0.5rem; color: var(--vvpb-color-dark); }
.legal-container p, .legal-container li { font-size: 0.95rem; color: var(--vvpb-color-text-muted); line-height: 1.75; margin-bottom: 0.6rem; }
.legal-container ul { padding-left: 1.5rem; margin-bottom: 0.6rem; }
.legal-container a { color: var(--vvpb-color-primary); }
.legal-container code { background: rgba(22,108,167,0.08); padding: 0.1rem 0.35rem; border-radius: 2px; font-size: 0.85rem; }

.cookie-table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: 0.88rem; }
.cookie-table th, .cookie-table td { padding: 0.7rem 0.9rem; border: 1px solid var(--vvpb-color-border); text-align: left; }
.cookie-table th { background: var(--vvpb-color-primary); color: var(--vvpb-color-white); font-weight: 700; }

.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.contact-info {
  padding: 2rem;
  background: var(--vvpb-color-white);
}

.contact-info h2 { font-size: 1.3rem; margin-bottom: 1rem; }
.contact-info p { font-size: 0.92rem; color: var(--vvpb-color-text-muted); margin-bottom: 0.75rem; }
.contact-info a { color: var(--vvpb-color-primary); }

.map-container { margin-top: 1.25rem; border-radius: var(--vvpb-radius); overflow: hidden; }
.map-container iframe { border-radius: var(--vvpb-radius); }

.contact-form-wrap h2 { font-size: 1.3rem; margin-bottom: 1.25rem; }

.uhkv { display: flex; flex-direction: column; }

.thankyou-main { min-height: 60vh; display: flex; align-items: center; padding: 4rem 0; }

.thankyou-inner { max-width: 600px; margin: 0 auto; text-align: center; }

.thankyou-card {
  background: var(--vvpb-color-white);
  padding: 3rem 2rem;
}

.thankyou-icon {
  font-size: 3rem;
  color: var(--vvpb-color-primary);
  margin-bottom: 1rem;
}

.thankyou-card h1 { font-size: 1.8rem; margin-bottom: 1rem; }
.thankyou-card p { font-size: 0.95rem; color: var(--vvpb-color-text-muted); margin-bottom: 0.75rem; }
.thankyou-card a { color: var(--vvpb-color-primary); }

.ingredients-full-grid, .lifestyle-full-grid { max-width: 960px; }

.ingredient-table { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
.ingredient-table th, .ingredient-table td { padding: 0.8rem 1rem; border: 1.5px solid var(--vvpb-color-border); vertical-align: top; }
.ingredient-table th { background: var(--vvpb-color-primary); color: var(--vvpb-color-white); font-weight: 700; font-family: var(--vvpb-font-head); }
.ingredient-table tr:nth-child(even) td { background: rgba(22,108,167,0.04); }

.lifestyle-steps { display: flex; flex-direction: column; gap: 1.25rem; }

.lifestyle-step { display: grid; grid-template-columns: 48px 1fr; gap: 1.25rem; padding: 1.25rem; background: var(--vvpb-color-white); }

.step-num { font-family: var(--vvpb-font-head); font-size: 1.5rem; font-weight: 800; color: var(--vvpb-color-primary); opacity: 0.35; line-height: 1; }

.step-content h2 { font-size: 1.05rem; margin-bottom: 0.5rem; }
.step-content p { font-size: 0.9rem; color: var(--vvpb-color-text-muted); margin-bottom: 0.5rem; }

@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__pack { display: none; }
  .ingredients-grid, .lifestyle-grid, .author-bio, .order-wrap, .contact-wrap { grid-template-columns: 1fr; }
  .stat-band { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .myths-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-nav { display: none; }
  .site-nav.is-open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--vvpb-color-white); border-top: 1px solid var(--vvpb-color-border); padding: 1rem 1.5rem; z-index: 200; }
  .unwq { display: block; }
  .hero { padding: 3rem 0 2rem; }
  .stat-band { grid-template-columns: repeat(2,1fr); gap: 1.5rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .order-wrap { grid-template-columns: 1fr; }
  .lifestyle-step { grid-template-columns: 1fr; }
  .hero__cta-row { flex-direction: column; align-items: flex-start; }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.ulql{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}
.ulql.is-visible,.cookie-banner--visible,.ulql.show,.ulql.active{transform:none !important}
.ulql a{color:inherit;text-decoration:underline}
.ulql button{cursor:pointer}
.uwov{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}
.uwov.is-visible,.cookie-modal--visible,.uwov.show,.uwov.active{display:flex !important}
.unng,.uwov>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.uubs .ujun,.uubs .unhq,.uubs .ujwk,.uubs .usue,.ueon .ujun,.ueon .unhq,.ueon .ujwk,.ueon .usue{background:#fff !important;color:#1a1a1a !important}
.ujun,.unhq{color:#1a1a1a !important}
.ujun label,.unhq label,.ujun p,.unhq p,.ujun .ugqj,.ujun span,.unhq span,.untp,.uwuj,.ujwk .ugij,.ujwk .ugij *{color:#1a1a1a !important}
.untp,.uwuj{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.ujun .uhua{color:#1a1a1a !important}
.ujun .uhua.is-sel{color:#fff !important}
.ugne .uqkg{display:none}
.ugne .uqkg.is-visible{display:block !important;color:#c0392b}
.ugne .uhav,.ugne [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.ugne{color:#1a1a1a}
.uubs .ugne,.ueon .ugne{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.urlh{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.urlh img{width:100%;height:100%;object-fit:cover}
.uiww,.uohp{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.uiww img,.uohp img{width:100%;height:100%;object-fit:cover;display:block}
.uiww img{opacity:.28}
.uohp img{opacity:.07}
*:has(> .uiww),*:has(> .uohp){position:relative}
.upzq{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)}
.upzq .ukyt{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.upzq .ukgu{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.urse{margin:1.4rem auto;max-width:920px}
.urse img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.uwly{padding:3rem 0}
.ufip{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.ufip img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.usue{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uhxu{display:flex;overflow:hidden;gap:0 !important}
.ubau{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.uftd{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}
.uurj{left:.5rem}.utyr{right:.5rem}
.ujwk .ugij{display:none}.ujwk .ugij.is-active{display:block}
.ujun .unua{display:block !important}
.ujun .uaqy{display:flex;flex-wrap:wrap;gap:.5rem}
.ujun .uhua{cursor:pointer}
