/* ══════════════════════════════════════════════════════
   o-produkcii.css — премиум-версия
   ══════════════════════════════════════════════════════ */

body.page-oprod { background: #f4f9ff; }
main { padding-top: 0; }

:root {
  --op-blue:    #0656b9;
  --op-teal:    #00bddc;
  --op-purple:  #7b52e8;
  --op-ink:     #0b1830;
  --op-muted:   #4a6080;
  --op-line:    #dae8f8;
  --op-bg:      #f4f9ff;
  --op-dark-bg: #030c1c;
  --op-gradient: linear-gradient(135deg, #0656b9 0%, #00bddc 100%);
  --op-gradient-soft: linear-gradient(135deg, #0656b9 0%, #6fb2ff 50%, #00bddc 100%);
}

/* ── БАЗОВЫЕ СЕКЦИИ ─────────────────────────────── */
.op-sec {
  position: relative;
  padding: 96px 0;
  background: #fff;
  overflow: hidden;
}
.op-sec + .op-sec:not(.op-sec--dark):not(.op-sec--blue):not(.op-sec--pale):not(.op-triggers) {
  border-top: 1px solid var(--op-line);
}
.op-sec--dark {
  background: var(--op-dark-bg);
  color: #fff;
}
.op-sec--dark::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 8% 12%,  rgba(0,189,220,.14) 0%, transparent 56%),
    radial-gradient(ellipse 55% 50% at 95% 88%, rgba(6,86,185,.22)  0%, transparent 55%),
    radial-gradient(ellipse 40% 40% at 55% 50%, rgba(123,82,232,.08) 0%, transparent 60%);
  pointer-events: none;
}
.op-sec--dark::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 30%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 30%, transparent 100%);
}
.op-sec--dark .wrap { position: relative; z-index: 2; }
.op-sec--blue { background: linear-gradient(158deg, #eaf4ff 0%, #d1e6ff 100%); }
.op-sec--pale { background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%); }

/* ── CHIPS & TYPO ───────────────────────────────── */
.op-chip-mini {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 14px 6px 10px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .65);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 189, 220, .22);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #0656b9;
  margin-bottom: 18px;
  box-shadow: 0 1px 4px rgba(6, 86, 185, .06);
}
.op-chip-mini::before {
  content: '';
  display: block;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0656b9, #00bddc);
  flex-shrink: 0;
  animation: op-blink 2.2s ease-in-out infinite;
}
@keyframes op-blink { 50% { opacity: .3; } }

/* На тёмном фоне */
.op-chip-mini--on-dark {
  background: rgba(6, 16, 40, .55);
  border-color: rgba(0, 189, 220, .28);
  color: rgba(180, 220, 255, .9);
  box-shadow: none;
}
.op-chip-mini--on-dark::before {
  background: linear-gradient(135deg, #00bddc, #6fe0ff);
}

.op-section-title {
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.06;
  color: var(--op-ink);
  margin: 0 0 14px;
}
.op-title--light { color: #fff; }
.op-section-lead {
  max-width: 780px;
  font-size: 1.04rem;
  line-height: 1.75;
  color: var(--op-muted);
  margin-bottom: 44px;
}

/* ═══════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════ */
.op-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 150px 0 150px;
  min-height: 100vh;
  background:
    radial-gradient(ellipse 80% 60% at 15% 10%, rgba(0,189,220,.22) 0%, transparent 55%),
    radial-gradient(ellipse 70% 60% at 85% 95%, rgba(123,82,232,.18) 0%, transparent 55%),
    linear-gradient(140deg, #030d23 0%, #052f6a 45%, #0a71b6 100%);
  color: #fff;
}

.op-hero--page {
  padding-top: 200px;
}
.op-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 60% 50% at 40% 30%, #000 0%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 60% 50% at 40% 30%, #000 0%, transparent 80%);
  pointer-events: none;
  z-index: 0;
}
.op-hero-aurora {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.op-aur {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  animation: op-float 12s ease-in-out infinite;
}
.op-aur--1 {
  width: 560px; height: 560px;
  top: -140px; left: -120px;
  background: radial-gradient(circle, rgba(0,189,220,.45), transparent 60%);
}
.op-aur--2 {
  width: 440px; height: 440px;
  right: -80px; top: 30%;
  background: radial-gradient(circle, rgba(123,82,232,.35), transparent 60%);
  animation-delay: -4s;
}
.op-aur--3 {
  width: 380px; height: 380px;
  left: 40%; bottom: -100px;
  background: radial-gradient(circle, rgba(6,86,185,.5), transparent 60%);
  animation-delay: -8s;
}
@keyframes op-float {
  0%, 100% { transform: translate(0,0) scale(1); }
  50%      { transform: translate(24px, -20px) scale(1.07); }
}

.op-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}
.op-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px 9px 14px;
  border-radius: 99px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(220,245,255,.9);
  margin-bottom: 24px;
}
.op-hero-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--op-teal);
  box-shadow: 0 0 12px var(--op-teal);
  animation: op-blink 1.8s ease-in-out infinite;
}
.op-hero-title {
  font-size: clamp(2.4rem, 5.5vw, 4.6rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.02;
  color: #fff;
  margin: 0;
}
.op-hero-accent {
  background: linear-gradient(120deg, #6fe0ff 0%, #00bddc 45%, #6fb2ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.op-hero-lead {
  margin: 28px 0 32px;
  max-width: 540px;
  font-size: 1.08rem;
  line-height: 1.74;
  color: rgba(220,238,255,.82);
}
.op-hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.op-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 14px;
  font-size: .95rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s;
  white-space: nowrap;
}
.op-hero-btn--primary {
  /* Как кнопка в карточке каталога (.cat-card-buy): var(--blue), но форма как у героя (padding / radius) */
  background: var(--blue);
  color: #fff;
  border: 1.5px solid var(--blue);
  box-shadow: 0 8px 24px rgba(6, 86, 185, 0.32);
}
.op-hero-btn--primary:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
  box-shadow: 0 12px 32px rgba(6, 86, 185, 0.45);
}
.op-hero-btn--ghost {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
}
.op-hero-btn--ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.28); }

/* Правая часть — чипы и орб */
.op-hero-right {
  position: relative;
  min-height: 480px;
}
.op-hero-chip {
  position: absolute;
  padding: 18px 22px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 40px rgba(0,0,0,.18);
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 170px;
  z-index: 2;
  animation: op-chip-float 6s ease-in-out infinite;
}
.op-hero-chip strong {
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #fff;
  line-height: 1;
}
.op-hero-chip span {
  font-size: .76rem;
  color: rgba(220,240,255,.68);
  margin-top: 6px;
}
.op-hero-chip--1 { top:  5%; left: -16px; animation-delay: 0s; max-width: 240px; }
.op-hero-chip--1 span { line-height: 1.35; }
.op-hero-chip--2 { top: 2%; right: -48px; animation-delay: -1.5s; max-width: 240px; }
.op-hero-chip--2 span { line-height: 1.35; }
.op-hero-chip--3 { bottom: 28%; left: -80px; animation-delay: -3s; max-width: 240px; }
.op-hero-chip--3 span { line-height: 1.35; }
.op-hero-chip--4 { bottom: 32%; right: -80px; animation-delay: -4.5s; max-width: 240px; }
.op-hero-chip--4 span { line-height: 1.35; }
.op-hero-chip--5 {
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  max-width: 260px;
  animation-delay: -6s;
}
.op-hero-chip--5 span { line-height: 1.35; }
@keyframes op-chip-float {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-8px); }
}

.op-hero-orb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 220px;
  z-index: 1;
}
.op-hero-orb-core {
  position: absolute;
  inset: 35%;
  border-radius: 50%;
  background: radial-gradient(circle, #00bddc 0%, #0656b9 70%);
  box-shadow: 0 0 80px rgba(0,189,220,.6), 0 0 140px rgba(6,86,185,.4);
  animation: op-orb-pulse 3s ease-in-out infinite;
}
@keyframes op-orb-pulse {
  0%,100% { transform: scale(1);   filter: brightness(1); }
  50%     { transform: scale(1.08); filter: brightness(1.15); }
}
.op-hero-orb-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(0,189,220,.3);
  animation: op-ring-spin 14s linear infinite;
}
.op-hero-orb-ring--1 { inset: 20%; border-color: rgba(0,189,220,.25); animation-duration: 16s; }
.op-hero-orb-ring--2 { inset: 8%;  border-color: rgba(111,178,255,.2); animation-duration: 22s; animation-direction: reverse; }
.op-hero-orb-ring--3 { inset: -5%; border-color: rgba(255,255,255,.08); animation-duration: 28s; }
.op-hero-orb-ring::after {
  content: '';
  position: absolute;
  top: -3px; left: 50%;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--op-teal);
  box-shadow: 0 0 16px var(--op-teal);
  transform: translateX(-50%);
}
@keyframes op-ring-spin { to { transform: rotate(360deg); } }

.op-hero-scroll {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(220,238,255,.55);
  animation: op-scroll-bounce 2.5s ease-in-out infinite;
  z-index: 2;
}
@keyframes op-scroll-bounce {
  0%,100% { transform: translate(-50%, 0); }
  50%     { transform: translate(-50%, 6px); }
}

/* ─── Герой: вход ─────────────────────────────────────────────
   Элементы несут inline style="opacity:0" в HTML — это надёжный
   старт до CSS. Анимация (fill-mode:both) перекрывает inline-opacity
   и оставляет opacity:1 после завершения.
   При prefers-reduced-motion или при ошибке JS → класс op-hero-in--settled
   принудительно показывает контент через !important.
   ────────────────────────────────────────────────────────────── */
@keyframes op-hero-in-kf {
  from { opacity: 0; transform: translate3d(0, 22px, 0); }
  to   { opacity: 1; transform: translate3d(0, 0, 0); }
}

/* Базовое правило: анимация — всегда, delay по классу */
body.page-oprod .op-hero .op-hero-in {
  animation: op-hero-in-kf 0.82s cubic-bezier(.34, 1.18, .64, 1) both;
}
.op-initially-hidden { opacity: 0; }
.op-width-100 { width: 100%; }
.op-width-92 { width: 92%; }
.op-width-80 { width: 80%; }
.op-width-68 { width: 68%; }
.op-width-55 { width: 55%; }
.op-width-51 { width: 50.8%; }
.op-width-32 { width: 31.7%; }
body.page-oprod .op-hero .op-hero-in--1 { animation-delay: 0.07s; }
body.page-oprod .op-hero .op-hero-in--2 { animation-delay: 0.15s; }
body.page-oprod .op-hero .op-hero-in--3 { animation-delay: 0.26s; }

/* Страховка JS: settled — всегда видимо */
body.page-oprod .op-hero .op-hero-in.op-hero-in--settled {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

/* ═══════════════════════════════════════════════
   БЛОК 1 — Статистика + диаграмма
   ═══════════════════════════════════════════════ */
.op-f1-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 22px;
  align-items: stretch;
}
.op-f1-text {
  position: relative;
  padding: 48px;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(0,189,220,.06), rgba(6,86,185,.04));
  border: 1px solid rgba(0,189,220,.18);
  overflow: hidden;
}
.op-f1-text::before {
  content: '';
  position: absolute;
  top: -2px; left: 40px; right: 40px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--op-teal), transparent);
}
/* Вводная строка перед заголовком */
.op-f1-intro-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .92rem;
  font-weight: 500;
  letter-spacing: .04em;
  color: rgba(160, 210, 255, .55);
  margin-bottom: 14px;
}
.op-f1-intro-line::before {
  content: '';
  flex-shrink: 0;
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0,189,220,.6), transparent);
}

/* Крупный акцентный заголовок */
.op-f1-heading {
  font-size: clamp(1.4rem, 2.15vw, 1.95rem);
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -.025em;
  color: rgba(235,248,255,.95);
  margin-bottom: 36px;
}
.op-f1-heading mark {
  background: none;
  color: transparent;
  background: linear-gradient(115deg, #6fe0ff 0%, #00bddc 45%, #4ea7e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 900;
  display: inline-block;
}
.op-f1-note {
  padding: 26px 28px;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
}
.op-f1-note-top p {
  font-size: .9rem;
  line-height: 1.55;
  color: rgba(210,238,255,.72);
}
.op-f1-stat-big {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 14px 0 8px;
}
.op-f1-stat-val {
  font-size: 3.6rem;
  font-weight: 900;
  letter-spacing: -.04em;
  color: #fff;
  line-height: 1;
  background: linear-gradient(135deg, #fff 0%, #b5e4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.op-f1-stat-unit {
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(185,218,255,.8);
}
.op-f1-note-bottom {
  font-size: .88rem;
  color: rgba(220,240,255,.7);
  margin-bottom: 12px;
}
.op-f1-source {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed rgba(255,255,255,.08);
  font-size: .68rem;
  font-style: italic;
  color: rgba(180,210,255,.4);
  line-height: 1.5;
}

.op-f1-chart {
  padding: 40px 36px;
  border-radius: 28px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(0,189,220,.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.op-f1-chart-title {
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(190,222,255,.55);
}
.op-donut-wrap {
  position: relative;
  width: 220px;
  height: 220px;
  flex-shrink: 0;
}
.op-donut {
  width: 220px;
  height: 220px;
  transform: rotate(-90deg);
  overflow: visible;
  filter: drop-shadow(0 0 18px rgba(0,189,220,.12));
}
.op-donut-bg {
  fill: none;
  stroke: rgba(255,255,255,.06);
  stroke-width: 26;
}
.op-dseg {
  fill: none;
  stroke-width: 26;
  stroke-linecap: butt;
  filter: drop-shadow(0 0 8px currentColor);
  opacity: .95;
  /* stroke-dasharray starts at 0 via data-da trick in HTML */
  transition: stroke-dasharray 1.4s cubic-bezier(.4, 0, .2, 1);
}
.op-dseg--blue   { stroke: #0656b9; color: rgba(6,86,185,.5); transition-delay: 0s; }
.op-dseg--teal   { stroke: #00bddc; color: rgba(0,189,220,.45); transition-delay: .28s; }
.op-dseg--purple { stroke: #7b52e8; color: rgba(123,82,232,.45); transition-delay: .52s; }

/* Пульсирующее сияние за диаграммой — появляется после draw-in */
.op-donut-wrap::before {
  content: '';
  position: absolute;
  inset: -12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,189,220,.18) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 1s ease .8s;
  pointer-events: none;
  z-index: 0;
}
.op-donut-wrap.is-animated::before { opacity: 1; }

/* Постоянное медленное вращение донат-диаграммы */
.op-donut-wrap.is-animated .op-donut {
  animation: op-donut-spin 22s linear infinite;
}
@keyframes op-donut-spin {
  from { transform: rotate(-90deg); }
  to   { transform: rotate(270deg); }
}
.op-donut-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.op-donut-center strong {
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #fff;
  line-height: 1;
}
.op-donut-center span {
  font-size: .7rem;
  color: rgba(190,222,255,.6);
  margin-top: 6px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.op-legend {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.op-legend li { display: grid; grid-template-columns: 100px 1fr; gap: 14px; align-items: center; }
.op-leg-bar {
  display: block;
  height: 6px;
  border-radius: 99px;
  background: rgba(255,255,255,.06);
  overflow: hidden;
}
.op-leg-bar > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  width: 0%;  /* start from 0, JS will let animation handle it */
  animation: op-bar-fill 1.1s cubic-bezier(.4,0,.2,1) forwards;
  animation-play-state: paused;
}
.op-f1-chart.is-animated .op-leg-bar > span {
  animation-play-state: running;
}
/* Стаггер по легенде */
.op-legend li:nth-child(1) .op-leg-bar > span { animation-delay: .7s; }
.op-legend li:nth-child(2) .op-leg-bar > span { animation-delay: .95s; }
.op-legend li:nth-child(3) .op-leg-bar > span { animation-delay: 1.15s; }
@keyframes op-bar-fill { from { width: 0; } }
.op-leg--blue   .op-leg-bar > span { background: linear-gradient(90deg, #0656b9, #4ea7e8); }
.op-leg--teal   .op-leg-bar > span { background: linear-gradient(90deg, #00bddc, #6fe0ff); }
.op-leg--purple .op-leg-bar > span { background: linear-gradient(90deg, #7b52e8, #b697ff); }
.op-leg-meta {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}
.op-leg-meta strong {
  font-size: 1.18rem;
  font-weight: 900;
  color: #fff;
}
.op-leg--blue .op-leg-meta strong   { color: #4ea7e8; }
.op-leg--teal .op-leg-meta strong   { color: #6fe0ff; }
.op-leg--purple .op-leg-meta strong { color: #b697ff; }
.op-leg-meta span {
  font-size: .84rem;
  color: rgba(210,238,255,.72);
}

/* ═══════════════════════════════════════════════
   БЛОК 2 — Очаг возгорания
   ═══════════════════════════════════════════════ */
.op-f2-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 22px;
  align-items: stretch;
}
.op-f2-panel {
  position: relative;
  padding: 52px;
  border-radius: 28px;
  background: linear-gradient(140deg, #052c6b 0%, #0b5aa7 45%, #1a9ec8 100%);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.op-f2-panel::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 90% 10%, rgba(0,189,220,.35), transparent 55%),
    radial-gradient(ellipse 50% 50% at 10% 90%, rgba(123,82,232,.25), transparent 55%);
  pointer-events: none;
  z-index: -1;
}
.op-f2-panel h2 {
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.05;
  margin: 14px 0 20px;
}
.op-f2-intro {
  font-size: 1.02rem;
  line-height: 1.68;
  color: rgba(220,245,255,.85);
  margin-bottom: 20px;
}
.op-f2-accent {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  border-radius: 14px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -.01em;
  color: rgba(235,248,255,.7);
  margin-bottom: 28px;
}
.op-f2-accent i {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--op-teal);
  box-shadow: 0 0 8px var(--op-teal);
}
.op-f2-signals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.op-f2-signals strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #fff;
  margin-bottom: 6px;
}
.op-f2-signals span {
  font-size: .8rem;
  line-height: 1.5;
  color: rgba(220,245,255,.72);
}

/* Визуал розетки */
.op-f2-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.op-socket-card {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 40px 32px;
  border-radius: 28px;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(255,80,40,.12) 0%, transparent 55%),
    linear-gradient(160deg, #0c1e3a 0%, #0a1830 100%);
  border: 1px solid rgba(255,100,50,.28);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  isolation: isolate;
}
.op-socket-glow {
  position: absolute;
  width: 220px; height: 220px;
  top: -40px; left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,100,50,.28) 0%, transparent 65%);
  filter: blur(20px);
  animation: op-glow-pulse 2.2s ease-in-out infinite;
  z-index: 0;
}
@keyframes op-glow-pulse {
  0%,100% { opacity: .5; transform: translateX(-50%) scale(1); }
  50%     { opacity: 1;  transform: translateX(-50%) scale(1.06); }
}
.op-socket-scene {
  position: relative;
  width: 150px;
  height: 150px;
  z-index: 1;
}
.op-socket-body {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: linear-gradient(145deg, #1a2a48 0%, #0a1530 100%);
  border: 2px solid rgba(255,100,50,.35);
  box-shadow: inset 0 0 30px rgba(255,80,40,.2), 0 0 20px rgba(255,100,50,.15);
}
.op-socket-hole {
  position: absolute;
  width: 22px; height: 6px;
  border-radius: 3px;
  background: #050c1c;
  box-shadow: inset 0 0 4px rgba(255,120,60,.5);
  top: 42%;
  left: 30%;
}
.op-socket-hole--r { left: auto; right: 30%; }
.op-socket-earth {
  position: absolute;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #050c1c;
  box-shadow: inset 0 0 4px rgba(255,120,60,.5);
  bottom: 28%;
  left: 50%;
  transform: translateX(-50%);
}
.op-socket-spark {
  position: absolute;
  width: 2px;
  background: linear-gradient(to bottom, #ffb07a, #ff6032, transparent);
  transform-origin: bottom center;
  opacity: 0;
  animation: op-spark 1.8s ease-in-out infinite;
}
.op-socket-spark--1 { top: 12%; left: 38%; height: 22px; transform: rotate(-15deg); animation-delay: 0s; }
.op-socket-spark--2 { top: 18%; left: 52%; height: 18px; transform: rotate(15deg); animation-delay: .4s; }
.op-socket-spark--3 { top: 15%; left: 63%; height: 16px; transform: rotate(25deg); animation-delay: .8s; }
@keyframes op-spark {
  0%,100%   { opacity: 0; }
  40%, 60%  { opacity: 1; }
}
.op-socket-smoke {
  position: absolute;
  top: -10px; left: 50%;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(180,180,180,.25) 0%, transparent 65%);
  transform: translateX(-50%);
  filter: blur(6px);
  animation: op-smoke 3s ease-in-out infinite;
  opacity: 0;
}
@keyframes op-smoke {
  0%   { opacity: 0; transform: translate(-50%, 10px) scale(.6); }
  60%  { opacity: .8; transform: translate(-50%, -30px) scale(1); }
  100% { opacity: 0; transform: translate(-50%, -60px) scale(1.4); }
}
.op-socket-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  z-index: 1;
  position: relative;
}
.op-socket-tags span {
  padding: 7px 14px;
  border-radius: 99px;
  background: rgba(255,100,50,.08);
  border: 1px solid rgba(255,100,50,.2);
  font-size: .78rem;
  font-weight: 600;
  color: rgba(255,180,130,.9);
}
.op-socket-badge {
  padding: 10px 22px;
  border-radius: 99px;
  background: rgba(255,80,40,.16);
  border: 1px solid rgba(255,100,50,.38);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  color: #ffc199;
  position: relative;
  z-index: 1;
}

/* ═══════════════════════════════════════════════
   БЛОК 3 — Последствия
   ═══════════════════════════════════════════════ */
.op-f3-head { margin-bottom: 44px; max-width: 780px; }
.op-f3-heading {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 18px;
}
.op-f3-subheading {
  font-size: clamp(1.08rem, 1.65vw, 1.38rem);
  font-weight: 700;
  color: #fff;
  margin-top: 32px;
  letter-spacing: -.01em;
}
.op-f3-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.op-f3-card {
  position: relative;
  padding: 32px 26px 30px;
  border-radius: 22px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(0,189,220,.14);
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  transition: background .2s, border-color .2s, transform .3s cubic-bezier(.34,1.2,.64,1);
}
.op-f3-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  opacity: 0;
  transition: opacity .25s;
}
.op-f3-card:hover {
  transform: translateY(-6px);
  background: rgba(0,189,220,.08);
  border-color: rgba(0,189,220,.3);
}
.op-f3-card:hover::before { opacity: 1; }
.op-f3-num {
  position: absolute;
  top: 20px; right: 24px;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(0,189,220,.2);
}
.op-f3-ico {
  width: 56px; height: 56px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  color: var(--op-teal);
}
.op-f3-ico--1 { background: linear-gradient(135deg, rgba(255,100,50,.14), rgba(255,100,50,.04)); border: 1px solid rgba(255,100,50,.25); color: #ff8050; }
.op-f3-ico--2 { background: linear-gradient(135deg, rgba(6,86,185,.16), rgba(6,86,185,.04));    border: 1px solid rgba(6,86,185,.3);    color: #4ea7e8; }
.op-f3-ico--3 { background: linear-gradient(135deg, rgba(123,82,232,.14), rgba(123,82,232,.04)); border: 1px solid rgba(123,82,232,.25); color: #a789f2; }
.op-f3-ico--4 { background: linear-gradient(135deg, rgba(0,189,220,.14), rgba(0,189,220,.04));  border: 1px solid rgba(0,189,220,.25);  color: #00bddc; }
.op-f3-card h3 {
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}
.op-f3-bar {
  height: 4px;
  border-radius: 99px;
  background: rgba(255,255,255,.06);
  overflow: hidden;
  margin-top: 6px;
}
.op-f3-bar > span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #ff8050, #ffb07a);
  border-radius: inherit;
}
.op-f3-card:nth-child(2) .op-f3-bar > span { background: linear-gradient(90deg, #0656b9, #4ea7e8); }
.op-f3-card:nth-child(3) .op-f3-bar > span { background: linear-gradient(90deg, #7b52e8, #a789f2); }
.op-f3-card:nth-child(4) .op-f3-bar > span { background: linear-gradient(90deg, #00bddc, #6fe0ff); }
.op-f3-meta {
  font-size: .76rem;
  letter-spacing: .06em;
  color: rgba(180,210,255,.55);
  text-transform: uppercase;
  font-weight: 600;
}

/* ═══════════════════════════════════════════════
   БЛОК 4 — Другая логика
   ═══════════════════════════════════════════════ */
.op-f4-head { text-align: center; margin-bottom: 48px; }
.op-f4-head .op-chip-mini { margin-left: auto; margin-right: auto; }
.op-f4-main-title {
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.06;
  color: var(--op-ink);
}
.op-f4-main-title em {
  font-style: normal;
  background: var(--op-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/* ── Блок «Другая логика» — текст + фото без карточек ──────── */
#logic {
  overflow: visible;
  max-width: none;
  width: 100%;
  margin-top: 64px;
  padding-top: 52px;
  border-top: 1px solid rgba(255,255,255,.08);
  padding-left: clamp(20px, 4vw, 72px);
  padding-right: clamp(20px, 4vw, 72px);
}
.op-f4-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(340px, 460px) minmax(280px, 1fr);
  gap: 0 32px;
  align-items: center;
  min-height: 440px;
  width: 100%;
  max-width: 1880px;
  margin: 0 auto;
}
.op-f4-col {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.op-f4-col--left { align-items: flex-end; }
.op-f4-col--right { align-items: flex-start; }
.op-f4-center { display: flex; align-items: center; justify-content: center; }
.op-f4-device,
.op-f4-photo-wrap {
  overflow: visible;
}

/* Текстовые блоки */
.op-f4-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 420px;
  opacity: 0;
  transition: opacity .6s ease, transform .6s ease;
}
.op-f4-col--left .op-f4-note {
  flex-direction: row-reverse;
  text-align: right;
  transform: translateX(-36px);
}
.op-f4-col--right .op-f4-note {
  transform: translateX(36px);
}

/* Цветная вертикальная полоска */
.op-f4-note-bar {
  flex-shrink: 0;
  width: 1px;
  height: 36px;
  border-radius: 2px;
  margin-top: 4px;
  background: rgba(232,102,58,.55);
}
.op-f4-note--pos .op-f4-note-bar {
  background: rgba(0,189,220,.55);
}
.op-f4-note--brand .op-f4-note-bar {
  background: rgba(111,224,255,.58);
}

.op-f4-note-body { display: flex; flex-direction: column; gap: 5px; }

.op-f4-note-label {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(160,200,255,.5);
}
.op-f4-note--pos .op-f4-note-label {
  color: rgba(0,189,220,.7);
}
.op-f4-note--brand .op-f4-note-label { display: none; }

.op-f4-note p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.58;
  color: rgba(206,226,248,.7);
}
.op-f4-note strong {
  color: rgba(255,255,255,.9);
  font-weight: 600;
}

/* Анимация при появлении */
.op-f4-grid.is-visible .op-f4-note {
  opacity: 1;
  transform: translateX(0) !important;
}
.op-f4-grid.is-visible .op-f4-col--left .op-f4-note:nth-child(1) { transition-delay: .15s; }
.op-f4-grid.is-visible .op-f4-col--left .op-f4-note:nth-child(2) { transition-delay: .35s; }
.op-f4-grid.is-visible .op-f4-col--right .op-f4-note:nth-child(1) { transition-delay: .25s; }
.op-f4-grid.is-visible .op-f4-col--right .op-f4-note:nth-child(2) { transition-delay: .45s; }

/* Акцентный текстовый блок (ИНТЕЛЛЕКТ) */
.op-f4-brand {
  display: block;
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  margin: 2px 0 6px;
  color: rgba(237,247,255,.92);
  text-transform: uppercase;
}
.op-f4-br-top {
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: rgba(163,201,234,.58);
}
.op-f4-br-bottom {
  font-size: .9rem;
  line-height: 1.45;
  color: rgba(206,226,248,.68);
}

/* Центральное устройство */
.op-f4-device {
  position: relative;
  width: 360px; height: 360px;
  display: flex; align-items: center; justify-content: center;
}
.op-f4-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(129,173,220,.16);
  animation: op-f4-pulse 3.5s ease-in-out infinite;
}
.op-f4-ring--1 { inset: 0;    animation-delay: 0s;  border-color: rgba(111,152,196,.2); }
.op-f4-ring--2 { inset: 20px; animation-delay: .5s; border-color: rgba(134,191,230,.22); }
.op-f4-ring--3 { inset: 40px; animation-delay: 1s;  border-color: rgba(111,152,196,.15); }
@keyframes op-f4-pulse {
  0%, 100% { transform: scale(1); opacity: .45; }
  50%      { transform: scale(1.03); opacity: .7; }
}
.op-f4-core {
  position: relative;
  z-index: 2;
  width: 340px; height: 340px;
  border-radius: 0;
  background: none;
  border: none;
  box-shadow: none;
  display: flex; align-items: center; justify-content: center;
  overflow: visible;
}
.op-f4-photo-wrap {
  position: relative;
  width: 340px;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.op-f4-photo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter:
    drop-shadow(0 14px 28px rgba(8,18,34,.28))
    drop-shadow(0 2px 6px rgba(0,0,0,.12));
  animation: op-photo-float 5s ease-in-out infinite;
}
@keyframes op-photo-float {
  0%, 100% { transform: translateY(0px) scale(1); }
  50%      { transform: translateY(-8px) scale(1.01); }
}
/* Контактная тень под товаром */
.op-f4-photo-wrap::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 20%;
  right: 20%;
  height: 20px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(8,18,34,.38), transparent 72%);
  filter: blur(10px);
  z-index: -1;
  animation: op-shadow-float 5s ease-in-out infinite;
}
@keyframes op-shadow-float {
  0%, 100% { transform: scaleX(1);    opacity: .55; }
  50%      { transform: scaleX(.82); opacity: .22; }
}
.op-f4-core-spark { display: none; }
.op-f4-label {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(220,237,255,.68);
  box-shadow: none;
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
}
.op-f4-label::before {
  content: none;
}

/* ═══════════════════════════════════════════════
   БЛОК 5 — Слепые зоны (светлый)
   ═══════════════════════════════════════════════ */
.op-f5-head { margin-bottom: 40px; max-width: 720px; }
.op-f5-title {
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.04;
  color: var(--op-ink);
  margin-bottom: 16px;
}
.op-f5-lead {
  font-size: 1.02rem;
  line-height: 1.72;
  color: var(--op-muted);
}
.op-f5-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.op-f5-col { display: flex; flex-direction: column; gap: 16px; }
.op-f5-card {
  position: relative;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--op-line);
  box-shadow: 0 4px 18px rgba(6,86,185,.05);
  overflow: hidden;
  transition: transform .3s cubic-bezier(.34,1.2,.64,1), box-shadow .2s, border-color .2s;
}
.op-f5-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: var(--op-gradient);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .3s;
}
.op-f5-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(6,86,185,.14);
  border-color: rgba(0,189,220,.25);
}
.op-f5-card:hover::before { transform: scaleY(1); }
.op-f5-card--lg { padding: 30px 32px 32px; }
.op-f5-card--sm { padding: 20px 24px; display: flex; align-items: flex-start; gap: 16px; }
.op-f5-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.op-f5-card-ico {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(6,86,185,.1) 0%, rgba(0,189,220,.06) 100%);
  border: 1px solid rgba(6,86,185,.14);
  display: flex; align-items: center; justify-content: center;
  color: var(--op-blue);
  flex-shrink: 0;
}
.op-f5-card--sm .op-f5-card-ico { width: 44px; height: 44px; border-radius: 13px; }
.op-f5-num {
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(6,86,185,.22);
}
.op-f5-num--sm {
  display: inline-block;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .1em;
  -webkit-text-stroke: 0;
  color: var(--op-blue);
  margin-bottom: 4px;
}
.op-f5-card--lg h3 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--op-ink);
  margin: 0 0 10px;
}
.op-f5-card--lg p {
  font-size: .92rem;
  line-height: 1.65;
  color: var(--op-muted);
}
.op-f5-card--sm h3 {
  font-size: .98rem;
  font-weight: 700;
  color: var(--op-ink);
  line-height: 1.4;
}

/* ═══════════════════════════════════════════════
   БЛОК · КОГДА СРАБАТЫВАЕТ ИНТЕЛЛЕКТ
   ═══════════════════════════════════════════════ */
.op-triggers {
  background: var(--op-dark-bg);
  position: relative;
  padding: 100px 0 110px;
  overflow: hidden;
}
.op-triggers::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 8% 12%,  rgba(0,189,220,.14) 0%, transparent 56%),
    radial-gradient(ellipse 55% 50% at 95% 88%, rgba(6,86,185,.22)  0%, transparent 55%),
    radial-gradient(ellipse 40% 40% at 55% 50%, rgba(123,82,232,.08) 0%, transparent 60%);
  pointer-events: none;
}
.op-triggers-title {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -.03em;
  margin-bottom: 64px;
  position: relative;
  z-index: 2;
}
.op-triggers-title span {
  background: linear-gradient(115deg, #6fe0ff 0%, #00bddc 45%, #4ea7e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.op-triggers-web {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 660px;
  z-index: 2;
}
/* SVG-линии на заднем плане */
.op-tw-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.op-tw-lines line {
  stroke: rgba(0,189,220,.2);
  stroke-width: 1;
  stroke-dasharray: 4 5;
}
/* Центральный логотип */
.op-tw-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.op-tw-logo {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 24px rgba(0,189,220,.5));
}
.op-tw-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* Карточки */
.op-tw-card {
  position: absolute;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(0,189,220,.18);
  border-radius: 16px;
  padding: 18px 22px;
  width: 260px;
  z-index: 2;
  backdrop-filter: blur(6px);
}
.op-tw-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.3;
}
.op-tw-card p {
  font-size: .88rem;
  color: rgba(160,210,255,.65);
  line-height: 1.45;
  margin: 0;
}
.op-tw-num {
  font-size: .82rem;
  font-weight: 700;
  color: rgba(0,189,220,.8);
  margin-bottom: 8px;
  letter-spacing: .04em;
}
/* Позиции карточек по образцу */
.op-tw-card--1 { bottom:  10px; left:   0; }
.op-tw-card--2 { top: 280px;    left:   0; }
.op-tw-card--3 { top:  80px;    left:  80px; }
.op-tw-card--4 { top:   0;      left: 370px; }
.op-tw-card--5 { top:  80px;    right:   0; }
.op-tw-card--6 { top: 280px;    right:   0; }
.op-tw-card--7 { bottom:  10px; right:   0; }

@media (max-width: 900px) {
  .op-triggers-web { height: auto; }
  .op-tw-lines { display: none; }
  .op-tw-center { display: none; }
  .op-tw-card {
    position: static;
    width: 100%;
    margin-bottom: 12px;
  }
  .op-triggers-web {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

/* ═══════════════════════════════════════════════
   КИНО-БЛОК · ПРОМО-МУЛЬТФИЛЬМ
   ═══════════════════════════════════════════════ */
.op-cinema {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0;
  background: #010c1e;
  color: #fff;
}
.op-cinema-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.op-cinema-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 0%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 0%, transparent 100%);
}
.op-cin-aur {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  animation: op-float 14s ease-in-out infinite;
}
.op-cin-aur--1 {
  width: 540px; height: 540px;
  top: -180px; left: -120px;
  background: radial-gradient(circle, rgba(0,189,220,.32), transparent 60%);
}
.op-cin-aur--2 {
  width: 460px; height: 460px;
  right: -100px; bottom: -140px;
  background: radial-gradient(circle, rgba(123,82,232,.28), transparent 60%);
  animation-delay: -5s;
}
.op-cinema .wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  padding: 0;
}

.op-cinema-head {
  position: absolute;
  top: clamp(18px, 3vw, 42px);
  left: clamp(18px, 3.2vw, 56px);
  right: clamp(18px, 3.2vw, 56px);
  z-index: 4;
  max-width: min(780px, 92vw);
  margin: 0;
  text-align: left;
  pointer-events: none;
}
.op-cinema-head .op-chip-mini { margin-bottom: 14px; }
.op-cinema-title {
  font-size: clamp(1.6rem, 3.4vw, 3rem);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1.06;
  color: #fff;
  margin: 0 0 12px;
  text-shadow: 0 6px 24px rgba(0,8,24,.65);
}
.op-cinema-title span {
  background: linear-gradient(120deg, #6fe0ff 0%, #00bddc 50%, #b697ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.op-cinema-lead {
  font-size: .98rem;
  line-height: 1.6;
  color: rgba(220,238,255,.88);
  max-width: 620px;
  margin: 0;
  text-shadow: 0 4px 14px rgba(0,8,24,.65);
}

/* Плеер */
.op-cinema-player {
  position: relative;
  width: 100%;
  margin: 0;
  max-width: none;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  max-height: min(92vh, 1100px);
  background: #000;
}
.op-cinema-glow {
  display: none;
}
@keyframes op-cin-glow {
  0%,100% { opacity: .4; transform: scale(1); }
  50%     { opacity: .7; transform: scale(1.02); }
}
.op-cinema-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #000;
}
.op-cinema-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(3,10,25,.3), rgba(3,10,25,.75));
  cursor: pointer;
  transition: opacity .35s ease, visibility .35s ease;
}
.op-cinema-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.op-cinema-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 96px; height: 96px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #00bddc 0%, #0656b9 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 18px 54px rgba(0,189,220,.5);
  transition: transform .25s ease, box-shadow .25s ease;
}
.op-cinema-play::before {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(0,189,220,.3);
  animation: op-play-ring 2s ease-out infinite;
}
.op-cinema-play::after {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(0,189,220,.3);
  animation: op-play-ring 2s ease-out infinite;
  animation-delay: 1s;
}
@keyframes op-play-ring {
  0%   { transform: scale(1);   opacity: .8; }
  100% { transform: scale(1.6); opacity: 0; }
}
.op-cinema-play:hover {
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 24px 70px rgba(0,189,220,.7);
}
.op-cinema-play svg { margin-left: 4px; }
.op-cinema-caption {
  position: absolute;
  left: clamp(24px, 6vw, 100px);
  top: clamp(28px, 5vw, 72px);
  right: clamp(24px, 6vw, 100px);
  bottom: auto;
  max-width: min(92vw, 720px);
  text-align: left;
  pointer-events: none;
  z-index: 4;
}
.op-cinema-caption__eyebrow {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #00bddc;
  margin-bottom: 10px;
}
.op-cinema-caption__title {
  margin: 0;
  font-size: clamp(1.5rem, 3.2vw, 2.6rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-shadow: 0 2px 24px rgba(0, 8, 24, 0.8);
}
.op-cinema-caption__line {
  display: block;
}

/* Мини-плеер справа снизу после прокрутки */
#op-pip {
  position: fixed;
  right: 26px;
  bottom: 26px;
  width: clamp(220px, 22vw, 340px);
  border-radius: 16px;
  overflow: hidden;
  background: #010c1e;
  box-shadow:
    0 16px 52px rgba(0, 0, 0, .62),
    0 0 0 1px rgba(0, 189, 220, .22);
  opacity: 0;
  transform: translateY(24px) scale(.96);
  pointer-events: none;
  transition: opacity .32s ease, transform .32s cubic-bezier(.34,1.2,.64,1);
  z-index: 9999;
}
#op-pip.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
#op-pip video {
  width: 100%;
  height: auto;
  display: block;
}
.op-pip-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 10px 10px;
  background: linear-gradient(to top, rgba(1,10,24,.82) 0%, rgba(1,10,24,0) 100%);
  display: block;
  pointer-events: none;
}
.op-pip-label span {
  font-size: .66rem;
  font-weight: 500;
  color: rgba(220,238,255,.78);
  letter-spacing: .02em;
}
#op-pip-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: rgba(2, 18, 42, .72);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}

.op-cinema-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1080px;
  margin: 44px auto 0;
}
.op-cin-meta-item {
  padding: 20px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(0,189,220,.14);
  display: flex;
  flex-direction: column;
  gap: 4px;
  backdrop-filter: blur(8px);
}
.op-cin-meta-item strong {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -.02em;
  background: linear-gradient(120deg, #fff 0%, #9ddaff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.op-cin-meta-item span {
  font-size: .78rem;
  color: rgba(200,228,255,.68);
}

/* ═══════════════════════════════════════════════
   ВИДЕО-ПРЕВЬЮ В КАРТОЧКАХ ПРОДУКЦИИ
   ═══════════════════════════════════════════════ */
.op-product-card--has-video { padding: 0; overflow: hidden; }
.op-product-card--has-video .op-product-body {
  padding: 28px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.op-product-video {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #030c1c;
  cursor: pointer;
}
.op-pv-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(.22,.61,.36,1), filter .3s;
  filter: saturate(.9) brightness(.85);
}
.op-product-card--has-video:hover .op-pv-media {
  transform: scale(1.04);
  filter: saturate(1.1) brightness(1);
}
.op-pv-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 12px;
  padding: 14px;
  background: linear-gradient(to top, rgba(3,10,25,.55) 0%, rgba(3,10,25,.08) 45%, transparent 70%);
  pointer-events: none;
  transition: background .3s ease;
}
.op-product-card--has-video:hover .op-pv-overlay {
  background: linear-gradient(to top, rgba(3,10,25,.7) 0%, rgba(3,10,25,.12) 50%, transparent 75%);
}
.op-pv-play {
  pointer-events: auto;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 14px 8px 10px;
  border-radius: 99px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  color: rgba(255,255,255,.92);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .01em;
  text-transform: none;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,.18);
  transition: background .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}
.op-pv-play::before {
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  display: inline-block;
  flex-shrink: 0;
  transition: background .25s ease, border-color .25s ease;
}
.op-pv-play svg {
  position: absolute;
  left: 14px;
  width: 9px;
  height: 9px;
  color: #fff;
  transition: transform .25s ease;
}
.op-pv-play:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.28);
  color: #fff;
  transform: translateY(-1px);
}
.op-pv-play:hover::before {
  background: rgba(0,189,220,.9);
  border-color: rgba(0,189,220,1);
  box-shadow: 0 0 14px rgba(0,189,220,.55);
}
.op-pv-play:hover svg { transform: scale(1.06); }
.op-pv-play:focus-visible {
  outline: 2px solid rgba(0,189,220,.7);
  outline-offset: 3px;
}

.op-pv-badge {
  padding: 5px 11px;
  border-radius: 99px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
}

/* ═══════════════════════════════════════════════
   ЛИНЕЙКА ПРОДУКЦИИ
   ═══════════════════════════════════════════════ */
.op-products-head { margin-bottom: 44px; max-width: 800px; }
.op-products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.op-product-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.op-product-card {
  position: relative;
  padding: 32px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  border: 1px solid var(--op-line);
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 1px 2px rgba(6,86,185,.04),
    0 10px 30px rgba(6,86,185,.05);
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
  transition:
    transform .42s cubic-bezier(.2,.9,.25,1),
    box-shadow .35s cubic-bezier(.2,.9,.25,1),
    border-color .3s ease;
}
.op-product-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(0,189,220,.0) 10%,
    rgba(0,189,220,.55) 35%,
    rgba(6,86,185,.75) 50%,
    rgba(0,189,220,.55) 65%,
    rgba(0,189,220,.0) 90%,
    transparent 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  transition: opacity .35s ease, background-position 1.1s cubic-bezier(.3,.8,.3,1);
}
.op-product-card::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 260px; height: 260px;
  background: radial-gradient(circle at top right, rgba(0,189,220,.12), transparent 70%);
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  transition: opacity .35s;
}
.op-product-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 30px 70px -20px rgba(6,86,185,.28),
    0 10px 30px -10px rgba(0,189,220,.18);
  border-color: rgba(0,189,220,.32);
}
.op-product-card:hover::before {
  opacity: 1;
  background-position: 0 0;
}
.op-product-card:hover::after { opacity: 1; }
.op-product-card--wide { grid-column: 1 / -1; }

/* Stretched link: перекрывает всю карточку, но под видео-кнопкой */
.op-product-link {
  position: absolute;
  inset: 0;
  z-index: 10;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: inherit;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}
.op-product-link:focus-visible {
  outline: 2px solid rgba(0,189,220,.55);
  outline-offset: -6px;
}
/* Видео-блок и его кнопка — выше ссылки-overlay (z-index:10), чтобы работали hover и клик */
.op-product-card--has-video .op-product-video { position: relative; z-index: 11; }
.op-pv-play { z-index: 12; }

/* Содержимое body над радиальным свечением */
.op-product-card > .op-product-body,
.op-product-card > .op-product-top,
.op-product-card > h3,
.op-product-card > p,
.op-product-card > .op-product-spec {
  position: relative;
  z-index: 1;
}

/* CTA «Подробнее в каталоге» */
.op-product-cta {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--op-blue, #0656b9);
  background: linear-gradient(90deg, #0656b9 0%, #00bddc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: letter-spacing .35s ease;
}
.op-product-cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(0,189,220,.32);
  background: rgba(0,189,220,.06);
  color: #00bddc;
  -webkit-text-fill-color: currentColor;
  transition: transform .35s cubic-bezier(.2,.9,.25,1),
              background .35s ease,
              border-color .35s ease,
              box-shadow .35s ease,
              color .25s ease;
}
.op-product-card:hover .op-product-cta { letter-spacing: .08em; }
.op-product-card:hover .op-product-cta-arrow {
  transform: translateX(6px);
  background: linear-gradient(135deg, #0656b9 0%, #00bddc 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 22px rgba(0,189,220,.35);
}
/* Flagship CTA — с тёплым акцентом */
.op-product-cta--flagship {
  background: linear-gradient(90deg, #e8663a 0%, #ff8a3d 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.op-product-cta--flagship .op-product-cta-arrow {
  border-color: rgba(232,102,58,.38);
  background: rgba(232,102,58,.08);
  color: #e8663a;
}
.op-product-card--flagship:hover .op-product-cta-arrow {
  background: linear-gradient(135deg, #e8663a 0%, #ff8a3d 100%);
  box-shadow: 0 8px 22px rgba(232,102,58,.4);
  color: #fff;
}

/* Флагманская карточка — чуть «дороже» фон */
.op-product-card--flagship {
  background:
    radial-gradient(1200px 320px at 100% 0%, rgba(232,102,58,.07), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fff7f3 100%);
}
.op-product-card--flagship:hover {
  border-color: rgba(232,102,58,.28);
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 30px 70px -20px rgba(232,102,58,.24),
    0 10px 30px -10px rgba(232,102,58,.14);
}
.op-product-card--flagship::before {
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(232,102,58,.0) 10%,
    rgba(232,102,58,.55) 35%,
    rgba(255,138,61,.85) 50%,
    rgba(232,102,58,.55) 65%,
    rgba(232,102,58,.0) 90%,
    transparent 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
}
.op-product-card--flagship::after {
  background: radial-gradient(circle at top right, rgba(232,102,58,.14), transparent 70%);
}
.op-product-top {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* ─── Миниатюра продукта: чистый подиум ─── */
.op-product-thumb {
  position: relative;
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f6fb 100%);
  border: 1px solid rgba(12, 34, 70, .06);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .9) inset,
    0 0 0 1px rgba(255, 255, 255, .5) inset,
    0 1px 2px rgba(12, 34, 70, .04),
    0 8px 20px -10px rgba(12, 34, 70, .10);
  overflow: visible;
  isolation: isolate;
  transition: transform .45s cubic-bezier(.2, .9, .25, 1),
              box-shadow .35s ease,
              border-color .35s ease;
}
/* Тонкая стеклянная «блёстка» сверху */
.op-product-thumb::before {
  content: '';
  position: absolute;
  top: 1px; left: 1px; right: 1px;
  height: 45%;
  border-radius: 19px 19px 40% 40% / 19px 19px 60% 60%;
  background: linear-gradient(180deg, rgba(255, 255, 255, .75) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 2;
  opacity: .55;
}
/* Контактная тень под товаром (как на полке) */
.op-product-thumb::after {
  content: '';
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: -14px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(12, 34, 70, .42), rgba(12, 34, 70, .14) 45%, transparent 75%);
  filter: blur(10px);
  z-index: -1;
  pointer-events: none;
  opacity: .9;
  transition: opacity .35s ease, transform .45s cubic-bezier(.2, .9, .25, 1),
              filter .35s ease;
}
.op-product-thumb img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  filter:
    drop-shadow(0 6px 8px rgba(12, 34, 70, .18))
    drop-shadow(0 14px 18px rgba(12, 34, 70, .22));
  transition: transform .5s cubic-bezier(.2, .9, .25, 1),
              filter .35s ease;
}
.op-product-card:hover .op-product-thumb {
  transform: translateY(-3px);
  border-color: rgba(0, 189, 220, .35);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .9) inset,
    0 0 0 1px rgba(255, 255, 255, .5) inset,
    0 0 0 3px rgba(0, 189, 220, .08),
    0 14px 32px -10px rgba(6, 86, 185, .18);
}
.op-product-card:hover .op-product-thumb::after {
  opacity: 1;
  transform: translateY(4px) scale(1.12);
  filter: blur(14px);
}
.op-product-card:hover .op-product-thumb img {
  transform: scale(1.06);
  filter:
    drop-shadow(0 8px 10px rgba(6, 86, 185, .22))
    drop-shadow(0 18px 24px rgba(6, 86, 185, .28));
}

.op-product-thumb--big {
  width: 116px;
  height: 116px;
  border-radius: 24px;
}
.op-product-thumb--big::before { border-radius: 23px 23px 40% 40% / 23px 23px 60% 60%; }

.op-product-thumb--flagship {
  background: linear-gradient(180deg, #ffffff 0%, #fbf3ed 100%);
  border-color: rgba(232, 102, 58, .12);
}
.op-product-thumb--flagship::after {
  background: radial-gradient(ellipse at center, rgba(232, 102, 58, .48), rgba(232, 102, 58, .16) 45%, transparent 75%);
}
.op-product-card--flagship:hover .op-product-thumb {
  border-color: rgba(232, 102, 58, .38);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .9) inset,
    0 0 0 1px rgba(255, 255, 255, .5) inset,
    0 0 0 3px rgba(232, 102, 58, .08),
    0 14px 32px -10px rgba(232, 102, 58, .22);
}
.op-product-card--flagship:hover .op-product-thumb img {
  filter:
    drop-shadow(0 8px 10px rgba(232, 102, 58, .22))
    drop-shadow(0 18px 24px rgba(232, 102, 58, .28));
}

/* ─── Код продукта + тег ─── */
.op-product-ident {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.op-product-code {
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: -.01em;
  line-height: 1;
  background: linear-gradient(135deg, #0656b9 0%, #00bddc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.op-product-code--big { font-size: 1.35rem; }
.op-product-card--flagship .op-product-code {
  background: linear-gradient(135deg, #e8663a 0%, #ff8a3d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.op-product-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(90, 108, 138, .8);
}
/* Маленькая пульсирующая точка */
.op-product-tag::before {
  content: '';
  flex-shrink: 0;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0656b9 0%, #00bddc 100%);
  opacity: .7;
}
.op-product-card--flagship .op-product-tag::before {
  background: linear-gradient(135deg, #e8663a 0%, #ff8a3d 100%);
}

.op-product-tag--accent {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  padding: 4px 10px 4px 8px;
  border-radius: 99px;
  background: rgba(232, 102, 58, .07);
  border: 1px solid rgba(232, 102, 58, .2);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #c4522a;
}
.op-product-tag--accent::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #e8663a;
  flex-shrink: 0;
  opacity: .85;
}
.op-product-card h3 {
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2;
  color: var(--op-ink);
  margin: 4px 0 0;
}
.op-product-card p {
  font-size: .94rem;
  line-height: 1.68;
  color: var(--op-muted);
}
/* ─── Список характеристик (keaz-стиль: галочка + текст) ─── */
.op-product-spec {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(12, 34, 70, .07);
}
.op-product-spec li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(12, 34, 70, .05);
  font-size: .84rem;
  font-weight: 500;
  color: var(--op-muted, #5a6c8a);
  transition: color .2s ease;
}
.op-product-spec li:last-child { border-bottom: none; }
/* Маленькая градиентная галочка */
.op-product-spec li::before {
  content: '';
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0656b9 0%, #00bddc 100%);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  -webkit-mask-size: 11px 11px;
  mask-size: 11px 11px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  opacity: .55;
  transition: opacity .25s ease;
}
.op-product-card:hover .op-product-spec li::before { opacity: .9; }
.op-product-card:hover .op-product-spec li { color: var(--op-ink, #0a1830); }

/* Флагман Б200 — широкий двухколоночный список */
.op-product-spec--wide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}
.op-product-spec--wide li::before {
  background: linear-gradient(135deg, #e8663a 0%, #ff8a3d 100%);
}

/* ═══════════════════════════════════════════════
   ПРЕИМУЩЕСТВА
   ═══════════════════════════════════════════════ */
/* ═══════════════════════════════════════════════
   КЛЮЧЕВЫЕ ПРЕИМУЩЕСТВА — стиль «Почему пользуется спросом»
   ═══════════════════════════════════════════════ */
.op-adv-sec {
  background: linear-gradient(160deg, #eef4fc 0%, #ddeaf8 100%);
  padding-bottom: 80px;
  overflow: visible !important; /* sticky не работает при overflow:hidden на предке */
}
.op-adv-head { margin-bottom: 0; max-width: 720px; }
.op-adv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 44px;
  padding-bottom: 40px;
  align-items: start;
}
.op-adv-col {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.op-adv-item {
  position: sticky;
  top: 168px;
  min-height: 38vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px 52px 40px;
  border-radius: 24px;
  background: #f4f8fe;
  border: 1px solid rgba(6,86,185,.09);
  box-shadow: 0 4px 24px rgba(6,86,185,.06);
  overflow: hidden;
  margin-bottom: 10px;
  transform-origin: top center;
  transition: filter 0.5s ease, box-shadow 0.4s;
  will-change: transform, filter;
}
.op-adv-item:nth-child(even) { background: #fff; }
.op-adv-item:nth-child(1) { z-index: 1; }
.op-adv-item:nth-child(2) { z-index: 2; }
.op-adv-item:nth-child(3) { z-index: 3; }
.op-adv-item:nth-child(4) { z-index: 4; }
.op-adv-item:nth-child(5) { z-index: 5; }
.op-adv-item:nth-child(6) { z-index: 6; }
.op-adv-item:nth-child(7) { z-index: 7; }
.op-adv-item:last-child    { z-index: 8; margin-bottom: 0; }
.op-adv-item::before { content: none; }

.op-adv-item--dark {
  background: linear-gradient(135deg, #0c1f42 0%, #0a2d5e 100%) !important;
  border-color: rgba(255,255,255,.07) !important;
  color: rgba(255,255,255,.9);
}
.op-adv-item--dark::before { content: none; }

.op-adv-icon {
  width: 54px; height: 54px;
  border-radius: 16px;
  border: 1.5px solid rgba(6,86,185,.14);
  background: rgba(6,86,185,.05);
  display: flex; align-items: center; justify-content: center;
  color: var(--op-blue);
  flex-shrink: 0;
}
.op-adv-item--dark .op-adv-icon {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.07);
  color: var(--op-teal);
}
.op-adv-body { margin-top: auto; }

.op-adv-item h3 {
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  font-weight: 800;
  color: var(--op-ink);
  margin-bottom: 14px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  max-width: 580px;
}
.op-adv-item--dark h3 { color: #fff; }
.op-adv-item p {
  font-size: 1rem;
  color: var(--op-muted);
  line-height: 1.7;
  margin: 0;
  max-width: 560px;
}
.op-adv-item--dark p { color: rgba(255,255,255,.55); }

/* ═══════════════════════════════════════════════
   БЛОК 6 — Где применяется
   ═══════════════════════════════════════════════ */
.op-f6-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: end;
  margin-bottom: 40px;
}
.op-f6-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1.02;
  color: var(--op-ink);
  margin: 10px 0 0;
}
.op-f6-intro {
  font-size: 1rem;
  line-height: 1.72;
  color: var(--op-muted);
}
.op-f6-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.op-f6-card {
  position: relative;
  padding: 32px 28px 30px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--op-line);
  box-shadow: 0 4px 18px rgba(6,86,185,.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  transition: transform .3s cubic-bezier(.34,1.2,.64,1), box-shadow .22s, border-color .22s;
}
.op-f6-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--card-accent, var(--op-gradient));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s;
}
.op-f6-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(6,86,185,.14);
  border-color: rgba(0,189,220,.22);
}
.op-f6-card:hover::before { transform: scaleX(1); }
.op-f6-card--1 { --card-accent: linear-gradient(90deg, #0656b9, #4ea7e8); }
.op-f6-card--2 { --card-accent: linear-gradient(90deg, #00bddc, #6fe0ff); }
.op-f6-card--3 { --card-accent: linear-gradient(90deg, #7b52e8, #a789f2); }
.op-f6-card--4 { --card-accent: linear-gradient(90deg, #e8663a, #ffa070); }
.op-f6-card--5 { --card-accent: linear-gradient(90deg, #16a34a, #4ade80); }
.op-f6-card--6 { --card-accent: linear-gradient(90deg, #ca8a04, #eab308); }
.op-f6-ico {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
  box-shadow: 0 4px 16px rgba(6,86,185,.08);
  transition: transform .4s cubic-bezier(.34,1.2,.64,1);
}
.op-f6-ico:hover {
  transform: scale(1.03);
}
.op-f6-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s cubic-bezier(.34,1.2,.64,1);
}
.op-f6-card:hover .op-f6-photo {
  transform: scale(1.08);
}
.op-f6-num {
  position: absolute;
  top: 26px; right: 28px;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: -.02em;
  color: transparent;
  -webkit-text-stroke: 1.2px rgba(6,86,185,.18);
}
.op-f6-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -.01em;
  color: var(--op-ink);
}
.op-f6-card p {
  font-size: .88rem;
  line-height: 1.68;
  color: var(--op-muted);
}

/* ═══════════════════════════════════════════════
   БЛОК 7 — Лента слепых зон
   ═══════════════════════════════════════════════ */
.op-f7-head { margin-bottom: 44px; max-width: 720px; }
.op-f7-title {
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.04;
  color: #fff;
  margin-bottom: 14px;
}
.op-f7-sub {
  font-size: 1rem;
  line-height: 1.72;
  color: rgba(210,238,255,.72);
}
.op-f7-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.op-f7-tile {
  position: relative;
  padding: 32px 22px 36px;
  border-radius: 20px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(0,189,220,.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
  overflow: hidden;
  transition: background .22s, border-color .22s, transform .3s cubic-bezier(.34,1.2,.64,1);
}
.op-f7-tile::before {
  content: '';
  position: absolute;
  top: -40px; left: 50%;
  width: 120px; height: 120px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(0,189,220,.15), transparent 65%);
  filter: blur(20px);
  opacity: 0;
  transition: opacity .25s;
}
.op-f7-tile:hover {
  background: rgba(0,189,220,.08);
  border-color: rgba(0,189,220,.3);
  transform: translateY(-6px);
}
.op-f7-tile:hover::before { opacity: 1; }
.op-f7-tile-num {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  color: rgba(150,215,255,.55);
}
.op-f7-tile-ico {
  width: 68px; height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(0,189,220,.16) 0%, rgba(6,86,185,.1) 100%);
  border: 1px solid rgba(0,189,220,.24);
  display: flex; align-items: center; justify-content: center;
  color: var(--op-teal);
}
.op-f7-tile-text {
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.45;
  color: rgba(220,240,255,.85);
}

/* ═══════════════════════════════════════════════
   ТРИ ФАКТОРА + CTA
   ═══════════════════════════════════════════════ */
.op-fact-head { margin-bottom: 40px; max-width: 820px; }
.op-demand-intro {
  font-size: 1.04rem;
  line-height: 1.75;
  color: var(--op-muted);
  margin-top: 14px;
}
.op-factors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.op-factor-card {
  position: relative;
  padding: 36px 30px 32px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--op-line);
  box-shadow: 0 4px 22px rgba(6,86,185,.06);
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
  transition: transform .3s cubic-bezier(.34,1.2,.64,1), box-shadow .22s;
}
.op-factor-card::before {
  content: '';
  position: absolute;
  bottom: -60px; right: -60px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,189,220,.12), transparent 65%);
}
.op-factor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 52px rgba(6,86,185,.14);
}
.op-factor-num {
  position: relative;
  width: 56px; height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0656b9 0%, #00bddc 100%);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 28px rgba(6,86,185,.28);
}
.op-factor-tag {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 99px;
  background: rgba(6,86,185,.08);
  border: 1px solid rgba(6,86,185,.18);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--op-blue);
  align-self: flex-start;
  margin-top: 4px;
}
.op-factor-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--op-ink);
}
.op-factor-card p {
  font-size: .92rem;
  line-height: 1.68;
  color: var(--op-muted);
  position: relative;
}

/* Final CTA */
.op-final-cta {
  position: relative;
  margin-top: 56px;
  padding: 40px;
  border-radius: 28px;
  background: var(--op-ink);
  overflow: hidden;
  isolation: isolate;
}
.op-final-cta-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 60% at 20% 50%, rgba(0,189,220,.24), transparent 60%),
    radial-gradient(ellipse 50% 60% at 90% 50%, rgba(123,82,232,.22), transparent 60%),
    linear-gradient(135deg, #031228 0%, #0a1e44 100%);
  z-index: -1;
}
.op-final-cta-bg::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 40px 40px;
}
.op-final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  flex-wrap: wrap;
}
.op-final-cta h3 {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.15;
  margin-bottom: 8px;
}
.op-final-cta p {
  font-size: .96rem;
  line-height: 1.65;
  color: rgba(220,240,255,.75);
  max-width: 520px;
}
.op-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 34px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00bddc 0%, #0a71b6 100%);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(0,189,220,.36);
  transition: transform .22s, box-shadow .22s;
  white-space: nowrap;
}
.op-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 26px 58px rgba(0,189,220,.52);
}

/* ═══════════════════════════════════════════════
   REVEAL
   ═══════════════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s cubic-bezier(.34,1.2,.64,1); }
.reveal.visible { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .18s; }
.reveal.d3 { transition-delay: .28s; }

/* prefers-reduced-motion: без «пустых» блоков при отключённых transition у * в styles.css */
@media (prefers-reduced-motion: reduce) {
  body.page-oprod .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  body.page-oprod .op-hero .op-hero-in {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  body.page-oprod .op-f4-note {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ═══════════════════════════════════════════════
   АДАПТИВ
   ═══════════════════════════════════════════════ */
@media (max-width: 1200px) {
  .op-f3-grid  { grid-template-columns: repeat(2, 1fr); }
  .op-adv-grid { grid-template-columns: 1fr 1fr; }
  .op-f7-strip { grid-template-columns: repeat(3, 1fr); }
  .op-f6-grid  { grid-template-columns: repeat(2, 1fr); }
  .op-legend li { grid-template-columns: 80px 1fr; }
  .op-cinema-meta { grid-template-columns: repeat(2, 1fr); }

  /* Hero: шапка скрыта — убираем «десктопные» отступы и высоту экрана */
  .op-hero {
    min-height: auto;
    padding: 52px 0 64px;
  }
  .op-hero--page {
    padding-top: 52px;
  }

  /* Мини-плеер не перекрывает нижнюю навигацию */
  #op-pip {
    right: 12px;
    bottom: calc(84px + env(safe-area-inset-bottom, 0px));
    width: min(220px, calc(100vw - 24px));
    z-index: 7500;
  }

  /* Тап по карточке — на ссылку, а не на текст поверх неё */
  .op-product-card > .op-product-top,
  .op-product-card > .op-product-body,
  .op-product-card > h3,
  .op-product-card > p,
  .op-product-card > .op-product-spec,
  .op-product-card > .op-product-cta {
    pointer-events: none;
  }
  .op-product-video,
  .op-pv-play {
    pointer-events: auto;
  }
}
@media (max-width: 960px) {
  .op-hero-inner { grid-template-columns: 1fr; gap: 0; }
  .op-hero-right {
    min-height: 0;
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .op-hero-chip {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    animation: none;
    min-width: 0;
    max-width: none;
    width: auto;
    margin: 0;
  }
  .op-hero-chip--5 {
    grid-column: 1 / -1;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .op-hero-orb {
    display: none;
  }
  .op-f1-grid,
  .op-f2-grid,
  .op-f5-grid,
  .op-products-grid,
  .op-factors-grid,
  .op-f6-top { grid-template-columns: 1fr; }
  .op-f2-signals { grid-template-columns: 1fr; }
  .op-f4-grid {
    grid-template-columns: 1fr 300px 1fr;
    gap: 0 20px;
  }
  .op-f4-device { width: 300px; height: 300px; }
  .op-f4-core, .op-f4-photo-wrap { width: 280px; height: 280px; }
  .op-f4-col { gap: 32px; }
  .op-product-card--wide,
  .op-adv-item--wide { grid-column: 1; }
  .op-adv-item--wide { grid-column: 1 / -1; }
  .op-final-cta-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    min-width: 0;
  }
  .op-final-cta-inner > div {
    min-width: 0;
    max-width: 100%;
  }
  .op-final-cta h3 {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .op-cta-btn {
    white-space: normal;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 16px 20px;
    font-size: 0.92rem;
    line-height: 1.3;
  }
}
@media (max-width: 860px) {
  .op-adv-grid { grid-template-columns: 1fr; gap: 0; }
  .op-adv-item {
    position: relative !important;
    top: auto !important;
    min-height: 0 !important;
    margin-bottom: 14px;
    padding: 28px 24px !important;
    transform: none !important;
    filter: none !important;
  }
}
@media (max-width: 680px) {
  main { padding-top: 0; }
  .op-sec { padding: 64px 0; }
  .op-hero { padding: 36px 0 44px; }
  .op-hero--page { padding-top: 36px; }
  .op-hero-title {
    font-size: clamp(1.65rem, 7.2vw, 2.2rem);
    line-height: 1.08;
  }
  .op-hero-lead {
    margin: 14px 0 18px;
    font-size: 0.92rem;
    line-height: 1.55;
    max-width: none;
  }
  .op-hero-right {
    margin-top: 18px;
    gap: 8px;
  }
  .op-cinema { padding: 0; }
  .op-cinema-player { max-height: 72vh; }
  .op-cinema-meta { grid-template-columns: 1fr 1fr; }
  .op-cinema-play { width: 72px; height: 72px; }
  .op-cinema-overlay { padding: 20px; }
  .op-cinema-caption {
    left: 16px;
    top: 16px;
    right: 16px;
  }
  .op-cinema-caption__eyebrow {
    font-size: 0.62rem;
    margin-bottom: 8px;
  }
  .op-cinema-caption__title {
    font-size: clamp(1.15rem, 5.2vw, 1.75rem);
  }
  #op-pip {
    width: min(54vw, 240px);
    right: 12px;
    bottom: 12px;
    border-radius: 12px;
  }
  .op-product-card--has-video .op-product-body { padding: 22px 24px 26px; }
  .op-product-thumb { width: 76px; height: 76px; border-radius: 18px; }
  .op-product-thumb--big { width: 92px; height: 92px; border-radius: 22px; }
  .op-product-code { font-size: .95rem; }
  .op-product-code--big { font-size: 1.15rem; }
  .wrap { padding: 0 18px; }
  .op-f3-grid  { grid-template-columns: 1fr; }
  .op-f7-strip { grid-template-columns: repeat(2, 1fr); }
  .op-f6-grid  { grid-template-columns: 1fr; }
  .op-f4-grid  { grid-template-columns: 1fr; }
  .op-f4-col--left, .op-f4-col--right { align-items: flex-start; }
  .op-f4-col--left .op-f4-note { flex-direction: row; text-align: left; }
  .op-f4-center { order: -1; }
  .op-hero-chip { min-width: 0; padding: 10px 12px; border-radius: 12px; }
  .op-hero-chip strong { font-size: 0.95rem; }
  .op-hero-chip span { font-size: 0.68rem; margin-top: 3px; line-height: 1.3; }
  .op-f1-text, .op-f2-panel, .op-final-cta { padding: 32px 24px; }
  .op-hero-cta { flex-direction: column; align-items: stretch; }
  .op-hero-btn {
    justify-content: center;
    padding: 13px 16px;
    font-size: 0.85rem;
    white-space: normal;
    line-height: 1.25;
    text-align: center;
  }
  .op-hero-scroll { display: none; }
}
@media (max-width: 420px) {
  .op-hero-right { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════════
   «09 · Где работают устройства» — свои фоны карточек
   (перекрывают pps-net-card--viz* из pps.css только здесь)
   ═══════════════════════════════════════════════ */
.page-oprod #blind-zones-2 .pps-net-card--viz1 {
  background-image:
    linear-gradient(168deg, rgba(2, 16, 40, 0.55) 0%, rgba(2, 22, 52, 0.22) 38%, rgba(2, 12, 36, 0.88) 100%),
    url('../assets/op-net-card-01.png');
}
.page-oprod #blind-zones-2 .pps-net-card--viz2 {
  background-image:
    linear-gradient(168deg, rgba(2, 16, 40, 0.55) 0%, rgba(2, 22, 52, 0.22) 38%, rgba(2, 12, 36, 0.88) 100%),
    url('../assets/op-net-card-02.png');
}
.page-oprod #blind-zones-2 .pps-net-card--viz3 {
  background-image:
    linear-gradient(168deg, rgba(2, 16, 40, 0.55) 0%, rgba(2, 22, 52, 0.22) 38%, rgba(2, 12, 36, 0.88) 100%),
    url('../assets/op-net-card-03.png');
}
.page-oprod #blind-zones-2 .pps-net-card--viz4 {
  background-image:
    linear-gradient(168deg, rgba(2, 16, 40, 0.55) 0%, rgba(2, 22, 52, 0.22) 38%, rgba(2, 12, 36, 0.88) 100%),
    url('../assets/op-net-card-04.png');
}
.page-oprod #blind-zones-2 .pps-net-card--viz5 {
  background-image:
    linear-gradient(168deg, rgba(2, 16, 40, 0.55) 0%, rgba(2, 22, 52, 0.22) 38%, rgba(2, 12, 36, 0.88) 100%),
    url('../assets/op-net-card-05.png');
}
.page-oprod #blind-zones-2 .pps-net-card--viz6 {
  background-image:
    linear-gradient(168deg, rgba(2, 16, 40, 0.55) 0%, rgba(2, 22, 52, 0.22) 38%, rgba(2, 12, 36, 0.88) 100%),
    url('../assets/op-net-card-06.png');
}
.page-oprod #blind-zones-2 .pps-net-card--viz1,
.page-oprod #blind-zones-2 .pps-net-card--viz2,
.page-oprod #blind-zones-2 .pps-net-card--viz3,
.page-oprod #blind-zones-2 .pps-net-card--viz4,
.page-oprod #blind-zones-2 .pps-net-card--viz5,
.page-oprod #blind-zones-2 .pps-net-card--viz6 {
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat;
}
