:root {
  --vkfa-clr-bg: #0e0818;
  --vkfa-clr-bg-alt: #160d24;
  --vkfa-clr-surface: #1c1030;
  --vkfa-clr-surface-2: #231540;
  --vkfa-clr-accent: #9e52e8;
  --vkfa-clr-accent-2: #c47bff;
  --vkfa-clr-gold: #d4a22a;
  --vkfa-clr-gold-light: #fff8cb;
  --vkfa-clr-teal: #2ecfb3;
  --vkfa-clr-text: #e8dff8;
  --vkfa-clr-text-muted: #a898c8;
  --vkfa-clr-text-dark: #0e0818;
  --vkfa-clr-border: #2e1a50;
  --vkfa-clr-myth: #c0392b;
  --vkfa-clr-fact: #27ae60;
  --vkfa-radius: 8px;
  --vkfa-radius-lg: 16px;
  --vkfa-radius-pill: 999px;
  --vkfa-shadow-elevated: 0 4px 24px rgba(110,28,209,0.18), 0 1px 4px rgba(0,0,0,0.28);
  --vkfa-container: 960px;
  --vkfa-font-head: 'Fraunces', Georgia, serif;
  --vkfa-font-body: 'Inter', system-ui, sans-serif;
  --vkfa-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(--vkfa-font-body);
  background: var(--vkfa-clr-bg);
  color: var(--vkfa-clr-text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

.narrow { max-width: 720px; }

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

a { color: var(--vkfa-clr-accent-2); text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: var(--vkfa-clr-gold-light); }

h1, h2, h3, h4 { font-family: var(--vkfa-font-head); line-height: 1.2; color: var(--vkfa-clr-gold-light); }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 700; }
h3 { font-size: 1.15rem; font-weight: 700; color: var(--vkfa-clr-accent-2); }
h4 { font-size: 0.95rem; font-weight: 600; color: var(--vkfa-clr-gold-light); text-transform: uppercase; letter-spacing: 0.08em; }

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

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

strong { color: var(--vkfa-clr-gold-light); }
em { color: var(--vkfa-clr-text-muted); font-style: italic; }

.section-light { background: var(--vkfa-clr-bg-alt); padding: 4rem 0; }
.ushm { background: var(--vkfa-clr-surface); padding: 2.5rem 0; }
.upfg { background: var(--vkfa-clr-surface-2); padding: 4rem 0; }

.section-title {
  font-family: var(--vkfa-font-head);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--vkfa-clr-gold-light);
  margin-bottom: 0.75rem;
}

.section-sub {
  color: var(--vkfa-clr-text-muted);
  font-size: 1.05rem;
  margin-bottom: 2.5rem;
  max-width: 640px;
}

.uuco {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(14,8,24,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--vkfa-clr-border);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--vkfa-clr-gold-light);
  font-family: var(--vkfa-font-head);
  font-size: 1.15rem;
  font-weight: 700;
  white-space: nowrap;
}

.logo:hover { color: var(--vkfa-clr-accent-2); }
.logo-icon { flex-shrink: 0; }

.uoom { margin-left: auto; }
.uoom ul { list-style: none; display: flex; gap: 1.75rem; padding: 0; margin: 0; }
.uoom a { text-decoration: none; color: var(--vkfa-clr-text-muted); font-size: 0.95rem; font-weight: 500; transition: color var(--vkfa-transition); }
.uoom a:hover, .uoom a[aria-current="page"] { color: var(--vkfa-clr-gold-light); }

.nav-cta { margin-left: 0.5rem; }

.umlj {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}
.umlj span { display: block; width: 24px; height: 2px; background: var(--vkfa-clr-gold-light); border-radius: 2px; transition: var(--vkfa-transition); }

.mobile-menu { display: none; background: var(--vkfa-clr-surface); border-top: 1px solid var(--vkfa-clr-border); padding: 1.5rem 1.25rem; }
.mobile-menu ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 1rem; }
.mobile-menu a { color: var(--vkfa-clr-text); text-decoration: none; font-size: 1rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.5rem;
  font-family: var(--vkfa-font-body);
  font-size: 0.95rem;
  font-weight: 600;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background var(--vkfa-transition), color var(--vkfa-transition), border-color var(--vkfa-transition), transform var(--vkfa-transition);
  text-decoration: none;
  border-radius: var(--vkfa-radius);
  white-space: nowrap;
}

.btn-primary {
  background: var(--vkfa-clr-accent);
  color: var(--vkfa-clr-gold-light);
  border-color: var(--vkfa-clr-accent);
}
.btn-primary:hover { background: var(--vkfa-clr-accent-2); border-color: var(--vkfa-clr-accent-2); color: var(--vkfa-clr-text-dark); transform: translateY(-1px); }

.btn-ghost {
  background: transparent;
  color: var(--vkfa-clr-accent-2);
  border-color: var(--vkfa-clr-accent-2);
}
.btn-ghost:hover { background: var(--vkfa-clr-accent-2); color: var(--vkfa-clr-text-dark); }

.btn-pill { border-radius: var(--vkfa-radius-pill); }
.btn-sm { padding: 0.45rem 1.1rem; font-size: 0.875rem; }
.btn-full { width: 100%; }

.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.4rem; padding: 0; margin-bottom: 1.5rem; font-size: 0.85rem; }
.breadcrumb li { display: flex; align-items: center; color: var(--vkfa-clr-text-muted); }
.breadcrumb li + li::before { content: '/'; margin-right: 0.4rem; color: var(--vkfa-clr-border); }
.breadcrumb a { color: var(--vkfa-clr-accent-2); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

.section-hero {
  position: relative;
  padding: 5rem 0 4rem;
  overflow: hidden;
  background: var(--vkfa-clr-bg);
}

.uadk {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.uadk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  border-radius: 0;
  filter: saturate(0.7);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
}

.hero-content { max-width: 560px; }

.hero-big-stat {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}

.big-number {
  font-family: var(--vkfa-font-head);
  font-size: clamp(4rem, 10vw, 7rem);
  font-weight: 900;
  color: var(--vkfa-clr-accent);
  line-height: 1;
  letter-spacing: -0.02em;
}

.big-number-unit {
  font-size: 0.45em;
  vertical-align: super;
  color: var(--vkfa-clr-gold);
}

.big-stat-label {
  font-size: 1rem;
  color: var(--vkfa-clr-text-muted);
  font-weight: 500;
  margin-top: 0.25rem;
}

.hero-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 1rem;
  color: var(--vkfa-clr-gold-light);
}

.title-highlight {
  display: inline;
  text-decoration: underline;
  text-decoration-color: var(--vkfa-clr-accent);
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
}

.hero-sub { color: var(--vkfa-clr-text-muted); font-size: 1.05rem; margin-bottom: 1.75rem; }

.hero-cta-group { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-bottom: 1rem; }

.hero-disclaimer { font-size: 0.78rem; color: var(--vkfa-clr-text-muted); opacity: 0.75; }

.hero-pack { display: flex; align-items: center; justify-content: center; }
.pack-img { width: 260px; height: 260px; object-fit: contain; border-radius: var(--vkfa-radius-lg); filter: drop-shadow(0 8px 32px rgba(110,28,209,0.45)); }

.trust-band { padding: 1.75rem 0; }
.trust-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem 2rem; }
.trust-stars { display: flex; align-items: center; gap: 0.75rem; }
.trust-rating { font-size: 0.92rem; color: var(--vkfa-clr-text-muted); }
.trust-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--vkfa-clr-surface-2);
  border: 1px solid var(--vkfa-clr-border);
  border-radius: var(--vkfa-radius-pill);
  padding: 0.3rem 0.85rem;
  font-size: 0.82rem;
  color: var(--vkfa-clr-text);
  font-weight: 500;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.step-card {
  padding: 1.75rem 1.25rem;
  text-align: center;
  border-radius: var(--vkfa-radius-lg);
}

.card-elevated {
  background: var(--vkfa-clr-surface);
  border: 1px solid var(--vkfa-clr-border);
  border-radius: var(--vkfa-radius-lg);
  box-shadow: var(--vkfa-shadow-elevated);
}

.step-icon-wrap { display: flex; justify-content: center; margin-bottom: 1rem; }

.step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--vkfa-clr-accent);
  color: var(--vkfa-clr-gold-light);
  font-family: var(--vkfa-font-head);
  font-size: 1.4rem;
  font-weight: 900;
}

.routine-img-wrap { border-radius: var(--vkfa-radius-lg); overflow: hidden; max-height: 340px; }
.routine-img-wrap img { width: 100%; height: 340px; object-fit: cover; border-radius: var(--vkfa-radius-lg); }

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

.myth-card {
  padding: 1.5rem;
  border-radius: var(--vkfa-radius-lg);
}

.myth-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.2rem 0.7rem;
  border-radius: var(--vkfa-radius-pill);
  margin-bottom: 0.75rem;
}

.myth-label--myth { background: rgba(192,57,43,0.2); color: #e74c3c; border: 1px solid rgba(192,57,43,0.4); }
.myth-label--fact { background: rgba(39,174,96,0.15); color: #2ecc71; border: 1px solid rgba(39,174,96,0.35); }

.mech-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 3rem;
  align-items: center;
}

.mech-steps { display: flex; flex-direction: column; gap: 2rem; }

.mech-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.mech-step h3 { margin-bottom: 0.4rem; font-size: 1.05rem; }

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

.icon-circle--teal { background: rgba(46,207,179,0.2); border: 1px solid rgba(46,207,179,0.4); }
.icon-circle--gold { background: rgba(212,162,42,0.2); border: 1px solid rgba(212,162,42,0.4); }
.icon-circle--purple { background: rgba(158,82,232,0.25); border: 1px solid rgba(158,82,232,0.4); }

.mech-img img { width: 100%; object-fit: cover; border-radius: var(--vkfa-radius-lg); }

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

.tip-card {
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: var(--vkfa-radius-lg);
}

.tip-card .icon-circle { margin-bottom: 0; }
.tip-card h3 { margin-bottom: 0.25rem; }

.stat-band { padding: 3rem 0; }
.stat-band-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 140px;
}

.stat-num {
  font-family: var(--vkfa-font-head);
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  font-weight: 900;
  color: var(--vkfa-clr-accent-2);
  line-height: 1;
}

.stat-plus { font-size: 0.65em; color: var(--vkfa-clr-gold); vertical-align: super; }
.stat-desc { font-size: 0.88rem; color: var(--vkfa-clr-text-muted); margin-top: 0.35rem; }
.stat-divider { width: 1px; height: 60px; background: var(--vkfa-clr-border); }

.ingr-layout {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 3rem;
  align-items: start;
}

.ingr-img img { width: 100%; border-radius: var(--vkfa-radius-lg); }

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

.ingr-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.ingr-table caption {
  caption-side: top;
  text-align: left;
  font-size: 0.82rem;
  color: var(--vkfa-clr-text-muted);
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
}

.ingr-table th, .ingr-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--vkfa-clr-border);
  vertical-align: top;
}

.ingr-table thead th {
  background: var(--vkfa-clr-surface-2);
  color: var(--vkfa-clr-gold-light);
  font-weight: 600;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ingr-table tbody tr:hover { background: rgba(158,82,232,0.06); }
.ingr-table tfoot td { font-size: 0.8rem; color: var(--vkfa-clr-text-muted); border-bottom: none; padding-top: 0.5rem; }

.ingr-note {
  font-size: 0.82rem;
  color: var(--vkfa-clr-text-muted);
  margin-top: 1rem;
  line-height: 1.6;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.reviews-grid--large { grid-template-columns: repeat(2, 1fr); }

.review-card {
  padding: 1.5rem;
  border-radius: var(--vkfa-radius-lg);
}

.review-stars {
  color: var(--vkfa-clr-gold);
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 0.75rem;
}

.review-card blockquote {
  font-size: 0.92rem;
  color: var(--vkfa-clr-text);
  font-style: italic;
  margin-bottom: 1rem;
  line-height: 1.65;
}

.review-author { font-size: 0.82rem; color: var(--vkfa-clr-text-muted); }

.reviews-disclaimer {
  font-size: 0.8rem;
  color: var(--vkfa-clr-text-muted);
  border-top: 1px solid var(--vkfa-clr-border);
  padding-top: 1rem;
  margin-top: 0.5rem;
}

.udlo {
  max-width: 560px;
  margin: 0 auto 2.5rem;
  padding: 2rem;
  border-radius: var(--vkfa-radius-lg);
}

.calc-inner { display: flex; flex-direction: column; gap: 1.25rem; }

.calc-field { display: flex; flex-direction: column; gap: 0.4rem; }
.calc-field label { font-size: 0.92rem; color: var(--vkfa-clr-text-muted); font-weight: 500; }
.calc-input {
  background: var(--vkfa-clr-bg);
  border: 1px solid var(--vkfa-clr-border);
  border-radius: var(--vkfa-radius);
  color: var(--vkfa-clr-text);
  padding: 0.65rem 1rem;
  font-size: 1rem;
  font-family: var(--vkfa-font-body);
  width: 100%;
  transition: border-color var(--vkfa-transition);
}
.calc-input:focus { outline: none; border-color: var(--vkfa-clr-accent); }

.calc-btn { align-self: flex-start; }

.calc-result {
  background: rgba(46,207,179,0.08);
  border: 1px solid rgba(46,207,179,0.3);
  border-radius: var(--vkfa-radius);
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
}

.faq-accordion { display: flex; flex-direction: column; gap: 0.5rem; max-width: 760px; }

.ugtg {
  background: var(--vkfa-clr-surface);
  border: 1px solid var(--vkfa-clr-border);
  border-radius: var(--vkfa-radius-lg);
  overflow: hidden;
}

.utrw {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 1.1rem 1.4rem;
  font-family: var(--vkfa-font-body);
  font-size: 0.97rem;
  font-weight: 600;
  color: var(--vkfa-clr-gold-light);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transition: color var(--vkfa-transition);
}

.utrw:hover { color: var(--vkfa-clr-accent-2); }

.faq-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--vkfa-clr-accent);
  position: relative;
  transition: transform var(--vkfa-transition);
}

.faq-icon::before, .faq-icon::after {
  content: '';
  position: absolute;
  background: var(--vkfa-clr-gold-light);
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq-icon::before { width: 10px; height: 2px; }
.faq-icon::after { width: 2px; height: 10px; transition: transform var(--vkfa-transition); }

.utrw[aria-expanded="true"] .faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }

.urwn {
  padding: 0 1.4rem 1.1rem;
  font-size: 0.92rem;
  color: var(--vkfa-clr-text-muted);
  line-height: 1.7;
}

.urwn a { color: var(--vkfa-clr-accent-2); }

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

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

.order-pack { margin: 1.5rem 0; border-radius: var(--vkfa-radius-lg); overflow: hidden; max-height: 280px; }
.order-pack img { width: 100%; height: 280px; object-fit: cover; border-radius: var(--vkfa-radius-lg); }

.order-price-block {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 1rem;
}

.price-label { font-size: 0.85rem; color: var(--vkfa-clr-text-muted); text-transform: uppercase; letter-spacing: 0.07em; }
.price-value { font-family: var(--vkfa-font-head); font-size: 2.2rem; font-weight: 900; color: var(--vkfa-clr-gold); }
.price-note { font-size: 0.8rem; color: var(--vkfa-clr-text-muted); }

.order-form-wrap {
  background: var(--vkfa-clr-surface);
  border: 1px solid var(--vkfa-clr-border);
  border-radius: var(--vkfa-radius-lg);
  padding: 2rem;
  box-shadow: var(--vkfa-shadow-elevated);
}

.form-title {
  font-family: var(--vkfa-font-head);
  font-size: 1.3rem;
  color: var(--vkfa-clr-gold-light);
  margin-bottom: 1.5rem;
  font-weight: 700;
}

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

.form-field label, .form-field > label { font-size: 0.88rem; color: var(--vkfa-clr-text-muted); font-weight: 500; }

.form-field input[type="text"],
.form-field input[type="tel"],
.form-field input[type="email"],
.form-field select,
.form-field textarea {
  background: var(--vkfa-clr-bg);
  border: 1px solid var(--vkfa-clr-border);
  border-radius: var(--vkfa-radius);
  color: var(--vkfa-clr-text);
  padding: 0.65rem 1rem;
  font-size: 0.95rem;
  font-family: var(--vkfa-font-body);
  width: 100%;
  transition: border-color var(--vkfa-transition);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--vkfa-clr-accent);
}

.form-field textarea { resize: vertical; }

.form-field--select select { cursor: pointer; }

.form-field--check { flex-direction: row; align-items: flex-start; gap: 0; }
.check-label { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.82rem; color: var(--vkfa-clr-text-muted); cursor: pointer; }
.check-label input[type="checkbox"] { flex-shrink: 0; margin-top: 3px; accent-color: var(--vkfa-clr-accent); }
.check-label a { color: var(--vkfa-clr-accent-2); }

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

abbr { text-decoration: none; border-bottom: 1px dotted var(--vkfa-clr-text-muted); cursor: help; }

.site-footer { padding: 3rem 0 0; }

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem 4rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--vkfa-clr-border);
}

.footer-brand { max-width: 340px; }
.footer-tagline { font-size: 0.88rem; color: var(--vkfa-clr-text-muted); margin-top: 0.5rem; }
.footer-legal-id { font-size: 0.8rem; color: var(--vkfa-clr-text-muted); margin-top: 0.65rem; line-height: 1.5; }
.footer-email { font-size: 0.85rem; margin-top: 0.4rem; }

.footer-nav { display: flex; gap: 3rem; flex-wrap: wrap; }
.footer-col h4 { margin-bottom: 0.85rem; }
.footer-col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col a { color: var(--vkfa-clr-text-muted); text-decoration: none; font-size: 0.88rem; }
.footer-col a:hover { color: var(--vkfa-clr-accent-2); text-decoration: underline; }

.footer-bottom { padding: 1.25rem 0; }
.footer-bottom-inner { display: flex; flex-wrap: wrap; gap: 0.75rem 2rem; justify-content: space-between; align-items: flex-start; }
.footer-bottom p { font-size: 0.8rem; color: var(--vkfa-clr-text-muted); }
.footer-disclaimer { max-width: 700px; line-height: 1.6; }

.page-hero-simple { padding: 3rem 0 2.5rem; }
.page-title { margin-bottom: 0.6rem; }
.page-sub { color: var(--vkfa-clr-text-muted); font-size: 1.05rem; max-width: 600px; }

.legal-text h2 { font-size: 1.15rem; margin-top: 2rem; margin-bottom: 0.6rem; color: var(--vkfa-clr-gold-light); }
.legal-text h2:first-child { margin-top: 0; }
.legal-text ul, .legal-text ol { margin-bottom: 1rem; }
.legal-text li { font-size: 0.95rem; color: var(--vkfa-clr-text); margin-bottom: 0.5rem; }
.legal-text p { font-size: 0.95rem; color: var(--vkfa-clr-text); }
.legal-text strong { color: var(--vkfa-clr-gold-light); }
.legal-text a { color: var(--vkfa-clr-accent-2); }
.legal-text table th[scope="row"] { color: var(--vkfa-clr-text-muted); font-weight: 500; white-space: nowrap; }

.info-box { padding: 1.5rem 1.75rem; border-radius: var(--vkfa-radius-lg); margin-top: 1.5rem; }
.info-box h3 { margin-bottom: 0.75rem; }
.info-box ul { margin-bottom: 0.75rem; }
.info-box li { font-size: 0.9rem; }

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

.contact-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 1.25rem; }
.contact-list li { display: flex; align-items: flex-start; gap: 0.85rem; }
.contact-list .icon-circle { flex-shrink: 0; }
.contact-list strong { display: block; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 0.2rem; color: var(--vkfa-clr-text-muted); }
.contact-list a { color: var(--vkfa-clr-text); text-decoration: none; }
.contact-list a:hover { color: var(--vkfa-clr-accent-2); text-decoration: underline; }

.contact-form-wrap { background: var(--vkfa-clr-surface); border: 1px solid var(--vkfa-clr-border); border-radius: var(--vkfa-radius-lg); padding: 2rem; }

.thankyou-section { padding: 5rem 0; }
.thankyou-inner { max-width: 520px; margin: 0 auto; text-align: center; }
.thankyou-icon { margin-bottom: 1.5rem; display: flex; justify-content: center; }
.thankyou-inner h1 { font-size: 2rem; margin-bottom: 1rem; }
.thankyou-inner p { color: var(--vkfa-clr-text-muted); margin-bottom: 0.75rem; }
.thankyou-inner a.btn { margin-top: 1rem; }

.routine-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; margin-bottom: 2rem; }
.routine-feature-img { width: 100%; height: 360px; object-fit: cover; border-radius: var(--vkfa-radius-lg); }
.routine-steps-detail { display: flex; flex-direction: column; gap: 1.75rem; }

.ingr-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; margin-bottom: 2.5rem; align-items: start; }
.ingr-card-img { width: 100%; border-radius: var(--vkfa-radius-lg); }
.ingr-detail-list { display: flex; flex-direction: column; gap: 1.5rem; }
.ingr-item { display: flex; gap: 0.85rem; align-items: flex-start; }
.ingr-item h3 { font-size: 0.97rem; margin-bottom: 0.3rem; }
.ingr-item p { font-size: 0.88rem; color: var(--vkfa-clr-text-muted); margin: 0; }
.ingr-item p strong { color: var(--vkfa-clr-gold-light); }

.uuxu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--vkfa-clr-surface);
  border-top: 1px solid var(--vkfa-clr-border);
  padding: 1.25rem 1.5rem;
  display: none;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.4);
}

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

.cookie-inner { max-width: var(--vkfa-container); margin: 0 auto; }
.uuwb { font-size: 0.88rem; color: var(--vkfa-clr-text-muted); margin-bottom: 0.85rem; }
.uuwb a { color: var(--vkfa-clr-accent-2); }

.ufpq { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 0; }

.btn-cookie-accept {
  background: var(--vkfa-clr-accent);
  color: var(--vkfa-clr-gold-light);
  border: 2px solid var(--vkfa-clr-accent);
  border-radius: var(--vkfa-radius-pill);
  padding: 0.45rem 1.1rem;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--vkfa-font-body);
}

.btn-cookie-reject, .btn-cookie-settings, .btn-cookie-save {
  background: transparent;
  color: var(--vkfa-clr-text-muted);
  border: 1px solid var(--vkfa-clr-border);
  border-radius: var(--vkfa-radius-pill);
  padding: 0.45rem 1.1rem;
  font-size: 0.85rem;
  cursor: pointer;
  font-family: var(--vkfa-font-body);
}

.btn-cookie-save { color: var(--vkfa-clr-accent-2); border-color: var(--vkfa-clr-accent-2); }

.cookie-settings-panel { margin-top: 0.85rem; display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }

.cookie-toggle { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: var(--vkfa-clr-text-muted); cursor: pointer; }
.cookie-toggle input { accent-color: var(--vkfa-clr-accent); }

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-pack { display: none; }
  .steps-grid { grid-template-columns: 1fr; }
  .myths-grid { grid-template-columns: 1fr; }
  .mech-layout { grid-template-columns: 1fr; }
  .mech-img { display: none; }
  .tips-grid { grid-template-columns: 1fr; }
  .ingr-layout { grid-template-columns: 1fr; }
  .ingr-cards { grid-template-columns: 1fr; }
  .order-inner { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-grid--large { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .routine-detail { grid-template-columns: 1fr; }
  .uoom { display: none; }
  .nav-cta { display: none; }
  .umlj { display: flex; }
  .mobile-menu:not([hidden]) { display: block; }
  .stat-divider { display: none; }
  .ingr-table-wrap { overflow-x: auto; }
}

@media (max-width: 480px) {
  .container { padding: 0 1rem; }
  .section-light, .upfg { padding: 2.5rem 0; }
  .hero-big-stat .big-number { font-size: 3.5rem; }
  .trust-inner { flex-direction: column; align-items: flex-start; }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.uuxu{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}
.uuxu.is-visible,.cookie-banner--visible,.uuxu.show,.uuxu.active{transform:none !important}
.uuxu a{color:inherit;text-decoration:underline}
.uuxu button{cursor:pointer}
.uprr{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}
.uprr.is-visible,.cookie-modal--visible,.uprr.show,.uprr.active{display:flex !important}
.uspf,.uprr>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.ushm .uzbg,.ushm .udlo,.ushm .uglf,.ushm .ulhl,.upfg .uzbg,.upfg .udlo,.upfg .uglf,.upfg .ulhl{background:#fff !important;color:#1a1a1a !important}
.uzbg,.udlo{color:#1a1a1a !important}
.uzbg label,.udlo label,.uzbg p,.udlo p,.uzbg .utqm,.uzbg span,.udlo span,.uquk,.ugtm,.uglf .uaae,.uglf .uaae *{color:#1a1a1a !important}
.uquk,.ugtm{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uzbg .ueki{color:#1a1a1a !important}
.uzbg .ueki.is-sel{color:#fff !important}
.uofo .uimw{display:none}
.uofo .uimw.is-visible{display:block !important;color:#c0392b}
.uofo .ubxh,.uofo [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.uofo{color:#1a1a1a}
.ushm .uofo,.upfg .uofo{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.ugyo{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.ugyo img{width:100%;height:100%;object-fit:cover}
.uadk,.udea{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.uadk img,.udea img{width:100%;height:100%;object-fit:cover;display:block}
.uadk img{opacity:.28}
.udea img{opacity:.07}
*:has(> .uadk),*:has(> .udea){position:relative}
.uhut{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)}
.uhut .uppp{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.uhut .uyxp{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.ubpz{margin:1.4rem auto;max-width:920px}
.ubpz img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.uwbq{padding:3rem 0}
.uiqr{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.uiqr img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.ulhl{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.ujyi{display:flex;overflow:hidden;gap:0 !important}
.uifs{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.ubdo{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}
.ueph{left:.5rem}.uvbv{right:.5rem}
.uglf .uaae{display:none}.uglf .uaae.is-active{display:block}
.uzbg .uosm{display:block !important}
.uzbg .utxx{display:flex;flex-wrap:wrap;gap:.5rem}
.uzbg .ueki{cursor:pointer}
