:root {
  --bg-0: #060914;
  --bg-1: #0a1020;
  --bg-2: #180b2b;
  --text: #e7ebff;
  --text-dim: rgba(229, 236, 255, 0.68);
  --line: rgba(145, 162, 210, 0.2);
  --cyan: #00f0ff;
  --magenta: #ff24e4;
  --violet: #d0bcff;
  --glass-soft: linear-gradient(150deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03));
  --glass-strong: linear-gradient(150deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
  --radius-xl: 28px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  --promo-aspect: 1440 / 158;
  min-height: 100dvh;
  font-family: "IBM Plex Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(1200px 760px at 75% -20%, rgba(0, 240, 255, 0.13) 0%, transparent 56%),
    radial-gradient(900px 580px at -5% 90%, rgba(255, 36, 228, 0.14) 0%, transparent 60%),
    linear-gradient(125deg, var(--bg-0) 0%, var(--bg-1) 48%, var(--bg-2) 100%);
  overflow-x: hidden;
}

body.page-mobile {
  --promo-aspect: 800 / 200;
  max-width: 100%;
  overflow-x: clip;
}

@media (min-width: 768px) {
  body.page-mobile {
    --promo-aspect: 1440 / 158;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 380, "GRAD" 0, "opsz" 24;
  font-size: 20px;
  line-height: 1;
}

.ambient {
  position: fixed;
  width: 36rem;
  height: 36rem;
  border-radius: 999px;
  filter: blur(96px);
  pointer-events: none;
  z-index: -2;
  animation: orb-float 12s ease-in-out infinite;
}

.ambient-cyan {
  top: -14rem;
  right: -9rem;
  background: rgba(0, 240, 255, 0.23);
}

.ambient-magenta {
  bottom: -18rem;
  left: -11rem;
  background: rgba(255, 36, 228, 0.2);
  animation-delay: 2s;
}

.glass-soft,
.glass-strong {
  border: 1px solid var(--line);
  backdrop-filter: blur(24px) saturate(135%);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
}

.glass-soft {
  background: var(--glass-soft);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 20px 32px rgba(4, 7, 18, 0.42);
}

.glass-strong {
  background: var(--glass-strong);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.31),
    inset 0 -2px 16px rgba(7, 9, 21, 0.55),
    0 24px 48px rgba(2, 4, 12, 0.56);
}

.neon-cyan-text {
  text-shadow: 0 0 14px rgba(0, 240, 255, 0.55);
}

.neon-cyan-shadow {
  box-shadow:
    0 0 32px rgba(0, 240, 255, 0.36),
    0 16px 24px rgba(2, 35, 40, 0.45);
}

.topbar {
  position: sticky;
  top: 12px;
  z-index: 20;
  width: min(1240px, calc(100% - 36px));
  margin: 12px auto 0;
  height: 72px;
  padding: 12px 18px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand {
  font-family: "Onest", sans-serif;
  font-size: 1.02rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  font-family: "Onest", sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links a {
  color: rgba(226, 231, 248, 0.72);
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: #ffffff;
}

.ticker {
  width: min(1240px, calc(100% - 36px));
  margin: 12px auto 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 56, 227, 0.72);
  backdrop-filter: blur(16px) saturate(170%);
  -webkit-backdrop-filter: blur(16px) saturate(170%);
  background:
    linear-gradient(112deg, rgba(24, 12, 36, 0.94), rgba(12, 18, 42, 0.9)),
    linear-gradient(90deg, rgba(255, 36, 228, 0.22), rgba(0, 240, 255, 0.06), rgba(255, 36, 228, 0.22)),
    radial-gradient(120% 140% at 0% 50%, rgba(255, 77, 233, 0.18), transparent 46%),
    radial-gradient(120% 140% at 100% 50%, rgba(0, 240, 255, 0.16), transparent 44%);
  color: #f7fbff;
  font-family: "Onest", sans-serif;
  font-size: 0.8rem;
  font-weight: 620;
  letter-spacing: 0.045em;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  text-align: center;
  text-transform: uppercase;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.45),
    0 0 14px rgba(255, 36, 228, 0.34),
    0 0 24px rgba(255, 77, 233, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -12px 20px rgba(12, 5, 24, 0.58),
    0 10px 26px rgba(255, 22, 233, 0.34),
    0 0 0 1px rgba(255, 36, 228, 0.22);
  position: relative;
  overflow: hidden;
  animation: ticker-breath 5.2s ease-in-out infinite;
}

.ticker::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.02) 42%, rgba(255, 255, 255, 0) 58%);
  opacity: 0.85;
  animation: ticker-glass-sweep 5.2s linear infinite;
}

.ticker::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(320px, 56%);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255, 36, 228, 0.72), rgba(0, 240, 255, 0.24), transparent);
  opacity: 0.8;
  pointer-events: none;
  filter: drop-shadow(0 0 10px rgba(255, 58, 230, 0.46));
}

.ticker .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 540, "GRAD" 0, "opsz" 20;
  font-size: 16px;
  color: rgba(255, 180, 247, 1);
  text-shadow: 0 0 10px rgba(255, 77, 233, 0.62);
  letter-spacing: 0.08em;
}

body.page-mobile .ticker,
body.page-mobile .ticker.mobile {
  justify-content: center;
  text-align: center;
  font-weight: 680;
  letter-spacing: 0.07em;
}

body.page-mobile .hero-copy .ticker.mobile {
  width: 100%;
  margin: 6px 0 2px;
}

main {
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
  padding: 34px 0 70px;
}

.section-wrap {
  margin-bottom: 50px;
}

.hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 26px;
  align-items: stretch;
}

.hero > * {
  min-width: 0;
}

.hero.hero-copy-only {
  grid-template-columns: 1fr;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 8px 6px;
}

.hero-title-main {
  max-width: 20ch;
  font-size: clamp(2.06rem, 3.2vw, 3.44rem);
  line-height: 1.04;
  letter-spacing: 0.03em;
}

.hero-title-led {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  white-space: normal;
  text-transform: none;
}

.hero-title-led .t-white,
.hero-title-led .t-cyan,
.hero-title-led .t-magenta {
  display: inline;
}

.hero-title-led .t-white {
  color: #ffffff;
  text-shadow:
    0 0 18px rgba(255, 255, 255, 0.28),
    0 0 42px rgba(200, 230, 255, 0.16);
}

.hero-title-led .t-cyan {
  color: #00f0ff;
  text-shadow:
    0 0 18px rgba(0, 240, 255, 0.55),
    0 0 42px rgba(0, 240, 255, 0.32),
    0 0 78px rgba(0, 240, 255, 0.18);
}

.hero-title-led .t-magenta {
  color: #ff24e4;
  text-shadow:
    0 0 18px rgba(255, 36, 228, 0.6),
    0 0 42px rgba(255, 36, 228, 0.32),
    0 0 78px rgba(255, 36, 228, 0.18);
}

.hero-lead {
  margin: 0;
  max-width: 66ch;
  color: rgba(234, 241, 255, 0.82);
  line-height: 1.44;
  font-size: 1.03rem;
}

.eyebrow {
  width: fit-content;
  border-radius: 999px;
  padding: 8px 14px;
  font-family: "Onest", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(227, 255, 255, 0.84);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(0, 240, 255, 0.9);
}

h1,
h2 {
  margin: 0;
  font-family: "Onest", sans-serif;
  font-weight: 250;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2.2rem, 5.2vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: 0.02em;
}

h2 {
  font-size: clamp(1.18rem, 1.8vw, 2rem);
  letter-spacing: 0.08em;
}

.grad-text {
  display: block;
  background: linear-gradient(95deg, var(--cyan), var(--magenta));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub {
  margin: 0;
  max-width: 620px;
  color: var(--text-dim);
  line-height: 1.55;
  font-size: 1rem;
}

.hero-intro-grid {
  width: min(620px, 100%);
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 780px;
}

.hero-chip {
  border-radius: 999px;
  padding: 8px 14px;
  font-family: "Onest", sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(228, 237, 255, 0.86);
  border: 1px solid rgba(154, 171, 219, 0.3);
}

.hero-wholesale-cta {
  border-color: rgba(255, 36, 228, 0.5);
  box-shadow:
    0 0 0 1px rgba(255, 36, 228, 0.12) inset,
    0 12px 26px rgba(255, 36, 228, 0.24);
}

.button {
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 12px 18px;
  font-family: "Onest", sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.button-primary {
  color: #02252c;
  background: linear-gradient(92deg, #00ddef 0%, #31fbff 100%);
}

.hero-cta-main {
  font-weight: 660;
  border-color: rgba(0, 240, 255, 0.58);
  white-space: nowrap;
  text-wrap: nowrap;
  text-align: center;
  line-height: 1.08;
  min-height: 52px;
  max-width: 100%;
  font-size: 1.02rem;
  padding-inline: 20px;
}

.hero-cta-accent {
  border-color: rgba(255, 36, 228, 0.54);
}

.button-accent {
  color: #ffd7fb;
  background: linear-gradient(150deg, rgba(255, 36, 228, 0.2), rgba(255, 36, 228, 0.08));
  border-color: rgba(255, 36, 228, 0.42);
}

.button-ghost {
  color: rgba(216, 248, 250, 0.9);
  background: rgba(7, 16, 28, 0.42);
  border-color: rgba(0, 240, 255, 0.28);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 900px;
}

.stat {
  border-radius: var(--radius-md);
  padding: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  min-height: 92px;
}

.stat-value {
  font-family: "Onest", sans-serif;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  font-weight: 600;
  line-height: 1.1;
}

.stat-value.cyan { color: var(--cyan); }
.stat-value.magenta { color: var(--magenta); }
.stat-value.violet { color: var(--violet); }

.stat-label {
  margin-top: 0;
  font-size: 0.7rem;
  color: rgba(225, 235, 255, 0.52);
  letter-spacing: 0.06em;
  text-transform: none;
  line-height: 1.25;
}

.stat-value-delivery {
  font-size: clamp(0.9rem, 1.1vw, 1.14rem);
}

.hero-visual {
  position: relative;
  border-radius: var(--radius-xl);
  padding: 16px;
  overflow: hidden;
}

.edge-light {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.26), transparent 28%),
    radial-gradient(circle at 80% 0%, rgba(0, 240, 255, 0.42), transparent 34%),
    radial-gradient(circle at 12% 100%, rgba(255, 36, 228, 0.3), transparent 34%);
}

.hero-visual img {
  width: 100%;
  height: clamp(430px, 52vw, 700px);
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin: 0 4px 14px;
}

.section-head-main {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}

.section-kicker {
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(0, 240, 255, 0.34);
  padding: 6px 10px;
  font-family: "Onest", sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(195, 250, 255, 0.88);
  background: rgba(6, 27, 37, 0.46);
}

.section-note {
  margin: 0;
  color: rgba(223, 231, 250, 0.62);
  font-size: 0.86rem;
}

.section-head a {
  font-family: "Onest", sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 135, 242, 0.9);
}

.product-strip {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 6px 4px 4px;
}

.banner-carousel-wrap {
  width: min(1240px, calc(100% - 36px));
  margin: 12px auto 0;
}

.promo-carousel {
  position: relative;
  border-radius: 20px;
  padding: 10px;
  overflow: hidden;
}

.promo-carousel-track {
  display: flex;
  transition: transform 460ms ease;
  will-change: transform;
}

.promo-carousel.is-dragging .promo-carousel-track {
  transition: none;
}

.promo-carousel-slide {
  width: 100%;
  flex-shrink: 0;
  border-radius: 14px;
  overflow: hidden;
  display: block;
}

.promo-carousel-slide img {
  width: 100%;
  display: block;
  aspect-ratio: var(--promo-aspect);
  object-fit: cover;
  border-radius: 14px;
}

.promo-carousel-slide picture,
.promo-carousel-img {
  display: block;
  width: 100%;
}

.promo-carousel-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.promo-carousel-dots button {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  padding: 0;
  cursor: pointer;
  transition: all 200ms ease;
}

.promo-carousel-dots button.active {
  width: 18px;
  background: linear-gradient(90deg, var(--cyan), var(--magenta));
  box-shadow: 0 0 12px rgba(0, 240, 255, 0.44);
}

.product-card {
  min-width: 220px;
  width: 220px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(159, 173, 224, 0.2);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
  box-shadow: 0 16px 24px rgba(2, 6, 18, 0.44);
}

.product-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}

.product-card .meta {
  padding: 11px 11px 12px;
}

.product-card .brand-tag {
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 166, 242, 0.84);
}

.product-card .name {
  margin-top: 6px;
  font-size: 0.8rem;
  line-height: 1.35;
  color: rgba(244, 247, 255, 0.86);
}

.skeleton {
  min-height: 290px;
  animation: pulse 1.4s ease-in-out infinite;
}

.feature-box {
  border-radius: var(--radius-xl);
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 20px;
  align-items: stretch;
  border: 1px solid rgba(164, 178, 224, 0.26);
}

.feature-duo-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (min-width: 981px) {
  body.page-desktop main {
    padding-top: 12px;
  }

  body.page-desktop .hero.hero-copy-only .hero-copy {
    padding-inline: 0;
    width: min(1220px, calc(100% - 56px));
    max-width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    column-gap: 24px;
    row-gap: 10px;
    align-items: start;
    grid-template-areas:
      "title intro"
      "lead intro"
      "benefits intro"
      "cta intro"
      "stats intro";
  }

  body.page-desktop .hero-intro-grid {
    grid-area: intro;
    width: 100%;
    align-self: stretch;
    border-radius: 22px;
    border: 1px solid rgba(149, 165, 214, 0.26);
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02));
    box-shadow: 0 18px 28px rgba(1, 8, 22, 0.42);
    padding: 16px 18px;
  }

  body.page-desktop .hero-sub.hero-sub-right {
    margin: 0;
    width: 100%;
    max-width: 48ch;
    font-size: clamp(0.96rem, 0.88rem + 0.15vw, 1.08rem);
    line-height: 1.5;
    color: rgba(229, 236, 255, 0.78);
  }

  body.page-desktop .hero-title-main {
    grid-area: title;
    margin-top: 2px;
  }

  body.page-desktop .hero-lead {
    grid-area: lead;
    max-width: 64ch;
  }

  body.page-desktop .hero-benefits {
    grid-area: benefits;
  }

  body.page-desktop .hero-cta-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    grid-area: cta;
  }

  body.page-desktop .hero-cta-row > .button {
    width: 100%;
    min-width: 0;
  }

  body.page-desktop .stats-grid {
    width: 100%;
    max-width: none;
    grid-area: stats;
  }

  .feature-duo-wrap.has-feature-motion .feature-box {
    opacity: 0;
    will-change: transform, opacity, filter;
  }

  .feature-duo-wrap.has-feature-motion .feature-box.is-revealed {
    animation: feature-reveal-up 620ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
  }

  .feature-duo-wrap.has-feature-motion .feature-box:nth-child(2).is-revealed {
    animation-delay: 90ms;
  }
}

.feature-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
}

.feature-label {
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(255, 36, 228, 0.42);
  background: rgba(255, 36, 228, 0.12);
  color: rgba(255, 209, 248, 0.92);
  font-family: "Onest", sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 10px;
}

.feature-copy p {
  margin: 0;
  color: var(--text-dim);
  line-height: 1.5;
}

.feature-offer {
  grid-template-columns: 1fr;
  gap: 0;
}

.feature-offer .feature-copy {
  gap: 10px;
}

.feature-offer .offer-kicker {
  margin: 0;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(160, 179, 224, 0.34);
  background: rgba(6, 16, 35, 0.5);
  padding: 5px 10px;
  font-family: "Onest", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(218, 229, 252, 0.84);
}

.feature-offer .offer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
}

.feature-offer .offer-grid span {
  border-radius: 11px;
  border: 1px solid rgba(154, 172, 220, 0.28);
  background: rgba(8, 16, 33, 0.4);
  padding: 7px 9px;
  font-size: 0.75rem;
  color: rgba(236, 244, 255, 0.9);
  display: flex;
  align-items: center;
  gap: 7px;
}

.feature-offer .offer-grid .material-symbols-outlined {
  font-size: 17px;
  color: var(--violet);
}

.feature-cta {
  margin-top: auto;
  min-height: 48px;
  padding-inline: 20px;
  border-color: rgba(255, 36, 228, 0.58);
  background: linear-gradient(135deg, rgba(255, 36, 228, 0.34), rgba(255, 36, 228, 0.08));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 0 24px rgba(255, 36, 228, 0.28),
    0 16px 28px rgba(47, 7, 55, 0.42);
  position: relative;
  overflow: hidden;
}

.feature-cta::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.2), transparent 42%);
  opacity: 0.55;
  pointer-events: none;
}

.feature-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.point {
  border-radius: 14px;
  padding: 12px 10px;
  font-size: 0.82rem;
  color: rgba(236, 244, 255, 0.88);
  display: flex;
  align-items: center;
  gap: 8px;
}

.point .material-symbols-outlined {
  color: var(--violet);
  font-size: 18px;
}

.feature-cta .material-symbols-outlined {
  font-size: 18px;
  color: #fff4fd;
}

.feature-cta:hover {
  border-color: rgba(255, 90, 234, 0.9);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 28px rgba(255, 36, 228, 0.34),
    0 18px 34px rgba(47, 7, 55, 0.46);
}

.discount-row {
  display: flex;
  gap: 10px;
}

.discount {
  flex: 1;
  border-radius: 14px;
  padding: 10px 12px;
  text-align: center;
}

.discount strong {
  display: block;
  font-family: "Onest", sans-serif;
  font-size: 1.45rem;
  color: var(--cyan);
}

.discount span {
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(220, 230, 255, 0.56);
}

.brands-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.review-card {
  border-radius: var(--radius-md);
  padding: 16px;
}

.review-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(233, 241, 255, 0.9);
}

.review-author {
  margin: 10px 0 0;
  font-family: "Onest", sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(188, 241, 246, 0.82);
}

.why-buy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.why-buy-item {
  border-radius: 14px;
  padding: 12px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  line-height: 1.35;
  color: rgba(234, 243, 255, 0.9);
}

.why-buy-item .material-symbols-outlined {
  flex-shrink: 0;
  color: var(--cyan);
  font-size: 18px;
}

.hero-why-panel {
  display: none;
}

.hero-why-panel h2 {
  margin: 0;
}

.hero-why-grid {
  display: grid;
  gap: 8px;
}

.hero-why-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-why-item .material-symbols-outlined {
  flex: 0 0 auto;
}

.brand-chip {
  border-radius: 12px;
  min-width: 122px;
  padding: 10px 12px;
  border: 1px solid rgba(150, 166, 212, 0.24);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
}

.brand-chip .brand-name {
  font-family: "Onest", sans-serif;
  font-size: 0.8rem;
  color: rgba(240, 247, 255, 0.88);
}

.brand-chip .brand-count {
  margin-top: 3px;
  font-size: 0.62rem;
  color: rgba(220, 229, 251, 0.56);
}

.cta-box {
  border-radius: var(--radius-xl);
  text-align: center;
  padding: 34px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.cta-box p {
  margin: 0;
  color: var(--text-dim);
}

.footer {
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto 20px;
  border-radius: 16px;
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.footer-topline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a {
  font-family: "Onest", sans-serif;
  font-size: 0.63rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(226, 231, 248, 0.64);
  transition: color 170ms ease;
}

.footer-links a:hover {
  color: rgba(255, 255, 255, 0.94);
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-social-title {
  margin: 0;
  font-family: "Onest", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(216, 226, 246, 0.52);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(8, 44px);
  justify-content: center;
  gap: 10px;
  max-width: 100%;
}

.social-icon {
  --social-accent: rgba(205, 235, 255, 0.92);
  --social-glow: rgba(96, 190, 255, 0.3);
  --social-logo-filter: drop-shadow(0 0 10px rgba(139, 217, 255, 0.34)) drop-shadow(0 2px 7px rgba(0, 0, 0, 0.28));
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(218, 238, 255, 0.17);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  background:
    radial-gradient(120% 120% at 18% 8%, rgba(255, 255, 255, 0.2), transparent 42%),
    radial-gradient(90% 90% at 82% 84%, rgba(75, 159, 215, 0.13), transparent 58%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.14), rgba(170, 205, 255, 0.045));
  transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease, background 190ms ease, color 190ms ease;
  color: rgba(232, 240, 255, 0.8);
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 20px rgba(2, 5, 14, 0.26);
}

.social-icon::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.2), transparent 42%);
  opacity: 0.76;
  pointer-events: none;
  z-index: -1;
}

.social-icon::after {
  content: "";
  position: absolute;
  inset: -38%;
  border-radius: 50%;
  background: radial-gradient(circle, var(--social-glow), transparent 62%);
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 190ms ease, transform 190ms ease;
  pointer-events: none;
  z-index: -2;
}

.social-icon:hover,
.social-icon:focus-visible {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--social-accent) 68%, rgba(255, 255, 255, 0.2));
  background:
    radial-gradient(110% 120% at 20% 0%, rgba(255, 255, 255, 0.24), transparent 44%),
    radial-gradient(90% 95% at 80% 90%, rgba(96, 190, 255, 0.18), transparent 62%),
    linear-gradient(150deg, color-mix(in srgb, var(--social-accent) 18%, transparent), rgba(255, 255, 255, 0.04));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 0 18px var(--social-glow),
    0 14px 26px rgba(2, 5, 14, 0.34);
  outline: 2px solid color-mix(in srgb, var(--social-accent) 72%, rgba(255, 255, 255, 0.16));
  outline-offset: 3px;
}

.social-icon:hover:not(:focus-visible) {
  outline: none;
}

.social-icon:hover::after,
.social-icon:focus-visible::after {
  opacity: 1;
  transform: scale(1);
}

.social-logo {
  width: 22px;
  height: 22px;
  display: block;
  object-fit: contain;
  position: relative;
  z-index: 1;
  opacity: 0.92;
  filter: var(--social-logo-filter);
  transition: transform 190ms ease, opacity 190ms ease, filter 190ms ease;
}

.social-icon:hover .social-logo,
.social-icon:focus-visible .social-logo {
  transform: scale(1.08);
  opacity: 1;
  filter: var(--social-logo-filter) brightness(1.12);
}

.social-vk,
.social-instagram,
.social-tiktok,
.social-telegram,
.social-youtube,
.social-drive2,
.social-dzen,
.social-rutube {
  --social-accent: rgba(205, 235, 255, 0.92);
  --social-glow: rgba(96, 190, 255, 0.3);
  --social-logo-filter: drop-shadow(0 0 10px rgba(139, 217, 255, 0.34)) drop-shadow(0 2px 7px rgba(0, 0, 0, 0.28));
}

.social-logo--drive2,
.social-logo--dzen,
.social-logo--rutube {
  width: 24px;
  height: 24px;
}

.footer-copy {
  margin: 0;
  color: rgba(216, 226, 246, 0.52);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.62rem;
}

.ve-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.ve-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.ve-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 6, 16, 0.72);
  backdrop-filter: blur(8px);
}

.ve-modal__panel {
  position: relative;
  width: min(92vw, 420px);
  border-radius: 22px;
  padding: 22px 18px 18px;
  transform: scale(0.96) translateY(8px);
  transition: transform 220ms ease;
}

.ve-modal.is-open .ve-modal__panel {
  transform: scale(1) translateY(0);
}

.ve-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(234, 241, 255, 0.76);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ve-modal__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.ve-modal__head h2 {
  font-size: 1.02rem;
  letter-spacing: 0.08em;
}

.ve-modal__badge {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 36, 228, 0.36);
  background: rgba(255, 36, 228, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ve-modal__badge .material-symbols-outlined {
  color: var(--magenta);
}

.ve-contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ve-contact {
  border-radius: 14px;
  border: 1px solid rgba(152, 170, 218, 0.26);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03));
  padding: 11px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease, transform 180ms ease;
}

.ve-contact:hover {
  transform: translateY(-1px);
}

.ve-contact__icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

.ve-contact__meta {
  display: flex;
  flex-direction: column;
}

.ve-contact__title {
  font-family: "Onest", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: rgba(245, 249, 255, 0.92);
}

.ve-contact__hint {
  margin-top: 2px;
  font-size: 0.68rem;
  color: rgba(214, 225, 248, 0.62);
}

.ve-contact-telegram:hover {
  border-color: rgba(0, 136, 204, 0.62);
  box-shadow: 0 0 18px rgba(0, 136, 204, 0.28);
}

.ve-contact-telegram .ve-contact__icon {
  color: #0088cc;
  background: rgba(0, 136, 204, 0.2);
}

.ve-contact-vk:hover {
  border-color: rgba(0, 119, 255, 0.62);
  box-shadow: 0 0 18px rgba(0, 119, 255, 0.28);
}

.ve-contact-vk .ve-contact__icon {
  color: #0077ff;
  background: rgba(0, 119, 255, 0.2);
}

.ve-contact-phone {
  position: relative;
}

.ve-contact-phone .ve-contact__icon {
  color: var(--magenta);
  background: rgba(255, 36, 228, 0.2);
}

.ve-modal.is-phone-expanded .ve-contact-phone {
  border-color: rgba(255, 36, 228, 0.74);
  box-shadow: 0 0 24px rgba(255, 36, 228, 0.28);
  background: linear-gradient(145deg, rgba(255, 36, 228, 0.22), rgba(255, 255, 255, 0.05));
}

.ve-phone-reveal {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 36, 228, 0.14);
  background: linear-gradient(150deg, rgba(255, 36, 228, 0.16), rgba(255, 255, 255, 0.04));
  padding: 0 12px;
  transition: max-height 240ms ease, opacity 240ms ease, padding 240ms ease, border-color 240ms ease;
}

.ve-modal.is-phone-expanded .ve-phone-reveal {
  max-height: 120px;
  opacity: 1;
  padding: 10px 12px 12px;
  border-color: rgba(255, 36, 228, 0.42);
}

.ve-phone-reveal p {
  margin: 0;
  font-size: 0.68rem;
  color: rgba(224, 232, 250, 0.68);
}

.ve-phone-reveal a {
  display: inline-block;
  margin-top: 4px;
  font-family: "Onest", sans-serif;
  font-size: 1.06rem;
  letter-spacing: 0.07em;
  color: #ffd5f9;
  text-shadow: 0 0 14px rgba(255, 36, 228, 0.45);
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  scrollbar-width: none;
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.36;
  }
  50% {
    opacity: 0.7;
  }
}

@keyframes orb-float {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 12px, 0);
  }
}

@keyframes feature-reveal-up {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
    filter: saturate(0.88);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: saturate(1);
  }
}

@keyframes ticker-glass-sweep {
  0% {
    transform: translateX(-140%);
    opacity: 0.5;
  }
  45%,
  55% {
    opacity: 0.82;
  }
  100% {
    transform: translateX(150%);
    opacity: 0.5;
  }
}

@keyframes ticker-breath {
  0%, 100% {
    filter: saturate(1.04);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      inset 0 -12px 20px rgba(12, 5, 24, 0.58),
      0 10px 26px rgba(255, 22, 233, 0.34),
      0 0 0 1px rgba(255, 36, 228, 0.22),
      0 0 20px rgba(255, 58, 230, 0.25);
  }

  50% {
    filter: saturate(1.2);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.24),
      inset 0 -12px 20px rgba(12, 5, 24, 0.56),
      0 14px 32px rgba(255, 22, 233, 0.38),
      0 0 0 1px rgba(255, 36, 228, 0.3),
      0 0 28px rgba(255, 58, 230, 0.32);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ticker,
  .ticker::before {
    animation: none;
  }

  .feature-duo-wrap.has-feature-motion .feature-box {
    opacity: 1;
    animation: none;
  }
}

@media (max-width: 980px) {
  .topbar {
    width: calc(100% - 24px);
    max-width: 100%;
    top: 8px;
    margin-top: 8px;
    height: 56px;
    padding: 10px 12px;
  }

  .topbar > * {
    min-width: 0;
  }

  .topbar .brand {
    max-width: calc(100% - 120px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-links {
    display: none;
  }

  .button.compact {
    padding: 9px 12px;
    font-size: 0.62rem;
    flex-shrink: 0;
  }

  .ticker,
  .ticker.mobile {
    width: calc(100% - 24px);
    margin-top: 8px;
    font-size: 0.66rem;
    padding: 8px 11px;
  }

  body.page-mobile .ticker,
  body.page-mobile .ticker.mobile {
    font-size: 0.72rem;
    line-height: 1.3;
    letter-spacing: 0.075em;
    border-color: rgba(255, 69, 228, 0.72);
    background:
      linear-gradient(112deg, rgba(28, 16, 42, 0.96), rgba(13, 21, 44, 0.9)),
      linear-gradient(90deg, rgba(255, 77, 233, 0.24), rgba(0, 240, 255, 0.06), rgba(255, 77, 233, 0.28)),
      radial-gradient(140% 130% at 0% 48%, rgba(255, 77, 233, 0.2), transparent 49%),
      radial-gradient(130% 125% at 100% 52%, rgba(0, 240, 255, 0.15), transparent 48%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.2),
      inset 0 -9px 14px rgba(12, 5, 24, 0.48),
    0 10px 20px rgba(255, 22, 233, 0.3),
      0 0 0 1px rgba(255, 36, 228, 0.22),
      0 0 24px rgba(255, 77, 233, 0.32);
    animation-duration: 4.8s;
  }

  body.page-mobile .ticker .material-symbols-outlined {
    font-size: 17px;
    color: rgba(255, 191, 247, 1);
  }

  main {
    width: calc(100% - 24px);
    padding: 22px 0 52px;
  }

  .section-wrap {
    margin-bottom: 24px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-copy {
    gap: 14px;
    padding: 2px;
  }

  .hero,
  .hero-copy,
  .hero-copy-block,
  .hero-title-main,
  .hero-title-led,
  .hero-title-main .hero-title-line-nowrap,
  .hero-cta-main,
  .stats-grid,
  .stats-grid.mobile,
  .stats-grid .stat,
  .stats-grid .stat-label,
  .stats-grid .stat-value {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  h1 {
    font-size: clamp(1.9rem, 10vw, 2.8rem);
  }

  .hero-sub {
    font-size: 0.92rem;
  }

  .hero-title-main {
    font-size: clamp(1.86rem, 9.4vw, 2.76rem);
    max-width: 16ch;
    width: 100%;
    white-space: normal;
    word-break: break-word;
  }

  .hero-title-main .hero-title-line-nowrap {
    white-space: normal;
    text-wrap: wrap;
    word-break: break-word;
    display: inline;
  }

  .button.hero-cta-main,
  a.button.button-primary.hero-cta-main.mobile-wide,
  body.page-mobile .button.hero-cta-main,
  body.page-mobile a.button.button-primary.hero-cta-main.mobile-wide {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    text-wrap: wrap;
    word-break: break-word;
  }

  .hero-lead {
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .hero-benefits {
    gap: 8px;
  }

  .hero-chip {
    font-size: 0.56rem;
    padding: 7px 10px;
  }

  .hero-cta-row {
    gap: 9px;
  }

  .button {
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    padding: 11px 12px;
    width: fit-content;
  }

  .mobile-wide {
    width: 100%;
  }

  .hero-visual {
    padding: 10px;
  }

  .hero-visual img {
    height: 270px;
    border-radius: 14px;
  }

  .stats-grid,
  .stats-grid.mobile {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .stat {
    border-radius: 12px;
    padding: 7px 6px;
    min-height: 60px;
    gap: 3px;
  }

  .stat-label {
    font-size: 0.74rem;
    letter-spacing: 0.03em;
    line-height: 1.2;
    max-width: 12ch;
    margin-inline: auto;
    white-space: normal;
    overflow-wrap: break-word;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.16), 0 0 12px rgba(0, 240, 255, 0.12);
  }

  .stat-value {
    font-size: 1.06rem;
    text-shadow: 0 0 8px rgba(0, 240, 255, 0.22), 0 0 14px rgba(255, 36, 228, 0.14);
  }

  .stat-value-delivery {
    font-size: 1.06rem;
  }

  .section-head {
    margin-bottom: 10px;
  }

  .section-kicker {
    font-size: 0.52rem;
    padding: 5px 8px;
  }

  .section-note {
    font-size: 0.76rem;
    line-height: 1.4;
  }

  .product-strip,
  .product-strip.mobile {
    gap: 10px;
    padding: 2px;
  }

  .product-card {
    min-width: 170px;
    width: 170px;
  }

  .product-card .name {
    font-size: 0.72rem;
  }

  .feature-box,
  .feature-box.mobile {
    grid-template-columns: 1fr;
    border-radius: 18px;
    padding: 14px;
    gap: 12px;
  }

  #custom.feature-box.mobile,
  #wholesale.feature-box.mobile {
    border-radius: 22px;
    padding: 8px;
    background:
      linear-gradient(160deg, rgba(5, 12, 26, 0.9), rgba(11, 19, 36, 0.78)),
      var(--glass-strong);
    border-color: rgba(150, 168, 219, 0.28);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.14),
      0 16px 30px rgba(2, 7, 18, 0.58);
  }

  #custom .feature-inner-card,
  #wholesale .feature-inner-card {
    border-radius: 17px;
    border: 1px solid rgba(156, 176, 224, 0.26);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.15),
      inset 0 -10px 18px rgba(6, 11, 25, 0.42);
    width: 100%;
    margin-inline: 0;
    padding: 9px 10px 8px;
    position: relative;
    overflow: hidden;
  }

  #custom .feature-inner-card::after,
  #wholesale .feature-inner-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(118deg, rgba(255, 255, 255, 0.16), transparent 44%, rgba(255, 255, 255, 0.03));
    opacity: 0.62;
  }

  #custom .feature-copy,
  #wholesale .feature-copy {
    position: relative;
    z-index: 1;
    gap: 8px;
    min-height: auto;
  }

  #custom .feature-points,
  #wholesale .feature-points {
    position: relative;
    z-index: 1;
    margin-top: 4px;
    gap: 6px;
  }

  #custom .feature-copy h2,
  #wholesale .feature-copy h2 {
    font-size: 1.06rem;
    letter-spacing: 0.07em;
  }

  #custom .feature-label,
  #wholesale .feature-label {
    font-size: 0.5rem;
    padding: 5px 8px;
  }

  #custom .feature-copy p,
  #wholesale .feature-copy p {
    font-size: 0.85rem;
    line-height: 1.42;
  }

  #custom.feature-offer .feature-copy,
  #wholesale.feature-offer .feature-copy {
    gap: 9px;
  }

  #custom.feature-offer .offer-kicker,
  #wholesale.feature-offer .offer-kicker {
    font-size: 0.5rem;
    padding: 4px 8px;
  }

  #custom.feature-offer .offer-grid,
  #wholesale.feature-offer .offer-grid {
    gap: 6px;
  }

  #custom.feature-offer .offer-grid span,
  #wholesale.feature-offer .offer-grid span {
    border-radius: 10px;
    background: rgba(10, 18, 33, 0.38);
    border: 1px solid rgba(154, 173, 220, 0.22);
    padding: 7px 6px;
    font-size: 0.67rem;
  }

  #custom.feature-offer .feature-cta,
  #wholesale.feature-offer .feature-cta {
    margin-top: 2px;
  }

  #custom .point,
  #wholesale .point {
    border-radius: 11px;
    background: rgba(10, 18, 33, 0.38);
    border: 1px solid rgba(154, 173, 220, 0.22);
    padding: 7px 6px;
    font-size: 0.67rem;
  }

  #custom .feature-cta,
  #wholesale .feature-cta {
    min-height: 42px;
    padding-inline: 14px;
    margin-top: 0;
  }

  .feature-duo-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .reviews-grid,
  .reviews-grid.mobile {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .review-card {
    border-radius: 14px;
    padding: 12px;
  }

  .review-text {
    font-size: 0.82rem;
    line-height: 1.42;
  }

  .review-author {
    margin-top: 8px;
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .why-buy-grid,
  .why-buy-grid.mobile {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .why-buy-item {
    padding: 10px;
    font-size: 0.74rem;
    border-radius: 12px;
  }

  .feature-copy p {
    font-size: 0.9rem;
  }

  .feature-points {
    gap: 8px;
  }

  .point {
    font-size: 0.72rem;
    padding: 10px 8px;
  }

  .discount-row,
  .discount-row.mobile {
    gap: 8px;
  }

  .feature-cta {
    min-height: 50px;
    border-width: 1.5px;
    letter-spacing: 0.11em;
  }

  .discount strong {
    font-size: 1.2rem;
  }

  .brands-strip,
  .brands-strip.mobile {
    gap: 8px;
    padding: 2px;
  }

  .brand-chip {
    min-width: 96px;
    padding: 8px 9px;
  }

  .brand-chip .brand-name {
    font-size: 0.73rem;
  }

  .brand-chip .brand-count {
    font-size: 0.54rem;
  }

  .cta-box,
  .cta-box.mobile {
    border-radius: 18px;
    padding: 22px 14px;
  }

  .footer,
  .footer.mobile {
    width: calc(100% - 24px);
    margin-bottom: 14px;
    border-radius: 12px;
    padding: 12px;
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }

  .brand {
    font-size: 0.88rem;
    letter-spacing: 0.11em;
  }

  .banner-carousel-wrap {
    width: calc(100% - 24px);
    margin-top: 10px;
  }

  .promo-carousel {
    border-radius: 16px;
    padding: 8px;
  }

  .promo-carousel-slide,
  .promo-carousel-slide img {
    border-radius: 12px;
  }

  .promo-carousel-dots {
    bottom: 10px;
  }

  .promo-carousel-dots button {
    width: 6px;
    height: 6px;
  }

  .promo-carousel-dots button.active {
    width: 16px;
  }

  .social-footer {
    gap: 12px;
  }

  .footer-topline {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  .footer-links {
    justify-content: center;
    gap: 12px;
  }

  .footer-links a {
    font-size: 0.56rem;
  }

  .footer-social-title {
    font-size: 0.54rem;
  }

  .social-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .social-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .social-logo {
    width: 20px;
    height: 20px;
  }

  .social-logo--drive2,
  .social-logo--dzen,
  .social-logo--rutube {
    width: 22px;
    height: 22px;
  }

  .ve-modal__panel {
    width: min(94vw, 380px);
    border-radius: 18px;
    padding: 18px 14px 14px;
  }

  .ve-modal__head h2 {
    font-size: 0.9rem;
  }

  .ve-contact {
    padding: 10px;
  }

  .ve-contact__title {
    font-size: 0.66rem;
  }

  .ve-contact__hint {
    font-size: 0.62rem;
  }

  .ve-phone-reveal a {
    font-size: 0.95rem;
  }
}

/* ============================================================
   OVERRIDES — Sprint April 2026
   Tasks: mobile ticker animation off, mobile colors mute,
   CTA restyle, brand-logo, hero headline "ВЫБЕРИ СВОЙ СТИЛЬ"
   ============================================================ */

/* Task 1: kill ticker animations on mobile */
body.page-mobile .ticker,
body.page-mobile .ticker.mobile {
  animation: none !important;
}
body.page-mobile .ticker::before {
  animation: none !important;
  opacity: 0.4;
}

/* Task 2: mute mobile ambient background (keep ticker bright — Task 1-rev) */
body.page-mobile {
  background:
    radial-gradient(1100px 680px at 80% -20%, rgba(0, 240, 255, 0.055) 0%, transparent 56%),
    radial-gradient(820px 520px at -5% 92%, rgba(255, 36, 228, 0.06) 0%, transparent 60%),
    linear-gradient(125deg, #060914 0%, #090f1d 48%, #140924 100%);
}
body.page-mobile .ambient-cyan { background: rgba(0, 240, 255, 0.10); }
body.page-mobile .ambient-magenta { background: rgba(255, 36, 228, 0.09); }

/* Task 1-rev: ticker brighter on mobile — closer to desktop vibrancy */
body.page-mobile .ticker,
body.page-mobile .ticker.mobile {
  border-color: rgba(255, 56, 227, 0.65) !important;
  background:
    linear-gradient(112deg, rgba(26, 14, 40, 0.94), rgba(13, 20, 44, 0.9)),
    linear-gradient(90deg, rgba(255, 36, 228, 0.2), rgba(0, 240, 255, 0.06), rgba(255, 36, 228, 0.2)) !important;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.45),
    0 0 14px rgba(255, 36, 228, 0.36) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -9px 16px rgba(12, 5, 24, 0.5),
    0 8px 22px rgba(255, 22, 233, 0.28),
    0 0 0 1px rgba(255, 36, 228, 0.22),
    0 0 22px rgba(255, 58, 230, 0.28) !important;
  color: #f7fbff;
}
body.page-mobile .ticker .material-symbols-outlined {
  color: rgba(255, 180, 247, 1);
  text-shadow: 0 0 10px rgba(255, 77, 233, 0.62);
}

/* Task 2: tune CTA visibility and sizing */
body.page-mobile .button-primary {
  background: linear-gradient(92deg, rgba(0, 178, 195, 0.78) 0%, rgba(52, 198, 208, 0.78) 100%);
  color: #052026;
}
body.page-mobile .neon-cyan-shadow {
  box-shadow:
    0 0 18px rgba(0, 200, 225, 0.2),
    0 10px 18px rgba(2, 35, 40, 0.32);
}

/* Task: CTA button — feature-cta parity in cyan */
.button.hero-cta-main,
a.button.button-primary.hero-cta-main {
  margin-top: 0;
  min-height: 48px;
  padding-inline: 20px;
  border-color: rgba(0, 240, 255, 0.58);
  background: linear-gradient(135deg, rgba(74, 255, 255, 0.94), rgba(0, 223, 255, 0.82));
  color: #ffffff;
  font-size: 2.04rem;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 0 24px rgba(0, 240, 255, 0.28),
    0 16px 28px rgba(2, 35, 40, 0.42);
  position: relative;
  overflow: hidden;
}
.button.hero-cta-main::after,
a.button.button-primary.hero-cta-main::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.2), transparent 42%);
  opacity: 0.55;
  pointer-events: none;
}
.button.hero-cta-main:hover {
  border-color: rgba(77, 248, 255, 0.9);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 28px rgba(0, 240, 255, 0.34),
    0 18px 34px rgba(2, 35, 40, 0.46);
}
.button.hero-cta-main .material-symbols-outlined {
  color: #e9feff;
}
@media (max-width: 980px) {
  .button.hero-cta-main,
  a.button.button-primary.hero-cta-main.mobile-wide {
    min-height: 50px;
    padding-inline: 14px;
    letter-spacing: 0.11em;
    border-width: 1.5px;
  }
}

/* Hero headline: 2-line centered title with the same color treatment */
.hero-title-main.hero-title-choose {
  max-width: 100%;
  width: 100%;
  display: block;
  gap: 0;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-weight: 300;
  font-size: clamp(2rem, 6vw, 4.8rem);
  letter-spacing: 0.03em;
  line-height: 1.03;
  text-transform: none;
  margin: 0.2em 0 0.15em;
  white-space: normal;
  overflow: visible;
}

.hero-title-line-nowrap {
  display: inline;
}
.hero-title-choose .t-white {
  color: #ffffff;
  text-shadow:
    0 0 18px rgba(255, 255, 255, 0.28),
    0 0 42px rgba(200, 230, 255, 0.16);
}
.hero-title-choose .t-cyan {
  color: #00F0FF;
  text-shadow:
    0 0 18px rgba(0, 240, 255, 0.55),
    0 0 42px rgba(0, 240, 255, 0.32),
    0 0 78px rgba(0, 240, 255, 0.18);
}
.hero-title-choose .t-magenta {
  color: #FF24E4;
  text-shadow:
    0 0 18px rgba(255, 36, 228, 0.6),
    0 0 42px rgba(255, 36, 228, 0.32),
    0 0 78px rgba(255, 36, 228, 0.18);
}
.hero.hero-copy-only:has(.hero-title-choose) .hero-copy {
  align-items: center;
  text-align: center;
}
.hero.hero-copy-only:has(.hero-title-choose) .hero-sub,
.hero.hero-copy-only:has(.hero-title-choose) .hero-lead,
.hero.hero-copy-only:has(.hero-title-choose) .hero-intro-grid {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 981px) {
  body.page-desktop .hero.hero-copy-only:has(.hero-title-choose) .hero-copy {
    grid-template-areas:
      "title title"
      "lead intro"
      "benefits intro"
      "cta intro"
      "stats intro";
  }
  body.page-desktop .hero.hero-copy-only .hero-title-main.hero-title-choose {
    justify-self: stretch;
    width: 100%;
    margin-bottom: 8px;
  }
}
@media (max-width: 980px) {
  .hero-title-main.hero-title-choose {
    font-size: clamp(1.8rem, 9.5vw, 3rem);
    gap: 0;
    letter-spacing: 0.02em;
    white-space: normal;
    line-height: 1.04;
    padding: 0;
    overflow: visible;
  }
}
@media (max-width: 380px) {
  .hero-title-main.hero-title-choose {
    font-size: clamp(1.6rem, 9vw, 2.1rem);
    gap: 0.12em;
    letter-spacing: 0.01em;
  }
}

/* Tasks 7+8: brand as logo image */
.brand.brand-logo {
  display: inline-flex;
  align-items: center;
  padding: 0;
  line-height: 0;
}
.brand.brand-logo picture,
.brand.brand-logo img {
  display: block;
}
.brand.brand-logo img {
  height: 54px;
  width: auto;
  max-width: 340px;
  object-fit: contain;
  transform: translateY(10px) rotate(-10deg);
  transform-origin: left center;
}
body.page-mobile .brand.brand-logo img {
  height: 36px;
  max-width: 200px;
}
@media (max-width: 980px) {
  .brand.brand-logo img {
    height: 36px;
    max-width: 200px;
  }
}
@media (min-width: 981px) {
  .brand.brand-logo img,
  body.page-mobile .brand.brand-logo img {
    height: 50px;
    max-width: 320px;
    transform: translateY(10px) rotate(-10deg);
    transform-origin: left center;
  }

  .topbar .brand.brand-logo {
    height: 100%;
    display: inline-flex;
    align-items: center;
  }
}

/* Variant E sandbox: hero reviews carousel + lightbox */
.banner-carousel-wrap + main {
  margin-top: -12px;
}

.hero-title-main.hero-title-choose {
  text-transform: uppercase;
}

.hero-visual {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
}

.mobile-hero {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.mobile-hero > .media-strip-section--reviews {
  margin-bottom: 0;
}

.media-strip-section {
  margin-bottom: 26px;
}

.media-strip-section:last-child {
  margin-bottom: 0;
}

.review-head {
  margin: 0 4px 14px;
}

.review-head h2 {
  line-height: 1.1;
  white-space: normal;
  overflow-wrap: anywhere;
}

body.page-mobile .hero-copy .hero-sub {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.review-carousel {
  --review-card-width: 220px;
  --review-preview-height: 260px;
  --review-preview-visible-ratio: 1;
  position: relative;
  width: 100%;
  max-width: 100%;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  padding: 0;
}

.review-carousel-viewport {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 4px 4px;
  scroll-padding-inline: 4px;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.review-carousel-track {
  display: flex;
  gap: 14px;
  width: max-content;
  min-width: 100%;
}

.review-carousel-viewport::-webkit-scrollbar {
  display: none;
}

.review-slide {
  width: var(--review-card-width);
  min-width: var(--review-card-width);
  max-width: var(--review-card-width);
  flex: 0 0 var(--review-card-width);
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: block;
  scroll-snap-align: start;
}

.review-shot {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(159, 173, 224, 0.2);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
  box-shadow: 0 16px 24px rgba(2, 6, 18, 0.44);
  display: block;
  padding: 0;
}

.review-shot-title {
  margin: 0;
  font-family: "Onest", sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  letter-spacing: 0.07em;
  color: #f3f8ff;
}

.review-shot-text {
  margin: 0;
  font-family: "Onest", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0, 240, 255, 0.92);
}

.review-shot-hint {
  margin: 0;
  max-width: 30ch;
  color: rgba(219, 229, 251, 0.7);
  line-height: 1.4;
  font-size: 0.8rem;
}

.review-shot-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  padding: 0;
}

.review-shot-img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0;
  object-fit: cover;
  background: rgba(3, 8, 20, 0.88);
}

.review-carousel--marketplace .review-shot-marketplace {
  height: 100%;
}

.review-carousel--reviews .review-slide,
.review-carousel--marketplace .review-slide {
  display: block;
}

.review-carousel--reviews .review-slide,
.review-carousel--reviews .review-shot-review {
  max-height: calc(var(--review-preview-height) * var(--review-preview-visible-ratio));
}

.review-carousel--reviews .review-arrow,
.review-carousel--reviews .review-carousel-dots,
.review-carousel--marketplace .review-arrow,
.review-carousel--marketplace .review-carousel-dots {
  display: none;
}

.review-carousel--reviews .review-carousel-viewport,
.review-carousel--marketplace .review-carousel-viewport {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.review-carousel--reviews .review-carousel-viewport::-webkit-scrollbar,
.review-carousel--marketplace .review-carousel-viewport::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.review-carousel--marketplace .review-shot-marketplace {
  width: fit-content;
  height: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.review-carousel--reviews .review-shot-review {
  width: fit-content;
  height: calc(var(--review-preview-height) * var(--review-preview-visible-ratio));
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.review-carousel--marketplace .review-slide {
  width: fit-content;
  min-width: 0;
  max-width: 100%;
  flex: 0 0 auto;
}

.review-carousel--reviews .review-slide {
  width: fit-content;
  min-width: 0;
  max-width: 100%;
  height: calc(var(--review-preview-height) * var(--review-preview-visible-ratio));
  flex: 0 0 auto;
}

.review-carousel--reviews {
  --review-preview-visible-ratio: 0.908;
}

.review-carousel--marketplace .review-shot-marketplace.review-shot-image,
.review-carousel--reviews .review-shot-review.review-shot-image {
  aspect-ratio: auto;
}

.review-carousel--marketplace .review-shot-marketplace .review-shot-img {
  width: auto;
  height: auto;
  max-width: min(100%, calc(100vw - 56px));
  max-height: var(--review-preview-height);
  border-radius: 0;
  background: #02060f;
  object-fit: contain;
  object-position: center center;
}

.review-carousel--reviews .review-shot-review .review-shot-img {
  width: auto;
  height: auto;
  max-width: min(100%, calc(100vw - 56px));
  max-height: var(--review-preview-height);
  border-radius: 0;
  background: #02060f;
  object-fit: contain;
  object-position: center center;
  clip-path: inset(4.6% 0 4.6% 0);
  transform: scale(1.01);
}

.marketplace-footer-strip {
  margin: clamp(42px, 6vw, 84px) auto 0;
  padding: clamp(16px, 2.4vw, 24px);
  border: 1px solid rgba(145, 162, 210, 0.2);
  border-radius: clamp(18px, 2vw, 24px);
  background:
    radial-gradient(90% 120% at 12% 0%, rgba(0, 240, 255, 0.12), transparent 54%),
    radial-gradient(90% 120% at 88% 100%, rgba(255, 36, 228, 0.12), transparent 58%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 22px 42px rgba(2, 5, 14, 0.36);
  overflow: hidden;
}

.marketplace-footer-strip .review-head {
  justify-content: center;
  text-align: center;
  margin: 0 0 clamp(14px, 1.8vw, 20px);
}

.marketplace-footer-strip .review-carousel--marketplace .review-carousel-viewport {
  padding-block: 8px 4px;
}

.marketplace-footer-strip .review-carousel--marketplace .review-carousel-track {
  min-width: max-content;
}

@media (min-width: 981px) {
  .marketplace-footer-strip .review-carousel--marketplace .review-carousel-track {
    width: 100%;
    justify-content: center;
    gap: clamp(14px, 1.5vw, 22px);
  }

  .marketplace-footer-strip .review-carousel--marketplace .review-shot-marketplace .review-shot-img {
    max-height: clamp(210px, 18vw, 280px);
  }
}

@media (max-width: 980px) {
  .marketplace-footer-strip {
    margin-top: 46px;
    padding: 14px 10px 16px;
  }

  .marketplace-footer-strip .review-head {
    margin-bottom: 12px;
  }
}

.review-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 1px solid rgba(160, 177, 225, 0.46);
  border-radius: 10px;
  background: rgba(7, 16, 30, 0.72);
  color: rgba(237, 245, 255, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}

.review-arrow-prev {
  left: 16px;
}

.review-arrow-next {
  right: 16px;
}

.review-carousel-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 7px;
  z-index: 2;
}

.review-carousel-dots button {
  width: 7px;
  height: 7px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
  padding: 0;
  cursor: pointer;
}

.review-carousel-dots button.active {
  width: 17px;
  background: linear-gradient(90deg, var(--cyan), var(--magenta));
}

.review-lightbox {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 280ms ease, visibility 0ms linear 280ms;
}

.review-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0ms;
}

.review-lightbox.is-open.is-closing {
  opacity: 0;
  pointer-events: none;
}

.review-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 9, 19, 0.84);
  opacity: 0;
  transition: opacity 280ms ease;
}

.review-lightbox.is-open .review-lightbox-backdrop {
  opacity: 1;
}

.review-lightbox.is-open.is-closing .review-lightbox-backdrop {
  opacity: 0;
}

.review-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 100dvh;
  max-width: 100vw;
  max-height: 100dvh;
  padding:
    max(6px, env(safe-area-inset-top))
    max(6px, env(safe-area-inset-right))
    max(8px, env(safe-area-inset-bottom))
    max(6px, env(safe-area-inset-left));
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0;
  transform: translate3d(0, 12px, 0) scale(0.99);
  transition:
    opacity 280ms ease,
    transform 300ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.review-lightbox.is-open .review-lightbox-dialog {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.review-lightbox.is-open.is-closing .review-lightbox-dialog {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.985);
}

.review-lightbox-close {
  position: absolute;
  right: 10px;
  top: max(10px, env(safe-area-inset-top));
  width: 36px;
  height: 36px;
  border: 1px solid rgba(171, 188, 228, 0.42);
  border-radius: 10px;
  background: rgba(7, 17, 32, 0.72);
  color: rgba(237, 245, 255, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.review-lightbox-viewport {
  width: 100%;
  height: 100%;
  max-width: calc(100vw - 20px);
  max-height: calc(100dvh - 12px);
  margin-inline: auto;
  overflow: hidden;
  border-radius: 0;
  touch-action: none;
  display: flex;
  align-items: center;
}

.review-lightbox-track {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  will-change: transform;
}

.review-lightbox-slide {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.review-lightbox-slide .review-shot {
  width: min(100%, calc(100vw - 20px));
  max-width: calc(100vw - 20px);
  height: min(100%, calc(100dvh - 12px));
  max-height: calc(100dvh - 12px);
  border: 0;
  border-radius: 10px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.review-lightbox-slide .review-shot-review {
  width: 100%;
  height: 100%;
  max-width: calc(100vw - 20px);
  max-height: calc(100dvh - 12px);
  margin-inline: auto;
  aspect-ratio: auto;
}

.review-lightbox-slide .review-shot-marketplace {
  width: 100%;
  height: 100%;
  max-width: calc(100vw - 20px);
  max-height: calc(100dvh - 12px);
  aspect-ratio: auto;
  margin-inline: auto;
}

.review-lightbox-slide .review-shot-img {
  width: 100%;
  height: 100%;
  max-width: calc(100vw - 20px);
  max-height: calc(100dvh - 18px);
  object-fit: contain;
  border-radius: 9px;
  clip-path: none;
  transform: none;
  background: #02060f;
}

.review-lightbox-slide .review-shot-review .review-shot-img {
  object-fit: contain;
  object-position: center center;
  clip-path: none;
  transform: none;
}

.review-lightbox.is-review-source .review-lightbox-slide .review-shot-review .review-shot-img {
  object-fit: contain;
  object-position: center center;
  border-radius: 10px;
  clip-path: none;
  transform: none;
  background: #02060f;
}

.review-lightbox.is-review-source .review-lightbox-slide .review-shot-review {
  border: 0;
  border-radius: 10px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.review-lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 1px solid rgba(171, 188, 228, 0.42);
  border-radius: 10px;
  background: rgba(7, 17, 32, 0.72);
  color: rgba(237, 245, 255, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.review-lightbox-prev {
  left: 26px;
}

.review-lightbox-next {
  right: 26px;
}

@media (min-width: 981px) {
  .ticker {
    font-size: 1.27rem;
    padding: 18px 20px;
    line-height: 1.2;
    gap: 10px;
    min-height: 76px;
    text-align: center;
    align-items: center;
  }

  .ticker .material-symbols-outlined {
    font-size: 23px;
  }

  body.page-mobile .hero-title-main.hero-title-choose {
    font-size: clamp(1.96rem, 4.7vw, 4.15rem);
  }

  body.page-mobile .hero-title-main.hero-title-choose .hero-title-line-nowrap {
    display: inline-flex;
    gap: 0.24em;
    white-space: nowrap;
  }

  /* Desktop home split: left hero content + right reviews carousel */
  main > .hero.section-wrap {
    --hero-copy-boundary: clamp(520px, 44vw, 700px);
    --hero-title-track: clamp(560px, 46vw, 740px);
    --hero-title-track-width: min(100%, var(--hero-title-track));
    --hero-copy-pad-x: 0px;
    --hero-copy-pad-y: clamp(12px, 1.5vw, 20px);
    --hero-title-line-gap: clamp(4px, 0.35vw, 8px);
    --hero-bottom-cta-stats-gap: clamp(8px, 0.7vw, 12px);
    --hero-bottom-cta-stats-bottom-extend: 0px;
    --hero-reviews-carousel-top-offset: clamp(40px, 3.2vw, 54px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "copy-top visual"
      "copy-bottom hero-why";
    column-gap: clamp(26px, 3.2vw, 52px);
    row-gap: 0;
    align-items: start;
  }

  main > .hero.section-wrap > .hero-copy {
    display: contents;
  }

  main > .hero.section-wrap > .hero-copy > .hero-copy-block {
    width: min(100%, var(--hero-title-track-width));
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }

  main > .hero.section-wrap > .hero-copy > .hero-copy-block--top {
    grid-area: copy-top;
    padding: 0 var(--hero-copy-pad-x) var(--hero-copy-pad-y);
    padding-top: 0;
    gap: clamp(8px, 0.95vw, 12px);
    text-align: left;
    align-items: stretch;
    margin-top: 0;
    min-height: 0;
    align-self: stretch;
    justify-content: flex-start;
  }

  main > section.hero.section-wrap:nth-of-type(1) > div.hero-copy:nth-of-type(1) > div.hero-copy-block.hero-copy-block--bottom:nth-of-type(2) {
    grid-area: copy-bottom;
    position: relative;
    padding-inline: var(--hero-copy-pad-x);
    gap: var(--hero-bottom-cta-stats-gap);
    margin-top: var(--hero-reviews-carousel-top-offset);
    align-self: stretch;
    min-height: 0;
    height: calc(100% - var(--hero-reviews-carousel-top-offset));
    max-height: calc(100% - var(--hero-reviews-carousel-top-offset));
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: var(--hero-bottom-cta-stats-bottom-extend);
    box-sizing: border-box;
  }

  main > .hero.section-wrap > .hero-copy .hero-copy-block .hero-title-main.hero-title-choose {
    width: var(--hero-title-track-width);
    max-width: var(--hero-title-track-width);
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
    text-align: left;
    line-height: 0.99;
    margin-top: 0;
    margin-bottom: 0;
  }

  main > .hero.section-wrap > .hero-copy .hero-copy-block .hero-title-main.hero-title-choose > br {
    display: none;
  }

  main > .hero.section-wrap > .hero-copy .hero-copy-block .hero-title-main.hero-title-choose > .t-white,
  main > .hero.section-wrap > .hero-copy .hero-copy-block .hero-title-main.hero-title-choose > .hero-title-white {
    display: block;
    width: 100%;
    transform: scaleX(1.082);
    transform-origin: left center;
    font-size: 1em;
    letter-spacing: 0.032em;
    line-height: inherit;
    margin-bottom: clamp(0px, 0.14vw, 2px);
  }

  main > .hero.section-wrap > .hero-copy .hero-copy-block .hero-title-main.hero-title-choose > .t-cyan,
  main > .hero.section-wrap > .hero-copy .hero-copy-block .hero-title-main.hero-title-choose > .t-magenta {
    display: inline-block;
    font-size: 1.12em;
    letter-spacing: 0.045em;
    line-height: inherit;
    transform: scaleX(1.04);
    transform-origin: left center;
  }

  main > .hero.section-wrap > .hero-copy .hero-copy-block .hero-title-main.hero-title-choose > .t-cyan {
    width: 62%;
    margin-right: 0;
  }

  main > .hero.section-wrap > .hero-copy .hero-copy-block .hero-title-main.hero-title-choose > .t-magenta {
    width: 38%;
    text-align: right;
  }

  main > .hero.section-wrap > .hero-copy .hero-copy-block .hero-title-led {
    margin-left: 0;
    margin-right: 0;
  }

  main > .hero.section-wrap > .hero-copy .hero-copy-block .hero-sub,
  main > .hero.section-wrap > .hero-copy .hero-copy-block .hero-cta-main,
  main > .hero.section-wrap > .hero-copy .hero-copy-block .hero-benefits,
  main > .hero.section-wrap > .hero-copy .hero-copy-block .hero-cta-row,
  main > .hero.section-wrap > .hero-copy .hero-copy-block .hero-intro-grid,
  main > .hero.section-wrap > .hero-copy .hero-copy-block .stats-grid {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
  }

  main > .hero.section-wrap > .hero-copy > .hero-copy-block--top > .hero-sub {
    margin-top: 0;
    margin-bottom: clamp(2px, 0.35vw, 6px);
    width: var(--hero-title-track-width);
    max-width: var(--hero-title-track-width);
    font-size: clamp(0.96rem, 0.92rem + 0.15vw, 1.03rem);
    letter-spacing: 0.01em;
    line-height: 1.44;
    white-space: nowrap;
    transform-origin: left center;
    transform: translateY(clamp(14px, 1vw, 18px)) scaleX(1.101);
  }

  main > .hero.section-wrap > .hero-copy .hero-copy-block .hero-title-line-nowrap {
    display: inline-flex;
    width: var(--hero-title-track-width);
    max-width: 100%;
    justify-content: flex-start;
    align-items: baseline;
    gap: 0.24em;
    white-space: nowrap;
    transform: scaleX(1.182);
    transform-origin: left center;
  }

  main > .hero.section-wrap > .hero-copy .hero-copy-block .hero-title-main.hero-title-choose > .hero-title-line-nowrap > .t-cyan,
  main > .hero.section-wrap > .hero-copy .hero-copy-block .hero-title-main.hero-title-choose > .hero-title-line-nowrap > .t-magenta {
    display: inline-block;
    font-size: 1.07em;
    letter-spacing: 0.04em;
    line-height: inherit;
    transform: scaleX(1);
    transform-origin: left center;
  }

  main > .hero.section-wrap > .hero-copy .hero-copy-block .hero-title-main.hero-title-choose > .hero-title-line-nowrap > .t-cyan {
    width: auto;
  }

  main > .hero.section-wrap > .hero-copy .hero-copy-block .hero-title-main.hero-title-choose > .hero-title-line-nowrap > .t-magenta {
    width: auto;
    text-align: left;
  }

  main > .hero.section-wrap > .hero-copy > .hero-copy-block--top > .hero-title-main.hero-title-choose,
  main > .hero.section-wrap > .hero-copy > .hero-copy-block--top > .ticker.mobile {
    width: var(--hero-title-track-width);
    max-width: var(--hero-title-track-width);
    margin-top: clamp(4px, 0.3vw, 6px);
  }

  main > section.hero.section-wrap:nth-of-type(1) > div.hero-copy:nth-of-type(1) > div.hero-copy-block.hero-copy-block--bottom:nth-of-type(2) > .hero-cta-main {
    position: relative;
    min-height: 72px;
    min-width: 0;
    padding-inline: 14px;
    border-width: 1.5px;
    border-color: rgba(0, 240, 255, 0.42);
    background: linear-gradient(135deg, rgba(0, 240, 255, 0.34), rgba(0, 240, 255, 0.08));
    color: #e8fdff;
    font-size: clamp(1.06rem, 0.88rem + 0.4vw, 1.34rem);
    letter-spacing: 0.04em;
    text-wrap: nowrap;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.08;
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.06) inset,
      0 0 24px rgba(0, 240, 255, 0.28),
      0 16px 28px rgba(2, 35, 40, 0.42);
    border-radius: 14px;
  }

  main > section.hero.section-wrap:nth-of-type(1) > div.hero-copy:nth-of-type(1) > div.hero-copy-block.hero-copy-block--bottom:nth-of-type(2) > .hero-cta-main::before {
    content: "";
    position: absolute;
    inset: -18% auto -18% -38%;
    width: 34%;
    border-radius: inherit;
    background: linear-gradient(
      112deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.08) 34%,
      rgba(255, 255, 255, 0.24) 52%,
      rgba(255, 255, 255, 0.06) 68%,
      rgba(255, 255, 255, 0) 100%
    );
    filter: blur(0.4px);
    pointer-events: none;
    transform: translateX(-165%) skewX(-14deg);
    animation: hero-cta-glass-shimmer 4.8s ease-in-out infinite;
    will-change: transform, opacity;
    opacity: 0.62;
  }

  main > section.hero.section-wrap:nth-of-type(1) > div.hero-copy:nth-of-type(1) > div.hero-copy-block.hero-copy-block--bottom:nth-of-type(2) > .hero-cta-main::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.16), transparent 45%);
    opacity: 0.5;
    pointer-events: none;
  }

  main > section.hero.section-wrap:nth-of-type(1) > div.hero-copy:nth-of-type(1) > div.hero-copy-block.hero-copy-block--bottom:nth-of-type(2) > .hero-cta-row {
    gap: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-mobile .hero-copy .hero-sub {
    text-align: left;
  }

  body.page-mobile .hero-copy .ticker.mobile {
    justify-content: flex-start;
    text-align: left;
    margin: 4px 0;
  }

  main > .hero.section-wrap > .hero-copy > .hero-copy-block--top > .ticker.mobile {
    width: 100%;
    margin-top: auto;
    margin-bottom: clamp(20px, 2vw, 32px);
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    min-height: 82px;
    padding-block: 20px;
    font-size: 1.36rem;
    line-height: 1.2;
    letter-spacing: 0.045em;
  }

  .hero.hero-copy-only:has(.hero-title-choose) .hero-copy,
  .hero.hero-copy-only:has(.hero-title-choose) .hero-sub {
    text-align: left;
  }

  .hero.hero-copy-only:has(.hero-title-choose) .hero-sub,
  .hero.hero-copy-only:has(.hero-title-choose) .hero-lead,
  .hero.hero-copy-only:has(.hero-title-choose) .hero-intro-grid {
    margin-left: 0;
    margin-right: 0;
  }

  main > section.hero.section-wrap:nth-of-type(1) > div.hero-copy:nth-of-type(1) > div.hero-copy-block.hero-copy-block--bottom:nth-of-type(2) > .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-width: 100%;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
  }

  main > section.hero.section-wrap:nth-of-type(1) > div.hero-copy:nth-of-type(1) > div.hero-copy-block.hero-copy-block--bottom:nth-of-type(2) > .stats-grid .stat {
    min-width: 0;
    min-height: clamp(64px, 5vw, 76px);
    padding: 7px 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2px;
    overflow: hidden;
  }

  main > section.hero.section-wrap:nth-of-type(1) > div.hero-copy:nth-of-type(1) > div.hero-copy-block.hero-copy-block--bottom:nth-of-type(2) > .stats-grid .stat-value,
  main > section.hero.section-wrap:nth-of-type(1) > div.hero-copy:nth-of-type(1) > div.hero-copy-block.hero-copy-block--bottom:nth-of-type(2) > .stats-grid .stat-label {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
    white-space: normal;
    text-wrap: wrap;
    overflow: hidden;
  }

  main > section.hero.section-wrap:nth-of-type(1) > div.hero-copy:nth-of-type(1) > div.hero-copy-block.hero-copy-block--bottom:nth-of-type(2) > .stats-grid .stat-value {
    font-size: 19px;
    line-height: 1.14;
  }

  main > section.hero.section-wrap:nth-of-type(1) > div.hero-copy:nth-of-type(1) > div.hero-copy-block.hero-copy-block--bottom:nth-of-type(2) > .stats-grid .stat-label {
    font-size: calc(clamp(0.65rem, 0.56rem + 0.11vw, 0.76rem) + 1px);
    line-height: 1.24;
    letter-spacing: 0.02em;
  }

  main > section.hero.section-wrap:nth-of-type(1) > div.hero-copy:nth-of-type(1) > div.hero-copy-block.hero-copy-block--bottom:nth-of-type(2) > .stats-grid.mobile > .stat:first-child {
    display: flex;
    flex-direction: column;
  }

  main > section.hero.section-wrap:nth-of-type(1) > div.hero-copy:nth-of-type(1) > div.hero-copy-block.hero-copy-block--bottom:nth-of-type(2) > .stats-grid.mobile > .stat:first-child > .stat-label {
    order: 1;
    font-size: 19px;
    line-height: 1.14;
    color: var(--cyan);
    text-shadow: 0 0 12px rgba(0, 240, 255, 0.33);
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: capitalize;
  }

  main > section.hero.section-wrap:nth-of-type(1) > div.hero-copy:nth-of-type(1) > div.hero-copy-block.hero-copy-block--bottom:nth-of-type(2) > .stats-grid.mobile > .stat:first-child > .stat-value {
    order: 2;
    font-size: calc(clamp(0.65rem, 0.56rem + 0.11vw, 0.76rem) + 1px);
    line-height: 1.24;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: rgba(231, 238, 246, 0.84);
    text-shadow: none;
  }

  main > section.hero.section-wrap:nth-of-type(1) > div.hero-copy:nth-of-type(1) > div.hero-copy-block.hero-copy-block--bottom:nth-of-type(2) > .stats-grid .stat-value-delivery {
    font-size: clamp(0.88rem, 0.78rem + 0.18vw, 1rem);
    line-height: 1.14;
  }

  main > section.hero.section-wrap:nth-of-type(1) > div.hero-copy:nth-of-type(1) > div.hero-copy-block.hero-copy-block--bottom:nth-of-type(2) > .stats-grid.mobile > .stat:nth-child(4) > .stat-value.cyan:first-child {
    font-size: 19px;
    line-height: 1.14;
  }

  main > .hero.section-wrap > .hero-visual.mobile-hero {
    display: contents;
  }

  main > .hero.section-wrap > .hero-visual.mobile-hero > .media-strip-section--reviews {
    grid-area: visual;
    margin: 0;
    margin-top: 0;
  }

  main > .hero.section-wrap > .hero-visual.mobile-hero {
    min-width: 0;
  }

  main > .hero.section-wrap > .hero-visual.mobile-hero > .media-strip-section {
    width: 100%;
    max-width: 620px;
    margin: 0;
  }

  main > .hero.section-wrap > .hero-visual.mobile-hero > .hero-why-panel {
    grid-area: hero-why;
    width: 100%;
    max-width: 620px;
    min-width: 0;
    min-height: 0;
    height: calc(100% - var(--hero-reviews-carousel-top-offset));
    max-height: calc(100% - var(--hero-reviews-carousel-top-offset));
    margin: var(--hero-reviews-carousel-top-offset) 0 0;
    padding: clamp(14px, 1.22vw, 18px);
    border-radius: 18px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: clamp(10px, 0.9vw, 13px);
    overflow: hidden;
    background:
      linear-gradient(150deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
      radial-gradient(120% 90% at 8% 0%, rgba(0, 240, 255, 0.14), transparent 48%),
      radial-gradient(120% 110% at 100% 100%, rgba(255, 36, 228, 0.12), transparent 50%);
  }

  .hero-why-panel h2 {
    color: rgba(246, 250, 255, 0.96);
    font-size: clamp(0.98rem, 0.83rem + 0.34vw, 1.24rem);
    line-height: 1.14;
    letter-spacing: 0.075em;
    text-shadow:
      0 0 18px rgba(0, 240, 255, 0.22),
      0 0 26px rgba(255, 36, 228, 0.14);
  }

  .hero-why-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: minmax(0, 1fr);
    flex: 1 1 auto;
    min-height: 0;
  }

  .hero-why-item {
    min-height: 0;
    border: 1px solid rgba(159, 173, 224, 0.22);
    border-radius: 14px;
    padding: 9px 10px;
    color: rgba(234, 243, 255, 0.9);
    font-size: clamp(0.74rem, 0.68rem + 0.12vw, 0.84rem);
    line-height: 1.24;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.18),
      0 12px 22px rgba(2, 6, 18, 0.32);
  }

  .hero-why-item .material-symbols-outlined {
    color: var(--cyan);
    font-size: 19px;
    text-shadow: 0 0 12px rgba(0, 240, 255, 0.34);
  }

  main:has(.hero-why-panel) > .why-buy-section {
    display: none;
  }

  @keyframes hero-cta-glass-shimmer {
    0% {
      transform: translateX(-168%) skewX(-14deg);
      opacity: 0;
    }
    12% {
      opacity: 0.48;
    }
    45% {
      transform: translateX(342%) skewX(-14deg);
      opacity: 0.58;
    }
    62% {
      opacity: 0;
    }
    100% {
      transform: translateX(342%) skewX(-14deg);
      opacity: 0;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    main > section.hero.section-wrap:nth-of-type(1) > div.hero-copy:nth-of-type(1) > div.hero-copy-block.hero-copy-block--bottom:nth-of-type(2) > .hero-cta-main::before {
      animation: none;
      opacity: 0.2;
    }
  }
}

@media (max-width: 980px) {
  .banner-carousel-wrap + main {
    margin-top: -12px;
  }

  body.page-mobile .hero-copy-block--bottom > .stats-grid {
    margin-top: 12px;
  }

  body.page-mobile .hero-visual.mobile-hero {
    padding-bottom: 0;
    margin-bottom: -20px;
  }

  .hero-copy {
    gap: 6px;
  }

  body.page-mobile h1.hero-title-main {
    margin-top: 20px;
  }

  body.page-mobile h1.hero-title-main.hero-title-choose.hero-title-led {
    margin-top: 40px;
  }

  body.page-mobile section.section-wrap:has(.section-head) {
    margin-top: -30px;
    padding-top: 0;
  }

  body.page-mobile section.section-wrap + section.section-wrap::before {
    content: "";
    display: block;
    width: 80%;
    max-width: 1200px;
    height: 1px;
    background: rgba(231, 235, 255, 0.1);
    margin: 0 auto 40px;
  }

  body.page-mobile .novinki-section + section.section-wrap::before {
    content: none;
    display: none !important;
  }

  body.page-mobile #brands + section.section-wrap::before {
    content: none;
    display: none !important;
  }

  body.page-mobile .section-head {
    margin-top: 20px;
  }

  body.page-mobile .review-head {
    margin-bottom: 10px;
  }

body.page-mobile .review-carousel {
  --review-card-width: 170px;
  --review-preview-height: 210px;
}

body.page-mobile .review-carousel--reviews {
  --review-preview-visible-ratio: 0.912;
}

  body.page-mobile .review-carousel--marketplace .review-carousel-viewport,
  body.page-mobile .review-carousel--reviews .review-carousel-viewport {
    padding: 2px;
    scroll-padding-inline: 2px;
  }

  body.page-mobile .review-carousel--marketplace .review-carousel-track,
  body.page-mobile .review-carousel--reviews .review-carousel-track {
    gap: 10px;
  }

  body.page-mobile .review-shot {
    padding: 0;
  }

  body.page-mobile .review-carousel--reviews .review-shot-review,
  body.page-mobile .review-carousel--marketplace .review-shot-marketplace {
    border-radius: 14px;
  }

  body.page-mobile .review-carousel--marketplace .review-shot-marketplace {
    width: fit-content;
    height: fit-content;
  }

  body.page-mobile .review-carousel--marketplace .review-shot-marketplace .review-shot-img {
    width: auto;
    height: auto;
    object-fit: contain;
  }

  body.page-mobile .review-carousel--reviews .review-shot-review .review-shot-img {
    clip-path: inset(4.4% 0 4.4% 0);
    transform: scale(1.008);
  }

  body.page-mobile .novinki-section {
    margin-top: 30px;
  }

  .review-shot-hint {
    font-size: 0.72rem;
  }

  .review-arrow {
    width: 32px;
    height: 32px;
    border-radius: 9px;
  }

  .review-arrow-prev {
    left: 10px;
  }

  .review-arrow-next {
    right: 10px;
  }

  .review-carousel-dots {
    bottom: 10px;
    gap: 6px;
  }

  .review-lightbox {
    padding: 0;
  }

  .review-lightbox-dialog {
    width: 100vw;
    height: 100dvh;
    padding:
      max(4px, env(safe-area-inset-top))
      max(4px, env(safe-area-inset-right))
      max(6px, env(safe-area-inset-bottom))
      max(4px, env(safe-area-inset-left));
    border-radius: 0;
  }

  .review-lightbox-slide .review-shot {
    max-width: calc(100vw - 20px);
    max-height: calc(100dvh - 8px);
  }

  .review-lightbox-slide .review-shot-img {
    max-width: calc(100vw - 20px);
    max-height: calc(100dvh - 12px);
  }

  .review-lightbox-arrow {
    width: 34px;
    height: 34px;
  }

  .review-lightbox-prev {
    left: 12px;
  }

  .review-lightbox-next {
    right: 12px;
  }

  body.page-mobile .review-lightbox.is-review-source .review-lightbox-slide .review-shot-review .review-shot-img {
    object-fit: cover;
    object-position: center 65%;
    clip-path: inset(3.5% 0 2% 0 round 10px);
    transform: scale(1.015);
  }

  body.page-mobile .review-lightbox .review-lightbox-close,
  body.page-mobile .review-lightbox .review-lightbox-arrow {
    display: none !important;
  }
}

/* Task: mobile hero CTA — fit text across button width, small side padding */
@media (max-width: 980px) {
  body.page-mobile .button.hero-cta-main,
  body.page-mobile a.button.button-primary.hero-cta-main.mobile-wide {
    font-size: clamp(0.9rem, 4.77vw, 1.44rem);
    letter-spacing: 0.04em;
    padding-inline: 10px;
    white-space: nowrap;
    background: linear-gradient(135deg, rgba(0, 240, 255, 0.34), rgba(0, 240, 255, 0.08));
    border-color: rgba(0, 240, 255, 0.42);
    color: #e8fdff;
  }
  body.page-mobile .button.hero-cta-main::after,
  body.page-mobile a.button.button-primary.hero-cta-main.mobile-wide::after {
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.16), transparent 45%);
    opacity: 0.5;
  }
}

/* Task: stat tiles — -10% height, colored value font -2px */
@media (max-width: 980px) {
  body.page-mobile .stat {
    min-height: 54px;
    padding: 6px 6px;
  }
  body.page-mobile .stat-value,
  body.page-mobile .stat-value-delivery {
    font-size: 0.94rem;
  }
  body.page-mobile .stat .stat-value-delivery + .stat-label {
    max-width: none;
    white-space: nowrap;
    font-size: 0.68rem;
  }
}

/* Task: +5% font on feature-offer CTAs (Оставить заявку / Запросить условия) */
@media (max-width: 980px) {
  body.page-mobile #custom.feature-offer .feature-cta,
  body.page-mobile #wholesale.feature-offer .feature-cta {
    font-size: 0.651rem;
  }
}

/* Task: +10% font on feature-offer chips (Макет до 24ч / Гарантия / круга правок / Отгрузка / Партия / Личный менеджер) */
@media (max-width: 980px) {
  body.page-mobile #custom.feature-offer .offer-grid span,
  body.page-mobile #wholesale.feature-offer .offer-grid span {
    font-size: 0.737rem;
  }
}

/* Task: soft white neon headings (Мы на маркетплейсах / Реальные отзывы клиентов) */
.neon-title {
  text-transform: none;
  white-space: nowrap;
  color: #d6dce6;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.22),
    0 0 22px rgba(220, 232, 248, 0.14);
}
.neon-title .t-white,
.neon-title .t-cyan,
.neon-title .t-magenta {
  display: inline;
  color: inherit;
  text-shadow: inherit;
}

/* Task: cyan neon outline on custom design / wholesale feature boxes */
body.page-mobile #custom.feature-offer,
body.page-mobile #wholesale.feature-offer {
  border: 1.5px solid rgba(0, 240, 255, 0.55);
  box-shadow:
    0 0 0 1px rgba(0, 240, 255, 0.12) inset,
    0 0 22px rgba(0, 240, 255, 0.32),
    0 0 46px rgba(0, 240, 255, 0.18),
    0 18px 34px rgba(2, 35, 40, 0.38);
}

/* Task: fit renamed h2 on a single line in feature-offer blocks on mobile */
@media (max-width: 980px) {
  body.page-mobile #custom.feature-offer .feature-copy h2,
  body.page-mobile #wholesale.feature-offer .feature-copy h2 {
    white-space: nowrap;
    font-size: clamp(0.86rem, 4.25vw, 1.3rem);
    letter-spacing: 0.02em;
  }
}

/* Task: ticker size adjustments */
@media (max-width: 980px) {
  body.page-mobile .ticker,
  body.page-mobile .ticker.mobile {
    font-size: 0.828rem;
    min-height: 46px;
    padding: 9.2px 12.65px;
  }

  body.page-mobile .ticker .material-symbols-outlined {
    font-size: 19.55px;
  }
}

@media (min-width: 981px) {
  .ticker {
    font-size: 1.36rem;
    min-height: 82px;
    padding: 20px 24px;
  }

  .ticker .material-symbols-outlined {
    font-size: 26px;
  }
}

.topbar-actions-inline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.amaled-header-cart {
  position: relative;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  padding: 0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(216, 248, 250, 0.9);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(145, 162, 210, 0.28);
  backdrop-filter: blur(20px) saturate(130%);
  -webkit-backdrop-filter: blur(20px) saturate(130%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -2px 12px rgba(7, 9, 21, 0.52),
    0 10px 24px rgba(2, 4, 12, 0.4);
}

.amaled-header-cart:hover {
  color: var(--cyan);
}

.amaled-header-cart .material-symbols-outlined {
  font-size: 18px;
}

.amaled-header-orders {
  position: relative;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  padding: 0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(216, 248, 250, 0.9);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(145, 162, 210, 0.28);
  backdrop-filter: blur(20px) saturate(130%);
  -webkit-backdrop-filter: blur(20px) saturate(130%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -2px 12px rgba(7, 9, 21, 0.52),
    0 10px 24px rgba(2, 4, 12, 0.4);
}
.amaled-header-orders:hover {
  color: var(--cyan);
}
.amaled-header-orders .material-symbols-outlined {
  font-size: 18px;
}

.amaled-header-cart .cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  display: none;
  min-width: 16px;
  height: 16px;
  padding-inline: 4px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: var(--cyan);
  color: #001820;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  font-family: "IBM Plex Sans", sans-serif;
}

@media (max-width: 640px) {
  .topbar-actions-inline {
    gap: 6px;
    flex-shrink: 0;
  }
}
