/* ============================================================
   ИНТЕНСИВ — версия 5 «Билет»
   Чёрное золото, плоские плоскости, волосяные линии.
   Разделы: липкий заголовок слева, содержание справа.
   Шрифт один — Golos Text.
   ============================================================ */

:root {
  --black: #060505;
  --coal: #0e0d0c;
  --coal-2: #161412;

  --gold: #c8a45c;
  --gold-lt: #ecd9a6;
  --gold-dp: #8a6c33;

  --text: #ece7df;
  --text-70: #a49d91;
  --text-45: #6f6a61;

  --grad-gold: linear-gradient(135deg, #8a6c33 0%, #d9b978 20%, #f7edd0 46%, #cda860 72%, #8a6c33 100%);
  --grad-gold-soft: linear-gradient(135deg, #a8853f 0%, #e8cd92 50%, #b8934c 100%);
  --grad-text: linear-gradient(100deg, #c19a4e 0%, #f4e5bb 46%, #d9b978 100%);

  --line: rgba(200, 164, 92, 0.22);
  --line-2: rgba(200, 164, 92, 0.45);
  --line-w: rgba(236, 231, 223, 0.1);

  --maxw: 1200px;
  --pad: clamp(20px, 5vw, 52px);
  --e: cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  background: var(--black);
  color: var(--text);
  font-family: 'Golos Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.005em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; color: inherit; }

::selection { background: var(--gold); color: var(--black); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

h1, h2, h3 { font-weight: 600; line-height: 1.14; letter-spacing: -0.03em; }
b, strong { font-weight: 600; }

/* ---------- Каркас ---------- */

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }

.block { padding-block: clamp(56px, 7vw, 100px); border-top: 1px solid var(--line); }

/* Разделы: липкий заголовок слева + содержание справа */

.split { display: grid; grid-template-columns: minmax(0, 300px) minmax(0, 1fr); gap: clamp(28px, 5vw, 76px); }

.split-head { position: sticky; top: 88px; align-self: start; }

.tag {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}

.split-title { font-size: clamp(23px, 2.8vw, 34px); }
.split-note { margin-top: 14px; font-size: 15px; color: var(--text-70); max-width: 42ch; }

/* ---------- Кнопки ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 34px;
  border: 0;
  background: var(--grad-gold);
  background-size: 160% 100%;
  background-position: 20% 50%;
  color: #150f04;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: background-position 0.45s var(--e), box-shadow 0.3s var(--e), color 0.25s var(--e);
}

.btn:hover { background-position: 85% 50%; box-shadow: 0 10px 34px -16px rgba(200, 164, 92, 0.9); }
.btn:active { background-position: 100% 50%; box-shadow: none; }

.btn-line { background: none; border: 1px solid var(--line-2); color: var(--gold-lt); box-shadow: none; }
.btn-line:hover { background: rgba(200, 164, 92, 0.1); border-color: var(--gold); color: var(--gold-lt); }

.btn-wide { width: 100%; }
.btn[disabled] { opacity: 0.55; cursor: wait; }

.hint { margin-top: 14px; font-size: 14px; color: var(--text-45); }

/* ---------- Шапка ---------- */

.bar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(6, 5, 5, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s var(--e);
}

.bar.stuck { border-bottom-color: var(--line); }
.bar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 64px; }

.logo { display: flex; align-items: center; gap: 11px; font-weight: 600; font-size: 15px; letter-spacing: -0.02em; }
.logo i { width: 22px; height: 22px; border: 1px solid var(--gold); display: block; position: relative; }
.logo i::after { content: ''; position: absolute; inset: 5px; background: var(--gold); }

.bar .btn { padding: 11px 22px; font-size: 14px; }

/* ============ 1. Первый экран ============ */

.hero { padding-block: clamp(38px, 5vw, 72px) clamp(48px, 6vw, 84px); }

.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr); gap: clamp(28px, 4vw, 56px); align-items: end; }

.hero-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-45);
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  margin-bottom: clamp(26px, 3.5vw, 40px);
}

.hero-line .gold { color: var(--gold); }
.hero-line .air { display: inline-flex; align-items: center; gap: 8px; color: var(--text); }
.hero-line .air i { width: 6px; height: 6px; border-radius: 50%; background: #e05b4a; box-shadow: 0 0 8px #e05b4a; }

.hero h1 { font-size: clamp(31px, 4.8vw, 58px); max-width: 17ch; margin-bottom: 22px; font-weight: 600; }
.hero h1 em { font-style: normal; color: var(--gold); }

.hero-text { font-size: clamp(16px, 1.6vw, 18px); color: var(--text-70); max-width: 48ch; margin-bottom: 30px; }
.hero-text b { color: var(--text); }

.hero-cta { display: flex; flex-direction: column; align-items: flex-start; }

/* Счётчик в строку */

.count {
  display: flex;
  gap: clamp(18px, 3vw, 36px);
  margin-bottom: 30px;
  padding: 20px 0;
  border-block: 1px solid var(--line);
}

.count-i b {
  display: block;
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--gold-lt);
  font-variant-numeric: tabular-nums;
}

.count-i span { display: block; margin-top: 7px; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-45); }

.count-lbl {
  align-self: center;
  margin-left: auto;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-45);
  max-width: 12ch;
  text-align: right;
  line-height: 1.4;
}

.clock.live .count-i,
.clock.live .count-lbl { display: none; }

.clock-live { display: none; font-size: clamp(19px, 2.2vw, 25px); font-weight: 600; color: var(--gold); }
.clock.live .clock-live { display: block; }
.clock.live .count { justify-content: flex-start; }

/* ---------- Билет — signature ---------- */

.ticket {
  position: relative;
  background: var(--coal);
  border: 1px solid var(--line-2);
}

/* перфорация: вырезы по бокам */
.ticket::before, .ticket::after {
  content: '';
  position: absolute;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--black);
  border: 1px solid var(--line-2);
  top: var(--notch, 62%);
  margin-top: -13px;
}

.ticket::before { left: -14px; clip-path: inset(0 0 0 50%); }
.ticket::after { right: -14px; clip-path: inset(0 50% 0 0); }

.ticket-top { padding: 26px 28px 22px; }

.ticket-brand {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
}

.ticket-brand span:last-child { color: var(--text-45); }

.ticket-row { display: flex; gap: 16px; align-items: flex-start; padding: 13px 0; }
.ticket-row + .ticket-row { border-top: 1px solid var(--line-w); }

.ticket-row .n {
  flex: none;
  width: 30px; height: 30px;
  border: 1px solid var(--line-2);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--gold-lt);
}

.ticket-row .t { font-weight: 600; font-size: 15.5px; letter-spacing: -0.02em; }
.ticket-row .s { font-size: 13.5px; color: var(--text-45); margin-top: 2px; }

.ticket-cut {
  border-top: 1px dashed var(--line-2);
  padding: 18px 28px 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}

.ticket-price { font-size: clamp(22px, 2.6vw, 30px); font-weight: 600; letter-spacing: -0.03em; color: var(--gold); }
.ticket-price small { display: block; font-size: 11px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-45); margin-bottom: 6px; letter-spacing: 0.16em; }

.ticket-seat { text-align: right; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-45); }
.ticket-seat b { display: block; font-size: 14px; color: var(--text); letter-spacing: 0.04em; margin-top: 4px; font-variant-numeric: tabular-nums; }

/* ============ 2. Кому ============ */

.reasons { display: grid; gap: 0; }

.reason {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid var(--line-w);
  transition: padding-left 0.35s var(--e);
}

.reason:first-child { border-top: 0; padding-top: 0; }
.reason:hover { padding-left: 10px; }

.reason .idx { font-size: 13px; font-weight: 500; letter-spacing: 0.1em; color: var(--gold); padding-top: 4px; }
.reason h3 { font-size: 18px; margin-bottom: 8px; }
.reason p { font-size: 15.5px; color: var(--text-70); line-height: 1.6; max-width: 62ch; }

/* ============ 3. Программа ============ */

.day-block + .day-block { margin-top: clamp(34px, 4vw, 52px); }

.day-bar {
  display: flex;
  align-items: baseline;
  gap: 18px;
  flex-wrap: wrap;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line-2);
}

.day-bar .no { font-size: clamp(30px, 4vw, 44px); font-weight: 600; letter-spacing: -0.05em; line-height: 0.9; color: var(--gold); }
.day-bar .date { font-size: 12px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-45); }
.day-bar .name { font-size: clamp(17px, 2vw, 22px); font-weight: 600; letter-spacing: -0.025em; }

.topics { list-style: none; }

.topics li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-w);
  font-size: clamp(15.5px, 1.55vw, 17px);
  line-height: 1.5;
}

.topics li .m { color: var(--gold); font-size: 13px; padding-top: 3px; }

.outcome {
  margin-top: 22px;
  padding: 22px 24px;
  background: var(--coal);
  border-left: 2px solid var(--gold);
}

.outcome .lbl { font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.outcome p { font-size: 15.5px; line-height: 1.55; }
.outcome p + p { margin-top: 7px; color: var(--text-70); }

/* ============ 4. Регистрация ============ */

.form-box {
  border: 1px solid transparent;
  padding: clamp(26px, 3.2vw, 40px);
}

.form-title { font-size: clamp(20px, 2.3vw, 25px); margin-bottom: 6px; }
.form-sub { font-size: 14px; color: var(--text-45); margin-bottom: 26px; }

.field { margin-bottom: 16px; }

.field label { display: block; font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-45); margin-bottom: 8px; }

.field input {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid var(--line-w);
  background: var(--black);
  font-size: 16.5px;
  transition: border-color 0.25s var(--e);
}

.field input::placeholder { color: var(--text-45); }
.field input:focus { outline: none; border-color: var(--gold); }
.field.bad input { border-color: #e05b4a; }

.err { display: none; font-size: 13px; color: #ef8878; margin-top: 7px; }
.field.bad .err { display: block; }

.agree { display: flex; gap: 12px; align-items: flex-start; margin: 20px 0 24px; cursor: pointer; }
.agree input { position: absolute; opacity: 0; pointer-events: none; }

.agree .box {
  flex: none;
  width: 20px; height: 20px;
  border: 1px solid var(--line-2);
  display: grid;
  place-items: center;
  margin-top: 2px;
  transition: all 0.2s var(--e);
}

.agree .box svg { width: 12px; height: 12px; opacity: 0; color: var(--black); }
.agree input:checked + .box { background: var(--gold); border-color: var(--gold); }
.agree input:checked + .box svg { opacity: 1; }
.agree.bad .box { border-color: #e05b4a; }
.agree .txt { font-size: 13.5px; color: var(--text-45); line-height: 1.5; }

.form-foot { margin-top: 14px; text-align: center; font-size: 12.5px; color: var(--text-45); }

.steps { list-style: none; margin-top: 22px; }
.steps li { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 14px; padding: 13px 0; border-top: 1px solid var(--line-w); }
.steps .n { color: var(--gold); font-size: 13px; font-weight: 500; padding-top: 2px; }
.steps b { display: block; font-size: 15.5px; margin-bottom: 2px; }
.steps p { font-size: 14.5px; color: var(--text-70); line-height: 1.5; }

.limited { margin-top: 20px; padding: 14px 16px; border: 1px solid rgba(224, 91, 74, 0.4); color: #ef8878; font-size: 13.5px; }

/* Билет-подтверждение */
.booked { display: none; }
.form-box.done .form-live { display: none; }
.form-box.done .booked { display: block; }

.booked-lbl { font-size: 11px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.booked h3 { font-size: clamp(21px, 2.4vw, 26px); margin-bottom: 10px; }
.booked p { font-size: 15.5px; color: var(--text-70); margin-bottom: 24px; }

.booked-stub {
  border: 1px dashed var(--line-2);
  padding: 16px 18px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-45);
}

.booked-stub b { color: var(--gold-lt); font-size: 14px; letter-spacing: 0.04em; }

/* ============ 5. Кто ведёт ============ */

.author { display: block; }
.split-head .photo { margin-top: 26px; }

.photo {
  position: relative;
  aspect-ratio: 4 / 5;
  background: radial-gradient(120% 80% at 50% 0%, rgba(200, 164, 92, 0.14), transparent 68%), var(--coal);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  overflow: hidden;
}
.photo img { width: 100%; height: 100%; object-fit: cover; }
.photo-ph { text-align: center; padding: 22px; }
.photo-ph .ini { font-size: clamp(48px, 7vw, 76px); font-weight: 600; color: var(--gold); line-height: 1; letter-spacing: -0.04em; }
.photo-ph small { display: block; margin-top: 12px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--text-45); }

.author-line { display: flex; flex-wrap: wrap; gap: 8px 20px; font-size: 12px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-45); padding-bottom: 16px; border-bottom: 1px solid var(--line); margin-bottom: 22px; }

.author-lead { font-size: clamp(17px, 1.9vw, 22px); line-height: 1.45; margin-bottom: 14px; letter-spacing: -0.025em; max-width: 30ch; }
.author-lead b { color: var(--gold-lt); }
.author-p { font-size: 15.5px; color: var(--text-70); max-width: 62ch; }

.numbers { margin-top: 30px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.number { background: var(--black); padding: 22px 20px; }
.number b { display: block; font-size: clamp(19px, 2.2vw, 26px); font-weight: 600; letter-spacing: -0.04em; line-height: 1.15; margin-bottom: 8px; }
.number.up b { color: var(--gold); }
.number span { font-size: 14px; color: var(--text-45); line-height: 1.45; }

/* ============ 6. Финал ============ */

.last { text-align: center; padding-block: clamp(60px, 8vw, 110px); border-top: 1px solid var(--line); }
.last .tag { margin-inline: auto; }
.last h2 { font-size: clamp(27px, 4.4vw, 50px); max-width: 20ch; margin: 0 auto 18px; }
.last h2 em { font-style: normal; color: var(--gold); }
.last p.sub { font-size: clamp(15.5px, 1.6vw, 18px); color: var(--text-70); max-width: 46ch; margin: 0 auto 32px; }
.last .count { justify-content: center; max-width: 560px; margin-inline: auto; }
.last .count-lbl { display: none; }
.last .hint { text-align: center; }

/* ============ Подвал ============ */

.foot { border-top: 1px solid var(--line); padding-block: 28px; font-size: 13.5px; color: var(--text-45); }
.foot .wrap { display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; }
.foot nav { display: flex; gap: 20px; flex-wrap: wrap; }
.foot a:hover { color: var(--gold); }

/* ============ Появление ============ */

.rv { opacity: 0; transform: translateY(14px); transition: opacity 0.7s var(--e), transform 0.7s var(--e); }
.rv.in { opacity: 1; transform: none; }

/* ============ Мобильная CTA ============ */

.dock { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 45; display: none; transform: translateY(150%); transition: transform 0.35s var(--e); }
.dock.show { transform: none; }

/* ============ Адаптив ============ */

@media (max-width: 980px) {
  .hero-grid, .split, .author { grid-template-columns: 1fr; }
  .split-head { position: static; }
  .photo { max-width: 330px; }
  .count-lbl { display: none; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .bar .btn { display: none; }
  .dock { display: block; }
  .hero-cta .btn, .last .btn { width: 100%; }
  .hero-cta { align-items: stretch; }
  .hint { text-align: center; }
  .count { gap: 14px; flex-wrap: wrap; }
  .ticket::before, .ticket::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .rv { opacity: 1; transform: none; }
}

/* ============================================================
   Золотые градиенты на акцентах
   ============================================================ */

.hero h1 em,
.last h2 em,
.count-i b,
.day-bar .no,
.number.up b,
.ticket-price,
.photo-ph .ini,
.author-lead b,
.reason .idx,
.booked-stub b,
.ticket-seat b {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* золотая рамка-градиент у ключевых плоскостей */
.ticket,
.form-box {
  border: 1px solid transparent;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.ticket {
  background-image:
    linear-gradient(168deg, #14120f 0%, #0a0908 55%, #0d0b09 100%),
    var(--grad-gold-soft);
}

.form-box {
  background-image:
    linear-gradient(168deg, #14120f 0%, #0a0908 60%, #0d0b09 100%),
    var(--grad-gold-soft);
}

/* линии-разделители с золотым переливом */
.block { border-top: 0; position: relative; }

.block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--maxw), 100%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 164, 92, 0.5) 18%, rgba(247, 237, 208, 0.7) 50%, rgba(200, 164, 92, 0.5) 82%, transparent);
}

.last { border-top: 0; position: relative; }
.last::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: min(var(--maxw), 100%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 164, 92, 0.5) 18%, rgba(247, 237, 208, 0.7) 50%, rgba(200, 164, 92, 0.5) 82%, transparent);
}

.logo i::after { background: var(--grad-gold); }
.outcome { border-left: 0; box-shadow: inset 2px 0 0 0 var(--gold); }

/* ============================================================
   Фото автора на первом экране
   ============================================================ */

.hero-figure {
  position: relative;
  display: grid;
  place-items: end center;
  min-height: clamp(320px, 42vw, 500px);
}

.hero-figure::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(108%, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 164, 92, 0.24) 0%, rgba(200, 164, 92, 0.07) 42%, transparent 68%);
  pointer-events: none;
}

.hero-figure::after {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.hero-figure img {
  position: relative;
  z-index: 1;
  max-height: clamp(320px, 44vw, 520px);
  width: auto;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.85));
}

/* заглушка видна, только если файла author.png нет */
.hero-figure img + .stand-in { display: none; }

.hero-figure .stand-in {
  position: relative;
  z-index: 1;
  width: min(78%, 300px);
  aspect-ratio: 4 / 5;
  border: 1px dashed var(--line-2);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 20px;
}

.hero-figure .stand-in b {
  display: block;
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 600;
  letter-spacing: -0.04em;
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-figure .stand-in small {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-45);
}

.hero-figure .plate {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 22px;
  padding: 12px 16px;
  background: rgba(6, 5, 5, 0.82);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
}

.hero-figure .plate b { display: block; font-size: 14px; font-weight: 600; }
.hero-figure .plate span { display: block; margin-top: 2px; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-45); }

/* ============================================================
   Билет — широкая полоса под первым экраном
   ============================================================ */

.ticket-wide { margin-top: clamp(34px, 4.5vw, 58px); display: grid; grid-template-columns: minmax(0, 1fr) auto; }

.ticket-wide .ticket-top { padding: 0; }
.ticket-wide .ticket-brand { display: none; }

.ticket-wide .ticket-body { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }

.ticket-wide .ticket-row {
  padding: 24px 26px;
  border-top: 0;
  border-left: 1px solid var(--line);
}

.ticket-wide .ticket-row:first-child { border-left: 0; }

.ticket-wide .ticket-stub {
  position: relative;
  border-left: 1px dashed var(--line-2);
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  min-width: 210px;
}

.ticket-wide .ticket-stub::before,
.ticket-wide .ticket-stub::after {
  content: '';
  position: absolute;
  left: -13px;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--black);
  border: 1px solid var(--line-2);
}

.ticket-wide .ticket-stub::before { top: -14px; clip-path: inset(50% 0 0 0); }
.ticket-wide .ticket-stub::after { bottom: -14px; clip-path: inset(0 0 50% 0); }

.ticket-wide::before, .ticket-wide::after { display: none; }

@media (max-width: 900px) {
  .ticket-wide { grid-template-columns: 1fr; }
  .ticket-wide .ticket-body { grid-template-columns: 1fr; }
  .ticket-wide .ticket-row { border-left: 0; border-top: 1px solid var(--line); }
  .ticket-wide .ticket-row:first-child { border-top: 0; }
  .ticket-wide .ticket-stub { border-left: 0; border-top: 1px dashed var(--line-2); flex-direction: row; justify-content: space-between; align-items: flex-end; }
  .ticket-wide .ticket-stub::before, .ticket-wide .ticket-stub::after { display: none; }
}

@media (max-width: 980px) {
  .hero-figure { min-height: 0; }
  .hero-figure .plate { position: static; margin-top: 16px; display: inline-block; }
}

/* ============================================================
   Портрет автора в разделе «кто ведёт»
   ============================================================ */

.portrait {
  position: relative;
  margin-top: 26px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--coal);
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 16%;
  filter: saturate(0.94) contrast(1.04);
}

/* мягкое затемнение к низу, чтобы кадр сел в чёрный фон */
.portrait::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 42%, rgba(6, 5, 5, 0.55) 82%, rgba(6, 5, 5, 0.92) 100%);
  pointer-events: none;
}

.portrait.empty { display: none; }

/* Первый экран: фото не должно быть выше текстовой колонки */
.hero-figure img { max-height: clamp(340px, 46vw, 560px); }

/* ============================================================
   Первый экран: посадка фигуры, свечение, растворение низа
   ============================================================ */

.hero-grid { align-items: start; }

.hero-figure {
  place-items: start center;
  min-height: 0;
  margin-top: clamp(-40px, -3vw, 0px);
  isolation: isolate;
}

/* нижний край фото уходит в чёрный — обрез платья и рук не читается */
.hero-figure img {
  max-height: clamp(400px, 52vw, 640px);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 58%, rgba(0, 0, 0, 0.72) 76%, rgba(0, 0, 0, 0.28) 89%, transparent 98%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 58%, rgba(0, 0, 0, 0.72) 76%, rgba(0, 0, 0, 0.28) 89%, transparent 98%);
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.7));
}

/* свечение за фигурой: широкий тёплый ореол */
.hero-figure::before {
  width: min(120%, 620px);
  aspect-ratio: 1 / 1.05;
  top: 4%;
  bottom: auto;
  background:
    radial-gradient(circle at 50% 46%, rgba(236, 217, 166, 0.2) 0%, rgba(200, 164, 92, 0.13) 34%, rgba(200, 164, 92, 0.04) 58%, transparent 74%);
  filter: blur(2px);
}

/* второе, более плотное пятно за головой и плечами */
.hero-figure::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  width: min(62%, 320px);
  aspect-ratio: 1;
  border-radius: 50%;
  height: auto;
  background: radial-gradient(circle, rgba(247, 237, 208, 0.22) 0%, rgba(200, 164, 92, 0.12) 40%, transparent 68%);
  filter: blur(26px);
  z-index: 0;
  pointer-events: none;
}

/* подпись — на растворившемся низу, не поверх платья */
.hero-figure .plate {
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  background: rgba(6, 5, 5, 0.6);
  border-color: var(--line);
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .hero-figure { margin-top: 8px; }
  .hero-figure .plate { position: static; transform: none; margin-top: 12px; }
}

/* ============================================================
   Правки посадки фигуры: голова не должна цеплять линию,
   правая колонка не должна пустовать
   ============================================================ */

.hero-grid { align-items: stretch; gap: clamp(24px, 3vw, 48px); }

.hero-grid > div:first-child { display: flex; flex-direction: column; justify-content: center; }

.hero-figure {
  margin-top: 0;               /* фигура больше не заезжает под линию */
  align-content: end;
  padding-top: 8px;
}

.hero-figure img { max-height: clamp(420px, 56vw, 700px); }

/* ореолы держатся за фигурой, а не над ней */
.hero-figure::before { top: 6%; }
.hero-figure::after { top: 12%; }

/* ============================================================
   Первый экран — вариант B
   Слева заголовок и кнопка, справа фигура и карточка отсчёта,
   которая наезжает на низ фото и размывает его.
   ============================================================ */

.hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: clamp(24px, 3.4vw, 56px);
}

.hero-col { display: flex; flex-direction: column; justify-content: center; }

/* заголовок как в исходнике — без лишних переносов */
.hero h1 { max-width: 17ch; }
.hero-text { max-width: 46ch; }

.right-col { position: relative; display: grid; }

.hero-figure {
  margin: 0;
  padding: 0;
  place-items: end center;
  min-height: 0;
}

.hero-figure img {
  max-height: clamp(360px, 42vw, 520px);
  /* низ уводим мягче: карточка встанет поверх и добьёт переход */
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 62%, rgba(0, 0, 0, 0.78) 80%, rgba(0, 0, 0, 0.35) 92%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 62%, rgba(0, 0, 0, 0.78) 80%, rgba(0, 0, 0, 0.35) 92%, transparent 100%);
}

.hero-figure .plate { display: none; }

/* дымка на стыке фото и карточки */
.right-col::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: 128px;
  height: 130px;
  background: linear-gradient(to bottom, transparent, rgba(6, 5, 5, 0.72) 55%, rgba(6, 5, 5, 0.96));
  z-index: 1;
  pointer-events: none;
}

/* карточка отсчёта — наезжает на фото и размывает его под собой */
.clock-card {
  position: relative;
  z-index: 2;
  margin-top: -76px;
  padding: 22px 24px;
  border: 1px solid var(--line-2);
  background: linear-gradient(168deg, rgba(22, 19, 15, 0.86), rgba(8, 7, 6, 0.94));
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  box-shadow: 0 -20px 50px -24px rgba(0, 0, 0, 0.95), 0 20px 60px -30px rgba(200, 164, 92, 0.35);
}

.clock-card .kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.clock-card .kicker i {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #e05b4a;
  box-shadow: 0 0 8px #e05b4a;
  animation: blip 1.8s steps(1) infinite;
}

@keyframes blip { 50% { opacity: 0.25; } }

.clock-card .count { margin: 0; padding: 0; border: 0; gap: clamp(14px, 2.2vw, 30px); }
.clock-card .count-lbl { display: none; }

.clock-card .row {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line-w);
  font-size: 13.5px;
  color: var(--text-70);
  line-height: 1.5;
}

.clock-card .row b { color: var(--gold-lt); font-weight: 500; }

/* ============================================================
   Золотая стрелка от таймера к кнопке
   ============================================================ */

.cue {
  position: absolute;
  z-index: 3;
  right: 40%;
  bottom: 26px;
  width: clamp(170px, 17vw, 250px);
  height: auto;
  pointer-events: none;
  opacity: 0;
  animation: cue-in 0.9s var(--e) 0.6s forwards;
}

.cue-line {
  stroke-dasharray: 5 9;
  animation: cue-flow 1.6s linear infinite;
}

.cue-head { animation: cue-nudge 2.4s var(--e) infinite; }

@keyframes cue-in { to { opacity: 0.85; } }
@keyframes cue-flow { to { stroke-dashoffset: -28; } }
@keyframes cue-nudge {
  0%, 70%, 100% { transform: translateX(0); }
  82% { transform: translateX(-5px); }
}

/* ============================================================
   Анимация кнопок
   ============================================================ */

.btn {
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  transition:
    background-position 0.5s var(--e),
    transform 0.28s var(--e),
    box-shadow 0.32s var(--e);
}

/* пробегающий блик */
.btn::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 253, 245, 0.62), transparent);
  transform: translateX(-180%) skewX(-18deg);
  animation: btn-shine 5s var(--e) infinite;
  pointer-events: none;
}

@keyframes btn-shine {
  0%, 62% { transform: translateX(-180%) skewX(-18deg); }
  86%, 100% { transform: translateX(320%) skewX(-18deg); }
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 38px -14px rgba(200, 164, 92, 0.85);
}

.btn:active { transform: translateY(1px) scale(0.995); }

/* главная кнопка первого экрана — мягкое дыхание ореола */
.btn-cta { animation: cta-pulse 3.4s var(--e) infinite; }

@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(200, 164, 92, 0.28); }
  55% { box-shadow: 0 0 0 12px rgba(200, 164, 92, 0); }
}

.btn-cta:hover { animation-play-state: paused; }

/* контурная кнопка — заливка растекается слева */
.btn-line::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--grad-gold-soft);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s var(--e);
  z-index: -1;
}

.btn-line:hover::before { transform: scaleX(1); }

@media (max-width: 980px) {
  .cue { display: none; }
  .clock-card { margin-top: -40px; }
  .right-col::after { bottom: 90px; height: 90px; }
  .hero-figure img { max-height: clamp(320px, 60vw, 440px); }
}

@media (prefers-reduced-motion: reduce) {
  .btn::after, .btn-cta, .cue, .cue-line, .cue-head, .clock-card .kicker i { animation: none !important; }
  .cue { opacity: 0.85; }
}

/* ============================================================
   Стрелка теперь позиционируется скриптом — растягиваем её
   на всю площадь первого экрана, координаты считает JS
   ============================================================ */

.hero-grid { position: relative; align-items: end; }

.hero-col { justify-content: flex-end; }

.cue {
  position: absolute;
  inset: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  overflow: visible;
}

/* низ карточки отсчёта встаёт вровень с подписью под кнопкой */
.right-col { align-content: end; }
.clock-card { margin-top: -68px; }

/* наконечник больше не «кивает» отдельно от линии — он строится
   по касательной в скрипте, любой сдвиг ломает стык */
.cue-head { animation: none; }

/* лёгкая пульсация — целиком, вместе с линией и наконечником */
.cue { animation: cue-in 0.9s var(--e) 0.6s forwards, cue-breathe 3.2s var(--e) 1.6s infinite; }

@keyframes cue-breathe {
  0%, 100% { opacity: 0.85; }
  50% { opacity: 0.55; }
}

@media (prefers-reduced-motion: reduce) {
  .cue { animation: none !important; opacity: 0.85; }
}

/* ============================================================
   МОБИЛЬНАЯ ВЕРСИЯ — идёт последней, перекрывает всё выше
   ============================================================ */

@media (max-width: 980px) {

  :root { --pad: 18px; }

  /* --- первый экран --- */

  .hero { padding-block: 24px 40px; }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  /* дети левой колонки становятся элементами общего потока,
     чтобы кнопку можно было отправить под таймер */
  .hero-col { display: contents; }

  .hero h1 { order: 1; }
  .hero-text { order: 2; }
  .right-col { order: 3; }
  .hero-cta { order: 4; }

  /* верхняя строка: в две строки, без разбегания по одной */
  .hero-line {
    gap: 8px 16px;
    font-size: 11px;
    letter-spacing: 0.08em;
    padding-bottom: 14px;
    margin-bottom: 22px;
  }

  .hero-line span:last-child { display: none; }

  .hero h1 {
    font-size: clamp(28px, 8.4vw, 40px);
    max-width: none;
    line-height: 1.12;
    margin-bottom: 16px;
  }

  .hero-text {
    font-size: 16px;
    max-width: none;
    margin-bottom: 22px;
  }

  /* фигура + таймер */
  .right-col { display: block; margin-bottom: 24px; }

  .hero-figure { display: grid; place-items: end center; }

  .hero-figure img {
    max-height: 44vh;
    max-width: 82%;
  }

  .right-col::after {
    bottom: auto;
    top: calc(44vh - 120px);
    height: 120px;
  }

  .clock-card {
    margin-top: -46px;
    padding: 18px 16px;
  }

  .clock-card .kicker { font-size: 10px; letter-spacing: 0.16em; margin-bottom: 14px; }

  /* цифры отсчёта — ровная сетка 4 колонки, а не сжатая строка */
  .clock-card .count {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    text-align: center;
  }

  .clock-card .count-i b { font-size: clamp(22px, 7vw, 30px); }
  .clock-card .count-i span { font-size: 9.5px; letter-spacing: 0.08em; margin-top: 5px; }
  .clock-card .row { font-size: 13px; margin-top: 14px; padding-top: 12px; }

  .hero-cta { width: 100%; }
  .hero-cta .btn { width: 100%; }
  .hint { text-align: center; font-size: 13px; }

  .cue { display: none !important; }

  /* --- билет-полоса --- */

  .ticket-wide { grid-template-columns: 1fr; margin-top: 28px; }
  .ticket-wide .ticket-body { grid-template-columns: 1fr; }
  .ticket-wide .ticket-row { border-left: 0; border-top: 1px solid var(--line); padding: 18px 16px; }
  .ticket-wide .ticket-row:first-child { border-top: 0; }
  .ticket-wide .ticket-stub {
    border-left: 0;
    border-top: 1px dashed var(--line-2);
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding: 18px 16px;
    min-width: 0;
  }
  .ticket-wide .ticket-stub::before, .ticket-wide .ticket-stub::after { display: none; }

  /* --- секции с липкой колонкой --- */

  .block { padding-block: 44px; }
  .split { display: block; }
  .split-head { position: static; margin-bottom: 26px; }
  .split-title { font-size: clamp(22px, 6.4vw, 30px); }
  .split-note { max-width: none; }

  .portrait { margin-top: 20px; aspect-ratio: 4 / 3; }
  .portrait img { object-position: 50% 22%; }

  /* --- кому --- */

  .reason { grid-template-columns: 1fr; gap: 8px; padding: 20px 0; }
  .reason:hover { padding-left: 0; }
  .reason .idx { font-size: 12px; }
  .reason h3 { font-size: 17px; }
  .reason p { font-size: 15px; }

  /* --- программа --- */

  .day-bar { gap: 10px; }
  .day-bar .no { font-size: 34px; }
  .day-bar .name { font-size: 17px; width: 100%; }
  .topics li { grid-template-columns: 24px minmax(0, 1fr); gap: 12px; font-size: 15.5px; padding: 14px 0; }
  .outcome { padding: 18px 16px; }

  /* --- регистрация --- */

  .form-box { padding: 22px 18px; }
  .form-title { font-size: 20px; }
  .field input { padding: 14px 14px; font-size: 16px; }
  .steps li { grid-template-columns: 24px minmax(0, 1fr); gap: 12px; }

  /* --- автор --- */

  .author-lead { font-size: 18px; max-width: none; }
  .author-p { font-size: 15px; }
  .author-line { font-size: 11px; letter-spacing: 0.1em; gap: 6px 14px; }
  .numbers { grid-template-columns: 1fr; }
  .number { padding: 18px 16px; }

  /* --- финал --- */

  .last { padding-block: 48px; }
  .last h2 { font-size: clamp(24px, 7vw, 34px); }
  .last .count {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    text-align: center;
    max-width: none;
  }
  .last .btn { width: 100%; }

  /* --- подвал и липкая кнопка --- */

  .foot .wrap { flex-direction: column; text-align: center; gap: 12px; }
  .dock { display: block; }
  .dock .btn { padding: 16px 20px; }
  .bar .btn { display: none; }
  .bar .wrap { height: 56px; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 27px; }
  .clock-card .count-i b { font-size: 24px; }
  .clock-card .count { gap: 6px; }
  .hero-figure img { max-height: 38vh; }
  .ticket-wide .ticket-stub { flex-direction: column; align-items: flex-start; gap: 12px; }
}

/* ============================================================
   Мобильные доводки: кадрирование портрета и единая ширина блоков
   ============================================================ */

@media (max-width: 980px) {

  /* портрет: лицо в верхней части кадра — не срезаем голову */
  .portrait {
    aspect-ratio: 4 / 5;
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }

  .portrait img {
    object-position: 50% 8%;
    width: 100%;
    height: 100%;
  }

  /* все крупные блоки первого экрана — строго одной ширины */
  .right-col,
  .clock-card,
  .ticket-wide,
  .form-box,
  .free-bar,
  .hero-cta,
  .hero-cta .btn {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    box-sizing: border-box;
  }

  .hero-figure { width: 100%; }

  /* ничего не должно выпирать за край экрана */
  html, body { overflow-x: hidden; }
  img, iframe, svg, table { max-width: 100%; }
}

@media (max-width: 620px) {
  .portrait { aspect-ratio: 1 / 1; }
  .portrait img { object-position: 50% 6%; }
}

/* воздух между текстом и фигурой на мобиле */
@media (max-width: 980px) {
  .right-col { margin-top: 34px; }
  .hero-figure img { max-height: 40vh; }
}

@media (max-width: 420px) {
  .right-col { margin-top: 28px; }
}

/* ============================================================
   Якоря: липкая шапка не должна накрывать цель прокрутки
   ============================================================ */

#form, #reg, #komu, #programma, #avtor, #top {
  scroll-margin-top: 84px;
}

@media (max-width: 980px) {
  #form, #reg, #komu, #programma, #avtor, #top { scroll-margin-top: 70px; }
  /* на мобиле форма — первое, что должно быть видно после клика */
  #form { scroll-margin-top: 64px; }
}

/* ============================================================
   ПЕРВЫЙ ЭКРАН — новая плоская структура
   Десктоп: две колонки через области сетки
   ============================================================ */

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  grid-template-areas:
    "title figure"
    "text  figure"
    "cta   clock";
  grid-template-rows: auto auto auto;
  column-gap: clamp(24px, 3.4vw, 56px);
  row-gap: 0;
  align-items: start;
}

.hero-h { grid-area: title; font-size: clamp(31px, 4.8vw, 58px); max-width: 17ch; margin-bottom: 22px; font-weight: 600; }
.hero-h em { font-style: normal; color: var(--gold); background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }

.hero-text { grid-area: text; font-size: clamp(16px, 1.6vw, 18px); color: var(--text-70); max-width: 46ch; margin-bottom: 28px; align-self: start; }

.hero-cta { grid-area: cta; display: flex; flex-direction: column; align-items: flex-start; align-self: end; }

.hero-figure { grid-area: figure; display: grid; place-items: end center; position: relative; margin: 0; padding: 0; }

.clock-card { grid-area: clock; margin-top: 0; }

.cue { grid-area: 1 / 1 / -1 / -1; }


/* ============================================================
   МОБИЛЬНЫЙ ПЕРВЫЙ ЭКРАН — главный приоритет
   Порядок: заголовок → фото → подзаголовок → кнопка → подпись
   ============================================================ */

@media (max-width: 980px) {

  .hero { padding-block: 18px 34px; }

  .hero-grid {
    display: flex;
    flex-direction: column;
    grid-template-areas: none;
    grid-template-columns: none;
    gap: 0;
  }

  .hero-h    { order: 1; }
  .hero-figure { order: 2; }
  .hero-text { order: 3; }
  .hero-cta  { order: 4; }
  .clock-card { order: 5; }

  /* верхняя строка — компактная линия, а не четыре абзаца */
  .hero-line {
    gap: 6px 14px;
    font-size: 11px;
    letter-spacing: 0.06em;
    padding-bottom: 12px;
    margin-bottom: 18px;
    justify-content: flex-start;
  }

  .hero-line span:nth-child(n + 3) { display: none; }

  .hero-h {
    order: 1;
    font-size: clamp(29px, 8.6vw, 40px);
    line-height: 1.1;
    max-width: none;
    margin-bottom: 18px;
    text-wrap: balance;
  }

  /* фото — сразу под заголовком, крупно и по центру */
  .hero-figure {
    order: 2;
    width: 100%;
    margin: 0 0 4px;
    place-items: center;
  }

  .hero-figure img {
    max-height: 46vh;
    max-width: 88%;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 66%, rgba(0, 0, 0, 0.75) 82%, rgba(0, 0, 0, 0.3) 93%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 66%, rgba(0, 0, 0, 0.75) 82%, rgba(0, 0, 0, 0.3) 93%, transparent 100%);
  }

  .hero-text {
    order: 3;
    font-size: 16.5px;
    max-width: none;
    margin: 0 0 22px;
    text-align: center;
  }

  .hero-cta { order: 4; width: 100%; align-items: stretch; }
  .hero-cta .btn { width: 100%; font-size: 17px; padding: 19px 24px; }
  .hint { text-align: center; font-size: 13px; margin-top: 12px; }

  /* таймер уезжает под кнопку и становится компактным */
  .clock-card { order: 5; margin-top: 26px; }

  /* дымку между фото и карточкой на мобиле убираем — фото и так растворяется */
  .right-col::after { display: none; }

  .cue { display: none !important; }

  /* билет-полосу на мобиле не показываем: те же пункты есть в программе */
  .ticket-wide { display: none; }
}

@media (max-width: 420px) {
  .hero-h { font-size: 27px; }
  .hero-figure img { max-height: 40vh; }
  .hero-text { font-size: 16px; }
}

/* ============================================================
   Иконки
   ============================================================ */

.ic { width: 26px; height: 26px; display: block; flex: none; }
.ic-s { width: 15px; height: 15px; display: inline-block; vertical-align: -2px; margin-right: 7px; }

/* «кому подойдёт» — иконка + номер */
.reason .idx {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding-top: 2px;
}

.reason .idx i {
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--gold);
  opacity: 0.75;
}

.reason { grid-template-columns: 44px minmax(0, 1fr); }

.reason .idx .ic {
  width: 32px;
  height: 32px;
  padding: 4px;
  border: 1px solid var(--line);
  background: rgba(200, 164, 92, 0.05);
  transition: border-color 0.3s var(--e), background 0.3s var(--e);
}

.reason:hover .idx .ic { border-color: var(--line-2); background: rgba(200, 164, 92, 0.1); }

/* шаги регистрации — иконка вместо номера */
.steps .n {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  background: rgba(200, 164, 92, 0.05);
}

.steps li { grid-template-columns: 34px minmax(0, 1fr); align-items: center; }
.steps .n .ic { width: 20px; height: 20px; }

/* иконка в подписи таймера и ярлыках */
.clock-card .kicker .ic-s { margin-right: 4px; }
.outcome .lbl, .tag { display: inline-flex; align-items: center; }

@media (max-width: 980px) {
  .reason { grid-template-columns: 40px minmax(0, 1fr); gap: 14px; align-items: start; }
  .reason .idx { flex-direction: column; }
  .reason .idx .ic { width: 30px; height: 30px; }
  .steps .n { width: 30px; height: 30px; }
  .steps li { grid-template-columns: 30px minmax(0, 1fr); }
}
