/* Тест-драйв (testdrive.html): блоки ниже первого экрана (он живёт в hero-td.css).
   Язык — тот же, что у флагмана: бенто .ob с живым артом до края (course-blocks.css), шаги + живой экран как в «Как проходит обучение»,
   бумажные карточки «Кому подойдёт» (.who--fit), тариф .price (pages.css). Здесь — только раскладка тест-драйва и его арт:
   заказ с откликом, переписка с клиентом, чеки, диалог с ботом, дорога во флагман. Акцент страницы — лайм (--accent-rgb по умолчанию).
   Все анимации имеют статичный финал при prefers-reduced-motion (блок в конце файла). */

/* ============================================================
   03 / «Что ты сделаешь за четыре урока» — бенто: высокая (урок 02) слева, две компактные сверху, широкая (урок 04) снизу
   ============================================================ */
.ob--td {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-rows: minmax(316px, auto);
  grid-template-areas:
    "reply intro client"
    "reply pay   pay";
}
.ob-card--intro { grid-area: intro; }
.ob-card--reply { grid-area: reply; }
.ob-card--client { grid-area: client; }
.ob-card--pay { grid-area: pay; }
.ob-card__text a { color: #fff; text-decoration: underline; text-decoration-color: rgba(255, 255, 255, .4); text-underline-offset: 3px; }
.ob-card__text a:hover { text-decoration-color: #fff; }

/* Урок 01: окно браузера с работой ученика уходит за нижний край карточки; подсказка инспектора — у шапки сайта, которая видна */
.ob-card--intro .ob-inspect { margin-top: 18px; justify-content: flex-start; }
.ob-card--intro .ob-inspect__win { width: 118%; margin-left: -9%; }
.ob-card--intro .ob-inspect__page { height: 176px; overflow: hidden; }
.ob-card--intro .ob-inspect__tip { top: 14px; right: 24%; }
.ob-card--intro:hover .ob-inspect__win { transform: translate(-4px, -6px); }

/* Урок 02: заказ с биржи и отклик на бумаге — окно сразу под текстом; плитка Kwork стоит в правом нижнем углу и режется краем карточки (как 3D-объекты мини-карточек на главной). Раньше плитка висела у заголовка, а панель была прижата к низу — между ними зияла пустота на 1024–1536 */
.ob-card--reply .ob-card__copy { max-width: none; }
.ob-3d--kwork { right: -48px; bottom: -56px; width: 200px; transform: rotate(10deg); } /* тот же вес, что у монеты в широкой карточке */
.ob-card--reply:hover .ob-3d--kwork { transform: rotate(4deg) translateY(-4px); }
.ob-order {
  position: relative; z-index: 2;
  margin: 24px 0 0; padding: 16px 18px 18px;
  border-radius: 16px; background: #0C0D10;
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 24px 40px -28px rgba(0, 0, 0, .9);
}
.ob-order__bar { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 0; font: 500 11px/16px var(--mono); color: rgba(255, 255, 255, .45); }
.ob-order__bar b { font-weight: 500; color: rgba(255, 255, 255, .82); }
.ob-order__list { list-style: none; margin: 8px 0 0; padding: 0; display: grid; }
.ob-order__list li { display: flex; align-items: center; gap: 12px; padding: 9px 10px; margin: 0 -10px; border-radius: 9px; font-size: 13px; line-height: 18px; color: rgba(255, 255, 255, .66); }
.ob-order__list li + li { border-top: 1px solid rgba(255, 255, 255, .06); }
.ob-order__list b { font-weight: 500; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ob-order__list span { margin-left: auto; font: 500 12px/18px var(--mono); white-space: nowrap; }
.ob-order__list li.is-on { background: rgba(var(--accent-rgb), .08); box-shadow: inset 0 0 0 1px rgba(var(--accent-rgb), .3); color: #fff; }
.ob-order__list li.is-on b { font-weight: 600; }
.ob-order__list li.is-on span { color: rgb(var(--accent-rgb)); }
/* отклик — бумажная карточка внутри тёмной панели: то, что уходит заказчику */
.ob-reply { margin: 12px 0 0; padding: 14px 16px 16px; border-radius: 14px; background: linear-gradient(160deg, #FEFDF9, #ECE6DB); color: var(--ink); box-shadow: 0 22px 36px -22px rgba(0, 0, 0, .85); }
.ob-reply__head { font-size: 13px; line-height: 18px; font-weight: 700; }
.ob-reply__text { margin-top: 8px; padding: 10px 12px; border-radius: 10px; background: #fff; box-shadow: inset 0 0 0 1px rgba(23, 24, 28, .1); font-size: 13px; line-height: 19px; color: rgba(23, 24, 28, .8); text-wrap: pretty; }
.ob-reply__send { margin-top: 10px; display: inline-block; padding: 8px 14px; border-radius: 9px; background: var(--ink); color: #FAF8F1; font-size: 12.5px; font-weight: 600; }

/* Урок 03: переписка с клиентом — две реплики в тёмной панели у нижнего края */
.ob-client {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; gap: 8px;
  margin: auto -28px -28px 0; padding: 16px 18px 18px;
  border-radius: 16px 0 0 0; background: #0C0D10;
  border: 1px solid rgba(255, 255, 255, .1); border-right: 0; border-bottom: 0;
  box-shadow: 0 24px 40px -28px rgba(0, 0, 0, .9);
}
.ob-client__msg { max-width: 88%; margin: 0; padding: 10px 13px 11px; border-radius: 14px 14px 14px 4px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .12); font-size: 13px; line-height: 18px; color: rgba(255, 255, 255, .9); text-wrap: pretty; }
.ob-client__msg--me { align-self: flex-end; border-radius: 14px 14px 4px 14px; background: rgba(var(--accent-rgb), .1); border-color: rgba(var(--accent-rgb), .32); color: #fff; }
.ob-client__who { display: block; margin-bottom: 3px; font: 500 11px/14px var(--mono); color: rgba(255, 255, 255, .5); }
.ob-client__msg--me .ob-client__who { color: rgb(var(--accent-rgb)); }

/* Урок 04: широкая — текст слева, справа два настоящих чека веером, монета режется правым нижним краем */
.ob-card--pay { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); grid-template-rows: auto 1fr; column-gap: 32px; }
.ob-card--pay .ob-card__copy { grid-column: 1; grid-row: 1; max-width: 460px; }
.ob-pay { grid-column: 2; grid-row: 1 / 3; position: relative; z-index: 2; align-self: stretch; min-height: 212px; margin: -4px 110px -8px 0; }
.ob-pay__check { position: absolute; bottom: 0; width: 54%; margin: 0; border-radius: 12px; overflow: hidden; background: #171A1F; border: 1px solid rgba(255, 255, 255, .14); box-shadow: 0 24px 40px -18px rgba(0, 0, 0, .85); transition: transform .6s var(--spring); }
.ob-pay__check:nth-child(1) { left: 0; transform: rotate(-4deg); z-index: 1; }
.ob-pay__check:nth-child(2) { left: 40%; bottom: 10px; transform: rotate(3deg); z-index: 2; }
.ob-card--pay:hover .ob-pay__check:nth-child(1) { transform: rotate(-6deg) translate(-4px, -4px); }
.ob-card--pay:hover .ob-pay__check:nth-child(2) { transform: rotate(1deg) translate(4px, -8px); }
.ob-pay__check img { display: block; width: 100%; height: auto; }
.ob-pay__check figcaption { padding: 8px 11px 9px; border-top: 1px solid rgba(255, 255, 255, .08); font: 500 11px/15px var(--mono); color: rgba(255, 255, 255, .62); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ob-3d--coin { right: -46px; bottom: -54px; width: 200px; transform: rotate(-8deg); }
.ob-card--pay:hover .ob-3d--coin { transform: rotate(-2deg) translateY(-8px); }

/* итог под бенто — как .pgf__final на флагмане */
.ob-td__foot { margin: 20px 0 0; padding: 18px 24px; border-radius: 16px; border: 1px dashed rgba(var(--accent-rgb), .34); background: rgba(var(--accent-rgb), .04); font-size: 15px; line-height: 22px; color: rgba(255, 255, 255, .78); text-wrap: pretty; }
.ob-td__foot b { font-weight: 600; color: #fff; }

/* ============================================================
   04 / «Как проходит тест-драйв» — шаги слева, живой диалог с ботом справа, 3D-Telegram режется углом карточки
   ============================================================ */
.tdp {
  margin-top: 64px;
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 520px); gap: 32px 56px; align-items: center;
  padding: 36px 40px; border-radius: 24px; overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  background: radial-gradient(52% 70% at 100% 0%, rgba(var(--accent-rgb), .1), rgba(var(--accent-rgb), 0) 70%), var(--graphite);
  box-shadow: 0 30px 60px -36px rgba(0, 0, 0, .8);
}
.tdp__steps { list-style: none; max-width: 680px; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.tdp__step { opacity: .55; transition: opacity .45s var(--ease); }
.tdp__step.is-on { opacity: 1; }
.tdp__btn {
  position: relative; width: 100%; margin: 0; padding: 16px 18px 18px 58px; display: grid; gap: 6px;
  border: 1px solid transparent; border-radius: 14px; background: transparent; color: inherit;
  font: inherit; text-align: left; cursor: pointer; transition: background .3s var(--ease), border-color .3s var(--ease);
}
.tdp__btn:hover { background: rgba(255, 255, 255, .04); }
.tdp__btn:focus-visible { outline: 2px solid rgb(var(--accent-rgb)); outline-offset: 2px; }
.tdp__step.is-on .tdp__btn { background: rgba(255, 255, 255, .05); border-color: rgba(255, 255, 255, .1); }
.tdp__num { position: absolute; left: 18px; top: 18px; font: 500 12px/20px var(--mono); color: rgba(255, 255, 255, .42); transition: color .3s; }
.tdp__step.is-on .tdp__num { color: rgb(var(--accent-rgb)); }
.tdp__title { font-size: 18px; line-height: 24px; font-weight: 600; letter-spacing: -.012em; text-wrap: balance; }
.tdp__text { font-size: 14px; line-height: 20px; color: var(--muted-2); text-wrap: pretty; }
.tdp__text .nowrap { white-space: nowrap; }

.tdp__stage { position: relative; min-width: 0; }
.tdp__tg { position: absolute; z-index: 3; right: -60px; bottom: -54px; width: 156px; height: auto; pointer-events: none; transform: rotate(-10deg); filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .55)); transition: transform .6s var(--spring); }
.tdp:hover .tdp__tg { transform: rotate(-4deg) translateY(-6px); }

/* ---------- Окно бота ---------- */
.tgm {
  display: flex; flex-direction: column; height: 480px; overflow: hidden;
  border-radius: 20px; border: 1px solid rgba(255, 255, 255, .1); background: #0C0E10;
  box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .8), inset 0 1px 0 rgba(255, 255, 255, .05);
}
.tgm__bar { flex: none; display: flex; align-items: center; gap: 11px; padding: 12px 16px; background: linear-gradient(180deg, #17202B, #131A22); border-bottom: 1px solid rgba(255, 255, 255, .07); }
.tgm__av { flex: none; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(150deg, var(--lime-3), var(--lime)); color: #0C0E10; font: 700 15px/1 var(--font); }
.tgm__id { display: flex; flex-direction: column; min-width: 0; line-height: 1.25; }
.tgm__id b { font-size: 14px; font-weight: 600; color: #fff; letter-spacing: -.01em; }
.tgm__id span { font: 500 11px/1.2 var(--mono); color: rgba(115, 214, 255, .9); }
.tgm__ping { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font: 500 11px/1 var(--mono); color: rgba(255, 255, 255, .5); }
.tgm__ping::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 8px rgba(var(--accent-rgb), .7); }

.tgm__feed {
  flex: 1 1 auto; min-height: 0; overflow: hidden;
  display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px;
  background: radial-gradient(120% 90% at 0% 0%, rgba(var(--accent-rgb), .05), transparent 60%), #0C0E10;
}
.tgm__scene { display: flex; flex-direction: column; gap: 10px; }
/* с JS сцены открываются по шагам; без JS все на месте и лента растёт по содержимому */
.tdp.is-js .tgm__scene:not(.is-shown) { display: none; }
.tdp:not(.is-js) .tgm { height: auto; }
.tgm__scene.is-now > * { animation: tgm-in .5s var(--ease) both; }
.tgm__scene.is-now > :nth-child(2) { animation-delay: .32s; }
.tgm__scene.is-now > :nth-child(3) { animation-delay: .64s; }
@keyframes tgm-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.tgm__msg { max-width: 82%; margin: 0; padding: 9px 13px; font-size: 13.5px; line-height: 19px; letter-spacing: -.005em; border-radius: 15px; text-wrap: pretty; }
.tgm__msg--in { align-self: flex-start; border-bottom-left-radius: 5px; background: #1C2027; color: rgba(255, 255, 255, .92); }
.tgm__msg--out { align-self: flex-end; border-bottom-right-radius: 5px; background: linear-gradient(160deg, var(--lime-3), var(--lime)); color: #12160A; font-weight: 500; }
.tgm__msg--ok { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(var(--accent-rgb), .3); background: rgba(var(--accent-rgb), .1); color: #fff; }
.tgm__msg--ok i { flex: none; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: var(--lime); color: #12160A; font-size: 11px; font-style: normal; font-weight: 700; }

/* карточка урока в чате */
.tgm__lesson { align-self: flex-start; width: 82%; display: flex; flex-direction: column; gap: 7px; padding: 12px 13px 13px; border-radius: 15px; border-bottom-left-radius: 5px; background: #171B21; border: 1px solid rgba(255, 255, 255, .08); }
.tgm__lesson-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.tgm__lesson-num { font: 500 11px/1 var(--mono); color: var(--lime-2); }
.tgm__lesson-dur { font: 500 11px/1 var(--mono); color: rgba(255, 255, 255, .45); }
.tgm__lesson-title { font-size: 13.5px; line-height: 18px; font-weight: 600; color: #fff; letter-spacing: -.01em; }
.tgm__lesson-btn { display: inline-flex; align-items: center; gap: 7px; margin-top: 2px; padding: 7px 12px; border-radius: 9px; background: rgba(var(--accent-rgb), .12); border: 1px solid rgba(var(--accent-rgb), .3); font-size: 12.5px; font-weight: 600; color: var(--lime-2); }
.tgm__lesson-btn::before { content: ""; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 8px; border-color: transparent transparent transparent var(--lime-2); }

.tgm__foot { flex: none; display: flex; align-items: center; gap: 12px; padding: 10px 16px; border-top: 1px solid rgba(255, 255, 255, .07); background: #12161B; }
.tgm__progress { flex: 1 1 auto; max-width: 62%; height: 6px; border-radius: 3px; background: rgba(255, 255, 255, .1); overflow: hidden; }
.tgm__progress i { display: block; width: 0; height: 100%; border-radius: 3px; background: linear-gradient(90deg, var(--lime), var(--lime-2)); transition: width .6s var(--ease); }
.tdp:not(.is-js) .tgm__progress i { width: 75%; }
.tgm__count { font: 500 11px/1 var(--mono); color: rgba(255, 255, 255, .6); white-space: nowrap; font-variant-numeric: tabular-nums; }

/* ============================================================
   05 / «Кому подойдёт» — бумажные карточки флагмана (.who--fit) + графитовая полоса: только правка полосы под тест-драйв
   ============================================================ */
.fit__foot--td .fit__guarantee b { font-weight: 600; }

/* ============================================================
   08 / «Стоимость» — тариф тест-драйва в карточке .price (pages.css) и графитовая плитка «Дальше — флагман»
   ============================================================ */
/* зачёркнутая цена — рядом с условиями, тем же приёмом, что «вместо 175 000 ₽» на флагмане */
.price--td .price__terms { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 6px; }
.price--td .price__was s { font: 500 16px/20px var(--mono); letter-spacing: -.02em; color: rgba(23, 24, 28, .58); text-decoration-thickness: 1.5px; text-decoration-color: rgba(200, 54, 47, .75); }
.price--td .price__list { max-width: 460px; }
.price--td .price__tax { max-width: 300px; }

.tdn { display: flex; flex-direction: column; padding: 40px; }
.tdn::before { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: radial-gradient(60% 50% at 100% 100%, rgba(var(--accent-2-rgb), .12), rgba(var(--accent-2-rgb), 0) 70%); }
.tdn > * { position: relative; }
.tdn__title { font-size: 26px; line-height: 32px; font-weight: 600; letter-spacing: -.018em; text-wrap: balance; }
.tdn__text { margin-top: 12px; max-width: 560px; font-size: 15px; line-height: 22px; color: var(--muted-2); text-wrap: pretty; }
.tdn__road { margin-top: 24px; display: grid; }
.tdn__row { padding: 16px 0 18px; border-top: 1px solid rgba(255, 255, 255, .08); }
.tdn__row:first-child { border-top: 0; padding-top: 4px; }
.tdn__row:last-child { padding-bottom: 6px; }
.tdn__head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 12px; margin: 0; font-size: 14px; line-height: 20px; }
.tdn__head b { font-weight: 600; color: #fff; }
.tdn__head span { color: rgba(255, 255, 255, .58); text-wrap: pretty; }
/* тест-драйв: четыре лаймовых отрезка — четыре урока */
.tdn__mini { margin-top: 12px; display: flex; gap: 4px; max-width: 220px; }
.tdn__mini i { flex: 1 1 0; height: 10px; border-radius: 5px; background: rgb(var(--accent-rgb)); box-shadow: 0 0 14px rgba(var(--accent-rgb), .4); }
/* флагман: дорога курса с флагмана (.pgf__bar), над ней — превью работ и Kwork; место под превью — 44 px */
.tdn .pgf__bar { margin-top: 44px; }
.tdn .pgf__seg { background: rgba(255, 255, 255, .18); }
.tdn .pgf__seg.is-current { background: rgb(var(--accent-rgb)); }
.tdn .pgf__seg:nth-child(-n+2) b { display: none; }
.tdn__row--flag { padding-bottom: 36px; } /* номера модулей стоят под дорогой */
.tdn__big { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 10px; margin-top: 6px; font-size: 40px; line-height: 44px; font-weight: 700; letter-spacing: -.028em; color: rgb(var(--accent-rgb)); white-space: nowrap; }
.tdn__big small { font-size: 14px; line-height: 20px; font-weight: 400; letter-spacing: 0; color: rgba(255, 255, 255, .58); white-space: normal; }
.tdn__actions { margin-top: auto; padding-top: 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.tdn__more { font-size: 14px; line-height: 18px; font-weight: 600; letter-spacing: -.007em; color: rgb(var(--accent-rgb)); text-decoration: none; }
.tdn__more:hover { text-decoration: underline; }

/* ============================================================
   Адаптив
   ============================================================ */
@media (min-width: 1800px) {
  .tdp { grid-template-columns: minmax(0, 1fr) minmax(0, 560px); padding: 40px 48px; }
  .tgm { height: 520px; }
}
@media (max-width: 1439px) {
  .ob-3d--kwork { width: 170px; right: -40px; bottom: -48px; }
  .ob-pay { margin-right: 96px; }
  .ob-3d--coin { width: 184px; right: -40px; bottom: -48px; }
  .tdp { grid-template-columns: minmax(0, 1fr) minmax(0, 460px); gap: 28px 40px; padding: 32px; }
}
@media (max-width: 1279px) {
  .ob--td {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "reply intro"
      "reply client"
      "pay   pay";
  }
  .ob-card--pay { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); }
  .tdp { grid-template-columns: minmax(0, 1fr) minmax(0, 420px); }
  .tgm { height: 470px; }
}
@media (max-width: 1023px) {
  .tdp { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .tdp__stage { order: -1; width: 100%; max-width: 520px; justify-self: center; }
  .tdp__steps { max-width: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 12px; }
  .tdp__tg { right: -46px; bottom: -46px; width: 132px; }
  .tgm { height: 450px; }
}
@media (max-width: 767px) {
  .ob--td { grid-template-columns: minmax(0, 1fr); grid-template-areas: "intro" "reply" "client" "pay"; grid-auto-rows: auto; }
  /* урок 01: окно браузера — по полям карточки телефона */
  .ob-card--intro .ob-inspect { margin: 16px -20px -22px; }
  .ob-card--intro .ob-inspect__win { width: 112%; margin-left: -6%; }
  .ob-card--intro .ob-inspect__tip { right: 14%; }
  /* урок 02 */
  .ob-card--reply .ob-card__copy { padding-right: 84px; }
  .ob-3d--kwork { width: 124px; right: -28px; top: -24px; bottom: auto; }
  .ob-order { margin: 16px -20px -22px 0; padding: 14px 16px 16px; border-radius: 14px 0 0 0; border-right: 0; border-bottom: 0; }
  .ob-order__list li { padding: 8px 8px; margin: 0 -8px; font-size: 12.5px; }
  .ob-reply { margin-top: 12px; padding: 12px 14px 14px; }
  /* урок 03 */
  .ob-client { margin: 16px -20px -22px 0; padding: 14px 16px 16px; border-radius: 14px 0 0 0; }
  .ob-client__msg { max-width: 92%; font-size: 12.5px; line-height: 17px; }
  /* урок 04: чеки под текстом, монета у правого края */
  .ob-card--pay { display: flex; padding-bottom: 22px; }
  .ob-card--pay .ob-card__copy { max-width: none; padding-right: 0; }
  .ob-pay { min-height: 176px; margin: 18px 84px -8px 0; }
  .ob-pay__check { width: 58%; }
  .ob-pay__check:nth-child(2) { left: 36%; }
  .ob-3d--coin { width: 136px; right: -34px; bottom: -40px; }
  .ob-td__foot { margin-top: 12px; padding: 14px 16px; font-size: 14px; line-height: 21px; }

  .tdp { margin-top: 32px; gap: 20px; padding: 20px; border-radius: 20px; }
  .tdp__stage { max-width: none; }
  .tdp__steps { grid-template-columns: minmax(0, 1fr); gap: 4px; }
  .tdp__btn { padding: 12px 14px 14px 48px; gap: 4px; }
  .tdp__num { left: 14px; top: 14px; }
  .tdp__title { font-size: 16px; line-height: 21px; }
  .tdp__text { font-size: 13.5px; line-height: 19px; }
  .tdp__tg { right: -34px; bottom: -36px; width: 104px; }
  .tgm { height: 420px; border-radius: 16px; }
  .tgm__bar { padding: 10px 14px; }
  .tgm__feed { padding: 14px 12px 16px; gap: 8px; }
  .tgm__msg { max-width: 90%; font-size: 13px; line-height: 18px; }
  .tgm__lesson { width: 90%; }

  .tdn { padding: 24px 20px; }
  .tdn__title { font-size: 22px; line-height: 28px; }
  .tdn__text { font-size: 14px; line-height: 21px; }
  .tdn__road { margin-top: 18px; }
  .tdn__row { padding: 14px 0 16px; }
  .tdn .pgf__bar { margin-top: 40px; gap: 3px; }
  .tdn .pgf__seg { min-width: 5px; height: 8px; }
  .tdn .pgf__pin img { width: 40px; height: 26px; }
  .tdn .pgf__pin--orders img { width: 26px; height: 26px; padding: 3px; }
  .tdn__row--flag { padding-bottom: 16px; }
  .tdn__big { font-size: 34px; line-height: 38px; }
  .tdn__actions { padding-top: 20px; gap: 12px 20px; }
  .tdn__actions .who-btn { width: 100%; justify-content: space-between; }
}

/* ---------- Доступность: меньше движения — статичный финал ---------- */
@media (prefers-reduced-motion: reduce) {
  .tgm__scene.is-now > * { animation: none; }
  .tgm__progress i, .tdp__step, .tdp__tg, .ob-pay__check, .ob-3d--kwork, .ob-3d--coin { transition: none; }
  .tdp:hover .tdp__tg { transform: rotate(-10deg); }
  .ob-card--pay:hover .ob-pay__check:nth-child(1) { transform: rotate(-4deg); }
  .ob-card--pay:hover .ob-pay__check:nth-child(2) { transform: rotate(3deg); }
  .ob-card--reply:hover .ob-3d--kwork { transform: rotate(10deg); }
  .ob-card--pay:hover .ob-3d--coin { transform: rotate(-8deg); }
  .ob-card--intro:hover .ob-inspect__win { transform: none; }
}
