  html {
    overflow-x: hidden;
  }
:root {
  /* surfaces */
  --bg:        #0D0D0D;
  --bg-2:      #131313;
  --card:      #1A1A1A;
  --card-2:    #181818;
  --line:      rgba(255,255,255,0.08);
  --line-strong: rgba(255,255,255,0.14);

  /* accent (tweakable) */
  --accent:        #A020F0;
  --accent-hover:  #B84DF2;
  --accent-active: #7A10C8;
  --accent-rgb:    160,32,240;

  /* text */
  --text:   #FFFFFF;
  --text-2: rgba(255,255,255,0.72);
  --text-3: rgba(255,255,255,0.45);

  /* status */
  --success: #1EB464;
  --error:   #E04040;

  /* radii */
  --r-card: 24px;
  --r-btn:  999px;   /* pill buttons — oval sides */
  --r-vid:  20px;

  /* glow intensity multiplier (tweakable 0..1.6) */
  --glow: 1;

  /* fonts (tweakable) */
  --font-head: 'Manrope', system-ui, sans-serif;
  --font-body: 'Golos Text', system-ui, sans-serif;

  --maxw: 1200px;
  --gutter: clamp(20px, 5vw, 64px);
}
input,select,.wa-dropdown-toggle {
    border-radius: 25px !important;
}
.price-one__profit {
    border-radius: 20px;
    padding: 8px;
}
span.price-one__saving.js-price-saving {
    color: #222;
}
span.sticky-navigation__name {
    color: #9f1fef;
}
button.buy1click2-button{
    border-radius: 25px;
}
.price-one__compare {
    color:#ebebeb;
}
.product-two {
    border-radius: 25px;
    border:1px solid #7A10C8;
}
a.product-two__image-wrapper {
   border-radius: 25px; 
}
span.buy1click2-button-content {
    padding: 5px;
}
* { box-sizing: border-box; }

 .element.cross-one.is-primary.is-small.js-cookies-accept::before,
  .element.cross-one.is-primary.is-small.js-cookies-accept::after {
      background-color: #fff;
  }
.table-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* плавный скролл на iOS */
}

/* Чтобы таблица не пыталась втиснуться в экран */
.table-scroll table {
    min-width: 600px; /* подгони под свои данные, можно больше */
}
.wa-order-dialog.wa-shipping-pickup-dialog .wa-content-section .wa-variants-section .wa-filters-wrapper {
    padding: 0.5em!important;
    display: none;
}
.wa-filters-list,.wa-filter-wrapper.js-set-filter {
     display: inline;
}
/* Опционально – улучшения для мелких экранов */
@media (max-width: 767px) {
    .table-scroll {
        margin-bottom: 1rem;
    }

    .table-scroll table {
        font-size: 14px;
    }

    .table-scroll th,
    .table-scroll td {
        white-space: nowrap; /* чтобы колонки не ломались по словам */
    }
}
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text-2);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

::selection { background: rgba(var(--accent-rgb), 0.32); color: #fff; }

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--text);
  margin: 0;
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 800;
  text-wrap: balance;
}

p { margin: 0; text-wrap: pretty; }

.navigation-four__item>a, .navigation-four__item>button {
   font-family: var(--font-head);
    font-weight: 600;
    font-size: 14.5px;
    color: var(--text-2);
    position: relative;
    transition: color .2s;
}
.navigation-four__item>a::after {
  content: ""; position: absolute; left: 0; bottom: -6px;
  width: 0; height: 1.5px; background: var(--accent);
  transition: width .25s ease;
}
.navigation-four__item>a:hover { color: #fff; }
.navigation-four__item>a:hover::after { width: 100%; }
/* ---------- layout helpers ---------- */
.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: var(--gutter);
}

.section {
  position: relative;
  padding-block: clamp(72px, 11vw, 60px);
}
.section--alt { background: var(--bg-2); }
button.wa-button.js-use-variant {
    padding: 10px 20px;
    border-radius: 20px;
    background: #000;
    color: #fff;
}
.eyebrow {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.eyebrow::before {
  content: "";
  width: 22px; height: 1px;
  background: var(--accent);
  display: inline-block;
}

.h2 { font-size: clamp(30px, 4.4vw, 42px); }
.h2 + .lead { margin-top: 20px; }

.lead {
  font-size: clamp(16px, 1.5vw, 18px);
  color: var(--text-2);
  max-width: 56ch;
  line-height: 1.7;
}

.section-head { max-width: 720px; margin-bottom: clamp(40px, 6vw, 64px); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center .lead { margin-inline: auto; }

/* ---------- buttons ---------- */
.btn, button.qbapps-btn {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15.5px;
  letter-spacing: -0.01em;
  border-radius: var(--r-btn);
  padding: 15px 26px;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  transition: transform .25s cubic-bezier(.2,.7,.3,1), background .25s, box-shadow .35s, border-color .25s;
  white-space: nowrap;
}
.qbapps-checkout button, .qbapps-checkout input[type="submit"], .qbapps-checkout .wa-button {
   background: #9f1fef !important;
    border-radius: 16px !important;
    color: #fff !important;
}
.wa-order-cart-wrapper .wa-cart-details .wa-coupon-section .wa-button {
    line-height: 2em !important;
}
button.qbapps-btn {
    background: #9f1fef;
    color: #fff;
    width: calc(100% - 10px);
    margin: 10px 5px;
}
.btn:active { transform: translateY(1px) scale(.99); }

.btn--primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 0 0 rgba(var(--accent-rgb), 0);
}
.btn--primary:hover {
  background: var(--accent-hover);
  box-shadow: 0 0 calc(28px * var(--glow)) rgba(var(--accent-rgb), calc(0.45 * var(--glow))),
              0 8px 26px rgba(0,0,0,.4);
  transform: translateY(-2px);
}
.btn--ghost {
  background: transparent;
  border: 2px solid;
  color: hsl(var(--ph),var(--ps),var(--pl));
}
.btn--ghost:hover { border-color: rgba(var(--accent-rgb), .55); background: rgba(var(--accent-rgb), .06); transform: translateY(-2px); }

.btn--block { width: 100%; }
.btn--lg { padding: 17px 30px; min-height: 56px; font-size: 16.5px; }
input.buy1click2-form-field__input.buy1click2-input-text.buy1click2-input-text_fill,label.buy1click2-form__shipping-one,.buy1click2-select.jq-selectbox .jq-selectbox__select, .buy1click2-textarea,textarea.buy1click2-textarea.buy1click2-form__comment-input, input.buy1click2-input-text.buy1click2-form__coupon,button.buy1click2-form-button.buy1click2-form__submit-button,.sydsek-map__button, .buy1click2-select.jq-selectbox .jq-selectbox__select {
    border-radius: 25px!important;
}
input.wa-field.js-product-quantity {
    border-radius: 0 !important;
}
.cookies__text>a {
    color: #fff!important;
}
span.buy1click2-item-quantity__minus {
    border-radius: 25px 0 0 25px;
}
span.buy1click2-item-quantity__plus {
    border-radius: 0 25px 25px 0;
}
/* ---------- pills / badges ---------- */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.01em;
  padding: 8px 15px;
  border-radius: 999px;
  border: 1px solid rgba(var(--accent-rgb), 0.45);
  color: #fff;
  background: rgba(var(--accent-rgb), 0.08);
}
.pill .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(var(--accent-rgb), .9);
}
.badge-hit {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-head);
  font-weight: 700; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase;
  color: #fff; background: var(--accent);
  padding: 6px 12px; border-radius: 999px;
  box-shadow: 0 0 22px rgba(var(--accent-rgb), .5);
}
.tag {
  display: inline-block;
  font-size: 12.5px; font-weight: 500;
  color: var(--text-2);
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
}

/* ---------- generic card ---------- */
.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 30px;
}
.wa-column-content {
    width: 300px;
}
/* ============================================================
   BACKGROUND — drifting glow + particles
   ============================================================ */
#bg-fx {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}
.aura {
  position: fixed;
  border-radius: 50%;
  filter: blur(90px);
  opacity: calc(0.5 * var(--glow));
  z-index: -2;
  pointer-events: none;
  background: radial-gradient(circle, rgba(var(--accent-rgb), .55), transparent 70%);
}
.aura--1 { width: 620px; height: 620px; top: -180px; left: -120px; animation: drift1 26s ease-in-out infinite; }
.aura--2 { width: 520px; height: 520px; bottom: -160px; right: -120px; opacity: calc(0.32 * var(--glow)); animation: drift2 32s ease-in-out infinite; }
@keyframes drift1 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(60px,40px)} }
@keyframes drift2 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-50px,-30px)} }

.grain {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

@media (prefers-reduced-motion: reduce) {
  .aura { animation: none !important; }
  #particles { display: none; }
}

/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background .3s, border-color .3s, backdrop-filter .3s;
  border-bottom: 1px solid transparent;
}
.header.scrolled {
  background: rgba(13,13,13,0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.nav { display: flex; align-items: center; gap: 34px; }
.nav a {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 14.5px;
  color: var(--text-2);
  position: relative;
  transition: color .2s;
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: -6px;
  width: 0; height: 1.5px; background: var(--accent);
  transition: width .25s ease;
}
.nav a:hover { color: #fff; }
.nav a:hover::after { width: 100%; }

.header__right { display: flex; align-items: center; gap: 18px; }

/* logo */
.logo { display: inline-flex; align-items: center; }
.logo__img { height: 26px; width: auto; display: block; }
.footer .logo__img { height: 30px; }

.burger {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  cursor: pointer;
  align-items: center; justify-content: center;
  flex-direction: column; gap: 5px;
}
.burger span { width: 18px; height: 2px; background: #fff; border-radius: 2px; transition: .3s; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile menu */
.mobile-menu {
  position: fixed; inset: 0;
  z-index: 99;
  background: rgba(13,13,13,0.97);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  display: flex; flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: var(--gutter);
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform .4s cubic-bezier(.2,.8,.2,1), opacity .3s;
}
.mobile-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.mobile-menu a {
  font-family: var(--font-head); font-weight: 700;
  font-size: 30px; color: #fff;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.mobile-menu .btn { margin-top: 28px; }

/* ============================================================
   HERO
   ============================================================ */
.hero { padding-top: 20px; padding-bottom: clamp(60px, 9vw, 110px); position: relative; }
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}
.hero h1 {
  font-size: clamp(44px, 7vw, 76px);
  line-height: 1.0;
  letter-spacing: -0.035em;
  margin-bottom: 26px;
}
.hero h1 .accent { color: var(--accent); display: block; }
.hero__sub { font-size: clamp(16px, 1.6vw, 19px); max-width: 46ch; color: var(--text-2); margin-bottom: 36px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero__proof { display: flex; align-items: center; gap: 13px; color: var(--text-2); font-size: 14.5px; }
.stars { color: var(--accent); letter-spacing: 2px; font-size: 15px; }
.hero__proof strong { color: #fff; font-weight: 700; }

.hero__visual { position: relative; }
.hero__photo {
  position: relative;
  border-radius: var(--r-card);
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 4 / 4.4;
}
.hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.hero__photo2 img { width: 100%; height: auto; border-radius: 20px;}
.hero__glow {
  position: absolute; inset: -8% -6% -14% -6%;
  background: radial-gradient(60% 55% at 50% 62%, rgba(var(--accent-rgb), calc(.55*var(--glow))), transparent 70%);
  filter: blur(40px);
  z-index: -1;
}
.hero__chip {
  position: absolute;
  left: -18px; bottom: 34px;
  background: rgba(20,20,20,0.82);
  backdrop-filter: blur(10px);
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  padding: 14px 18px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: 0 18px 40px rgba(0,0,0,.5);
}
.hero__chip .ic { width: 38px; height: 38px; border-radius: 10px; background: rgba(var(--accent-rgb),.14); display:flex; align-items:center; justify-content:center; color: var(--accent); }
.hero__chip .t { font-family: var(--font-head); font-weight: 700; color: #fff; font-size: 14px; line-height: 1.2; }
.hero__chip .s { font-size: 12px; color: var(--text-3); }

/* ============================================================
   TENSION BANNER (full-bleed image)
   ============================================================ */
.tension {
  position: relative;
  min-height: clamp(460px, 60vw, 640px);
  display: flex; align-items: center;
  overflow: hidden;
}
.tension img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 28%;
}
.tension__veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(13,13,13,.74) 0%, rgba(13,13,13,.5) 32%, rgba(13,13,13,.18) 62%, rgba(13,13,13,0) 86%),
    linear-gradient(0deg, rgba(13,13,13,.42), rgba(13,13,13,0) 52%);
}
.tension__content { position: relative; max-width: 620px; }
.tension h2 {
  font-size: clamp(28px, 4.6vw, 48px);
  max-width: 15ch; margin-bottom: 30px;
  letter-spacing: -0.03em; line-height: 1.06;
  text-shadow: 0 2px 22px rgba(0,0,0,.6), 0 1px 3px rgba(0,0,0,.5);
}
.tension__lines { display: flex; flex-direction: column; gap: 12px; }
.tension__lines p {
  font-family: var(--font-head); font-weight: 600;
  font-size: clamp(17px, 2.3vw, 25px);
  color: var(--text); letter-spacing: -0.01em;
  display: flex; align-items: center; gap: 15px;
  text-shadow: 0 2px 16px rgba(0,0,0,.7), 0 1px 2px rgba(0,0,0,.55);
}
.tension__lines p .mark { width: 26px; height: 2px; background: var(--accent); flex: none; border-radius: 2px; }
.tension__lines p:last-child { color: var(--accent); font-weight: 800; }
.tension__lines p:last-child .mark { width: 3px; height: 24px; }
/* Полоски бургера — белые */
.burger-one__icon > span {
  background-color: #fff !important;
}
@media (max-width: 768px) {
  .tension img { object-position: 14% 28%; }
  .tension__veil {
    background:
      linear-gradient(90deg, rgba(13,13,13,.8) 0%, rgba(13,13,13,.58) 52%, rgba(13,13,13,.4) 100%),
      linear-gradient(0deg, rgba(13,13,13,.55), rgba(13,13,13,0) 52%);
  }
}

/* ============================================================
   NARRATIVE (block 2)
   ============================================================ */
.narrative { text-align: center; }
.narrative h2 { font-size: clamp(28px, 4.2vw, 40px); max-width: 18ch; margin: 0 auto 22px; }
.narrative__sub { max-width: 44ch; margin: 0 auto 54px; color: var(--text-2); font-size: 17px; }
.narrative__sub b { color: #fff; font-weight: 600; }

.feel-list { max-width: 560px; margin: 0 auto; display: flex; flex-direction: column; gap: 2px; text-align: left; }
.feel-list li {
  list-style: none;
  display: flex; align-items: center; gap: 18px;
  padding: 18px 4px;
  border-bottom: 1px solid var(--line);
  font-size: clamp(18px, 2.4vw, 23px);
  color: var(--text);
  font-family: var(--font-head);
  font-weight: 500;
  letter-spacing: -0.01em;
}
.feel-list li:last-child { border-bottom: none; color: var(--accent); font-weight: 700; }
.feel-list .mark { width: 26px; height: 2px; background: var(--accent); flex: none; border-radius: 2px; }
.feel-list li:last-child .mark { height: 24px; width: 3px; }

/* full-bleed emotional band */
.band {
  position: relative;
  min-height: clamp(360px, 56vw, 560px);
  display: flex; align-items: flex-end;
  overflow: hidden;
}
.band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band__veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(13,13,13,.9) 0%, rgba(13,13,13,.5) 42%, rgba(13,13,13,0) 70%),
    linear-gradient(0deg, rgba(13,13,13,.95) 0%, rgba(13,13,13,0) 45%);
}
.band__content { position: relative; padding-block: clamp(40px, 7vw, 80px); }
.band__content p {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(26px, 4.6vw, 50px);
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.08;
  max-width: 16ch;
}
.band__content .accent { color: var(--accent); }

/* ============================================================
   TREND (block 3)
   ============================================================ */
.trend__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.city-card {
  display: flex; flex-direction: column;
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r-card); overflow: hidden;
  transition: transform .35s cubic-bezier(.2,.7,.3,1), border-color .35s, box-shadow .35s;
}
.city-card:hover { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: 0 24px 50px rgba(0,0,0,.45); }
.city-card__media { position: relative; aspect-ratio: 16 / 10; background: #101010; }
.city-card__media image-slot { width: 100%; height: 100%; display: block; }
.city-card__media > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.city-card__media::after {
  content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(0deg, rgba(13,13,13,.82) 4%, rgba(13,13,13,.15) 48%, rgba(13,13,13,0) 70%);
}
.flag-chip {
  position: absolute; top: 13px; left: 13px; z-index: 3; pointer-events: none;
  width: 38px; height: 25px; border-radius: 5px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 4px 14px rgba(0,0,0,.5);
}
.flag-chip svg { width: 100%; height: 100%; display: block; }
.city-card__cap {
  position: absolute; left: 18px; bottom: 14px; z-index: 3; pointer-events: none;
  font-family: var(--font-head); font-weight: 800; color: #fff; font-size: 23px;
  letter-spacing: -0.01em; display: flex; align-items: center; gap: 10px;
  text-shadow: 0 2px 14px rgba(0,0,0,.7);
}
.city-card__cap .pin { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px rgba(var(--accent-rgb),.9); flex: none; }
.city-card__body { padding: 20px 24px 26px; }
.city-card__body p { font-size: 15.5px; color: var(--text-2); }

.quote {
  margin-top: 26px;
  border-left: 3px solid var(--accent);
  background: rgba(var(--accent-rgb), 0.05);
  border-radius: 0 var(--r-card) var(--r-card) 0;
  padding: 32px clamp(26px, 4vw, 44px);
}
.quote p { font-size: clamp(18px, 2.2vw, 23px); color: #fff; font-family: var(--font-head); font-weight: 500; line-height: 1.45; letter-spacing: -0.01em; }
.quote cite { display: block; margin-top: 18px; font-style: normal; color: var(--text-3); font-size: 14px; }

/* ============================================================
   SCIENCE (block 4)
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step { position: relative; padding-top: 34px; }
.step .num {
  font-family: var(--font-head); font-weight: 800;
  font-size: 48px; color: var(--accent);
  line-height: 1; letter-spacing: -0.04em;
  margin-bottom: 18px;
  opacity: .92;
}
.step h3 { font-size: 21px; margin-bottom: 12px; }
.step p { font-size: 15.5px; color: var(--text-2); }
.step::before {
  content: ""; position: absolute; top: 0; left: 0;
  width: 46px; height: 3px; background: var(--accent); border-radius: 2px;
}
.science__data {
  margin-top: 40px;
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 14px; color: var(--text-3);
  border: 1px solid var(--line); border-radius: 999px;
  padding: 10px 20px;
  background: rgba(255,255,255,0.02);
}
.science__data b { color: #fff; font-weight: 700; }
.science__data .src { color: var(--text-3); }

/* ============================================================
   SCIENCE QUOTES (literature)
   ============================================================ */
.sci { position: relative; }
.sci::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(78% 56% at 50% 0%, rgba(var(--accent-rgb),.07), transparent 62%);
}
.sci-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sci-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card);
  padding: 30px 28px 28px; display: flex; flex-direction: column; gap: 16px;
  position: relative; overflow: hidden;
  transition: transform .35s cubic-bezier(.2,.7,.3,1), border-color .35s, box-shadow .35s;
}
.sci-card:hover { transform: translateY(-5px); border-color: rgba(var(--accent-rgb),.42); box-shadow: 0 22px 50px rgba(0,0,0,.42); }
.sci-card__mark {
  font-family: Georgia, 'Times New Roman', serif; font-weight: 700;
  font-size: 70px; line-height: .6; color: var(--accent); opacity: .5;
  height: 30px;
}
.sci-card blockquote {
  margin: 0; flex: 1;
  font-family: var(--font-head); font-weight: 500;
  font-size: 16.5px; line-height: 1.6; letter-spacing: -0.01em;
  color: #fff;
}
.sci-card__attr { border-top: 1px solid var(--line); padding-top: 16px; }
.sci-card__book { font-family: var(--font-head); font-weight: 700; color: #fff; font-size: 14.5px; }
.sci-card__author { font-size: 13px; color: var(--text-3); margin-top: 3px; }
.tag--accent { border-color: rgba(var(--accent-rgb),.4); color: #d9a8ff; background: rgba(var(--accent-rgb),.08); }
.sci-note { margin-top: 26px; font-size: 13px; color: var(--text-3); }

/* ============================================================
   VIDEO (block 5)
   ============================================================ */
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.video-card { }
.video-card .frame {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: var(--r-vid);
  overflow: hidden;
  border: 1px solid var(--line);
  transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s, border-color .35s;
}
.video-card .frame image-slot { width: 100%; height: 100%; }
.video-card:hover .frame {
  transform: scale(1.02);
  border-color: rgba(var(--accent-rgb), .5);
  box-shadow: 0 0 calc(34px * var(--glow)) rgba(var(--accent-rgb), calc(.4*var(--glow)));
}
.video-card .play {
  position: absolute; inset: 0; margin: auto;
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--accent);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 30px rgba(var(--accent-rgb), .55);
  pointer-events: none;
  transition: transform .3s;
}
.video-card:hover .play { transform: scale(1.08); }
.video-card .play svg { margin-left: 3px; }
.video-card .cap { margin-top: 14px; font-size: 13px; color: var(--text-3); font-weight: 500; }

/* ============================================================
   BEFORE / AFTER (block 6)
   ============================================================ */
/* interactive comparison slider */
.compare-slider {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto clamp(28px, 4vw, 44px);
  aspect-ratio: 4 / 4.4;
  border-radius: var(--r-card);
  overflow: hidden;
  border: 1px solid var(--line);
  user-select: none;
  touch-action: pan-y;
  cursor: ew-resize;
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
}
.compare-slider img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 22%;
  pointer-events: none; -webkit-user-drag: none;
}
.compare-slider .cs-after { clip-path: inset(0 0 0 var(--pos, 50%)); }
.cs-tint { position: absolute; inset: 0; pointer-events: none; }
.cs-tint--before { background: linear-gradient(180deg, rgba(224,64,64,.0) 40%, rgba(224,64,64,.16)); clip-path: inset(0 calc(100% - var(--pos,50%)) 0 0); }
.cs-tint--after  { background: linear-gradient(180deg, rgba(30,180,100,.0) 40%, rgba(30,180,100,.16)); clip-path: inset(0 0 0 var(--pos,50%)); }
.cs-label {
  position: absolute; top: 18px; z-index: 4;
  font-family: var(--font-head); font-weight: 700; font-size: 12px;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 999px;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.cs-label--before { left: 18px; background: rgba(224,64,64,.18); border: 1px solid rgba(224,64,64,.4); color: #ff9a9a; }
.cs-label--after  { right: 18px; background: rgba(30,180,100,.18); border: 1px solid rgba(30,180,100,.4); color: #7fe8b6; }
.cs-handle {
  position: absolute; top: 0; bottom: 0; z-index: 5;
  left: var(--pos, 50%); transform: translateX(-50%);
  width: 2px; background: rgba(255,255,255,.9);
  box-shadow: 0 0 18px rgba(var(--accent-rgb),.7);
  pointer-events: none;
}
.cs-knob {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 50px; height: 50px; border-radius: 50%;
  background: var(--accent); border: 3px solid #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 26px rgba(var(--accent-rgb),.7), 0 6px 18px rgba(0,0,0,.45);
}
.cs-knob svg { display: block; }
.cs-hint {
  position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%); z-index: 4;
  font-size: 12.5px; color: rgba(255,255,255,.85);
  background: rgba(13,13,13,.6); backdrop-filter: blur(6px);
  padding: 6px 14px; border-radius: 999px; white-space: nowrap;
  transition: opacity .3s; pointer-events: none;
}
.compare-slider.touched .cs-hint { opacity: 0; }

.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ba-col { border-radius: var(--r-card); padding: 32px; border: 1px solid; }
.ba-col--before { background: rgba(224,64,64,0.06); border-color: rgba(224,64,64,0.2); }
.ba-col--after  { background: rgba(30,180,100,0.06); border-color: rgba(30,180,100,0.22); }
.ba-col h3 { font-size: 15px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 22px; }
.ba-col--before h3 { color: #ff8585; }
.ba-col--after  h3 { color: #5fe0a4; }
.ba-col ul { margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.ba-col li { list-style: none; display: flex; gap: 14px; align-items: flex-start; font-size: 15.5px; line-height: 1.55; }
.ba-col li .ico { flex: none; width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: 1px; font-size: 12px; font-weight: 700; }
.ba-col--before li { color: var(--text-2); }
.ba-col--before .ico { background: rgba(224,64,64,0.14); color: #ff8585; }
.ba-col--after li { color: #fff; }
.ba-col--after .ico { background: rgba(30,180,100,0.16); color: #5fe0a4; }

/* ============================================================
   TECH / LAYERS (block 7)
   ============================================================ */
.tech__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,4vw,56px); align-items: start; }
.layers { display: flex; flex-direction: column; gap: 14px; }
.layer {
  display: flex; gap: 20px; align-items: flex-start;
  padding: 24px; border: 1px solid var(--line); border-radius: var(--r-card);
  background: var(--card);
  position: relative; overflow: hidden;
  transition: border-color .3s, background .3s;
}
.layer:hover { border-color: rgba(var(--accent-rgb),.4); }
.layer__n {
  flex: none; width: 44px; height: 44px; border-radius: 12px;
  background: rgba(var(--accent-rgb),.12); color: var(--accent);
  font-family: var(--font-head); font-weight: 800; font-size: 16px;
  display: flex; align-items: center; justify-content: center;
}
.layer h3 { font-size: 18px; margin-bottom: 7px; }
.layer p { font-size: 14.5px; color: var(--text-2); }

/* cross-section visual */
.cutaway {
  position: sticky; top: 100px;
  border-radius: var(--r-card);
  border: 1px solid var(--line);
  background: linear-gradient(160deg, #1c1c1c, #121212);
  padding: 40px;
  overflow: hidden;
}
.cutaway__pillow {
  position: relative;
  aspect-ratio: 5/4;
  border-radius: 70px / 90px;
  background:
    radial-gradient(120% 120% at 50% 0%, #2a2a2a, #0f0f0f 70%);
  display: flex; align-items: center; justify-content: center;
  box-shadow: inset 0 0 60px rgba(0,0,0,.6);
  /*overflow: hidden;*/
}
.ring {
  position: absolute; border-radius: 60px / 80px;
  border: 1.5px solid;
  inset: var(--i);
  display: flex; align-items: flex-start; justify-content: flex-start;
}
.ring .lbl {
  font-family: var(--font-head); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px; margin: 12px;
  white-space: nowrap;
}
.ring--1 { --i: 0px;   border-color: rgba(var(--accent-rgb),.6); }
.ring--1 .lbl { background: rgba(var(--accent-rgb),.18); color: #d9a8ff; }
.ring--2 { --i: 46px;  border-color: rgba(var(--accent-rgb),.4); }
.ring--2 .lbl { background: rgba(var(--accent-rgb),.12); color: #c79bf0; }
.ring--3 { --i: 92px;  border-color: rgba(var(--accent-rgb),.25); }
.ring--3 .lbl { background: rgba(255,255,255,.06); color: var(--text-2); }
.cutaway__core {
  position: absolute; inset: 138px; border-radius: 40px;
  background: radial-gradient(circle, rgba(var(--accent-rgb),.22), rgba(var(--accent-rgb),.04));
  display: flex; align-items: center; justify-content: center;
}
.cutaway__core .wave { width: 70%; height: 2px; background: rgba(var(--accent-rgb),.6); border-radius: 2px; box-shadow: 0 8px 0 -1px rgba(var(--accent-rgb),.35), 0 -8px 0 -1px rgba(var(--accent-rgb),.35), 0 16px 0 -3px rgba(var(--accent-rgb),.18), 0 -16px 0 -3px rgba(var(--accent-rgb),.18); }

/* compare table */
.compare {
  margin-top: 28px;
  border: 1px solid var(--line); border-radius: var(--r-card); overflow: hidden;
}
.compare__row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; align-items: center; }
.compare__row + .compare__row { border-top: 1px solid var(--line); }
.compare__row > * { padding: 10px 4px; font-size: 13.5px; }
.compare__head > * { font-family: var(--font-head); font-weight: 700; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: var(--text-3); }
.compare__head .dylor { color: var(--accent); }
.compare__row .feat { color: var(--text-2); }
.compare__row .dylor { color: #fff; font-weight: 600; display: flex; align-items: center; gap: 2px; }
.compare__row .other { color: var(--text-3); display: flex; align-items: center; gap: 8px; }
.compare__row .dylor { background: rgba(var(--accent-rgb),.05); }
.tick { color: var(--success); } .cross { color: var(--error); }

/* ============================================================
   PRODUCTS (block 8)
   ============================================================ */
.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.product {
  display: flex; flex-direction: column;
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r-card); overflow: hidden;
  transition: transform .35s cubic-bezier(.2,.7,.3,1), border-color .35s, box-shadow .35s;
}
.product:hover { transform: translateY(-6px); border-color: var(--line-strong); }
.product--featured {
  border: 2px solid var(--accent);
  box-shadow: 0 0 calc(40px*var(--glow)) rgba(var(--accent-rgb), calc(.28*var(--glow)));
}
.product__media { position: relative; aspect-ratio: 1/1; background: #101010; }
.product__media image-slot, .product__media img { width: 100%; height: 100%; object-fit: cover; }
.product__media .badge-hit { position: absolute; top: 16px; right: 16px; }
.product__body { padding: 24px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.product__name { font-family: var(--font-head); font-weight: 800; color: #fff; font-size: 21px; }
.product__desc { font-size: 14px; color: var(--text-3); min-height: 40px; }
.product__price { display: flex; align-items: baseline; gap: 10px; margin-top: 8px; margin-bottom: 16px; }
.product__price .now { font-family: var(--font-head); font-weight: 800; color: #fff; font-size: 26px; }
.product__price .old { color: var(--text-3); text-decoration: line-through; font-size: 16px; }
.product__price .save { font-size: 12px; font-weight: 700; color: var(--success); background: rgba(30,180,100,.12); padding: 3px 9px; border-radius: 999px; }
.product .btn { margin-top: auto; }
 .mp-icon {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
  }

  .img {
     /* width: 60px;
      height: 60px;
      border-radius: 50%;*/
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      
      transition: transform 0.2s, box-shadow 0.2s;
  }

  .img:hover {
      transform: scale(1.08);
      box-shadow: 0 0 14px rgba(var(--accent-rgb, 160,32,240), 0.35);
  }

  .img a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
  }

  .img img {
      /*width: 58px;*/
      height: 40px;
      border: 2px solid #9f1fef;
      border-radius: 25px;
      object-fit: contain;
      display: block;
  }
.wa-affiliate-section {
    display: none !important;
}
.wa-column-image,.wa-column-details,.wa-details-section {
    display: none !important;
}
.wa-order-cart-wrapper .wa-products .wa-product .wa-product-body {
    display: block !important;
}
button.wa-button.s-minus-button.outlined.js-decrease.is-locked,button.wa-button.s-minus-button.outlined.js-decrease {
    background: #000 !important;
    border-radius:  25px 0 0 25px !important;
}
button.wa-button.s-plus-button.outlined.js-increase {
    background: #000 !important;
    border-radius: 0 25px 25px 0 !important;
}
.wa-cart-details {
    margin-bottom: 20px !important;
}

section#wa-step-confirm-section {
    padding: 15px;
}
  .mp-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .mp-icon .img {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    width: calc(50% - 5px); /* ширина поровну, с учётом gap */
  }

  .mp-icon .img a {
    display: block;
    width: 100%;
  }

  .mp-icon .img a img {
    display: block;
    width: 100%;
    height: auto;
  }
/* ============================================================
   REVIEWS (block 9)
   ============================================================ */
.reviews__top { display: flex; align-items: center; gap: 14px; margin-top: 18px; color: var(--text-2); font-size: 15px; }
.reviews__top .big { font-family: var(--font-head); font-weight: 800; color: #fff; font-size: 22px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review { display: flex; flex-direction: column; gap: 14px; }
.review__head { display: flex; align-items: center; gap: 13px; }
.avatar {
  width: 46px; height: 46px; border-radius: 50%; flex: none;
  background: var(--accent); color: #fff;
  font-family: var(--font-head); font-weight: 800; font-size: 16px;
  display: flex; align-items: center; justify-content: center;
}
.review__who .n { font-family: var(--font-head); font-weight: 700; color: #fff; font-size: 15px; }
.review__who .m { font-size: 12.5px; color: var(--text-3); }
.review .stars { font-size: 13px; }
.review__text { font-size: 15px; color: var(--text-2); line-height: 1.6; }
.review .tag { margin-top: auto; align-self: flex-start; }

/* ============================================================
   FAQ (block 10)
   ============================================================ */
.faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--r-card); overflow: hidden; background: var(--card); transition: border-color .3s; }
.faq-item.open { border-color: rgba(var(--accent-rgb),.4); }
.faq-q {
  width: 100%; text-align: left; cursor: pointer;
  background: transparent; border: none; color: #fff;
  font-family: var(--font-head); font-weight: 600; font-size: clamp(16px,2vw,18.5px);
  padding: 24px 26px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.faq-q .chev { flex: none; width: 24px; height: 24px; position: relative; transition: transform .35s; color: var(--accent); }
.faq-item.open .faq-q .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-a__inner {
  padding: 0 26px 26px;
  border-left: 2px solid var(--accent);
  margin: 0 26px 4px;
  background: rgba(var(--accent-rgb),.05);
  border-radius: 0 12px 12px 0;
  padding: 18px 22px;
  color: var(--text-2); font-size: 15.5px; line-height: 1.68;
}
/* ============================================================
   FINAL CTA (block 11)
   ============================================================ */
.final { text-align: center; position: relative; }
.final h2 { font-size: clamp(32px, 5.4vw, 50px); max-width: 16ch; margin: 0 auto 20px; letter-spacing: -0.03em; }
.final__sub { color: var(--text-2); font-size: 16px; margin-bottom: 44px; }
.final__sub .dot { color: var(--accent); margin-inline: 10px; }
.choose { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; max-width: 760px; margin: 0 auto 40px; }
.choose__card {
  border: 1px solid var(--line); border-radius: var(--r-card);
  background: var(--card); padding: 24px 18px;
  display: flex; flex-direction: column; gap: 14px; align-items: center;
  transition: border-color .3s, transform .3s, background .3s;
}
.choose__card:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.choose__card--f { border-color: var(--accent); }
.choose__card .nm { font-family: var(--font-head); font-weight: 700; color: #fff; font-size: 16px; display: flex; align-items: center; gap: 7px; }
.choose__card .star { color: var(--accent); }
.trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 28px; color: var(--text-3); font-size: 14px; }
.trust div { display: inline-flex; align-items: center; gap: 9px; }
.trust svg { color: var(--accent); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { border-top: 1px solid var(--line); padding-block: 48px; }
.footer__inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; align-items: center; }
.footer small { color: var(--text-3); font-size: 13px; }
.footer__links { display: flex; gap: 24px; }
.footer__links a { font-size: 13.5px; color: var(--text-3); transition: color .2s; }
.footer__links a:hover { color: #fff; }

/* ============================================================
   MOBILE STICKY BAR
   ============================================================ */
.sticky-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: rgba(13,13,13,0.92);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  padding: 12px var(--gutter);
  display: none;
  align-items: center; justify-content: space-between; gap: 14px;
  transform: translateY(120%); transition: transform .4s cubic-bezier(.2,.8,.2,1);
}
.sticky-bar.show { transform: translateY(0); }
.sticky-bar .price { font-family: var(--font-head); }
.sticky-bar .price .now { color: #fff; font-weight: 800; font-size: 19px; }
.sticky-bar .price .old { color: var(--text-3); text-decoration: line-through; font-size: 13px; margin-left: 7px; }
.sticky-bar .btn { flex: 1; max-width: 60%; }

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal--left  { transform: translateX(-40px); }
.reveal--right { transform: translateX(40px); }
.reveal--scale { transform: scale(.93); }
.reveal--blur  { filter: blur(8px); transition: opacity .8s cubic-bezier(.2,.7,.3,1), transform .8s cubic-bezier(.2,.7,.3,1), filter .8s ease; }
.reveal--blur.in { filter: blur(0); }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .trend__grid, .steps, .video-grid, .products, .reviews-grid, .sci-grid { grid-template-columns: 1fr 1fr; }
  .tech__grid { grid-template-columns: 1fr; }
  .cutaway { position: relative; top: 0; }
 .element.catalog-mobile-one {
    margin-top: 40px;
    padding: 10px;
}
  /* ============================================
     Мобильное меню — светлый текст на тёмном фоне
     ============================================ */
     .popup-two.is-active .popup-two__content.js-popup-content {
      /* Почти белый текст */
      --popup-text: rgba(255, 255, 255, 0.92);
      --popup-text-dim: rgba(255, 255, 255, 0.6);
      color: var(--popup-text);
    }

    /* ---- Текст: почти белый ---- */
    .popup-two__content.js-popup-content,
    .popup-two__content.js-popup-content .catalog-mobile-one__link,
    .popup-two__content.js-popup-content .catalog-mobile-one__tab,
    .popup-two__content.js-popup-content .catalog-mobile-one__subtitle,
    .popup-two__content.js-popup-content .catalog-mobile-one__item-name,
    .popup-two__content.js-popup-content .catalog-mobile-one__value {
      color: var(--popup-text) !important;
    }
    .popup-two__content.js-popup-content .catalog-mobile-one__desc {
      color: var(--popup-text-dim) !important;
    }
span.catalog-mobile-one__subtitle {
    background: var(--accent);
}
    /* ---- Кнопки/ссылки: текст + рамка почти белые ---- */
    .popup-two__content.js-popup-content .catalog-mobile-one__link,
    .popup-two__content.js-popup-content .catalog-mobile-one__item {
     
      background: transparent;
    }
    span.catalog-mobile-one__subtitle {
    border: 1px solid var(--popup-text);
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 6px;
    text-align: center;
}
    .popup-two__content.js-popup-content .catalog-mobile-one__tab {
      border: 1px solid var(--popup-text);
      border-radius: 20px;
      margin-bottom: 6px;
      background: transparent;
    }
    .popup-two__content.js-popup-content .catalog-mobile-one__tab:not(:last-child) { border-radius: 20px; }
    /* Убираем старые разделители */
    .popup-two__content.js-popup-content .catalog-mobile-one__tab:not(:last-child) {
      border-bottom: 1px solid var(--popup-text);
    }
    .popup-two__content.js-popup-content .catalog-mobile-one__item:not(:last-of-type) {
      border-bottom: none;
    }

    /* ---- Активная кнопка: фон почти белый, текст тёмный ---- */
    .popup-two__content.js-popup-content .catalog-mobile-one__link:active,
    .popup-two__content.js-popup-content .catalog-mobile-one__item:active,
    .popup-two__content.js-popup-content .catalog-mobile-one__tab:active {
      background-color: var(--popup-text) !important;
      color: hsl(var(--th), var(--ts), var(--tl)) !important;
      border-color: var(--popup-text);
    }
    /* Также на hover для десктопного превью */
    .popup-two__content.js-popup-content .catalog-mobile-one__link:hover,
    .popup-two__content.js-popup-content .catalog-mobile-one__item:hover,
    .popup-two__content.js-popup-content .catalog-mobile-one__tab:hover {
      background-color: var(--popup-text) !important;
      color: hsl(var(--th), var(--ts), var(--tl)) !important;
      border-color: var(--popup-text);
    }
  
}

/* Полоски бургера — белые */
.burger-one__icon > span {
  background-color: #fff !important;
}
@media (max-width: 768px) {
     .compare {
      overflow-x: auto !important;
      -webkit-overflow-scrolling: touch;
    }
  .nav, .header__right .btn { display: none; }
  .burger { display: flex; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { order: -1; max-width: 460px; margin: 0 auto; }
  .hero { padding-top: 120px; }
  .hero__chip { left: 12px; }

  .trend__grid, .steps, .reviews-grid, .choose { grid-template-columns: 1fr; }
  .ba-grid { grid-template-columns: 1fr; }
  .sci-grid { grid-template-columns: 1fr; }

  /* horizontal snap rails */
  .video-grid, .products {
    display: flex; gap: 16px;
    overflow-x: auto; scroll-snap-type: x mandatory;
    margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter);
    -ms-overflow-style: none; scrollbar-width: none;
  }
  .video-grid::-webkit-scrollbar, .products::-webkit-scrollbar { display: none; }
  .video-card, .product { flex: 0 0 82%; scroll-snap-align: center; }
  .reviews-grid {
    display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory;
    margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter);
    scrollbar-width: none;
  }
  .reviews-grid::-webkit-scrollbar { display: none; }
  .review { flex: 0 0 84%; scroll-snap-align: center; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-card); padding: 24px; }

  .sticky-bar { display: flex; }
  body { padding-bottom: 76px; }
  .footer { margin-bottom: 0; }
  /* Линейка — свайп 83% */
  .product-two {
    flex: 0 0 83% !important;
    min-width: 0;
    scroll-snap-align: start;
  }
}

@media (max-width: 460px) {
  .feel-list li { font-size: 17px; }
  .hero__cta .btn { flex: 1; }
 
}
