/* =========================================================
   VAYGO — партнёрская программа · премиум ребилд
   Собрано по данным навыка UI/UX Pro Max:
   тёмная база + золото, Outfit / Work Sans, 8pt-ритм,
   контраст ≥4.5:1, focus-состояния, reduced-motion.
   Один акцент — золото (--gold). Пришлёшь логотип —
   поменяй --gold и фон, всё пересоберётся.
   ========================================================= */

:root {
  /* фон / поверхности */
  --bg:        #070c1a;   /* глубокая ночь-навы */
  --bg-2:      #0a1020;
  --surface:   #0f1526;   /* карточки */
  --surface-2: #151c30;   /* ховер / приподнятые */
  --line:      rgba(228,234,252,.09);
  --line-2:    rgba(228,234,252,.16);

  /* текст */
  --ink:   #f4f7fc;
  --ink-2: #c3ccdd;
  --muted: #8b93a9;

  /* золото — акцент */
  --gold:      #eab646;   /* яркое премиум-золото */
  --gold-2:    #cf9a2f;
  --gold-deep: #a16207;   /* глубокое (градиенты/pressed) */
  --gold-soft: rgba(234,182,70,.12);
  --gold-line: rgba(234,182,70,.34);

  /* бумага чека */
  --paper:  #f4f1e8;
  --paper-2:#e7e1d2;
  --paper-ink: #201c14;

  --wrap: 1200px;
  --sans:    "Work Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --display: "Outfit", var(--sans);

  /* 8pt spacing */
  --s-2: 8px; --s-3: 12px; --s-4: 16px; --s-6: 24px; --s-8: 32px; --s-12: 48px; --s-16: 64px; --s-24: 96px;

  --r:  18px;
  --r-lg: 26px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Сброс ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  font-family: var(--sans);
  color: var(--ink-2);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; letter-spacing: -.02em; line-height: 1.06; color: var(--ink); }
::selection { background: var(--gold-soft); color: var(--ink); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

/* видимый фокус для клавиатуры */
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 6px; }

.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--gold); color: #241a04; font-weight: 700; padding: 10px 16px; border-radius: 10px; transition: top .2s ease; }
.skip-link:focus { top: 12px; }

/* Зерно поверх фона — тонкая премиум-текстура */
.grain {
  position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: .04; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
body > *:not(.grain) { position: relative; z-index: 2; }

/* ---------- Кнопки ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--sans); font-weight: 600; font-size: 15px;
  padding: 13px 24px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .2s var(--ease), box-shadow .25s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn--lg { padding: 16px 30px; font-size: 16px; }
.btn--gold { position: relative; overflow: hidden; background: linear-gradient(180deg, #f4c65e, var(--gold)); color: #251a05; box-shadow: 0 10px 30px -12px rgba(234,182,70,.5); }
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 18px 42px -14px rgba(234,182,70,.65); }
.btn--gold::after { content: ""; position: absolute; top: 0; left: -60%; width: 42%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,.6), transparent); transform: skewX(-18deg); opacity: 0; pointer-events: none; }
.btn--gold:hover::after { animation: sheen .8s ease; }
@keyframes sheen { from { left: -60%; opacity: .9; } to { left: 130%; opacity: 0; } }
.btn--line { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn--line:hover { border-color: var(--gold-line); background: rgba(234,182,70,.06); transform: translateY(-2px); }
.btn--dark { background: #0c1122; color: var(--ink); border-color: rgba(37,26,5,.25); }
.btn--dark:hover { background: #131a30; transform: translateY(-2px); }

/* ---------- Метка-«стаб» ---------- */
.tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--display); font-weight: 600; font-size: 13px; letter-spacing: .01em; color: var(--gold);
  padding: 6px 14px 6px 12px; border: 1px solid var(--gold-line);
  border-radius: 7px 13px 13px 7px; background: var(--gold-soft);
  margin-bottom: 22px;
}
.tag::before { content: ""; width: 6px; height: 6px; border-radius: 2px; background: var(--gold); box-shadow: 0 0 10px 1px rgba(234,182,70,.7); }

/* ---------- Навигация ---------- */
.nav { position: sticky; top: 0; z-index: 40; background: rgba(7,12,26,.72); backdrop-filter: saturate(150%) blur(16px); border-bottom: 1px solid transparent; transition: border-color .3s ease, background .3s ease; }
.nav.is-scrolled { border-color: var(--line); background: rgba(6,10,22,.9); }
.nav__inner { display: flex; align-items: center; gap: 20px; height: 70px; }
.brand { display: inline-flex; align-items: center; gap: 9px; margin-right: auto; }
.brand__mark { display: inline-flex; color: var(--gold); }
.brand__img { height: 32px; width: auto; }
.brand__name { font-family: var(--display); font-weight: 700; font-size: 21px; letter-spacing: -.02em; color: var(--ink); }
.nav__links { display: flex; gap: 28px; }
.nav__links a { font-weight: 500; font-size: 15px; color: var(--ink-2); transition: color .2s ease; }
.nav__links a:hover { color: var(--gold); }

.nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav__burger span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s ease, opacity .3s ease; }
.nav__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav__mobile { display: none; flex-direction: column; gap: 4px; padding: 12px 24px 22px; background: var(--bg-2); border-bottom: 1px solid var(--line); }
.nav__mobile a { padding: 12px 8px; font-weight: 500; color: var(--ink-2); border-radius: 8px; }
.nav__mobile a:hover { background: rgba(255,255,255,.05); }
.nav__mobile .btn { margin-top: 8px; }
.nav__mobile.is-open { display: flex; }

/* ---------- Герой ---------- */
.hero { position: relative; padding: 78px 0 100px; overflow: hidden; }
.hero__aura { position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(720px 520px at 90% -12%, rgba(234,182,70,.16), transparent 56%),
    radial-gradient(600px 420px at 8% 120%, rgba(234,182,70,.05), transparent 60%);
}
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.hero__lead { position: relative; z-index: 2; min-width: 0; }

.hero__h1 { font-size: clamp(38px, 5.4vw, 66px); font-weight: 800; letter-spacing: -.03em; }
.hero__amount { font-family: var(--display); font-weight: 700; font-size: clamp(26px, 3.6vw, 40px); color: var(--gold); margin: 22px 0 20px; line-height: 1.1; }
.hero__amount em { font-style: normal; color: var(--muted); font-size: .6em; font-weight: 600; }
.hero__amount span { display: inline-block; font-family: var(--sans); font-weight: 500; font-size: .4em; color: var(--ink-2); margin-left: 8px; letter-spacing: 0; }
.hero__text { font-size: 18px; color: var(--ink-2); max-width: 500px; margin-bottom: 34px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; }

.facts { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; }
.facts li { display: inline-flex; align-items: center; gap: 9px; font-size: 13.5px; font-weight: 500; color: var(--ink-2); background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px; }
.facts li::before { content: ""; width: 14px; height: 7px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg) translateY(-2px); }

/* Герой — бумажные чеки начислений */
.hero__slips { position: relative; height: 440px; z-index: 1; }
.board { position: absolute; top: 6px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 9px; font-family: var(--display); font-size: 13.5px; font-weight: 600; color: var(--ink-2); z-index: 4; white-space: nowrap; }
.board__live { width: 8px; height: 8px; border-radius: 50%; background: #4ad991; box-shadow: 0 0 0 4px rgba(74,217,145,.18); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 4px rgba(74,217,145,.18); } 50% { box-shadow: 0 0 0 9px rgba(74,217,145,.02); } }

.slip {
  position: absolute; left: 50%; width: 306px; background: linear-gradient(180deg, #faf8f1, var(--paper)); color: var(--paper-ink);
  border-radius: 8px 8px 14px 14px; padding: 24px 24px 22px;
  box-shadow: 0 30px 55px -24px rgba(0,0,0,.7), inset 0 1px 0 rgba(255,255,255,.6);
  cursor: pointer; transition: transform .32s var(--ease), box-shadow .3s ease;
}
.slip:hover { transform: translateX(-50%) translateY(-16px) scale(1.045) rotate(0deg); z-index: 20; box-shadow: 0 48px 84px -26px rgba(0,0,0,.8), 0 0 0 2px var(--gold); }
.slip__perf { position: absolute; top: 9px; left: 16px; right: 16px; height: 6px; border-radius: 3px; background: repeating-linear-gradient(90deg, var(--paper-2) 0 7px, transparent 7px 13px); }
.slip__row { margin-top: 12px; font-size: 13px; font-weight: 600; color: #7a7263; }
.slip__sum { font-family: var(--display); font-weight: 800; font-size: 35px; letter-spacing: -.02em; color: #17130c; margin: 6px 0 0; }
.slip__sum::first-letter { color: var(--gold-deep); }
.slip--1 { top: 254px; z-index: 3; transform: translateX(calc(-50% + 6px))  rotate(-1.5deg); }
.slip--2 { top: 148px; z-index: 2; transform: translateX(calc(-50% + 30px)) rotate(2.4deg); }
.slip--3 { top: 44px;  z-index: 1; transform: translateX(calc(-50% - 26px)) rotate(-5deg); }

/* ---------- Секции ---------- */
.section { padding: 104px 0; position: relative; }
/* мягкая, растушёванная «утопленная» полоса — разделяет блоки без резких линий */
.section--alt { background: linear-gradient(180deg, transparent, rgba(0,0,0,.32) 13%, rgba(0,0,0,.32) 87%, transparent); }
.section--alt::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: min(1120px, 84%); height: 1px; background: linear-gradient(90deg, transparent, rgba(234,182,70,.28), transparent); }

.head { max-width: 720px; margin: 0 auto 60px; text-align: center; }
.head--left { max-width: 760px; margin-left: 0; text-align: left; }
.head--left .tag { margin-left: 0; }
.head__title { font-size: clamp(28px, 4vw, 46px); }
.head__text { margin-top: 18px; font-size: 17px; color: var(--muted); }

/* Модель — три такта */
.beats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.beat { position: relative; background: linear-gradient(180deg, var(--surface), var(--bg-2)); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px 30px; transition: transform .24s var(--ease), border-color .24s ease; overflow: hidden; }
.beat:hover { transform: translateY(-6px); border-color: var(--line-2); }
.beat--pay { border-color: var(--gold-line); background: linear-gradient(180deg, rgba(234,182,70,.10), var(--surface) 45%); }
.beat--pay::after { content: ""; position: absolute; inset: 0; background: radial-gradient(240px 160px at 100% 0, rgba(234,182,70,.14), transparent 70%); pointer-events: none; }
.beat__num { position: absolute; top: 26px; right: 28px; font-family: var(--display); font-weight: 700; font-size: 14px; color: var(--muted); opacity: .5; }
.beat__k { display: inline-block; font-family: var(--display); font-weight: 600; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--gold); padding: 4px 11px; border: 1px solid var(--gold-line); border-radius: 999px; margin-bottom: 18px; }
.beat h3 { font-size: 22px; margin-bottom: 10px; }
.beat p { color: var(--muted); font-size: 15.5px; position: relative; }

.honest { display: flex; align-items: flex-start; gap: 16px; max-width: 820px; margin: 40px auto 0; padding: 22px 26px; background: var(--surface); border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: 16px; color: var(--ink-2); font-size: 16px; }
.honest b { color: var(--ink); }
.honest__ic { flex: 0 0 auto; width: 26px; height: 26px; color: var(--gold); margin-top: 1px; }

/* Почему выгодно — редакторский список */
.why { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.why__aside { position: sticky; top: 100px; }
.why__aside .head__title { font-size: clamp(28px, 3.4vw, 40px); }
.why__aside .head__text { margin-bottom: 28px; }
.feats { display: flex; flex-direction: column; }
.feat { display: grid; grid-template-columns: 52px 1fr; column-gap: 20px; row-gap: 6px; align-items: start; padding: 26px 0; border-top: 1px solid var(--line); }
.feat:first-child { border-top: none; padding-top: 4px; }
.feat__ic { grid-row: 1 / span 2; width: 52px; height: 52px; border-radius: 14px; background: var(--gold-soft); border: 1px solid var(--gold-line); color: var(--gold); display: grid; place-items: center; }
.feat dt, .feat dd { grid-column: 2; }
.feat__ic svg { width: 26px; height: 26px; }
.feat dt { font-family: var(--display); font-weight: 700; font-size: 21px; color: var(--ink); margin-bottom: 6px; }
.feat dd { color: var(--muted); font-size: 16px; max-width: 60ch; }

/* Путь партнёра — маршрут */
.route { list-style: none; max-width: 700px; margin: 0 auto; position: relative; padding-left: 8px; }
.route::before { content: ""; position: absolute; left: 36px; top: 16px; bottom: 24px; width: 0; border-left: 2px dashed var(--gold-line); }
.route__fill { position: absolute; left: 36px; top: 16px; width: 0; height: 0; border-left: 2px solid var(--gold); box-shadow: 0 0 12px rgba(234,182,70,.6); z-index: 0; transition: height 1.2s var(--ease); }
.stop { position: relative; display: grid; grid-template-columns: 76px 1fr; gap: 22px; padding-bottom: 26px; align-items: start; }
.stop:last-child { padding-bottom: 0; }
.stop__pin { position: relative; z-index: 1; width: 58px; height: 58px; border-radius: 50%; background: var(--bg); border: 2px solid var(--gold-line); display: grid; place-items: center; box-shadow: 0 0 0 6px var(--bg); }
.stop__pin span { font-family: var(--display); font-weight: 700; font-size: 10px; letter-spacing: -.01em; color: var(--gold); text-align: center; line-height: 1; }
.stop--finish .stop__pin { background: linear-gradient(180deg, #f4c65e, var(--gold)); border-color: var(--gold); box-shadow: 0 0 0 6px var(--bg), 0 0 30px -4px rgba(234,182,70,.7); }
.stop--finish .stop__pin span { font-size: 9px; color: #251a05; }
.stop__card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 20px 24px; transition: transform .22s var(--ease), border-color .22s ease; }
.stop:hover .stop__card { transform: translateX(5px); border-color: var(--gold-line); }
.stop__card h3 { font-size: 19px; margin-bottom: 6px; }
.stop__card p { color: var(--muted); font-size: 15px; }

/* Калькулятор */
.calc { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.calc__aside .head__title { font-size: clamp(28px, 3.4vw, 40px); }
.calc__aside .head__text { margin-bottom: 30px; }
.ctrl { display: flex; flex-direction: column; gap: 26px; }
.ctrl__label { display: flex; justify-content: space-between; align-items: baseline; font-weight: 600; font-size: 15px; color: var(--ink-2); margin-bottom: 12px; }
.ctrl__label b { font-family: var(--display); font-weight: 700; color: var(--gold); font-size: 18px; }
.ctrl__select { width: 100%; padding: 14px 16px; border: 1px solid var(--line-2); border-radius: 12px; font-family: var(--sans); font-size: 15px; font-weight: 600; color: var(--ink); background: var(--surface); cursor: pointer; }
.ctrl__select option { background: var(--surface); color: var(--ink); }
.ctrl__range { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 6px; background: rgba(255,255,255,.1); cursor: pointer; }
.ctrl__range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 24px; height: 24px; border-radius: 50%; background: linear-gradient(180deg, #f4c65e, var(--gold)); border: 4px solid var(--bg-2); box-shadow: 0 2px 12px rgba(234,182,70,.6); cursor: pointer; transition: transform .15s ease; }
.ctrl__range::-webkit-slider-thumb:hover { transform: scale(1.12); }
.ctrl__range::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: var(--gold); border: 4px solid var(--bg-2); box-shadow: 0 2px 12px rgba(234,182,70,.6); cursor: pointer; }

/* Чек-квитанция */
.receipt { position: relative; background: linear-gradient(180deg, #faf8f1, var(--paper)); color: var(--paper-ink); border-radius: 6px; padding: 34px 30px 30px; box-shadow: 0 44px 80px -34px rgba(0,0,0,.75), inset 0 1px 0 rgba(255,255,255,.6); }
.receipt::before, .receipt::after { content: ""; position: absolute; top: 50%; width: 26px; height: 26px; border-radius: 50%; background: var(--bg-2); }
.receipt::before { left: -13px; }
.receipt::after { right: -13px; }
.receipt__top { height: 8px; margin: -14px -10px 18px; background: repeating-linear-gradient(90deg, var(--paper) 0 10px, transparent 10px 20px); }
.receipt__head { display: flex; justify-content: space-between; align-items: center; font-weight: 600; font-size: 13px; color: #7a7263; }
.receipt__no { font-family: var(--display); font-weight: 700; color: var(--gold-deep); }
.receipt__income { text-align: center; padding: 22px 0 20px; }
.receipt__income span { display: block; font-size: 14px; color: #7a7263; }
.receipt__income b { display: block; font-family: var(--display); font-weight: 800; font-size: clamp(40px, 6vw, 56px); letter-spacing: -.02em; color: #17130c; line-height: 1.04; margin: 4px 0; }
.receipt__income i { font-style: normal; font-size: 13.5px; color: var(--gold-deep); font-weight: 600; }
.receipt__tear { height: 1px; border-top: 2px dashed #cfc7b3; margin: 6px 0; }
.receipt__rows { display: flex; flex-direction: column; gap: 12px; padding: 16px 0; }
.receipt__rows > div { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.receipt__rows dt { font-size: 14.5px; color: #6b6455; }
.receipt__rows dd { font-family: var(--display); font-weight: 700; font-size: 15px; color: #17130c; font-variant-numeric: tabular-nums; }
.receipt__btn { width: 100%; margin-top: 14px; }
.receipt__note { font-size: 12px; color: #948b78; margin-top: 14px; text-align: center; }

/* Обучение */
.train { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.train__aside .head__title { font-size: clamp(26px, 3vw, 36px); }
.train__aside .head__text { margin-bottom: 28px; }
.checklist { list-style: none; display: flex; flex-direction: column; }
.checklist li { position: relative; padding: 20px 0 20px 46px; font-size: 17px; color: var(--ink-2); border-top: 1px solid var(--line); }
.checklist li:first-child { border-top: none; }
.checklist li::before { content: ""; position: absolute; left: 0; top: 18px; width: 26px; height: 26px; border-radius: 8px; background: var(--gold-soft); border: 1px solid var(--gold-line); }
.checklist li::after { content: ""; position: absolute; left: 8px; top: 24px; width: 11px; height: 6px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg); }

/* FAQ */
.faq { max-width: 840px; }
.faq__list { display: flex; flex-direction: column; }
.qa { border-top: 1px solid var(--line); transition: border-color .2s ease; }
.qa:last-child { border-bottom: 1px solid var(--line); }
.qa[open] { border-color: var(--gold-line); }
.qa summary { list-style: none; cursor: pointer; padding: 24px 8px; font-family: var(--display); font-weight: 600; font-size: 18px; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: "+"; font-size: 26px; font-weight: 300; color: var(--gold); transition: transform .25s ease; }
.qa[open] summary::after { transform: rotate(45deg); }
.qa p { padding: 0 8px 24px; color: var(--muted); font-size: 16px; max-width: 74ch; }

/* CTA — золотая плита */
.cta { padding: 40px 0 104px; }
.cta__inner { position: relative; overflow: hidden; text-align: center; background: linear-gradient(150deg, #f7cd63, var(--gold) 52%, var(--gold-deep)); color: #251a05; border-radius: 28px; padding: 72px 32px; }
.cta__glow { position: absolute; inset: 0; background: radial-gradient(400px 200px at 50% -10%, rgba(255,255,255,.4), transparent 60%); pointer-events: none; }
.cta__title { position: relative; font-size: clamp(30px, 4.4vw, 50px); color: #251a05; }
.cta__text { position: relative; margin: 18px auto 32px; font-size: 18px; color: #4a3608; max-width: 560px; }
.cta .btn { position: relative; }

/* Футер */
.footer { background: var(--bg-2); border-top: 1px solid var(--line); padding: 60px 0 40px; }
.footer__top { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.footer__brand { display: inline-flex; align-items: center; gap: 9px; }
.footer__brand .brand__mark { color: var(--gold); }
.footer__brand .brand__name { font-family: var(--display); font-weight: 700; font-size: 21px; color: var(--ink); }
.footer__links { display: flex; flex-wrap: wrap; gap: 24px; }
.footer__links a { color: var(--ink-2); font-weight: 500; font-size: 15px; transition: color .2s ease; }
.footer__links a:hover { color: var(--gold); }
.footer__tag { margin: 24px 0 22px; color: var(--muted); max-width: 640px; font-size: 15px; }
.footer__legalbar { display: flex; flex-wrap: wrap; gap: 8px 26px; justify-content: space-between; color: var(--ink-2); font-size: 14px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.footer__disc { margin-top: 18px; font-size: 12px; color: var(--muted); line-height: 1.55; max-width: 840px; }

/* ---------- Мягкое появление при скролле ---------- */
.rise { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .7s var(--ease); }
.rise.in { opacity: 1; transform: none; }

/* ---------- Адаптив ---------- */
@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; gap: 52px; }
  .hero__slips { max-width: 460px; }
  .beats { grid-template-columns: 1fr; gap: 20px; }
  .why { grid-template-columns: 1fr; gap: 36px; }
  .why__aside { position: static; }
  .calc { grid-template-columns: 1fr; gap: 40px; }
  .train { grid-template-columns: 1fr; gap: 34px; }
}
@media (max-width: 768px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .section { padding: 72px 0; }
  .hero { padding: 48px 0 68px; }
  .head { margin-bottom: 44px; }
}
@media (max-width: 480px) {
  .wrap { padding: 0 18px; }
  .hero__cta .btn { width: 100%; }
  .slip { width: 274px; }
  .receipt::before, .receipt::after { display: none; }
  .feat { grid-template-columns: 44px 1fr; gap: 16px; }
  .feat__ic { width: 44px; height: 44px; }
  .footer__legalbar { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto; }
  .rise { opacity: 1 !important; transform: none !important; }
  .route__fill { transition: none; }
}
