:root {
  --vecm-clr-primary: #1a73e8;
  --vecm-clr-accent: #1e7fd6;
  --vecm-clr-dark: #111827;
  --vecm-clr-dark-2: #1a2236;
  --vecm-clr-text: #1a1a1a;
  --vecm-clr-text-muted: #555;
  --vecm-clr-bg: #ffffff;
  --vecm-clr-bg-light: #f7f8fa;
  --vecm-clr-border: #d8dde6;
  --vecm-clr-highlight: #e8f0fd;
  --vecm-ff-head: 'Zilla Slab', Georgia, serif;
  --vecm-ff-body: 'Lato', system-ui, sans-serif;
  --vecm-radius: 12px;
  --vecm-radius-sm: 6px;
  --vecm-container: 1080px;
  --vecm-gap: 1.5rem;
}

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

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

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

img { display: block; max-width: 100%; height: auto; }
a { color: var(--vecm-clr-primary); text-decoration: none; }
a:hover { text-decoration: underline; }
ul { padding-left: 1.4rem; }

.container {
  max-width: var(--vecm-container);
  margin: 0 auto;
  padding: 0 1.5rem;
}
.container--narrow { max-width: 780px; }
.text-center { text-align: center; }
.mt-2 { margin-top: 2rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.75rem;
  border-radius: var(--vecm-radius-sm);
  font-family: var(--vecm-ff-body);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  text-decoration: none;
  line-height: 1.2;
}
.btn--primary {
  background: var(--vecm-clr-primary);
  color: #fff;
  border-color: var(--vecm-clr-primary);
}
.btn--primary:hover { background: #155db8; border-color: #155db8; text-decoration: none; color: #fff; }
.btn--ghost {
  background: transparent;
  color: var(--vecm-clr-primary);
  border-color: var(--vecm-clr-primary);
}
.btn--ghost:hover { background: var(--vecm-clr-highlight); text-decoration: none; }
.btn--sm { padding: 0.5rem 1.1rem; font-size: 0.875rem; }
.btn--full { width: 100%; }

.uokh {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.97);
  border-bottom: 1px solid var(--vecm-clr-border);
  backdrop-filter: blur(6px);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  gap: 2rem;
}
.site-logo {
  font-family: var(--vecm-ff-head);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--vecm-clr-dark);
  text-decoration: none;
  white-space: nowrap;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.site-nav a {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--vecm-clr-text);
}
.site-nav a:hover { color: var(--vecm-clr-primary); text-decoration: none; }
.site-nav a[aria-current="page"] { color: var(--vecm-clr-primary); }

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: var(--vecm-clr-text-muted);
  margin-bottom: 1rem;
}
.breadcrumb a { color: var(--vecm-clr-text-muted); }
.breadcrumb a:hover { color: var(--vecm-clr-primary); }

.hero {
  padding: 4rem 0 3rem;
  background: var(--vecm-clr-bg);
}
.hero--minimal { background: var(--vecm-clr-bg); }
.hero--sm { padding: 2.5rem 0 2rem; }

.hero__label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--vecm-clr-primary);
  margin-bottom: 0.75rem;
}
.hero__h1 {
  font-family: var(--vecm-ff-head);
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.12;
  color: var(--vecm-clr-dark);
  margin-bottom: 1.25rem;
  max-width: 820px;
}
.hero__h1-num {
  color: var(--vecm-clr-primary);
  font-size: 1.15em;
}
.hero__lead {
  font-size: 1.125rem;
  color: var(--vecm-clr-text-muted);
  max-width: 640px;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.hero__cta-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.hero__byline {
  font-size: 0.8rem;
  color: var(--vecm-clr-text-muted);
}

.band {
  width: 100%;
}
.band--thin {
  height: 6px;
  background: var(--vecm-clr-dark);
}

.section {
  padding: 4rem 0;
}
.section--compact { padding: 2rem 0; }
.section--light { background: var(--vecm-clr-bg-light); }
.section--dark, .uwej {
  background: var(--vecm-clr-dark-2);
  color: #e8eaf0;
}
.section--accent { background: var(--vecm-clr-highlight); }

.section__title {
  font-family: var(--vecm-ff-head);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--vecm-clr-dark);
  margin-bottom: 1rem;
}
.section__title--light { color: #e8eaf0; }
.section__lead {
  font-size: 1.05rem;
  color: var(--vecm-clr-text-muted);
  max-width: 640px;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}
.section__lead--light { color: #c0c8d8; margin-bottom: 2rem; }

.press-quote {
  border-left: 4px solid var(--vecm-clr-primary);
  padding: 1rem 1.5rem;
  background: var(--vecm-clr-highlight);
  border-radius: 0 var(--vecm-radius-sm) var(--vecm-radius-sm) 0;
}
.press-quote blockquote {
  font-family: var(--vecm-ff-head);
  font-size: 1.2rem;
  font-style: italic;
  color: var(--vecm-clr-dark);
  margin-bottom: 0.5rem;
}
.press-quote cite { font-size: 0.85rem; color: var(--vecm-clr-text-muted); }

.routine-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.routine-card {
  border-radius: var(--vecm-radius);
  overflow: hidden;
}
.routine-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.routine-card__body { padding: 1.5rem; }
.routine-card__body h3 { font-family: var(--vecm-ff-head); font-size: 1.2rem; margin-bottom: 0.5rem; }

.step-item {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--vecm-clr-border);
}
.step-item:last-child { border-bottom: none; }
.step-num {
  font-family: var(--vecm-ff-head);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--vecm-clr-primary);
  min-width: 2.5rem;
  line-height: 1;
}
.step-item strong { display: block; margin-bottom: 0.35rem; font-size: 1rem; }
.step-item p { font-size: 0.9rem; color: var(--vecm-clr-text-muted); margin: 0; }

.table-wrap { overflow-x: auto; margin: 0 -1rem; padding: 0 1rem; }
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  min-width: 560px;
}
.compare-table th, .compare-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.compare-table th {
  font-family: var(--vecm-ff-head);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a0b0c8;
}
.compare-table td { color: #d0d8e8; }
.compare-table .highlight { color: #fff; font-weight: 700; }
.compare-table thead tr { border-bottom: 2px solid var(--vecm-clr-primary); }
.table-disclaimer { font-size: 0.78rem; color: #8090a8; margin-top: 1rem; }

.lifestyle-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
.lifestyle-split__img img { width: 100%; border-radius: var(--vecm-radius); aspect-ratio: 16/9; object-fit: cover; }
.lifestyle-split__tips { display: flex; flex-direction: column; gap: 1rem; }

.tip-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.25rem;
  border-radius: var(--vecm-radius-sm);
}
.tip-icon {
  font-size: 1.4rem;
  color: var(--vecm-clr-primary);
  min-width: 1.8rem;
  line-height: 1;
  margin-top: 0.1rem;
}
.tip-card strong { display: block; margin-bottom: 0.35rem; }
.tip-card p { font-size: 0.88rem; color: var(--vecm-clr-text-muted); margin: 0; }

.faq-list { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 2rem; }
.faq-list--full { margin-top: 0; }
.uthx {
  border-radius: var(--vecm-radius-sm);
  overflow: hidden;
}
.uthx summary {
  font-family: var(--vecm-ff-head);
  font-weight: 600;
  font-size: 1.05rem;
  padding: 1.1rem 1.25rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--vecm-clr-dark);
}
.section--dark .uthx summary { color: #e8eaf0; }
.section--accent .uthx summary { color: var(--vecm-clr-dark); }
.uthx summary::after { content: '+'; font-size: 1.4rem; color: var(--vecm-clr-primary); }
.uthx[open] summary::after { content: '−'; }
.uthx p { padding: 0 1.25rem 1.25rem; color: var(--vecm-clr-text-muted); font-size: 0.92rem; }

.checklist { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 0; }
.checklist__item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--vecm-clr-border);
}
.checklist__item:last-child { border-bottom: none; }
.checklist__day {
  font-family: var(--vecm-ff-head);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--vecm-clr-primary);
  min-width: 5rem;
  padding-top: 0.15rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.checklist__content strong { display: block; margin-bottom: 0.4rem; font-size: 1rem; }
.checklist__content p { font-size: 0.9rem; color: var(--vecm-clr-text-muted); margin: 0; }

.ingredients-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 3rem;
  align-items: start;
}
.ingredients-img img { width: 100%; border-radius: var(--vecm-radius); aspect-ratio: 4/3; object-fit: cover; }
.ingredients-list { display: flex; flex-direction: column; gap: 0.75rem; }

.ingredient-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.25rem;
  border-radius: var(--vecm-radius-sm);
}
.ingredient-icon {
  font-size: 1.3rem;
  color: var(--vecm-clr-primary);
  min-width: 1.5rem;
  line-height: 1.2;
}
.ingredient-card strong { display: block; margin-bottom: 0.2rem; }
.ingredient-card p { font-size: 0.85rem; color: var(--vecm-clr-text-muted); margin: 0; }
.ingredient-note {
  font-size: 0.8rem;
  color: var(--vecm-clr-text-muted);
  margin-top: 2rem;
  padding: 1rem;
  border-top: 1px solid var(--vecm-clr-border);
  line-height: 1.6;
}

.order-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.order-block__product { display: flex; flex-direction: column; gap: 1.5rem; }
.product-pack-wrap {
  display: flex;
  justify-content: center;
  aspect-ratio: 1/1;
  max-width: 340px;
  margin: 0 auto;
}
.product-pack-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: var(--vecm-radius);
}
.order__title {
  font-family: var(--vecm-ff-head);
  font-size: 1.6rem;
  font-weight: 700;
  color: #e8eaf0;
  line-height: 1.2;
}
.order__bullets {
  padding-left: 1.25rem;
  color: #b0c0d8;
  font-size: 0.95rem;
  line-height: 2;
}
.order__price-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}
.order__price-old {
  text-decoration: line-through;
  color: #8090a8;
  font-size: 1.1rem;
}
.order__price {
  font-family: var(--vecm-ff-head);
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}
.order__price-tag {
  background: var(--vecm-clr-primary);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.25rem 0.65rem;
  border-radius: var(--vecm-radius-sm);
}
.order__price-note { font-size: 0.8rem; color: #8090a8; }

.order-block__form {
  background: rgba(255,255,255,0.05);
  border-radius: var(--vecm-radius);
  padding: 2rem;
  border: 1px solid rgba(255,255,255,0.1);
}
.order-block__form h3 {
  font-family: var(--vecm-ff-head);
  font-size: 1.35rem;
  color: #e8eaf0;
  margin-bottom: 0.5rem;
}
.order-block__form p { font-size: 0.9rem; color: #8090a8; margin-bottom: 1.5rem; }

.form-group { margin-bottom: 1.1rem; }
.form-group label { display: block; font-size: 0.88rem; font-weight: 700; margin-bottom: 0.4rem; color: #c0c8d8; }
.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--vecm-radius-sm);
  background: rgba(255,255,255,0.08);
  color: #e8eaf0;
  font-family: var(--vecm-ff-body);
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s;
}
.form-group input[type="text"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus {
  border-color: var(--vecm-clr-primary);
}
.form-group input[type="text"]::placeholder,
.form-group input[type="tel"]::placeholder,
.form-group input[type="email"]::placeholder,
.form-group textarea::placeholder { color: #6070a0; }

.form-group--check {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
.form-group--check input { margin-top: 0.2rem; min-width: 1rem; cursor: pointer; }
.form-group--check label { font-size: 0.82rem; color: #8090a8; font-weight: 400; }
.form-group--check label a { color: var(--vecm-clr-accent); }
.form-disclaimer { font-size: 0.75rem; color: #6070a0; margin-top: 0.75rem; text-align: center; }

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.contact-info h2 { font-family: var(--vecm-ff-head); font-size: 1.35rem; margin-bottom: 1rem; }
.contact-info p { margin-bottom: 0.75rem; font-size: 0.95rem; }
.contact-form-wrap h2 { font-family: var(--vecm-ff-head); font-size: 1.35rem; margin-bottom: 1.25rem; }

.uxez .form-group input,
.uxez .form-group textarea {
  background: var(--vecm-clr-bg-light);
  border: 1px solid var(--vecm-clr-border);
  color: var(--vecm-clr-text);
}
.uxez .form-group input:focus,
.uxez .form-group textarea:focus { border-color: var(--vecm-clr-primary); }
.uxez .form-group label { color: var(--vecm-clr-text); }
.uxez .form-group--check label { color: var(--vecm-clr-text-muted); }

.map-container { margin-top: 2rem; border-radius: var(--vecm-radius); overflow: hidden; }
.map-container iframe { display: block; }

.review-card {
  padding: 1.5rem;
  border-radius: var(--vecm-radius);
}
.review-card__header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.review-card__avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--vecm-clr-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--vecm-ff-head);
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
.review-card strong { display: block; font-size: 0.95rem; }
.review-card__stars { color: #f59e0b; font-size: 0.9rem; }
.review-card p { font-size: 0.9rem; color: var(--vecm-clr-text-muted); font-style: italic; margin-bottom: 0.75rem; }
.review-card__date { font-size: 0.78rem; color: var(--vecm-clr-text-muted); }
.review-disclaimer { font-size: 0.78rem; color: var(--vecm-clr-text-muted); text-align: center; margin-top: 1.5rem; }

.outlined {
  border: 1px solid var(--vecm-clr-border);
  background: var(--vecm-clr-bg);
}
.uwej .outlined {
  border-color: rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
}
.section--accent .outlined { background: #fff; }

.uyij {
  background: #fff;
  border: 1px solid var(--vecm-clr-border);
  border-radius: var(--vecm-radius);
  padding: 2rem;
  margin-bottom: 2.5rem;
}
.lf-quiz__header { margin-bottom: 1.5rem; }
.lf-quiz__header h3 { font-family: var(--vecm-ff-head); font-size: 1.3rem; margin-bottom: 0.5rem; color: var(--vecm-clr-dark); }
.lf-quiz__header p { font-size: 0.9rem; color: var(--vecm-clr-text-muted); }
.lf-quiz__question { font-weight: 700; margin-bottom: 1rem; color: var(--vecm-clr-dark); }
.lf-quiz__options { display: flex; flex-direction: column; gap: 0.6rem; }
.lf-quiz__opt {
  padding: 0.75rem 1rem;
  border-radius: var(--vecm-radius-sm);
  text-align: left;
  font-family: var(--vecm-ff-body);
  font-size: 0.92rem;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
  background: var(--vecm-clr-bg);
  color: var(--vecm-clr-text);
}
.lf-quiz__opt:hover { background: var(--vecm-clr-highlight); border-color: var(--vecm-clr-primary); }
.lf-quiz__opt.selected { background: var(--vecm-clr-highlight); border-color: var(--vecm-clr-primary); color: var(--vecm-clr-primary); font-weight: 700; }
.lf-quiz__progress { height: 4px; background: var(--vecm-clr-border); border-radius: 2px; margin-top: 1.5rem; overflow: hidden; }
.lf-quiz__progress-bar { display: block; height: 100%; background: var(--vecm-clr-primary); border-radius: 2px; width: 25%; transition: width 0.3s; }
.lf-quiz__result { text-align: center; padding: 1.5rem 0; }
.lf-quiz__result-title { font-family: var(--vecm-ff-head); font-size: 1.2rem; color: var(--vecm-clr-dark); margin-bottom: 0.75rem; }
.lf-quiz__result-text { font-size: 0.95rem; color: var(--vecm-clr-text-muted); margin-bottom: 1.5rem; }

.ucsc { position: relative; overflow: hidden; }
.lf-carousel__track { display: flex; transition: transform 0.35s ease; }
.lf-carousel__slide { min-width: 100%; }
.lf-carousel__controls { display: flex; align-items: center; justify-content: center; gap: 1.5rem; margin-top: 1.5rem; }
.lf-carousel__btn {
  background: var(--vecm-clr-bg);
  border: 1px solid var(--vecm-clr-border);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  cursor: pointer;
  color: var(--vecm-clr-primary);
  transition: background 0.15s;
}
.lf-carousel__btn:hover { background: var(--vecm-clr-highlight); }
.lf-carousel__dots { display: flex; gap: 0.5rem; }
.lf-carousel__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--vecm-clr-border); cursor: pointer; }
.lf-carousel__dot.active { background: var(--vecm-clr-primary); }

.routine-guide { display: grid; grid-template-columns: 1fr 1.2fr; gap: 3rem; align-items: start; }
.routine-guide__img img { width: 100%; border-radius: var(--vecm-radius); aspect-ratio: 4/3; object-fit: cover; }
.guide-step { display: flex; gap: 1.5rem; align-items: flex-start; padding: 1.5rem 0; border-bottom: 1px solid var(--vecm-clr-border); }
.guide-step:last-child { border-bottom: none; }
.guide-step__num { font-family: var(--vecm-ff-head); font-size: 2.5rem; font-weight: 700; color: var(--vecm-clr-primary); min-width: 3rem; line-height: 1; }
.guide-step__body h2 { font-family: var(--vecm-ff-head); font-size: 1.15rem; margin-bottom: 0.4rem; }
.guide-step__body p { font-size: 0.9rem; color: var(--vecm-clr-text-muted); margin: 0; }

.ingredients-feature { margin-bottom: 3rem; }
.ingredients-feature__img { width: 100%; border-radius: var(--vecm-radius); aspect-ratio: 4/3; object-fit: cover; max-height: 420px; }
.ingredients-detail { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.ingredient-detail-card { padding: 1.25rem; border-radius: var(--vecm-radius-sm); }
.ingredient-detail-card__head { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
.ingredient-detail-card__head h2 { font-family: var(--vecm-ff-head); font-size: 1.05rem; }
.ingredient-detail-card p { font-size: 0.88rem; color: var(--vecm-clr-text-muted); margin-bottom: 0.5rem; }
.ingredient-source { font-style: italic; font-size: 0.82rem; color: var(--vecm-clr-text-muted); }

.lifestyle-hero-img { margin-bottom: 3rem; }
.lifestyle-hero-img img { width: 100%; border-radius: var(--vecm-radius); max-height: 480px; object-fit: cover; }
.lifestyle-tips-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.lifestyle-tip-card { padding: 2rem; border-radius: var(--vecm-radius); position: relative; }
.lifestyle-tip-card__num { font-family: var(--vecm-ff-head); font-size: 3rem; font-weight: 700; color: var(--vecm-clr-primary); opacity: 0.15; position: absolute; top: 1rem; right: 1.25rem; line-height: 1; }
.lifestyle-tip-card h2 { font-family: var(--vecm-ff-head); font-size: 1.15rem; margin-bottom: 0.75rem; }
.lifestyle-tip-card p { font-size: 0.9rem; color: var(--vecm-clr-text-muted); margin-bottom: 0.75rem; }
.lifestyle-tip-card ul { font-size: 0.88rem; color: var(--vecm-clr-text-muted); line-height: 1.9; }

.thankyou-section { padding: 6rem 0; }
.thankyou-icon { font-size: 4rem; color: var(--vecm-clr-primary); margin-bottom: 1.5rem; }
.thankyou-lead { font-size: 1.1rem; color: var(--vecm-clr-text-muted); margin: 1rem 0; }

.legal-content h2 { font-family: var(--vecm-ff-head); font-size: 1.2rem; margin: 2rem 0 0.75rem; color: var(--vecm-clr-dark); }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { font-size: 0.95rem; color: var(--vecm-clr-text-muted); margin-bottom: 0.75rem; }
.legal-content ul, .legal-content ol { font-size: 0.92rem; color: var(--vecm-clr-text-muted); margin-bottom: 0.75rem; padding-left: 1.5rem; }
.legal-content li { margin-bottom: 0.35rem; }
.legal-content code { font-size: 0.85em; background: var(--vecm-clr-bg-light); padding: 0.1em 0.4em; border-radius: 3px; }

.cookie-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; margin: 1rem 0; }
.cookie-table th, .cookie-table td { padding: 0.65rem 0.85rem; border: 1px solid var(--vecm-clr-border); text-align: left; }
.cookie-table th { background: var(--vecm-clr-bg-light); font-weight: 700; }

.site-footer { background: var(--vecm-clr-dark); color: #8090a8; padding: 3rem 0 1.5rem; }
.site-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
.site-footer__brand .site-logo { color: #e8eaf0; font-size: 1.1rem; margin-bottom: 0.75rem; display: block; }
.site-footer__brand p { font-size: 0.85rem; line-height: 1.6; }
.footer-org { font-size: 0.8rem; margin-top: 0.75rem; color: #6070a0; }
.site-footer__nav { display: flex; flex-direction: column; gap: 0.6rem; }
.site-footer__nav strong { color: #c0c8d8; font-size: 0.85rem; margin-bottom: 0.25rem; }
.site-footer__nav a { font-size: 0.85rem; color: #8090a8; }
.site-footer__nav a:hover { color: #e8eaf0; text-decoration: none; }
.site-footer__contact { display: flex; flex-direction: column; gap: 0.6rem; }
.site-footer__contact strong { color: #c0c8d8; font-size: 0.85rem; }
.site-footer__contact a { font-size: 0.85rem; color: #8090a8; }
.site-footer__disclaimer { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.5rem; }
.site-footer__disclaimer p { font-size: 0.78rem; color: #5060a0; line-height: 1.7; margin-bottom: 0.5rem; }

.usnx {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--vecm-clr-dark-2);
  border-top: 2px solid var(--vecm-clr-primary);
  padding: 1rem 1.5rem;
  display: none;
}
.usnx.is-visible { display: block; }
.cookie-banner__inner { max-width: var(--vecm-container); margin: 0 auto; display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.cookie-banner__text { font-size: 0.88rem; color: #c0c8d8; flex: 1; min-width: 200px; }
.cookie-banner__text a { color: var(--vecm-clr-accent); }
.cookie-banner__actions { display: flex; gap: 0.75rem; flex-shrink: 0; }
.cookie-banner__link { font-size: 0.82rem; color: #8090a8; align-self: center; }

@media (max-width: 900px) {
  .routine-grid,
  .lifestyle-split,
  .ingredients-layout,
  .order-block,
  .routine-guide,
  .contact-layout { grid-template-columns: 1fr; }
  .ingredients-detail { grid-template-columns: 1fr; }
  .lifestyle-tips-grid { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .hero__h1 { font-size: 2rem; }
  .site-nav { gap: 0.75rem; }
  .compare-table { font-size: 0.82rem; }
}

@media (max-width: 600px) {
  .site-footer__grid { grid-template-columns: 1fr; }
  .hero__cta-row { flex-direction: column; }
  .order__price-row { flex-wrap: wrap; }
  .cookie-banner__inner { flex-direction: column; align-items: flex-start; }
  .uyij { padding: 1.25rem; }
  .order-block__form { padding: 1.25rem; }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.usnx{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}
.usnx.is-visible,.cookie-banner--visible,.usnx.show,.usnx.active{transform:none !important}
.usnx a{color:inherit;text-decoration:underline}
.usnx button{cursor:pointer}
.uenj{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}
.uenj.is-visible,.cookie-modal--visible,.uenj.show,.uenj.active{display:flex !important}
.umrt,.uenj>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.uwej .uyij,.uwej .ufwe,.uwej .uzva,.uwej .ucsc,.uxcw .uyij,.uxcw .ufwe,.uxcw .uzva,.uxcw .ucsc{background:#fff !important;color:#1a1a1a !important}
.uyij,.ufwe{color:#1a1a1a !important}
.uyij label,.ufwe label,.uyij p,.ufwe p,.uyij .ufht,.uyij span,.ufwe span,.ujmw,.uirx,.uzva .upbu,.uzva .upbu *{color:#1a1a1a !important}
.ujmw,.uirx{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uyij .uvan{color:#1a1a1a !important}
.uyij .uvan.is-sel{color:#fff !important}
.unvq .usrd{display:none}
.unvq .usrd.is-visible{display:block !important;color:#c0392b}
.unvq .uyjq,.unvq [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.unvq{color:#1a1a1a}
.uwej .unvq,.uxcw .unvq{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uyxo{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uyxo img{width:100%;height:100%;object-fit:cover}
.unmg,.ulec{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.unmg img,.ulec img{width:100%;height:100%;object-fit:cover;display:block}
.unmg img{opacity:.28}
.ulec img{opacity:.07}
*:has(> .unmg),*:has(> .ulec){position:relative}
.urrr{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)}
.urrr .udew{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.urrr .unan{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.uuim{margin:1.4rem auto;max-width:920px}
.uuim img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.uuqj{padding:3rem 0}
.uakk{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.uakk img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.ucsc{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.umfo{display:flex;overflow:hidden;gap:0 !important}
.umjf{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.uoso{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}
.urof{left:.5rem}.uqqw{right:.5rem}
.uzva .upbu{display:none}.uzva .upbu.is-active{display:block}
.uyij .ueve{display:block !important}
.uyij .umpc{display:flex;flex-wrap:wrap;gap:.5rem}
.uyij .uvan{cursor:pointer}
