/* ==========================================================================
   ПДД ИИ · aipdd.ru
   Палитра и типографика взяты из макета (DESIGN.md), но с двумя правками,
   без которых макет не работает:
     1. Hanken Grotesk из макета не имеет кириллического сабсета — русский
        текст падал бы на системный шрифт. Тело набрано Golos Text.
     2. Кнопка макета (#B4C5FF фон + #EEEFFF текст) даёт контраст ~1.1:1.
        Заливка кнопки — #2563EB с белым текстом.
   ========================================================================== */

/* ------------------------------ шрифты ---------------------------------- */
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('fonts/manrope-600-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('fonts/manrope-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2212; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('fonts/manrope-700-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('fonts/manrope-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2212; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 800; font-display: swap;
  src: url('fonts/manrope-800-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 800; font-display: swap;
  src: url('fonts/manrope-800-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2212; }

@font-face { font-family: 'Golos Text'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/golos-400-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Golos Text'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/golos-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2212; }
@font-face { font-family: 'Golos Text'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('fonts/golos-500-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Golos Text'; font-style: normal; font-weight: 500; font-display: swap;
  src: url('fonts/golos-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2212; }
@font-face { font-family: 'Golos Text'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('fonts/golos-600-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Golos Text'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('fonts/golos-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122, U+2212; }

/* ------------------------------ токены ---------------------------------- */
:root {
  --bg:            #051424;
  --surface:       #122131;
  --surface-deep:  #010f1f;
  --surface-high:  #1c2b3c;
  --line:          #434655;
  --line-soft:     rgba(212, 228, 250, .10);

  --text:          #d4e4fa;
  --text-dim:      #c3c6d7;
  --text-faint:    #8d90a0;

  --accent:        #2563eb;   /* заливка кнопок */
  --accent-ink:    #ffffff;   /* текст на заливке */
  --accent-text:   #b4c5ff;   /* акцент в тексте */
  --cyan:          #7bd0ff;   /* метки, эйбрау */
  --ok:            #7fd69b;   /* верный ответ */
  --miss:          #ffb4ab;   /* выбранный неверный — коралл, не красный */

  --space-xs: 4px;  --space-sm: 8px;  --space-md: 16px;
  --space-lg: 24px; --space-xl: 32px; --space-2xl: 48px; --space-3xl: 72px;

  --r-card: 16px;  --r-btn: 10px;  --r-chip: 999px;
  --page: 1160px;
  --gutter: 16px;
}
@media (min-width: 900px) { :root { --gutter: 48px; } }

/* ------------------------------ основа ---------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Golos Text', 'Segoe UI', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: 'Manrope', 'Segoe UI', system-ui, sans-serif; margin: 0; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; }
dl, dd { margin: 0; }

a { color: var(--accent-text); text-decoration-color: rgba(180, 197, 255, .4); text-underline-offset: 3px; }
a:hover { color: #d7e1ff; text-decoration-color: currentColor; }

:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; border-radius: 4px; }

.wrap { width: 100%; max-width: var(--page); margin: 0 auto; padding-inline: var(--gutter); }

.eyebrow {
  font-family: 'Golos Text', sans-serif;
  font-size: 12px; font-weight: 600; line-height: 16px;
  letter-spacing: .08em; text-transform: uppercase; color: var(--cyan);
}

.lede  { font-size: 18px; line-height: 28px; color: var(--text-dim); }
.muted { color: var(--text-dim); }
.small { font-size: 14px; line-height: 22px; color: var(--text-dim); }

/* --------------------------- пункт Правил -------------------------------
   Сквозной приём страницы: номер пункта набран моноширинными цифрами
   Manrope в тонкой рамке. Это язык предметной области, поэтому он
   повторяется всюду, где речь о ссылке на Правила. */
.point {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-weight: 700; font-size: 13px; line-height: 18px;
  font-variant-numeric: tabular-nums;
  color: var(--cyan);
  border: 1px solid rgba(123, 208, 255, .35);
  border-radius: var(--r-chip);
  padding: 2px 10px;
  white-space: nowrap;
}

/* ------------------------------ шапка ----------------------------------- */
.top {
  position: sticky; top: 0; z-index: 50;
  background: rgba(5, 20, 36, .88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-soft);
}
.top__row { display: flex; align-items: center; gap: var(--space-md); min-height: 64px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); }
.brand__mark { width: 30px; height: 30px; flex: none; }
.brand__name { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 19px; letter-spacing: -.01em; }
.top__nav { display: none; margin-left: auto; gap: 28px; }
.top__nav a { color: var(--text-dim); text-decoration: none; font-size: 15px; }
.top__nav a:hover { color: var(--text); }
.top__cta { margin-left: auto; }
@media (min-width: 900px) {
  .top__nav { display: flex; }
  .top__cta { margin-left: 28px; }
}

/* ------------------------------ кнопки ---------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 22px;
  border: 1px solid transparent; border-radius: var(--r-btn);
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 16px;
  text-decoration: none; cursor: pointer;
  transition: background-color .15s ease, border-color .15s ease, transform .1s ease;
}
.btn--fill { background: var(--accent); color: var(--accent-ink); }
.btn--fill:hover { background: #1d55d0; color: var(--accent-ink); }
.btn--fill:active { transform: translateY(1px); }
.btn--ghost { background: transparent; color: var(--accent-text); border-color: rgba(180, 197, 255, .45); }
.btn--ghost:hover { background: rgba(180, 197, 255, .08); color: var(--accent-text); }
.btn--lg { min-height: 56px; font-size: 17px; padding: 14px 28px; }
.btn--block { display: flex; width: 100%; }

/* ------------------------------ секции ---------------------------------- */
.section { padding-block: var(--space-3xl); }
.section--tight { padding-block: var(--space-2xl); }
.band { background: var(--surface-deep); border-block: 1px solid var(--line-soft); }

.section__head { max-width: 720px; margin-bottom: var(--space-xl); }
.section__title { font-size: 28px; line-height: 36px; font-weight: 700; letter-spacing: -.01em; }
.section__title + p { margin-top: 12px; }
@media (min-width: 900px) { .section__title { font-size: 32px; line-height: 40px; } }

/* ------------------------------- герой ---------------------------------- */
.hero { padding-top: var(--space-2xl); padding-bottom: var(--space-3xl); }
.hero__grid { display: grid; gap: var(--space-2xl); }
@media (min-width: 1000px) {
  .hero__grid { grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
}
.hero__title {
  margin-top: 18px;
  font-size: 34px; line-height: 42px; font-weight: 800; letter-spacing: -.02em;
}
.hero__title em { font-style: normal; color: var(--accent-text); }
.hero__lede { margin-top: 18px; max-width: 34em; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: var(--space-lg); }
.hero__note { margin-top: 14px; font-size: 14px; color: var(--text-faint); }
@media (min-width: 600px) { .hero__title { font-size: 44px; line-height: 52px; } }
@media (min-width: 1000px) { .hero__title { font-size: 50px; line-height: 58px; } }

/* ------------------- сигнатура: настоящий вопрос банка ------------------- */
.demo {
  background: var(--surface);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-card);
  overflow: hidden;
}
.demo__head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 12px 18px;
  background: var(--surface-high);
  border-bottom: 1px solid var(--line-soft);
}
.demo__label { font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--text-dim); }
.demo__body { padding: 20px 18px 22px; }
.demo__q { font-size: 17px; line-height: 26px; font-weight: 500; color: var(--text); }

.opts { list-style: none; margin-top: 18px; display: grid; gap: 10px; }
.opt {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 12px 14px;
  border: 1px solid var(--line-soft); border-radius: 12px;
  font-size: 15px; line-height: 22px; color: var(--text-dim);
}
.opt__icon { flex: none; width: 20px; height: 20px; margin-top: 1px; }
.opt__tag { display: block; margin-top: 4px; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.opt--miss { border-color: rgba(255, 180, 171, .45); color: var(--text); }
.opt--miss .opt__icon { color: var(--miss); }
.opt--miss .opt__tag { color: var(--miss); }
.opt--ok { border-color: rgba(127, 214, 155, .45); background: rgba(127, 214, 155, .06); color: var(--text); }
.opt--ok .opt__icon { color: var(--ok); }
.opt--ok .opt__tag { color: var(--ok); }

.verdict {
  margin-top: 20px; padding-top: 18px;
  border-top: 1px dashed var(--line);
}
.verdict__head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.verdict__who { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 14px; color: var(--text); }
.verdict__text { margin-top: 12px; font-size: 15px; line-height: 25px; color: var(--text-dim); }
.verdict__ask {
  margin-top: 16px; padding: 12px 14px;
  border: 1px dashed rgba(180, 197, 255, .35); border-radius: 12px;
  font-size: 14px; line-height: 22px; color: var(--accent-text);
}
.demo__foot { padding: 12px 18px 16px; font-size: 12px; line-height: 18px; color: var(--text-faint); }

/* ------------------------------- факты ---------------------------------- */
.facts { display: grid; gap: 1px; background: var(--line-soft); border: 1px solid var(--line-soft); border-radius: var(--r-card); overflow: hidden; }
@media (min-width: 700px) { .facts { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .facts { grid-template-columns: repeat(4, 1fr); } }
.fact { background: var(--bg); padding: 22px 20px; }
.fact__n { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 30px; line-height: 38px; letter-spacing: -.02em; color: var(--text); font-variant-numeric: tabular-nums; }
.fact__t { margin-top: 6px; font-size: 14px; line-height: 21px; color: var(--text-dim); }

/* ------------------------------- шаги ----------------------------------- */
.steps { display: grid; gap: var(--space-md); counter-reset: step; }
@media (min-width: 900px) { .steps { grid-template-columns: repeat(3, 1fr); gap: var(--space-lg); } }
.step { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-card); padding: 22px 20px; }
.step__n {
  counter-increment: step;
  font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 13px;
  color: var(--cyan); font-variant-numeric: tabular-nums;
}
.step__n::before { content: counter(step, decimal-leading-zero); }
.step__t { margin-top: 10px; font-size: 19px; line-height: 26px; font-weight: 700; }
.step__d { margin-top: 8px; font-size: 15px; line-height: 24px; color: var(--text-dim); }

/* ------------------------------ тарифы ---------------------------------- */
.plans { display: grid; gap: var(--space-md); }
@media (min-width: 900px) { .plans { grid-template-columns: repeat(3, 1fr); gap: var(--space-lg); } }
.plan {
  position: relative; display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--line-soft);
  border-radius: var(--r-card); padding: 24px 22px;
}
.plan--pick { border: 2px solid var(--accent); padding: 23px 21px; }
.plan__badge {
  position: absolute; top: -11px; left: 22px;
  background: var(--accent); color: var(--accent-ink);
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 11px;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 4px 10px; border-radius: var(--r-chip);
}
.plan__name { font-size: 20px; line-height: 28px; font-weight: 700; }
.plan__term { margin-top: 4px; font-size: 14px; color: var(--text-dim); }
.plan__price { margin-top: 18px; display: flex; align-items: baseline; gap: 6px; }
.plan__num { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 40px; line-height: 46px; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.plan__cur { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 20px; color: var(--text-dim); }
.plan__list { list-style: none; margin-top: 18px; margin-bottom: 22px; display: grid; gap: 9px; }
.plan__list li { display: flex; gap: 10px; font-size: 15px; line-height: 22px; color: var(--text-dim); }
.plan__list svg { flex: none; width: 18px; height: 18px; margin-top: 2px; color: var(--ok); }
.plan__cta { margin-top: auto; }

.free {
  margin-top: var(--space-md);
  border: 1px dashed var(--line); border-radius: var(--r-card);
  padding: 18px 20px;
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 14px;
}
.free__t { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 16px; }
.free__d { font-size: 15px; color: var(--text-dim); }

.fineprint { margin-top: var(--space-lg); font-size: 14px; line-height: 22px; color: var(--text-faint); max-width: 62ch; }

/* ------------------------------ передача --------------------------------- */
.handoff { display: grid; gap: var(--space-lg); }
@media (min-width: 900px) { .handoff { grid-template-columns: 1.1fr .9fr; gap: var(--space-2xl); align-items: start; } }
.checklist { list-style: none; display: grid; gap: 14px; }
.checklist li { display: flex; gap: 12px; font-size: 16px; line-height: 25px; color: var(--text-dim); }
.checklist svg { flex: none; width: 20px; height: 20px; margin-top: 3px; color: var(--cyan); }
.callout {
  background: var(--surface); border: 1px solid var(--line-soft);
  border-left: 3px solid var(--accent);
  border-radius: 12px; padding: 18px 20px;
  font-size: 15px; line-height: 24px; color: var(--text-dim);
}
.callout strong { color: var(--text); font-weight: 600; }

/* -------------------------------- FAQ ------------------------------------ */
.faq { display: grid; gap: 10px; max-width: 860px; }
.faq__item { background: var(--surface); border: 1px solid var(--line-soft); border-radius: 12px; }
.faq__item[open] { border-color: rgba(180, 197, 255, .3); }
.faq__q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px 18px; min-height: 48px;
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 16px; line-height: 24px;
  cursor: pointer; list-style: none;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after {
  content: ''; flex: none; width: 10px; height: 10px;
  border-right: 2px solid var(--text-faint); border-bottom: 2px solid var(--text-faint);
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform .18s ease;
}
.faq__item[open] .faq__q::after { transform: rotate(-135deg) translate(-3px, -3px); }
.faq__a { padding: 0 18px 18px; font-size: 15px; line-height: 25px; color: var(--text-dim); }
.faq__a p + p { margin-top: 10px; }

/* ------------------------------- подвал ---------------------------------- */
.foot { background: var(--surface-deep); border-top: 1px solid var(--line-soft); padding-block: var(--space-2xl); }
.foot__grid { display: grid; gap: var(--space-lg); }
@media (min-width: 800px) { .foot__grid { grid-template-columns: 1.2fr 1fr 1fr; gap: var(--space-xl); } }
.foot__title { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--text-faint); }
.foot__list { list-style: none; margin-top: 12px; display: grid; gap: 10px; }
.foot__list a { font-size: 15px; color: var(--text-dim); text-decoration: none; }
.foot__list a:hover { color: var(--text); text-decoration: underline; }
.foot__req { margin-top: 12px; font-size: 14px; line-height: 22px; color: var(--text-faint); }
.foot__bottom { margin-top: var(--space-xl); padding-top: var(--space-md); border-top: 1px solid var(--line-soft); font-size: 13px; color: var(--text-faint); }

/* ------------------------- текстовые страницы ---------------------------- */
.doc { padding-block: var(--space-2xl) var(--space-3xl); }
.doc__inner { max-width: 760px; }
.doc h1 { font-size: 30px; line-height: 38px; font-weight: 800; letter-spacing: -.01em; }
@media (min-width: 700px) { .doc h1 { font-size: 36px; line-height: 44px; } }
.doc__meta { margin-top: 10px; font-size: 14px; color: var(--text-faint); }
.doc h2 { margin-top: 38px; font-size: 20px; line-height: 28px; font-weight: 700; }
.doc h3 { margin-top: 26px; font-size: 17px; line-height: 25px; font-weight: 700; }
.doc p { margin-top: 12px; font-size: 16px; line-height: 27px; color: var(--text-dim); }
.doc ul, .doc ol { margin-top: 12px; padding-left: 22px; display: grid; gap: 8px; }
.doc li { font-size: 16px; line-height: 27px; color: var(--text-dim); }
.doc strong { color: var(--text); font-weight: 600; }
.doc a { color: var(--accent-text); }
.doc__toc { margin-top: 24px; padding: 16px 18px; background: var(--surface); border: 1px solid var(--line-soft); border-radius: 12px; }
.doc__toc ol { margin-top: 8px; }
.doc__toc li { font-size: 15px; line-height: 24px; }

.table-scroll { overflow-x: auto; margin-top: 16px; }
table.tar { width: 100%; border-collapse: collapse; min-width: 480px; }
table.tar th, table.tar td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line-soft); font-size: 15px; line-height: 22px; }
table.tar th { font-family: 'Manrope', sans-serif; font-weight: 700; color: var(--text); font-size: 14px; }
table.tar td { color: var(--text-dim); }
table.tar td:first-child { color: var(--text); }

.gap-note {
  margin-top: 16px; padding: 14px 16px;
  border: 1px dashed var(--miss); border-radius: 12px;
  font-size: 14px; line-height: 22px; color: var(--miss);
}

/* ------------------------------ реквизиты --------------------------------
   Требование ЮKassa к сайту магазина — название, ИНН, телефон, почтовый адрес
   и e-mail на видном месте. Список через <br> это требование формально
   выполняет, но читается как сноска. Здесь пара «поле → значение»: слева
   подпись, справа само значение крупнее и моноширинными цифрами, чтобы ИНН
   и телефон можно было прочитать вслух и переписать не сбившись. */
.reqs {
  margin-top: 20px;
  border: 1px solid var(--line-soft);
  border-radius: var(--r-card);
  background: var(--surface);
  overflow: hidden;
}
.reqs__row {
  display: grid;
  gap: 2px 20px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line-soft);
}
.reqs__row:last-child { border-bottom: 0; }
.reqs__k { font-size: 13px; line-height: 18px; color: var(--text-faint); }
.reqs__v { font-size: 16px; line-height: 24px; color: var(--text); font-weight: 500; }
.reqs__v--num { font-family: 'Manrope', sans-serif; font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: .01em; }
.reqs__v a { color: var(--accent-text); }
.reqs__note { display: block; font-size: 13px; line-height: 20px; color: var(--text-faint); margin-top: 5px; font-weight: 400; }
@media (min-width: 620px) {
  .reqs__row { grid-template-columns: 210px 1fr; align-items: baseline; padding: 15px 22px; }
  .reqs__k { text-align: left; }
}

/* --------------------------- вспомогательное -----------------------------
   Инлайновых style= в разметке нет намеренно: строгий CSP (style-src 'self')
   блокирует их, и правильный ответ — класс, а не ослабление политики. */
.page-title { font-size: 28px; line-height: 36px; }
@media (min-width: 900px) { .page-title { font-size: 32px; line-height: 40px; } }
.narrow { max-width: 760px; }
.callout--spaced { margin-top: var(--space-lg); }

/* --------------------------- строка статуса ------------------------------ */
.status {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--surface); border: 1px solid rgba(255, 180, 171, .4);
  border-radius: 12px; padding: 16px 18px;
}
.status svg { flex: none; width: 22px; height: 22px; margin-top: 1px; color: var(--miss); }
.status__t { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 16px; }
.status__d { margin-top: 6px; font-size: 15px; line-height: 24px; color: var(--text-dim); }

/* ------------------------------ движение --------------------------------- */
/* Содержимое видно всегда. Анимация — надстройка: класс is-in ставит
   наблюдатель, и только тогда блок проигрывает появление. Не выполнился
   скрипт — страница просто статична, а не пуста. */
.reveal.is-in { animation: rise .45s cubic-bezier(.05,.7,.1,1) both; }
@keyframes rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal.is-in { animation: none; }
}
