:root {
  --vjxo-clr-accent: #2a8fd4;
  --vjxo-clr-accent-dark: #1a6fa8;
  --vjxo-clr-red: #f03228;
  --vjxo-clr-gold: #d4b840;
  --vjxo-clr-dark: #0f1923;
  --vjxo-clr-dark-2: #1a2633;
  --vjxo-clr-bg: #faf8f4;
  --vjxo-clr-bg-mid: #f0ece4;
  --vjxo-clr-white: #ffffff;
  --vjxo-clr-text: #1c2633;
  --vjxo-clr-text-muted: #5a6572;
  --vjxo-clr-border: #ddd8ce;
  --vjxo-radius: 24px;
  --vjxo-radius-sm: 12px;
  --vjxo-radius-xs: 6px;
  --vjxo-container: 1320px;
  --vjxo-gap: 2rem;
  --vjxo-font-head: 'Space Grotesk', sans-serif;
  --vjxo-font-body: 'Work Sans', sans-serif;
  --vjxo-transition: 0.2s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--vjxo-font-body); font-size: 1rem; line-height: 1.7; color: var(--vjxo-clr-text); background: var(--vjxo-clr-bg); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--vjxo-clr-accent); text-decoration: none; }
a:hover { text-decoration: underline; }
h1,h2,h3,h4,h5 { font-family: var(--vjxo-font-head); line-height: 1.2; color: var(--vjxo-clr-text); }
h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 600; margin-bottom: 1rem; }
h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: 0.5rem; }
p { margin-bottom: 1rem; }
ul, ol { padding-left: 1.4rem; margin-bottom: 1rem; }
li { margin-bottom: 0.3rem; }
details { margin-bottom: 0.5rem; }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }

.container { max-width: var(--vjxo-container); margin: 0 auto; padding: 0 1.5rem; }
section { padding: 5rem 0; }
.section-hero { padding: 3.5rem 0 4rem; background: var(--vjxo-clr-bg); }
.section-light { background: var(--vjxo-clr-bg); }
.section-mid { background: var(--vjxo-clr-bg-mid); }
.ueet { background: var(--vjxo-clr-dark); color: var(--vjxo-clr-white); }
.ueet h2, .ueet h3, .ueet h4 { color: var(--vjxo-clr-white); }
.usgk { background: var(--vjxo-clr-accent-dark); color: var(--vjxo-clr-white); }
.usgk h2, .usgk h3 { color: var(--vjxo-clr-white); }

.section-title { margin-bottom: 0.75rem; }
.section-lead { color: var(--vjxo-clr-text-muted); font-size: 1.05rem; margin-bottom: 2.5rem; }
.ueet .section-lead { color: rgba(255,255,255,0.7); }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--vjxo-font-head); font-weight: 600; font-size: 0.95rem;
  border-radius: var(--vjxo-radius-sm); padding: 0.7rem 1.6rem;
  cursor: pointer; border: 2px solid transparent; transition: var(--vjxo-transition);
  text-decoration: none; line-height: 1.3;
}
.btn--primary { background: var(--vjxo-clr-accent); color: var(--vjxo-clr-white); border-color: var(--vjxo-clr-accent); }
.btn--primary:hover { background: var(--vjxo-clr-accent-dark); border-color: var(--vjxo-clr-accent-dark); text-decoration: none; }
.btn--outline { background: transparent; color: var(--vjxo-clr-accent); border-color: var(--vjxo-clr-accent); }
.btn--outline:hover { background: var(--vjxo-clr-accent); color: var(--vjxo-clr-white); text-decoration: none; }
.btn--ghost { background: transparent; color: var(--vjxo-clr-text-muted); border-color: var(--vjxo-clr-border); }
.btn--ghost:hover { background: var(--vjxo-clr-bg-mid); text-decoration: none; }
.btn--lg { padding: 0.9rem 2.2rem; font-size: 1.05rem; }
.btn--sm { padding: 0.45rem 1rem; font-size: 0.85rem; }
.btn--full { width: 100%; }
.ueet .btn--outline, .usgk .btn--outline { color: var(--vjxo-clr-white); border-color: var(--vjxo-clr-white); }
.ueet .btn--outline:hover, .usgk .btn--outline:hover { background: var(--vjxo-clr-white); color: var(--vjxo-clr-accent-dark); }

.uiwe {
  position: sticky; top: 0; z-index: 100;
  background: var(--vjxo-clr-white); border-bottom: 1px solid var(--vjxo-clr-border);
  padding: 0.9rem 0;
}
.uiwe .container { display: flex; align-items: center; gap: 2rem; }
.site-logo { font-family: var(--vjxo-font-head); font-weight: 700; font-size: 1.15rem; color: var(--vjxo-clr-text); text-decoration: none; white-space: nowrap; }
.site-nav { display: flex; gap: 1.5rem; flex-wrap: wrap; flex: 1; }
.site-nav a { font-family: var(--vjxo-font-body); font-size: 0.9rem; color: var(--vjxo-clr-text-muted); text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--vjxo-clr-accent); }
.uiwe .btn--sm { margin-left: auto; flex-shrink: 0; }

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

.tag-chip {
  display: inline-block; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.04em;
  color: var(--vjxo-clr-accent); background: rgba(42,143,212,0.1);
  padding: 0.3rem 0.8rem; border-radius: 99px; margin-bottom: 1.2rem;
}

.hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero__title { margin-bottom: 1.2rem; }
.h1-number {
  font-size: 1.4em; font-weight: 700; color: var(--vjxo-clr-accent);
  display: inline-block; line-height: 1;
}
.hero__lead { font-size: 1.05rem; color: var(--vjxo-clr-text-muted); margin-bottom: 1.8rem; }
.hero__cta-row { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 0.5rem; }
.hero__img-wrap { position: relative; }
.hero__bg-img { border-radius: var(--vjxo-radius); width: 100%; object-fit: cover; aspect-ratio: 3/2; opacity: 0.18; position: absolute; inset: 0; height: 100%; }
.hero__pack { position: relative; z-index: 1; margin: 0 auto; max-width: 340px; filter: drop-shadow(0 8px 32px rgba(0,0,0,0.15)); }
.hero__img-wrap { border-radius: var(--vjxo-radius); overflow: hidden; background: linear-gradient(135deg, #e8f4fd 0%, #d0e8f5 100%); min-height: 380px; display: flex; align-items: center; justify-content: center; }

.uwex { background: var(--vjxo-clr-white); border: 1px solid var(--vjxo-clr-border); border-radius: var(--vjxo-radius-sm); padding: 1.2rem 1.5rem; margin-bottom: 1.8rem; }
.lf-calc__label { font-size: 0.9rem; font-weight: 600; margin-bottom: 0.8rem; color: var(--vjxo-clr-text); }
.lf-calc__row { display: flex; align-items: center; gap: 1rem; margin-bottom: 0.8rem; }
.lf-calc__row label { font-size: 0.88rem; color: var(--vjxo-clr-text-muted); white-space: nowrap; }
.lf-calc__row input { width: 70px; padding: 0.4rem 0.6rem; border: 1px solid var(--vjxo-clr-border); border-radius: var(--vjxo-radius-xs); font-size: 1rem; font-family: var(--vjxo-font-body); }
.lf-calc__result { font-size: 0.95rem; color: var(--vjxo-clr-text); }
.lf-calc__result strong { color: var(--vjxo-clr-accent); font-size: 1.2rem; }

.trust-band { padding: 1.8rem 0; }
.trust-band__grid { display: flex; gap: 2rem; flex-wrap: wrap; justify-content: center; }
.trust-chip { display: flex; align-items: center; gap: 0.6rem; font-size: 0.9rem; font-weight: 600; color: rgba(255,255,255,0.9); }
.trust-chip .icon-outline { width: 22px; height: 22px; flex-shrink: 0; color: var(--vjxo-clr-accent); }

.myths__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; margin-bottom: 3rem; }
.myth-card { padding: 1.5rem; background: var(--vjxo-clr-white); border-radius: var(--vjxo-radius-sm); }
.myth-card__header { margin-bottom: 0.6rem; }
.myth-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; color: var(--vjxo-clr-red); text-transform: uppercase; }
.myth-text { font-style: italic; color: var(--vjxo-clr-text-muted); margin-bottom: 0.8rem; font-size: 0.95rem; }
.fact-label { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; color: var(--vjxo-clr-accent); text-transform: uppercase; margin-bottom: 0.4rem; }
.fact-text { font-size: 0.92rem; }
.myths__image img { border-radius: var(--vjxo-radius); max-width: 700px; margin: 0 auto; }

.about-brand__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.about-brand__img img { border-radius: var(--vjxo-radius); width: 100%; object-fit: cover; }
.editor-bio { display: flex; gap: 1rem; align-items: flex-start; margin-top: 2rem; padding: 1.2rem; background: var(--vjxo-clr-bg); border-radius: var(--vjxo-radius-sm); }
.editor-bio__avatar { flex-shrink: 0; width: 64px; height: 64px; border-radius: 50%; overflow: hidden; background: var(--vjxo-clr-bg-mid); }
.editor-bio__avatar img { width: 100%; height: 100%; object-fit: cover; }
.editor-bio__text strong { display: block; margin-bottom: 0.3rem; font-size: 0.95rem; }
.editor-bio__text span { font-size: 0.85rem; color: var(--vjxo-clr-text-muted); display: block; margin-bottom: 0.5rem; }
.editor-bio__text em { font-size: 0.8rem; color: var(--vjxo-clr-text-muted); }

.stat-band { padding: 3.5rem 0; }
.stat-band__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; text-align: center; }
.stat-number { font-family: var(--vjxo-font-head); font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 700; color: var(--vjxo-clr-accent); line-height: 1; margin-bottom: 0.4rem; }
.stat-label { font-size: 0.9rem; color: rgba(255,255,255,0.7); }

.routine__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.5rem; margin-bottom: 3rem; }
.routine-step { padding: 1.5rem; background: var(--vjxo-clr-white); border-radius: var(--vjxo-radius-sm); }
.routine-step__num { font-family: var(--vjxo-font-head); font-size: 2.2rem; font-weight: 700; color: var(--vjxo-clr-accent); line-height: 1; margin-bottom: 0.7rem; }
.routine__images { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.routine__images img { border-radius: var(--vjxo-radius); width: 100%; object-fit: cover; aspect-ratio: 4/3; }

.references__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.5rem; margin-bottom: 2.5rem; }
.ref-card { padding: 1.4rem; background: var(--vjxo-clr-white); border-radius: var(--vjxo-radius-sm); }
.ref-card h3 { font-size: 0.95rem; margin-bottom: 0.5rem; }
.ref-card p { font-size: 0.88rem; color: var(--vjxo-clr-text-muted); }
.ref-link { font-size: 0.85rem; font-weight: 600; color: var(--vjxo-clr-accent); }
.references__infographic { border-radius: var(--vjxo-radius); max-width: 700px; margin: 0 auto; }

.order__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.order-details { list-style: none; padding: 0; margin-bottom: 1.5rem; }
.order-details li { padding: 0.6rem 0; border-bottom: 1px solid rgba(255,255,255,0.2); font-size: 0.95rem; color: rgba(255,255,255,0.9); }
.order__pack-detail { border-radius: var(--vjxo-radius-sm); margin-top: 1.5rem; }
.order__form-wrap { background: var(--vjxo-clr-white); border-radius: var(--vjxo-radius); padding: 2rem; }
.order__form-wrap h3 { margin-bottom: 1.5rem; color: var(--vjxo-clr-text); }
.uozt .form-row { margin-bottom: 1.2rem; }
.uozt label { display: block; font-size: 0.88rem; font-weight: 600; margin-bottom: 0.4rem; color: var(--vjxo-clr-text); }
.uozt input[type="text"],
.uozt input[type="tel"],
.uozt textarea {
  width: 100%; padding: 0.7rem 1rem;
  border: 1px solid var(--vjxo-clr-border); border-radius: var(--vjxo-radius-xs);
  font-family: var(--vjxo-font-body); font-size: 0.95rem;
  transition: border-color var(--vjxo-transition);
}
.uozt input:focus, .uozt textarea:focus { outline: none; border-color: var(--vjxo-clr-accent); }
.form-row--checkbox { display: flex; gap: 0.7rem; align-items: flex-start; }
.form-row--checkbox input { margin-top: 0.2rem; flex-shrink: 0; }
.form-row--checkbox label { font-size: 0.82rem; font-weight: 400; color: var(--vjxo-clr-text-muted); }
.form-disclaimer { font-size: 0.78rem; color: var(--vjxo-clr-text-muted); margin-bottom: 1rem; }

.reviews__carousel { position: relative; overflow: hidden; }
.carousel-track { display: flex; gap: 1.5rem; transition: transform 0.4s ease; }
.review-card { flex: 0 0 calc(33.333% - 1rem); min-width: 260px; padding: 1.5rem; background: var(--vjxo-clr-white); border-radius: var(--vjxo-radius-sm); }
.review-stars { color: var(--vjxo-clr-gold); font-size: 1.1rem; margin-bottom: 0.8rem; }
.review-text { font-size: 0.9rem; color: var(--vjxo-clr-text-muted); margin-bottom: 1rem; font-style: italic; }
.review-author { font-size: 0.82rem; font-weight: 600; color: var(--vjxo-clr-text); }
.carousel-controls { display: flex; gap: 0.8rem; margin-top: 1.5rem; }
.carousel-prev, .carousel-next { background: transparent; border: 2px solid var(--vjxo-clr-accent); color: var(--vjxo-clr-accent); width: 40px; height: 40px; border-radius: 50%; font-size: 1.2rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: var(--vjxo-transition); }
.carousel-prev:hover, .carousel-next:hover { background: var(--vjxo-clr-accent); color: var(--vjxo-clr-white); }
.reviews-disclaimer { color: var(--vjxo-clr-text-muted); font-size: 0.88rem; }
.reviews-disclaimer-footer { font-size: 0.8rem; color: var(--vjxo-clr-text-muted); margin-top: 1.5rem; }

.faq__list { max-width: 800px; }
.ugtl { background: var(--vjxo-clr-white); border-radius: var(--vjxo-radius-sm); margin-bottom: 0.75rem; overflow: hidden; }
.faq-item__q {
  padding: 1.1rem 1.4rem; font-family: var(--vjxo-font-head); font-weight: 600;
  font-size: 0.97rem; user-select: none;
  display: flex; align-items: center; justify-content: space-between;
}
.faq-item__q::after { content: '+'; font-size: 1.3rem; color: var(--vjxo-clr-accent); flex-shrink: 0; margin-left: 1rem; }
details[open] .faq-item__q::after { content: '−'; }
.faq-item__a { padding: 0 1.4rem 1.1rem; font-size: 0.93rem; color: var(--vjxo-clr-text-muted); }

.site-footer { padding: 4rem 0 0; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; }
.footer-logo { font-family: var(--vjxo-font-head); font-weight: 700; font-size: 1.1rem; color: var(--vjxo-clr-white); text-decoration: none; display: block; margin-bottom: 0.8rem; }
.footer__brand p { font-size: 0.88rem; color: rgba(255,255,255,0.6); margin-bottom: 0.4rem; }
.footer-company { font-size: 0.82rem; color: rgba(255,255,255,0.5); }
.footer__links h4 { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 1rem; }
.footer__links a { display: block; font-size: 0.88rem; color: rgba(255,255,255,0.7); margin-bottom: 0.5rem; text-decoration: none; }
.footer__links a:hover { color: var(--vjxo-clr-white); }
.footer__contact h4 { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 1rem; }
.footer__contact p { font-size: 0.88rem; color: rgba(255,255,255,0.7); margin-bottom: 0.3rem; }
.footer__contact a { color: rgba(255,255,255,0.7); }
.footer__contact a:hover { color: var(--vjxo-clr-white); }
.footer__disclaimer { border-top: 1px solid rgba(255,255,255,0.1); padding: 1.5rem 1.5rem; }
.footer__disclaimer p { font-size: 0.78rem; color: rgba(255,255,255,0.45); margin-bottom: 0.4rem; }
.footer-copy { font-size: 0.8rem; color: rgba(255,255,255,0.4); }

.ufhk {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
  background: var(--vjxo-clr-dark-2); color: var(--vjxo-clr-white);
  padding: 1.2rem 0; display: none;
}
.ufhk.is-visible { display: block; }
.cookie-banner__inner { max-width: var(--vjxo-container); margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.cookie-banner__text { font-size: 0.88rem; color: rgba(255,255,255,0.85); flex: 1; min-width: 200px; margin: 0; }
.cookie-banner__text a { color: var(--vjxo-clr-accent); }
.cookie-banner__actions { display: flex; gap: 0.8rem; flex-wrap: wrap; }

.cookie-settings-modal {
  position: fixed; inset: 0; z-index: 10000;
  background: rgba(0,0,0,0.6); display: flex; align-items: center; justify-content: center;
}
.cookie-settings-modal[hidden] { display: none; }
.cookie-settings-modal__box { background: var(--vjxo-clr-white); border-radius: var(--vjxo-radius); padding: 2rem; max-width: 440px; width: 90%; }
.cookie-settings-modal__box h3 { margin-bottom: 0.8rem; }
.cookie-settings-modal__box p { font-size: 0.9rem; color: var(--vjxo-clr-text-muted); margin-bottom: 1.2rem; }
.cookie-toggle { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 0.8rem; font-size: 0.9rem; cursor: pointer; }
.cookie-settings-modal__actions { margin-top: 1.2rem; }

.article-hero__img { border-radius: var(--vjxo-radius); margin-top: 2rem; width: 100%; object-fit: cover; aspect-ratio: 16/7; }
.article-meta { display: flex; gap: 1.5rem; margin-bottom: 1rem; font-size: 0.85rem; color: var(--vjxo-clr-text-muted); }

.comparison-table-wrap { overflow-x: auto; margin-bottom: 1rem; }
.comparison-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.comparison-table th { background: var(--vjxo-clr-dark); color: var(--vjxo-clr-white); padding: 0.8rem 1rem; text-align: left; font-family: var(--vjxo-font-head); }
.comparison-table th.highlight-col { background: var(--vjxo-clr-accent); }
.comparison-table td { padding: 0.7rem 1rem; border-bottom: 1px solid var(--vjxo-clr-border); }
.comparison-table td.highlight-col { background: rgba(42,143,212,0.08); font-weight: 600; }
.comparison-table tr:hover td { background: var(--vjxo-clr-bg-mid); }
.comparison-table tr:hover td.highlight-col { background: rgba(42,143,212,0.14); }
.table-note { font-size: 0.8rem; color: var(--vjxo-clr-text-muted); }

.verdict__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.verdict-score { padding: 1.5rem; text-align: center; margin: 2rem 0; }
.verdict-score__num { font-family: var(--vjxo-font-head); font-size: 3rem; font-weight: 700; color: var(--vjxo-clr-accent); }
.verdict-score__label { font-size: 0.88rem; color: var(--vjxo-clr-text-muted); }

.page-hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.page-hero__lead { font-size: 1.05rem; color: var(--vjxo-clr-text-muted); }
.page-hero__img img { border-radius: var(--vjxo-radius); }

.ingredients-band { padding: 1rem 0; }
.ingredients-band__text { text-align: center; font-size: 0.85rem; color: rgba(255,255,255,0.6); }
.ingredients__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.5rem; margin-bottom: 3rem; }
.ingredient-card { padding: 1.5rem; background: var(--vjxo-clr-white); border-radius: var(--vjxo-radius-sm); }
.ingredient-card__icon { width: 48px; height: 48px; color: var(--vjxo-clr-accent); margin-bottom: 1rem; }
.ingredient-role { font-size: 0.8rem; font-weight: 700; color: var(--vjxo-clr-accent); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.5rem; }
.ingredient-nrv { font-size: 0.8rem; color: var(--vjxo-clr-text-muted); margin-top: 0.8rem; padding-top: 0.8rem; border-top: 1px solid var(--vjxo-clr-border); }
.nutrition-table-wrap { overflow-x: auto; margin-bottom: 1.5rem; }
.nutrition-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; max-width: 600px; }
.nutrition-table th { background: var(--vjxo-clr-dark); color: var(--vjxo-clr-white); padding: 0.7rem 1rem; text-align: left; }
.nutrition-table td { padding: 0.6rem 1rem; border-bottom: 1px solid var(--vjxo-clr-border); }
.nutrition-table tfoot td { font-size: 0.78rem; color: var(--vjxo-clr-text-muted); padding-top: 0.5rem; border: none; }
.disclaimer-inline { font-size: 0.82rem; color: var(--vjxo-clr-text-muted); background: var(--vjxo-clr-bg-mid); padding: 1rem 1.4rem; border-radius: var(--vjxo-radius-sm); }

.cta-band { padding: 3rem 0; }
.cta-band__inner { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.cta-band__inner h2 { margin-bottom: 0.3rem; }
.cta-band__inner p { color: rgba(255,255,255,0.8); margin-bottom: 0; flex: 1; }
.cta-band__inner .btn { flex-shrink: 0; }

.contact-body__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.contact-info { padding: 2rem; background: var(--vjxo-clr-white); border-radius: var(--vjxo-radius); }
.contact-info h2 { margin-bottom: 1.2rem; }
.contact-info p { font-size: 0.93rem; margin-bottom: 0.8rem; }
.map-container { margin-top: 1.5rem; border-radius: var(--vjxo-radius-sm); overflow: hidden; }
.contact-form-wrap h2 { margin-bottom: 1.5rem; }
.uypm .form-row { margin-bottom: 1.2rem; }
.uypm label { display: block; font-size: 0.88rem; font-weight: 600; margin-bottom: 0.4rem; }
.uypm input, .uypm textarea {
  width: 100%; padding: 0.7rem 1rem;
  border: 1px solid var(--vjxo-clr-border); border-radius: var(--vjxo-radius-xs);
  font-family: var(--vjxo-font-body); font-size: 0.95rem;
}
.uypm input:focus, .uypm textarea:focus { outline: none; border-color: var(--vjxo-clr-accent); }

.legal-content { max-width: 820px; }
.legal-content h1 { margin-bottom: 0.4rem; }
.legal-content h2 { font-size: 1.1rem; margin-top: 2rem; margin-bottom: 0.6rem; border-bottom: 1px solid var(--vjxo-clr-border); padding-bottom: 0.4rem; }
.legal-content ul, .legal-content ol { font-size: 0.93rem; }
.cookie-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; margin: 1rem 0; }
.cookie-table th { background: var(--vjxo-clr-dark); color: var(--vjxo-clr-white); padding: 0.6rem 0.8rem; text-align: left; }
.cookie-table td { padding: 0.6rem 0.8rem; border-bottom: 1px solid var(--vjxo-clr-border); vertical-align: top; }

.thankyou-main, .error-main { min-height: 60vh; display: flex; align-items: center; justify-content: center; padding: 4rem 1.5rem; }
.thankyou-box, .error-box { max-width: 520px; width: 100%; padding: 3rem 2rem; text-align: center; background: var(--vjxo-clr-white); border-radius: var(--vjxo-radius); }
.thankyou-icon svg { width: 64px; height: 64px; color: var(--vjxo-clr-accent); margin: 0 auto 1.5rem; }
.error-code { font-family: var(--vjxo-font-head); font-size: 5rem; font-weight: 700; color: var(--vjxo-clr-accent); line-height: 1; margin-bottom: 0.5rem; }

@media (max-width: 900px) {
  .hero__grid, .about-brand__grid, .order__grid, .page-hero__grid, .verdict__grid, .contact-body__grid { grid-template-columns: 1fr; gap: 2rem; }
  .stat-band__grid { grid-template-columns: repeat(3,1fr); gap: 1rem; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .site-nav { display: none; }
  .hero__pack { max-width: 220px; }
}
@media (max-width: 600px) {
  section { padding: 3rem 0; }
  .stat-band__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .myths__grid, .routine__grid { grid-template-columns: 1fr; }
  .routine__images { grid-template-columns: 1fr; }
  .review-card { flex: 0 0 85%; }
  .cta-band__inner { flex-direction: column; text-align: center; }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.ufhk{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}
.ufhk.is-visible,.cookie-banner--visible,.ufhk.show,.ufhk.active{transform:none !important}
.ufhk a{color:inherit;text-decoration:underline}
.ufhk button{cursor:pointer}
.uyjy{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}
.uyjy.is-visible,.cookie-modal--visible,.uyjy.show,.uyjy.active{display:flex !important}
.undf,.uyjy>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.ueet .usnn,.ueet .uwex,.ueet .uqlk,.ueet .usoh,.usgk .usnn,.usgk .uwex,.usgk .uqlk,.usgk .usoh{background:#fff !important;color:#1a1a1a !important}
.usnn,.uwex{color:#1a1a1a !important}
.usnn label,.uwex label,.usnn p,.uwex p,.usnn .ulci,.usnn span,.uwex span,.ulgk,.uyie,.uqlk .uvbi,.uqlk .uvbi *{color:#1a1a1a !important}
.ulgk,.uyie{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.usnn .uwfv{color:#1a1a1a !important}
.usnn .uwfv.is-sel{color:#fff !important}
.uozt .upnt{display:none}
.uozt .upnt.is-visible{display:block !important;color:#c0392b}
.uozt .ucrp,.uozt [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.uozt{color:#1a1a1a}
.ueet .uozt,.usgk .uozt{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.ubct{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.ubct img{width:100%;height:100%;object-fit:cover}
.uros,.ukmo{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.uros img,.ukmo img{width:100%;height:100%;object-fit:cover;display:block}
.uros img{opacity:.28}
.ukmo img{opacity:.07}
*:has(> .uros),*:has(> .ukmo){position:relative}
.umyq{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)}
.umyq .uxoj{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.umyq .uazz{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.uuqv{margin:1.4rem auto;max-width:920px}
.uuqv img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.udmu{padding:3rem 0}
.ujtb{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.ujtb img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.usoh{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uelm{display:flex;overflow:hidden;gap:0 !important}
.uvlf{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.ucbz{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}
.ugzh{left:.5rem}.uptz{right:.5rem}
.uqlk .uvbi{display:none}.uqlk .uvbi.is-active{display:block}
.usnn .uzxe{display:block !important}
.usnn .uort{display:flex;flex-wrap:wrap;gap:.5rem}
.usnn .uwfv{cursor:pointer}
