/* ═══════════════════════════════════════════════════════════════
   SKILLUP MIXING — v3.1 «зоны»: 01 Разборы (легенда + баннер + ряды) · 02 Плагины (рэк) · 03 Цены
   Жирный гротеск Unbounded (самохост), стекло, свечение, плитки.
   Подключается ПОСЛЕ встроенных стилей index.html.
   ═══════════════════════════════════════════════════════════════ */

/* Обход блоков: до основного контента было 8–12 tab-стопов шапки (WCAG 2.4.1, аудит 12.09.2026).
   Ссылка не видна, пока не получит фокус с клавиатуры. */
.skip-header { display: block; height: 0; }   /* обёртка-ориентир для ссылки «К содержимому»: без неё она вне landmark (аудит 12.09.2026) */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 1000;
  padding: 10px 16px; border-radius: 0 0 10px 0;
  background: #BFA060; color: #080808;
  font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: 0.06em; text-decoration: none;
}
.skip-link:focus, .skip-link:focus-visible { left: 0; outline: 2px solid #EAE6DE; outline-offset: 2px; }

:root {
  --v3-max: 1240px;
  --v3-pad: clamp(16px, 3.6vw, 48px);
  --v3-sec: clamp(64px, 8vw, 128px);
  --v3-r: 24px;
  --v3-r-sm: 16px;
  --glass: linear-gradient(180deg, rgba(255,255,255,0.075) 0%, rgba(255,255,255,0.025) 100%);
  --glass-gold: linear-gradient(135deg, rgba(191,160,96,0.20) 0%, rgba(191,160,96,0.05) 60%, rgba(191,160,96,0.10) 100%);
  --line: rgba(255,255,255,0.09);
  --line-gold: rgba(191,160,96,0.45);
  --gold-2: #E2C98B;
  --gold-3: #A88A48;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --font-display: 'Unbounded', 'Inter', system-ui, sans-serif;
}

html { scroll-padding-top: 96px; }
body { background: #070707; }

/* глубина фона: два мягких пятна света */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(900px 600px at 12% -10%, rgba(191,160,96,0.16), transparent 60%),
    radial-gradient(800px 700px at 100% 40%, rgba(120,90,40,0.12), transparent 60%),
    radial-gradient(700px 500px at 30% 110%, rgba(191,160,96,0.10), transparent 60%);
}
main, footer, .v3-marquee { position: relative; z-index: 1; }

/* ── навигация: парящая стеклянная капсула ──────────────────── */
#nav {
  top: 14px;
  left: max(14px, calc(50% - 720px));
  right: max(14px, calc(50% - 720px));
  height: 62px;
  padding: 0 10px 0 24px;
  border-radius: 999px;
  background: rgba(12, 12, 12, 0.55);
  backdrop-filter: blur(22px) saturate(1.2);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 60px -24px rgba(0,0,0,0.8), inset 0 1px 0 rgba(255,255,255,0.06);
}
#nav.scrolled {
  background: rgba(12, 12, 12, 0.82);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  border-color: rgba(191,160,96,0.22);
}
.nav-logo { font-family: var(--font-display); font-weight: 700; font-size: 13px; letter-spacing: 0.08em; }
.nav-links { gap: 2px; }
.nav-links a {
  border-color: transparent;
  background: transparent;
  padding: 0 14px;
  height: 36px;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: rgba(234,230,222,0.72);
  border-radius: 999px;
}
.nav-links a:hover { background: rgba(255,255,255,0.07); border-color: transparent; color: #fff; }
.nav-mobile-menu { top: 84px; left: 14px; right: 14px; border-radius: 22px; border: 1px solid var(--line); }

/* ── общие элементы ─────────────────────────────────────────── */
.v3-section { padding: var(--v3-sec) var(--v3-pad); }
.v3-inner { max-width: var(--v3-max); margin: 0 auto; }
.v3-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 40px;
  flex-wrap: wrap;
  margin-bottom: clamp(24px, 3vw, 40px);
}
.v3-h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.8vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0;
  text-align: left;
}
.v3-head p { margin: 0; max-width: 44ch; color: var(--muted2); font-size: 15px; line-height: 1.6; }
.v3-grad {
  background: linear-gradient(92deg, #F3DFA6 0%, #C9AA68 45%, #9C7F3F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.v3-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-family: 'Inter', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-2);
}
.v3-chip::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 10px var(--gold); }
.v3-tag {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-2);
  margin-bottom: 12px;
}

.v3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background 0.3s, border-color 0.3s;
}
.v3-btn-gold {
  color: #0a0a0a;
  background: linear-gradient(135deg, #EAD39A 0%, #C8A968 55%, #A88A48 100%);
  box-shadow: 0 12px 34px -8px rgba(191,160,96,0.55), inset 0 1px 0 rgba(255,255,255,0.4);
}
.v3-btn-gold:hover { transform: translateY(-2px); box-shadow: 0 18px 44px -8px rgba(191,160,96,0.7), inset 0 1px 0 rgba(255,255,255,0.5); }
.v3-btn-glass {
  color: #fff;
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.v3-btn-glass:hover { transform: translateY(-2px); border-color: var(--line-gold); background: rgba(191,160,96,0.10); }

/* стеклянная плитка */
.v3-tile {
  position: relative;
  overflow: hidden;
  border-radius: var(--v3-r);
  background: var(--glass);
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 40px 80px -40px rgba(0,0,0,0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: inherit;
  text-decoration: none;
  transition: transform 0.6s var(--ease), border-color 0.35s, box-shadow 0.6s var(--ease);
  isolation: isolate;
}
.v3-tile::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: radial-gradient(420px 220px at 12% -10%, rgba(191,160,96,0.22), transparent 60%);
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.5s;
}
.v3-tile:hover { transform: translateY(-5px); border-color: var(--line-gold); box-shadow: 0 0 0 1px rgba(191,160,96,0.22), 0 40px 90px -36px rgba(191,160,96,0.4), inset 0 1px 0 rgba(255,255,255,0.12); }
.v3-tile:hover::before { opacity: 1; }
.v3-tile > * { position: relative; z-index: 1; }
.v3-tile h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 8px;
}
.v3-tile p { margin: 0; color: var(--muted2); font-size: 13.5px; line-height: 1.55; }
.v3-tile p s { color: var(--muted); }
.v3-tile-gold { background: var(--glass-gold); border-color: rgba(191,160,96,0.28); }

/* ── HERO ─────────────────────────────────────────────────────── */
.v3-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(96px + 4vh) var(--v3-pad) 56px;
  overflow: hidden;
}
.v3-hero-media { position: absolute; inset: 0; z-index: 0; }
.v3-hero-media video,
.v3-hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(0.55) saturate(0.9) contrast(1.05); }
.v3-hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,7,7,0.94) 0%, rgba(7,7,7,0.72) 45%, rgba(7,7,7,0.25) 100%),
    linear-gradient(180deg, rgba(7,7,7,0.4) 0%, rgba(7,7,7,0) 30%, rgba(7,7,7,0.2) 70%, #070707 100%);
}
.v3-hero-glow {
  position: absolute;
  z-index: 0;
  width: 720px;
  height: 720px;
  right: -180px;
  top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(191,160,96,0.28) 0%, rgba(191,160,96,0.08) 35%, transparent 65%);
  filter: blur(30px);
  animation: v3-float 14s ease-in-out infinite;
  pointer-events: none;
}
@keyframes v3-float { 0%, 100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(-60px, 40px, 0) scale(1.08); } }
.v3-hero-inner { position: relative; z-index: 2; max-width: var(--v3-max); width: 100%; margin: 0 auto; }
.v3-h1 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(38px, 6.6vw, 100px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: #fff;
  margin: 22px 0 24px;
  max-width: 12ch;
  text-align: left;
  text-wrap: balance;
}
.v3-lead {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.6;
  color: rgba(234,230,222,0.8);
  max-width: 46ch;
  margin: 0 0 30px;
}
.v3-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.v3-news { margin-top: 20px; }
.v3-news .new-release-pill { max-width: 100%; white-space: normal; line-height: 1.35; }

.v3-hero .hero-stats.v3-stats {
  position: relative;
  left: auto; bottom: auto;
  transform: none;
  z-index: 2;
  max-width: var(--v3-max);
  width: 100%;
  margin: clamp(36px, 6vh, 72px) auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  white-space: normal;
  padding: 0;
}
.v3-stats .stat-card {
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: var(--v3-r-sm);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 18px 20px;
  text-align: left;
  min-width: 0;
  max-width: none;
  flex: none;
  animation: none !important;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.07);
}
.v3-stats .stat-number {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(26px, 2.6vw, 38px);
  line-height: 1;
  color: #fff;
  letter-spacing: -0.02em;
}
.v3-stats .stat-label { font-family: 'Inter', sans-serif; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-2); margin-top: 6px; }
.v3-stats .stat-sub { font-size: 11.5px; color: var(--muted); }

/* ── бегущая строка ──────────────────────────────────────────── */
.v3-marquee {
  overflow: hidden;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.015);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.v3-marquee-track { display: flex; width: max-content; animation: v3-marq 60s linear infinite; }
.v3-marquee:hover .v3-marquee-track { animation-play-state: paused; }
.v3-marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  padding: 0 13px 0 26px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(12px, 1.05vw, 15px);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(234,230,222,0.62);
  white-space: nowrap;
}
.v3-marquee-track span::after { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px var(--gold); }
@keyframes v3-marq { to { transform: translateX(-50%); } }

/* ── НУМЕРАЦИЯ СЕКЦИЙ ────────────────────────────────────────── */
.v3-num {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-2);
  margin-bottom: 14px;
}
.v3-num::before { content: ''; width: 30px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--gold), transparent); }

/* ── ЦВЕТ = ФОРМАТ ДОСТУПА ───────────────────────────────────── */
.v3-rows, .v3-plugins, [data-cat="buy"] { --cat: #E2C98B; --cat-rgb: 226,201,139; }
[data-cat="sub"]  { --cat: #9CC8FF; --cat-rgb: 156,200,255; }
[data-cat="free"] { --cat: #6EE7A8; --cat-rgb: 110,231,168; }
.v3-cat-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px 7px 10px;
  border-radius: 999px;
  background: rgba(var(--cat-rgb), 0.10);
  border: 1px solid rgba(var(--cat-rgb), 0.38);
  color: var(--cat);
  font-family: 'Inter', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.v3-cat-badge::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--cat); box-shadow: 0 0 10px var(--cat); }

/* легенда: три формата одним взглядом */
.v3-legend {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.v3-legend-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px 18px 24px;
  border-radius: var(--v3-r-sm);
  background: var(--glass);
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.45s var(--ease), border-color 0.3s, background 0.3s;
}
.v3-legend-item::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--cat); box-shadow: 0 0 18px var(--cat); }
.v3-legend-item::after { content: '↓'; position: absolute; right: 18px; top: 16px; font-size: 14px; color: var(--cat); opacity: 0.7; transition: transform 0.3s; }
.v3-legend-item:hover { transform: translateY(-3px); border-color: rgba(var(--cat-rgb), 0.5); background: rgba(var(--cat-rgb), 0.07); }
.v3-legend-item:hover::after { transform: translateY(3px); opacity: 1; }
.v3-legend-name { font-family: var(--font-display); font-weight: 700; font-size: 15px; letter-spacing: -0.01em; color: #fff; }
.v3-legend-desc { font-size: 12.5px; line-height: 1.5; color: var(--muted2); }

/* ── НОВОЕ ВИДЕО: широкий баннер ─────────────────────────────── */
.v3-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  border-radius: var(--v3-r);
  overflow: hidden;
  background: var(--glass);
  border: 1px solid rgba(var(--cat-rgb), 0.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 40px 80px -40px rgba(0,0,0,0.9);
  margin-bottom: clamp(44px, 5vw, 72px);
  isolation: isolate;
  transition: border-color 0.3s, box-shadow 0.6s var(--ease);
}
.v3-feature:hover { border-color: rgba(var(--cat-rgb), 0.55); box-shadow: 0 0 0 1px rgba(var(--cat-rgb), 0.2), 0 40px 90px -36px rgba(var(--cat-rgb), 0.35); }
.v3-feature-media { position: relative; min-height: 380px; overflow: hidden; }
.v3-feature-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.2s var(--ease); }
.v3-feature:hover .v3-feature-media img { transform: scale(1.03); }
.v3-feature-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 60%, rgba(9,9,9,0.9) 100%), linear-gradient(180deg, transparent 65%, rgba(9,9,9,0.45) 100%);
}
.v3-lock { position: absolute; top: 16px; left: 16px; z-index: 2; width: 34px; height: 34px; border-radius: 50%; background: rgba(0,0,0,0.55); border: 1px solid rgba(255,255,255,0.14); display: flex; align-items: center; justify-content: center; font-size: 15px; }
.v3-feature-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 40px);
  background: linear-gradient(180deg, rgba(var(--cat-rgb), 0.08), transparent 70%);
}
.v3-feature-body h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(24px, 2.4vw, 36px); line-height: 1.1; letter-spacing: -0.02em; color: #fff; margin: 0 0 10px; }
.v3-feature-body p { margin: 0; color: var(--muted2); font-size: 14px; line-height: 1.5; }
.v3-feature-price { font-family: var(--font-display); font-weight: 700; font-size: clamp(26px, 2.4vw, 36px); letter-spacing: -0.02em; color: #fff; margin: 18px 0 2px; }
.v3-feature-price small { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0.02em; color: var(--muted2); margin-left: 10px; }
.v3-tile-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.v3-tile-actions .v3-btn { padding: 14px 22px; }

.v3-price-big {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(22px, 2vw, 30px);
  letter-spacing: -0.02em;
  color: #fff;
  margin: 6px 0 4px;
}
.v3-price-big small { font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0.02em; color: var(--muted2); margin-left: 8px; }
.v3-badge-new {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0a0a0a;
  background: linear-gradient(135deg, #EAD39A, #C8A968);
  border-radius: 999px;
  padding: 5px 10px;
  margin-left: 8px;
  vertical-align: middle;
}

/* ── ПЛАГИНЫ: рэковые панели ─────────────────────────────────── */
.v3-racks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}
.v3-rack {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(180deg, #181818 0%, #0b0b0b 100%);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 40px 80px -40px rgba(0,0,0,0.95);
  isolation: isolate;
  transition: transform 0.6s var(--ease), border-color 0.3s, box-shadow 0.6s var(--ease);
}
.v3-rack::before {
  content: '';
  position: absolute;
  left: 0; right: 0; top: 0;
  height: 2px;
  z-index: 2;
  background: linear-gradient(90deg, transparent, var(--gold) 30%, var(--gold-2) 50%, var(--gold) 70%, transparent);
}
.v3-rack::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: repeating-linear-gradient(180deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 6px);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 60%);
  mask-image: linear-gradient(180deg, #000 0%, transparent 60%);
}
.v3-rack:hover { transform: translateY(-5px); border-color: var(--line-gold); box-shadow: 0 0 0 1px rgba(191,160,96,0.2), 0 40px 90px -36px rgba(191,160,96,0.35), inset 0 1px 0 rgba(255,255,255,0.08); }
.v3-rack > * { position: relative; z-index: 1; }
.v3-rack-screen {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding: 22px 22px 0;
  background: radial-gradient(600px 220px at 50% 0%, rgba(191,160,96,0.16), transparent 70%);
}
.v3-rack-screen > * { width: 100%; }
.v3-nowrap { white-space: nowrap; }
.v3-feature-body .v3-cat-badge { align-self: flex-start; }
.v3-rack-screen video,
.v3-rack-screen img { width: 100%; height: auto; display: block; border-radius: 10px; box-shadow: 0 24px 50px -20px rgba(0,0,0,0.9); transition: transform 0.8s var(--ease); }
.v3-rack:hover .v3-rack-screen video,
.v3-rack:hover .v3-rack-screen img { transform: translateY(-4px) scale(1.01); }
.v3-rack-body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 22px 0;
}
.v3-rack-body h2,
.v3-rack-body h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(28px, 2.8vw, 40px); letter-spacing: -0.02em; line-height: 1; color: #fff; margin: 0; }
.v3-rack .v3-tag { margin-bottom: 10px; }
.v3-rack .v3-price-big { margin: 0; text-align: right; white-space: nowrap; }
.v3-rack .v3-price-big small { display: block; margin: 4px 0 0; }
.v3-specs { list-style: none; margin: 16px 0 0; padding: 0 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.v3-specs li {
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: rgba(234,230,222,0.85);
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
}
.v3-rack-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 18px 22px 22px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-2);
}
.v3-rack-more::after { content: '→'; transition: transform 0.3s var(--ease); }
.v3-rack:hover .v3-rack-more::after { transform: translateX(5px); }

.v3-bundle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(20px, 2.6vw, 30px) clamp(22px, 3vw, 34px);
  border-radius: var(--v3-r);
  background: var(--glass-gold);
  border: 1px solid rgba(191,160,96,0.32);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 40px 80px -40px rgba(191,160,96,0.35);
}
.v3-bundle h2,
.v3-bundle h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(20px, 2.2vw, 30px); letter-spacing: -0.02em; line-height: 1.1; color: #fff; margin: 0 0 8px; }
.v3-bundle p { margin: 0; color: var(--muted2); font-size: 13.5px; line-height: 1.5; }
.v3-bundle p s { color: var(--muted); }
.v3-bundle .v3-btn { flex: none; }

/* ── РЯДЫ ВИДЕО (все на виду) ────────────────────────────────── */
.v3-rows .cvp-row { margin-bottom: clamp(36px, 4vw, 56px); }
.v3-rows .cvp-row:last-child { margin-bottom: 0; }
.v3-row-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px 24px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.v3-row-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -0.02em;
  color: #fff;
}
.v3-row-title .last-update { font-family: 'Inter', sans-serif; font-size: 11px !important; font-weight: 400; color: var(--muted) !important; letter-spacing: 0.02em; margin-left: 10px; }
.v3-row-sub { font-size: 13px; color: var(--muted); margin-top: 6px; }
.v3-see-all {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-2);
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(191,160,96,0.3);
  transition: background 0.25s, border-color 0.25s;
}
.v3-see-all:hover { background: rgba(191,160,96,0.12); border-color: var(--line-gold); }

.v3-rows .cvp-scroll-wrap { position: relative; display: block; }
.v3-rows .cvp-scroll {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  padding: 6px 2px 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 2px;
  scrollbar-width: none;
}
.v3-rows .cvp-scroll::-webkit-scrollbar { display: none; }
.v3-rows .cvp-card {
  width: min(78vw, 296px);
  flex: 0 0 auto;
  scroll-snap-align: start;
  border-radius: 18px;
  background: var(--glass);
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  transition: transform 0.5s var(--ease), border-color 0.3s, box-shadow 0.5s;
}
.v3-rows .cvp-card:hover { transform: translateY(-4px); border-color: var(--line-gold); box-shadow: 0 30px 60px -30px rgba(191,160,96,0.35); }
.v3-rows .cvp-card-thumb { border-radius: 0; }
.v3-rows .cvp-card-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  gap: 8px;
  padding: 14px 16px 15px;
  min-height: 0;
}
.v3-rows .cvp-card-title {
  flex: 1 1 100%;
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.35;
  min-height: 58px;
  margin-bottom: 2px;
  padding-right: 26px;
  color: #fff;
}
.v3-rows .cvp-card-meta,
.v3-rows .cvp-card-more-btn { position: static; margin: 0; white-space: nowrap; border-radius: 999px; padding: 4px 10px; height: auto; }
.v3-rows .cvp-card-more-btn { margin-left: auto; }
.v3-rows .cvp-card-num { position: absolute; top: 12px; right: 14px; bottom: auto; font-family: var(--font-display); font-weight: 500; font-size: 12px; color: rgba(255,255,255,0.28); }
.v3-rows .cvp-arrow-btn {
  position: absolute;
  top: 34%;
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(12,12,12,0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s, border-color 0.25s, transform 0.3s;
}
.v3-rows .cvp-arrow-btn:hover { background: var(--gold); color: #0a0a0a; border-color: var(--gold); }
.v3-rows .cvp-arrow-btn.arrow-left { left: -10px; }
.v3-rows .cvp-arrow-btn.arrow-right { right: -10px; }

/* цвет формата на рядах: бейдж, кнопка «все», метка на карточке, полоска сверху */
.v3-rowlist { max-width: none; margin: 0; gap: clamp(40px, 4.5vw, 64px); }
.v3-rows .cvp-row { margin-bottom: 0; }
.v3-rows .v3-see-all { color: var(--cat); border-color: rgba(var(--cat-rgb), 0.35); }
.v3-rows .v3-see-all:hover { background: rgba(var(--cat-rgb), 0.12); border-color: rgba(var(--cat-rgb), 0.6); }
.v3-rows .cvp-card { position: relative; }
.v3-rows .cvp-card::after { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 3px; z-index: 3; background: var(--cat); opacity: 0.9; pointer-events: none; }
.v3-rows .cvp-card:hover { border-color: rgba(var(--cat-rgb), 0.5); box-shadow: 0 30px 60px -30px rgba(var(--cat-rgb), 0.35); }
.v3-rows .cvp-card-meta { color: var(--cat) !important; background: rgba(var(--cat-rgb), 0.10) !important; border-color: rgba(var(--cat-rgb), 0.32) !important; }
.v3-rows .cvp-arrow-btn:hover { background: var(--cat); border-color: var(--cat); color: #0a0a0a; }

/* ── ЦЕНЫ ─────────────────────────────────────────────────────── */
.v3-offer .pricing-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 14px;
  max-width: none;
}
.v3-offer .pricing-wrap .price-card.side {
  width: auto;
  padding: 28px 26px 26px;
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: var(--v3-r);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.07);
  transform: none;
}
.v3-offer .pricing-wrap .price-card.side:hover { transform: none; box-shadow: inset 0 1px 0 rgba(255,255,255,0.07), 0 30px 70px -30px rgba(191,160,96,0.35); border-color: var(--line-gold); }
.v3-offer .price-tier-label { color: var(--gold-2); }
.v3-offer .price-name { font-family: var(--font-display); font-weight: 700; font-size: 22px; letter-spacing: -0.02em; }
.v3-offer .price-card.side .price-amount { font-family: var(--font-display); font-weight: 700; font-size: 36px; letter-spacing: -0.02em; color: #fff; }
.v3-offer .price-btn.gold { border-radius: 999px; background: linear-gradient(135deg, #EAD39A 0%, #C8A968 55%, #A88A48 100%); box-shadow: 0 12px 34px -8px rgba(191,160,96,0.55), inset 0 1px 0 rgba(255,255,255,0.4); }
.v3-offer .price-btn.gold:hover { transform: translateY(-2px); background: linear-gradient(135deg, #F1DDA8 0%, #D2B474 55%, #B39352 100%); }
.v3-offer .sub-tier-row { border-radius: 14px !important; }
.v3-offer .price-all {
  max-width: none;
  margin: 0;
  padding: 26px 28px 28px;
  border: 1px solid rgba(191,160,96,0.35);
  border-radius: var(--v3-r);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 40px 90px -40px rgba(191,160,96,0.35);
  background: var(--glass-gold);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.v3-offer .price-all:hover, .v3-offer .price-all.reveal:hover { transform: none; border-color: var(--line-gold); box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 40px 90px -36px rgba(191,160,96,0.5); }
.v3-offer .price-all-part { border-radius: 14px; background: rgba(0,0,0,0.25); }
.v3-offer .price-all-total-amount { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.02em; }
.v3-offer .price-all .price-all-btn { border-radius: 999px; }
.v3-offer .offer-note { margin-top: 20px; font-size: 13px; color: var(--muted); }
.v3-offer .offer-note a { color: var(--gold-2); }

/* ── АВТОР ─────────────────────────────────────────────────────── */
#instructor.v3-section { background: transparent; padding: var(--v3-sec) var(--v3-pad); }
.v3-author {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 14px;
  align-items: stretch;
}
.v3-author-photo {
  margin: 0;
  position: relative;
  min-height: 520px;
  border-radius: var(--v3-r);
  overflow: hidden;
  border: 1px solid var(--line);
  background: #111;
}
.v3-author-photo picture { position: absolute; inset: 0; display: block; z-index: 0; }
.v3-author-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 10%;
  filter: contrast(1.05) brightness(0.95) saturate(0.9);
  transition: transform 1.2s var(--ease);
}
.v3-author-photo:hover img { transform: scale(1.03); }
.v3-author-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(7,7,7,0.85) 100%);
}
.v3-author-photo figcaption {
  position: absolute;
  left: 24px; right: 24px; bottom: 22px;
  z-index: 1;
}
.v3-author-photo figcaption .v3-role { display: block; margin-bottom: 8px; }
.v3-author-photo figcaption strong {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(22px, 2.2vw, 32px);
  letter-spacing: -0.02em;
  color: #fff;
  display: block;
}
.v3-author-card { padding: clamp(24px, 3vw, 40px); display: flex; flex-direction: column; justify-content: center; }
.v3-quote {
  font-family: var(--font-display);
  font-weight: 500;
  font-style: normal;
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 26px;
  text-wrap: balance;
}
.v3-quote .why-accent { font-style: normal; }
.v3-role {
  font-family: 'Inter', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-2);
}
.v3-bio { color: var(--muted2); line-height: 1.7; font-size: 15px; margin: 12px 0 22px; max-width: 56ch; }
.v3-chips { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.v3-chips li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  font-size: 12.5px;
  color: #fff;
  line-height: 1.3;
}
#instructor .dock-wrap, #instructor.v3-section .dock-wrap { margin: 0; }

/* ── КРЕДИТСЫ ─────────────────────────────────────────────────── */
#credits.v3-section { border: 0; padding: var(--v3-sec) var(--v3-pad); }
#credits-title, #instructor-title { text-align: left; }
.v3-numbers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}
.v3-numbers .credits-stats { display: contents; }
.v3-numbers .cr-stat-divider { display: none; }
.v3-numbers .cr-stat {
  padding: 22px 22px 20px;
  text-align: left;
  border-radius: var(--v3-r-sm);
  background: var(--glass);
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.07);
}
.v3-numbers .cr-stat:hover { background: var(--glass-gold); box-shadow: none; }
.v3-numbers .cr-stat-num { font-family: var(--font-display); font-weight: 700; font-size: clamp(26px, 2.8vw, 40px); letter-spacing: -0.02em; color: #fff; line-height: 1; }
.v3-numbers .cr-stat-label { font-family: 'Inter', sans-serif; font-size: 10.5px; letter-spacing: 0.14em; color: var(--gold-2); margin-top: 10px; }
.v3-wall {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.v3-wall .featured-credit {
  grid-column: span 2;
  grid-row: span 2;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--v3-r);
  overflow: hidden;
  background: #1a1200;
  min-height: 0;
  transition: transform 0.6s var(--ease), border-color 0.3s;
}
.v3-wall .featured-credit:hover { transform: translateY(-5px); border-color: var(--line-gold); box-shadow: 0 30px 70px -30px rgba(191,160,96,0.4); }
.v3-wall .featured-credit::after { display: none; }
.v3-wall .featured-credit img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1s var(--ease); }
.v3-wall .featured-credit:hover img { transform: scale(1.04); }
.v3-wall .featured-credit .credit-img-fallback { display: none; position: absolute; inset: 0; background: linear-gradient(135deg, #1e1200, #0e0900); }
.v3-wall .featured-credit-info { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 24px 22px; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 60%, transparent 100%); }
.v3-wall .featured-credit-artist { font-family: 'Inter', sans-serif; font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-2); }
.v3-wall .featured-credit-title { font-family: var(--font-display); font-weight: 700; font-size: clamp(24px, 2.6vw, 38px); letter-spacing: -0.02em; line-height: 1; margin: 6px 0 6px; color: #fff; }
.v3-wall .featured-credit-streams { font-family: var(--font-display); font-weight: 500; font-size: 14px; color: var(--gold-2); }
.v3-wall .credits-compact-grid { display: contents; }
.v3-wall .credit-mini { margin: 0; min-height: 0; border-radius: var(--v3-r-sm); border-color: var(--line); background: var(--glass) !important; }
.v3-wall .credit-mini:hover { border-color: var(--line-gold); }
.v3-credits .credits-tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-start; }
.v3-credits .cr-tag { border-radius: 999px; border-color: rgba(255,255,255,0.12); color: rgba(234,230,222,0.8); background: rgba(255,255,255,0.04); font-size: 10.5px; padding: 8px 13px; }
.v3-credits .cr-tag--hi { border-color: rgba(191,160,96,0.4); color: var(--gold-2); }
.v3-credits .cr-tag:hover { background: rgba(191,160,96,0.12); }

/* ── ФИНАЛ ─────────────────────────────────────────────────────── */
.v3-cta {
  position: relative;
  text-align: center;
  padding: calc(var(--v3-sec) + 20px) var(--v3-pad);
  overflow: hidden;
}
.v3-cta::before {
  content: '';
  position: absolute;
  left: 50%; bottom: -260px;
  width: 900px; height: 600px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(191,160,96,0.28), rgba(191,160,96,0.06) 45%, transparent 70%);
  filter: blur(20px);
  pointer-events: none;
}
.v3-cta .cta-final-inner { position: relative; max-width: 900px; }
.v3-cta .cta-final-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(40px, 7.2vw, 104px);
  letter-spacing: -0.04em;
  line-height: 0.98;
  margin: 0 0 18px;
  background: linear-gradient(92deg, #fff 0%, #F3DFA6 40%, #C9AA68 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.v3-cta .cta-final-sub { color: var(--muted2); font-size: 16px; margin: 0 0 30px; }
.v3-cta .cta-final-trust { margin-top: 26px; font-family: 'Inter', sans-serif; font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }

footer { background: rgba(12,12,12,0.6); border-top: 1px solid rgba(255,255,255,0.06); }

/* На телефоне 9,5px не читается: бейдж «Новинка» на витрине плагинов и главной — минимум 11px (аудит 12.09.2026) */
@media (max-width: 480px) {
  .v3-badge-new { font-size: 11px; letter-spacing: 0.12em; padding: 4px 9px; }
}

/* ── АДАПТИВ ─────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .v3-feature { grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); }
  .v3-feature-media { min-height: 340px; }
  .v3-numbers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v3-wall { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .v3-hero { padding-top: 110px; min-height: 0; }
  .v3-hero-media video { display: none; }
  /* Было: hero-hit.jpg 574 КБ качался на телефоне под непрозрачным <img hero-hit-900.webp> — не виден ни пикселем.
     Теперь тот же кадр 13,5 КБ, уже лежит в кэше от srcset hero-img (аудит 12.09.2026) */
  .v3-hero-media { background: url('/assets/plugins/hero-hit-900.webp') center/cover no-repeat; }
  .v3-h1 { font-size: clamp(34px, 10.5vw, 64px); }
  .v3-hero .hero-stats.v3-stats { margin-top: 32px; }
  .v3-author { grid-template-columns: 1fr; }
  .v3-author-photo { min-height: 0; aspect-ratio: 4 / 5; max-height: 560px; }
  .v3-wall { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: auto; }
  .v3-wall .featured-credit { grid-column: 1 / -1; grid-row: span 1; aspect-ratio: 16 / 9; }
  .v3-offer .pricing-wrap { grid-template-columns: 1fr; }
  .v3-rows .cvp-arrow-btn { display: none; }
  .v3-feature { grid-template-columns: 1fr; }
  .v3-feature-media { min-height: 0; aspect-ratio: 16 / 9; }
  .v3-feature-media::after { background: linear-gradient(180deg, transparent 55%, rgba(9,9,9,0.85) 100%); }
  .v3-racks { grid-template-columns: 1fr; }
  .v3-legend { gap: 10px; }
  .v3-legend-item { padding: 14px 16px 14px 20px; }
  .v3-legend-desc { font-size: 12px; }
}

@media (max-width: 640px) {
  #nav { top: 8px; left: 8px; right: 8px; height: 56px; padding: 0 6px 0 16px; }
  .nav-mobile-menu { top: 72px; left: 8px; right: 8px; }
  .v3-hero { padding-top: 96px; padding-bottom: 40px; }
  .v3-hero-ctas .v3-btn { flex: 1 1 auto; }
  .v3-hero .hero-stats.v3-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .v3-stats .stat-card { padding: 12px 10px; }
  .v3-stats .stat-label { font-size: 9px; letter-spacing: 0.1em; }
  .v3-stats .stat-sub { font-size: 10px; }
  .v3-legend { grid-template-columns: 1fr; }
  .v3-legend-item { flex-direction: row; align-items: baseline; flex-wrap: wrap; gap: 4px 12px; padding-right: 40px; }
  .v3-legend-name { font-size: 14px; }
  .v3-feature-body { padding: 20px; }
  .v3-rack-body { flex-direction: column; align-items: flex-start; }
  .v3-rack .v3-price-big { text-align: left; }
  .v3-rack .v3-price-big small { display: inline; margin-left: 8px; }
  .v3-rack-screen { padding: 16px 16px 0; }
  .v3-rack-body, .v3-specs { padding-left: 16px; padding-right: 16px; }
  .v3-rack-more { margin: 16px 16px 18px; }
  .v3-bundle { flex-direction: column; align-items: flex-start; }
  .v3-bundle .v3-btn { width: 100%; }
  .v3-row-head { flex-direction: column; align-items: flex-start; }
  .v3-numbers { gap: 8px; }
  .v3-numbers .cr-stat { padding: 16px 14px; }
  .v3-wall { gap: 8px; }
  .v3-wall .featured-credit { aspect-ratio: 4 / 3; }
  .v3-rows .cvp-card { width: 76vw; }
  .v3-cta .cta-final-trust { line-height: 1.9; letter-spacing: 0.1em; }
}

@media (prefers-reduced-motion: reduce) {
  .v3-marquee-track { animation: none; flex-wrap: wrap; width: auto; justify-content: center; }
  .v3-hero-glow { animation: none; }
  .v3-tile, .v3-btn, .v3-feature-media img, .v3-rack, .v3-legend-item { transition: none; }
}
