/* =============================================================================
   v6-topvuz.css — лендинг /postuplenie-v-top-universitety-mira/
   -----------------------------------------------------------------------------
   Подключается ТОЛЬКО на этой странице (functions.php, по slug), последним —
   после v6.css и v7-design.css, поэтому пользуется их токенами и ничего
   не переопределяет: всё заскоплено под .tv-rich.

   Из v7-design.css берём: --e1..--e4 / --e-acc (высота), --r-* (радиусы),
   --t-* + --ease-out/--ease-spring (моушн), --acc-* (тон-шкала бренда),
   --sec-y (вертикальный ритм), --hairline. Своих токенов не заводим.

   Моушн: только transform / opacity / clip-path. Появление секций едет на
   штатном .reveal (v6.js вешает .in), лесенка — на .gs-stagger + --i из
   v7-design.css. Всё, что прячется до появления, спрятано под .js —
   без JS страница остаётся полностью читаемой.
   ============================================================================= */

/* ---------- 1. КАРКАС ------------------------------------------------------ */

.tv-rich { overflow-x: clip; }
.tv-sec { padding: var(--sec-y) 0 0; }
.tv-sec--tint {
  margin-top: var(--sec-y);
  padding: var(--sec-y) 0;
  /* Вход и выход через белый: иначе на стыке с соседней секцией остаётся
     жёсткая горизонтальная линия — видно, что это «полоса», а не подложка. */
  background: linear-gradient(180deg, #fff 0%, var(--acc-050) 14%, var(--acc-050) 74%, #fff 100%);
}

.tv-eyebrow {
  font-weight: 500; font-size: 13px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--acc-600);
  margin: 0 0 16px;
}
.tv-h2 {
  font-family: var(--display);
  font-size: clamp(30px, 4.2vw, 54px); font-weight: 700;
  line-height: 1.14; letter-spacing: -.015em;
  margin: 0 0 16px; max-width: 18ch;
}
.tv-h2 em { font-style: normal; color: var(--acc-600); }
.tv-lead {
  font-size: 18px; line-height: 1.6; color: var(--muted);
  max-width: 66ch; margin: 0 0 40px;
}
.tv-note { margin: 24px 0 0; font-size: 15px; line-height: 1.6; color: var(--muted); }
.tv-note a { color: var(--acc-600); font-weight: 600; }
.tv-note a:hover { text-decoration: underline; }

/* ---------- 2. ГЕРОЙ ------------------------------------------------------- */

.tv-hero { position: relative; padding: 8px 0 0; }
/* Мягкое пятно за героем — глубина без картинки. Не ловит мышь и не влияет
   на раскладку, поэтому висит на псевдоэлементе. */
.tv-hero::before {
  content: ""; position: absolute; z-index: -1;
  top: -120px; right: -180px; width: 720px; height: 720px;
  background: radial-gradient(circle at 50% 50%, rgba(177,94,204,.20), rgba(177,94,204,0) 62%);
  pointer-events: none;
}
.tv-hero__grid {
  display: grid; grid-template-columns: 1.15fr .85fr;
  gap: clamp(32px, 5vw, 72px); align-items: center;
}
.tv-hero__grid > * { min-width: 0; }
@media (max-width: 1024px) { .tv-hero__grid { grid-template-columns: 1fr; gap: 40px; } }

.tv-hero__title {
  font-family: var(--display);
  /* Кап 72, а не 86: при 86px «Ваш проводник» не влезает в колонку
     (~635px на 1440+) и рвётся на «Ваш» / «проводник». */
  font-size: clamp(38px, 5vw, 72px); font-weight: 800;
  line-height: 1.04; letter-spacing: -.022em;
  margin: 0 0 24px; overflow-wrap: break-word;
}
.tv-hero__title em { font-style: normal; color: var(--acc-600); }
.tv-hero__lead {
  font-size: 19px; line-height: 1.58; color: var(--ink);
  max-width: 540px; margin: 0 0 32px;
}
.tv-hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

/* Стопка аватаров наставников: доказательство до первого скролла. */
.tv-hero__trust { display: flex; align-items: center; gap: 14px; margin-top: 36px; }
.tv-faces { display: flex; }
.tv-faces img {
  width: 44px; height: 44px; border-radius: 50%;
  object-fit: cover; border: 2px solid var(--paper);
  box-shadow: var(--e1);
}
.tv-faces img + img { margin-left: -14px; }
.tv-hero__trust p { margin: 0; font-size: 14.5px; line-height: 1.45; color: var(--muted); max-width: 34ch; }

/* Карточка-доказательство. Единственная цифра, ради которой страница есть. */
.tv-proof {
  background: var(--paper); border-radius: var(--r-lg);
  padding: 32px; box-shadow: var(--e3);
  border: 1px solid var(--hairline);
}
.tv-proof__label {
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); font-weight: 600; margin: 0 0 24px;
}
.tv-proof__row + .tv-proof__row { margin-top: 24px; }
.tv-proof__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.tv-proof__name { font-size: 15px; line-height: 1.35; color: var(--ink); }
.tv-proof__val {
  font-family: var(--display); font-weight: 800;
  line-height: 1; letter-spacing: -.02em; font-variant-numeric: tabular-nums;
}
/* Разный кегль, а не только цвет: главная цифра на карточке одна. */
.tv-proof__row--base .tv-proof__val { font-size: 24px; color: var(--muted); }
.tv-proof__row--hl .tv-proof__val { font-size: 40px; color: var(--acc-700); }
.tv-proof__track { height: 8px; margin-top: 12px; }
.tv-proof__track .tv-bar__fill { border-radius: 4px; }
.tv-proof__foot {
  margin: 26px 0 0; padding-top: 18px; border-top: 1px solid var(--hairline);
  font-size: 14px; line-height: 1.5; color: var(--muted);
}
.tv-proof__foot strong { color: var(--ink); }

/* ---------- 3. ГРАФИК ШАНСОВ ---------------------------------------------- */
/* Одна строка на вуз: серая точка — общий конкурс, фиолетовая — с
   исследовательским профилем, отрезок между ними — сам прирост. Было две
   полосы на вуз в столбик: блок уезжал на 900px и шесть вузов не помещались
   в экран разом, а сравнить их между собой можно только увидев сразу все.

   Цвета: нейтральный серый (--muted) как эталон и фирменный градиент, все
   стопы которого не светлее проверенного #B15ECC. Пара прогнана валидатором
   навыка dataviz: CVD ΔE 10.7 (deutan) при полосе ≥8, обычное зрение 17.2
   при полосе ≥15, контраст к белому ≥3:1. Плюс подписи обоих значений и
   легенда — цвет нигде не единственный носитель смысла. */

.tv-legend { display: flex; gap: 24px; flex-wrap: wrap; margin: 0 0 24px; }
.tv-legend__item { display: inline-flex; align-items: center; gap: 9px; font-size: 14.5px; color: var(--muted); }
.tv-legend__swatch { width: 12px; height: 12px; border-radius: 50%; flex: none; }
.tv-legend__swatch--base { background: var(--muted); }
.tv-legend__swatch--hl { background: linear-gradient(90deg, #B15ECC, #8A3FA6); }

.tv-bars {
  background: var(--paper); border: 1px solid var(--hairline);
  border-radius: var(--r-lg); box-shadow: var(--e1);
  padding: clamp(18px, 2.2vw, 28px) clamp(20px, 3vw, 36px);
}
.tv-bar {
  display: grid; grid-template-columns: 190px 1fr 126px;
  align-items: center; gap: 18px; padding: 9px 0;
}
.tv-bar + .tv-bar { border-top: 1px solid var(--hairline); }
.tv-bar__name { font-size: 15px; font-weight: 600; margin: 0; }

.tv-bar__track { position: relative; height: 6px; background: rgba(29,29,31,.05); border-radius: 3px; }
/* Отрезок прироста: от общего конкурса до значения с профилем. */
.tv-bar__span {
  position: absolute; top: 0; bottom: 0;
  left: var(--from); width: calc(var(--to) - var(--from));
  border-radius: 3px; background: linear-gradient(90deg, #B15ECC, #8A3FA6);
  transition: clip-path 780ms var(--ease-out);
  transition-delay: calc(var(--i, 0) * 60ms);
}
.tv-bar__dot {
  position: absolute; top: 50%; left: var(--at);
  width: 12px; height: 12px; border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 2.5px var(--paper);
  transition: opacity var(--t-slow) var(--ease-out), transform var(--t-slow) var(--ease-spring);
}
.tv-bar__dot--base { background: var(--muted); z-index: 1; }
.tv-bar__dot--hl {
  background: var(--acc-700); z-index: 2;
  transition-delay: calc(var(--i, 0) * 60ms + 560ms);
}

.tv-bar__vals {
  display: flex; align-items: baseline; gap: 6px; justify-content: flex-end;
  font-family: var(--display); font-weight: 700; font-size: 14.5px;
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.tv-bar__vals b { font-weight: 700; }
.tv-bar__from { color: var(--muted); }
.tv-bar__arrow { color: var(--muted); font-style: normal; font-weight: 400; }
.tv-bar__to { color: var(--acc-700); }

/* До отрисовки отрезок обрезан скруглённым inset'ом — правый торец остаётся
   круглым на всём ходе (scaleX бы его расплющил). Прячем только при живом JS:
   без него график виден сразу. */
.js [data-tv-draw]:not(.is-drawn) .tv-bar__span { clip-path: inset(0 100% 0 0 round 3px); }
.js [data-tv-draw]:not(.is-drawn) .tv-bar__dot--hl { opacity: 0; transform: translate(-50%, -50%) scale(.6); }
.js [data-tv-draw]:not(.is-drawn) .tv-bar__val { opacity: 0; }
[data-tv-draw].is-drawn .tv-bar__span { clip-path: inset(0 0 0 0 round 3px); }
[data-tv-draw].is-drawn .tv-bar__fill { clip-path: inset(0 0 0 0 round 7px); }

.tv-axis {
  display: flex; justify-content: space-between;
  margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--hairline);
  font-size: 12.5px; color: var(--muted);
}

/* Мини-полосы в карточке-доказательстве остались двухстрочными: там всего
   два значения и сравнение идёт по вертикали, а не между вузами. */
.tv-bar__fill {
  position: absolute; inset: 0 auto 0 0; width: var(--w);
  border-radius: 7px;
  transition: clip-path 900ms var(--ease-out);
  transition-delay: calc(var(--i, 0) * 60ms);
}
.tv-bar__fill--base { background: var(--muted); }
.tv-bar__fill--hl { background: linear-gradient(90deg, #B15ECC, #8A3FA6); }

@media (max-width: 760px) {
  .tv-bar {
    grid-template-columns: 1fr auto; gap: 7px 16px; padding: 11px 0;
  }
  /* Ряды задаём явно: без grid-row подписи уезжают под трек, потому что
     трек растянут на обе колонки и автопотоку не остаётся места в первой строке. */
  .tv-bar__name { grid-column: 1; grid-row: 1; }
  .tv-bar__vals { grid-column: 2; grid-row: 1; justify-content: flex-end; }
  .tv-bar__track { grid-column: 1 / -1; grid-row: 2; }
}

/* ---------- 4. КРИТЕРИИ ВУЗОВ --------------------------------------------- */

.tv-logos {
  display: grid; grid-template-columns: repeat(8, 1fr);
  gap: clamp(16px, 2.4vw, 40px); align-items: center;
  margin: 0 0 48px; padding: 28px 0; border-block: 1px solid var(--hairline);
}
.tv-logos img {
  /* Высота, а не ширина: иначе квадратные гербы ужимаются вдвое против
     горизонтальных надписей и строка рассыпается. multiply гасит светлые
     подложки исходников (Imperial приезжал с серым прямоугольником). */
  height: 48px; width: auto; max-width: 100%; margin: 0 auto;
  object-fit: contain; mix-blend-mode: multiply;
  /* contrast вытягивает тонкие гербы (Дартмут, Чикаго) — без него линейная
     гравюра в сером с прозрачностью почти пропадает рядом с плотными надписями. */
  filter: grayscale(1) contrast(1.25); opacity: .62;
  transition: opacity var(--t-base) var(--ease-out), filter var(--t-base) var(--ease-out);
}
@media (max-width: 900px) { .tv-logos { grid-template-columns: repeat(4, 1fr); row-gap: 28px; } }
@media (max-width: 480px) { .tv-logos { grid-template-columns: repeat(3, 1fr); } }

.tv-grid { display: grid; gap: 24px; }
.tv-grid--3 { grid-template-columns: repeat(3, 1fr); }
.tv-grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 1024px) { .tv-grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .tv-grid--3, .tv-grid--2 { grid-template-columns: 1fr; } }

.tv-card {
  background: var(--paper); border: 1px solid var(--hairline);
  border-radius: var(--r-lg); padding: 30px;
  box-shadow: var(--e1);
  transition: transform var(--t-base) var(--ease-out), box-shadow var(--t-base) var(--ease-out);
}
.tv-card__logo {
  height: 44px; margin-bottom: 22px;
  display: flex; align-items: center;
}
.tv-card__logo img {
  height: 44px; width: auto; max-width: 170px; object-fit: contain;
  object-position: left center; mix-blend-mode: multiply;
  filter: grayscale(1); opacity: .62;
  transition: opacity var(--t-base) var(--ease-out), filter var(--t-base) var(--ease-out);
}
.tv-card h3 { margin: 0 0 10px; font-size: 20px; font-weight: 700; line-height: 1.25; }
.tv-card p { margin: 0; color: var(--muted); font-size: 15.5px; line-height: 1.6; }

/* ---------- 5. ЭТАПЫ ------------------------------------------------------ */

.tv-flow { position: relative; --flow-gap: 24px; }
/* Линия-рельс между узлами. Рисуется один раз при появлении секции:
   scaleX от левого края, 800ms — маркетинговый темп, не UI. */
.tv-flow__rail {
  /* Правый край считаем от центра последнего узла: ширина колонки минус
     половина точки. Иначе линия уезжает за «05» до края контейнера. */
  position: absolute; left: 27px; top: 27px; height: 2px;
  right: calc((100% - 4 * var(--flow-gap)) / 5 - 27px);
  background: linear-gradient(90deg, var(--acc-400), var(--acc-200));
  transform-origin: left center;
  transition: transform 800ms var(--ease-out);
}
.js .tv-flow:not(.in) .tv-flow__rail { transform: scaleX(0); }
.tv-flow__steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--flow-gap); }
.tv-step { position: relative; }
.tv-step__dot {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--acc-grad); color: #fff;
  display: grid; place-items: center;
  font-family: var(--display); font-weight: 800; font-size: 19px;
  box-shadow: var(--e-acc);
  transition: transform var(--t-slow) var(--ease-spring), opacity var(--t-slow) var(--ease-out);
  transition-delay: calc(var(--i, 0) * 70ms + 220ms);
}
.js .tv-flow:not(.in) .tv-step__dot { transform: scale(.86); opacity: 0; }
.tv-step__week {
  margin: 20px 0 6px; font-size: 12.5px; letter-spacing: .12em;
  text-transform: uppercase; font-weight: 600; color: var(--acc-600);
}
.tv-step h3 { margin: 0 0 8px; font-size: 18px; font-weight: 700; line-height: 1.3; }
.tv-step p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--muted); }

@media (max-width: 900px) {
  .tv-flow__steps { grid-template-columns: 1fr; gap: 28px; }
  /* Вертикально рельс собираем из отрезков между узлами, а не одной линией
     на всю секцию: шаги разной высоты, и общий рельс свисал бы ниже
     последней точки, обрываясь посреди абзаца. */
  .tv-flow__rail { display: none; }
  .tv-step:not(:last-child)::before {
    content: ""; position: absolute; left: 26px; top: 54px; bottom: -28px; width: 2px;
    background: var(--acc-200);
    transform-origin: center top;
    transition: transform 600ms var(--ease-out);
    transition-delay: calc(var(--i, 0) * 70ms + 220ms);
  }
  .js .tv-flow:not(.in) .tv-step::before { transform: scaleY(0); }
  .tv-step { padding-left: 78px; }
  .tv-step__dot { position: absolute; left: 0; top: 0; }
  .tv-step__week { margin-top: 4px; }
}

/* ---------- 6. НАСТАВНИКИ -------------------------------------------------- */

/* Все наставники в одной строке. Карточка фиксированной ширины, строка
   листается снапом; стрелки — для тех, кто не догадается тянуть. Отрицательные
   поля возвращают 4px, которые съел бы overflow у теней карточек. */
.tv-mentors-wrap { position: relative; }
.tv-mentors {
  display: flex; gap: 24px;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: 4px;
  padding: 4px 4px 20px; margin: 0 -4px;
  scrollbar-width: none; -ms-overflow-style: none;
}
.tv-mentors::-webkit-scrollbar { display: none; }
.tv-mentor { flex: 0 0 300px; scroll-snap-align: start; align-self: start; }
@media (max-width: 640px) { .tv-mentor { flex-basis: 82vw; } }

/* Стрелки висят по бокам самой строки, а не у заголовка: когда смотришь на
   карточки, заголовок уже уехал вверх и подсказки не видно — строка кажется
   просто обрезанной. Нативную полосу прокрутки при этом прячем, она здесь
   только мешает ритму карточек. */
.tv-nav__btn {
  position: absolute; top: 50%; z-index: 3;
  margin-top: -10px; /* компенсация нижнего padding строки */
  width: 48px; height: 48px; border-radius: 50%; flex: none;
  border: 1px solid var(--hairline); background: var(--paper);
  display: grid; place-items: center; color: var(--ink);
  box-shadow: var(--e2);
  transform: translateY(-50%);
  transition: transform var(--t-fast) var(--ease-out),
              box-shadow var(--t-base) var(--ease-out),
              opacity var(--t-base) var(--ease-out);
}
.tv-nav__btn--prev { left: -24px; }
.tv-nav__btn--next { right: -24px; }
.tv-nav__btn:active { transform: translateY(-50%) scale(.94); }
.tv-nav__btn[disabled] { opacity: 0; pointer-events: none; }
.tv-nav__btn svg { width: 17px; height: 17px; }
@media (max-width: 720px) { .tv-nav__btn { display: none; } }

.tv-mentor {
  background: var(--paper); border: 1px solid var(--hairline);
  border-radius: var(--r-lg); padding: 30px;
  box-shadow: var(--e1);
  transition: transform var(--t-base) var(--ease-out), box-shadow var(--t-base) var(--ease-out);
}
.tv-mentor__ava {
  width: 96px; height: 96px; border-radius: 50%; object-fit: cover;
  margin-bottom: 20px; box-shadow: 0 0 0 3px var(--paper), 0 0 0 5px var(--acc-200);
}
.tv-mentor__name { font-size: 19px; font-weight: 700; line-height: 1.3; }
.tv-mentor__role { margin-top: 6px; font-size: 14.5px; font-weight: 600; line-height: 1.45; color: var(--acc-600); }
.tv-mentor__facts {
  margin: 18px 0 0; padding: 0; list-style: none;
  font-size: 14.5px; line-height: 1.55; color: var(--muted);
}
/* Раскрывающийся низ карточки. Анимируем grid-template-rows 0fr→1fr:
   единственный способ плавно раскрыть блок неизвестной высоты, не подбирая
   max-height на глаз. Свёрнутое состояние — только под .js, без скриптов
   карточка показывает всё. */
.tv-mentor__more { display: grid; grid-template-rows: 1fr; }
.js .tv-mentor__more {
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--t-slow) var(--ease-out);
}
.js .tv-mentor.is-open .tv-mentor__more { grid-template-rows: 1fr; }
.tv-mentor__more > div { overflow: hidden; min-height: 0; }

.tv-mentor__toggle {
  display: none;
  margin-top: 16px; padding: 0; border: 0; background: none;
  align-items: center; gap: 7px;
  font-size: 14.5px; font-weight: 600; color: var(--acc-600);
  transition: transform var(--t-fast) var(--ease-out);
}
.js .tv-mentor__toggle { display: inline-flex; }
.tv-mentor__toggle:active { transform: scale(.97); }
.tv-mentor__toggle svg {
  width: 14px; height: 14px;
  transition: transform var(--t-base) var(--ease-out);
}
.tv-mentor.is-open .tv-mentor__toggle svg { transform: rotate(180deg); }
.tv-mentor__toggle .tv-mentor__toggle-open { display: inline; }
.tv-mentor__toggle .tv-mentor__toggle-close { display: none; }
.tv-mentor.is-open .tv-mentor__toggle-open { display: none; }
.tv-mentor.is-open .tv-mentor__toggle-close { display: inline; }
.tv-mentor__facts li { position: relative; padding-left: 18px; margin-bottom: 9px; }
.tv-mentor__facts li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--acc-200);
}
.tv-mentor__field {
  margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--hairline);
  font-size: 13.5px; line-height: 1.5; color: var(--muted);
}
.tv-mentor__field span {
  display: block; font-size: 11.5px; letter-spacing: .12em;
  text-transform: uppercase; font-weight: 600; margin-bottom: 5px; color: var(--ink);
}

/* ---------- 7. ИСТОРИИ ----------------------------------------------------- */

.tv-story {
  position: relative; overflow: hidden;
  background: var(--paper); border: 1px solid var(--hairline);
  border-radius: var(--r-lg); padding: 30px 30px 26px;
  box-shadow: var(--e1);
  transition: transform var(--t-base) var(--ease-out), box-shadow var(--t-base) var(--ease-out);
}
.tv-story::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: var(--acc-grad);
}
.tv-story__name { font-size: 18px; font-weight: 700; }
.tv-story__topic { margin: 8px 0 18px; font-size: 16px; line-height: 1.45; color: var(--ink); }
.tv-story__rows { display: grid; gap: 10px; }
.tv-story__row { display: grid; grid-template-columns: 104px 1fr; gap: 12px; font-size: 14.5px; line-height: 1.5; }
.tv-story__key { color: var(--muted); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; padding-top: 3px; }
.tv-story__val { color: var(--ink); }
.tv-chip {
  display: inline-block; margin-top: 16px;
  padding: 7px 14px; border-radius: var(--r-pill);
  background: var(--tint); color: var(--acc-700);
  font-size: 13.5px; font-weight: 600;
}
@media (max-width: 480px) { .tv-story__row { grid-template-columns: 1fr; gap: 2px; } }

/* ---------- 8. ТРЕБОВАНИЯ -------------------------------------------------- */

.tv-req {
  background: var(--paper); border: 1px solid var(--hairline);
  border-radius: var(--r-lg); padding: 30px; box-shadow: var(--e1);
}
.tv-req__num {
  font-family: var(--display); font-weight: 800; font-size: 15px;
  color: var(--acc-600); margin-bottom: 14px;
}
.tv-req h3 { margin: 0 0 10px; font-size: 19px; font-weight: 700; }
.tv-req p { margin: 0; font-size: 15.5px; line-height: 1.6; color: var(--muted); }

/* ---------- 9. НАВЕДЕНИЕ --------------------------------------------------- */
/* Только на настоящих указателях: на тапе тач-устройство выдаёт ложный hover
   и карточка залипает в поднятом состоянии. */
@media (hover: hover) and (pointer: fine) {
  .tv-card:hover, .tv-mentor:hover, .tv-story:hover {
    transform: translateY(-3px); box-shadow: var(--e3);
  }
  .tv-nav__btn:not([disabled]):hover { box-shadow: var(--e2); }
  .tv-card:hover .tv-card__logo img,
  .tv-logos img:hover { filter: grayscale(0) contrast(1); opacity: 1; }
}

/* ---------- 10. РЕДУЦИРОВАННЫЙ МОУШН -------------------------------------- */
/* v6.css гасит все transition/animation через !important — конечные состояния
   при этом применяются мгновенно, и страница остаётся целой. Отдельно снимаем
   стартовые состояния, которые заданы статикой, а не анимацией: если
   наблюдатель почему-то не сработает, график и этапы всё равно видны. */
@media (prefers-reduced-motion: reduce) {
  .js [data-tv-draw]:not(.is-drawn) .tv-bar__fill,
  .js [data-tv-draw]:not(.is-drawn) .tv-bar__span { clip-path: none; }
  .js [data-tv-draw]:not(.is-drawn) .tv-bar__dot--hl { opacity: 1; transform: translate(-50%, -50%); }
  .js .tv-flow:not(.in) .tv-flow__rail { transform: none; }
  .js .tv-flow:not(.in) .tv-step::before { transform: none; }
  .js .tv-flow:not(.in) .tv-step__dot { transform: none; opacity: 1; }
}

/* ---------- 11. МОБИЛЬНОЕ -------------------------------------------------- */

@media (max-width: 760px) {
  .tv-card, .tv-mentor, .tv-story, .tv-req, .tv-proof { padding: 24px; }
  .tv-hero::before { width: 420px; height: 420px; right: -140px; }
  .tv-bar__line { grid-template-columns: 1fr 48px; gap: 10px; }
  .tv-hero__ctas .btn-primary, .tv-hero__ctas .btn-outline { width: 100%; justify-content: center; }
}
