/* ============================================================
   MAZUEV P2P — лендинг курса по P2P-арбитражу
   Тема: «ночная Москва, старые деньги» — графит, шампанское
   золото, антиква Prata, стекло.
   ============================================================ */

:root {
  /* Цвет */
  --bg:        oklch(0.115 0.006 75);
  --bg-deep:   oklch(0.09 0.005 75);
  --void:      oklch(0.058 0.004 75);
  --surface:   oklch(0.15 0.007 80);
  --surface-2: oklch(0.19 0.008 80);
  --line:      oklch(1 0 0 / 0.10);
  --line-soft: oklch(1 0 0 / 0.06);
  --ink:       oklch(0.95 0.008 90);
  --body:      oklch(0.79 0.012 85);
  --muted:     oklch(0.66 0.014 85);
  --gold:      oklch(0.84 0.09 92);
  --gold-hi:   oklch(0.91 0.075 96);
  --gold-deep: oklch(0.70 0.105 83);
  --gold-ink:  oklch(0.22 0.04 85);
  --emerald:   oklch(0.72 0.10 165);
  --red:       oklch(0.68 0.14 25);

  /* Типографика */
  --font-display: "Prata", "Times New Roman", serif;
  --font-text: "Golos Text", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* Движение */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);

  /* Слои */
  --z-header: 20;
  --z-quiz: 60;
}

/* ---------- База ---------- */

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--body);
  font: 400 1rem/1.65 var(--font-text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.quiz-open { overflow: hidden; }

h1, h2, h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 400;
  text-wrap: balance;
}

p { margin: 0; }
ul, dl, dd, dt, figure { margin: 0; padding: 0; }
ul { list-style: none; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }

::selection { background: var(--gold); color: var(--gold-ink); }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
  border-radius: 4px;
}

.container {
  width: min(1140px, 100% - 2.5rem);
  margin-inline: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

[hidden] { display: none !important; }

main { position: relative; z-index: 1; }
.site-footer { position: relative; z-index: 1; }

/* ---------- Скрытый слой: символы P2P под чёрным экраном ---------- */

.fx-under {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='480' height='480'%3E%3Cg fill='%23E7CA86' font-family='Georgia,serif'%3E%3Ctext x='44' y='150' font-size='96' fill-opacity='0.20' transform='rotate(-10 44 150)'%3E%E2%82%BD%3C/text%3E%3Ccircle cx='330' cy='92' r='34' fill='none' stroke='%23E7CA86' stroke-opacity='0.22' stroke-width='1.5'/%3E%3Ctext x='318' y='104' font-size='34' fill-opacity='0.26'%3E%E2%82%AE%3C/text%3E%3Ctext x='416' y='306' font-size='44' fill-opacity='0.16' transform='rotate(8 416 306)'%3E%24%3C/text%3E%3Ctext x='128' y='330' font-size='58' fill-opacity='0.18' transform='rotate(-6 128 330)'%3E%E2%82%BF%3C/text%3E%3Ctext x='248' y='226' font-size='21' fill-opacity='0.30' transform='rotate(-14 248 226)'%3E+3,4%25%3C/text%3E%3Ctext x='52' y='430' font-size='16' letter-spacing='4' fill-opacity='0.22'%3EUSDT%3C/text%3E%3Ctext x='366' y='436' font-size='40' fill-opacity='0.20' transform='rotate(4 366 436)'%3E%E2%87%84%3C/text%3E%3Ccircle cx='250' cy='400' r='2' fill-opacity='0.25'/%3E%3Ccircle cx='450' cy='180' r='2' fill-opacity='0.25'/%3E%3Ccircle cx='40' cy='250' r='2' fill-opacity='0.22'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 480px 480px;
}

/* чёрный экран поверх слоя с символами; у курсора — мягкое «окно» вниз */
.fx-cover {
  --sx: -999px;
  --sy: -999px;
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(340px circle at var(--sx) var(--sy),
    transparent 0%,
    oklch(0.115 0.006 75 / 0.28) 34%,
    oklch(0.115 0.006 75 / 0.82) 62%,
    var(--bg) 84%);
}

/* ---------- Живой фон: перемешивающиеся жёлто-чёрные волны ---------- */

.fx-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.fx-bg span {
  position: absolute;
  inset: -38%;
}

/* волна первая — плывёт вправо-вниз */
.fx-bg span:nth-child(1) {
  background:
    radial-gradient(42% 38% at 16% 20%, oklch(0.78 0.115 90 / 0.17), transparent 68%),
    radial-gradient(30% 30% at 42% 90%, oklch(0.76 0.10 88 / 0.07), transparent 70%);
  animation: waves-a 26s ease-in-out infinite alternate;
}

/* волна вторая — навстречу, с «стеклянным» белёсым бликом */
.fx-bg span:nth-child(2) {
  background:
    radial-gradient(38% 36% at 84% 72%, oklch(0.70 0.11 84 / 0.15), transparent 68%),
    radial-gradient(46% 42% at 64% 8%, oklch(0.84 0.09 92 / 0.10), transparent 72%),
    radial-gradient(24% 22% at 30% 55%, oklch(0.92 0.03 95 / 0.035), transparent 70%);
  animation: waves-b 34s ease-in-out infinite alternate;
  animation-delay: -12s;
}

@keyframes waves-a {
  0%   { transform: translate3d(-3%, -2%, 0) rotate(0deg) scale(1); opacity: 0.7; }
  50%  { opacity: 1; }
  100% { transform: translate3d(5%, 4%, 0) rotate(8deg) scale(1.16); opacity: 0.85; }
}

@keyframes waves-b {
  0%   { transform: translate3d(4%, 3%, 0) rotate(6deg) scale(1.12); opacity: 0.85; }
  50%  { opacity: 0.65; }
  100% { transform: translate3d(-5%, -3%, 0) rotate(-7deg) scale(1); opacity: 1; }
}

/* шёлковый блик, изредка проходящий по экрану */
.fx-bg::after {
  content: "";
  position: absolute;
  top: -30%;
  bottom: -30%;
  left: 0;
  width: 44%;
  background: linear-gradient(100deg,
    transparent,
    oklch(0.85 0.09 92 / 0.045) 42%,
    oklch(0.88 0.085 94 / 0.09) 50%,
    oklch(0.85 0.09 92 / 0.045) 58%,
    transparent);
  animation: bg-silk 15s ease-in-out infinite;
}

@keyframes bg-silk {
  0%   { transform: rotate(12deg) translateX(-180%); }
  55%  { transform: rotate(12deg) translateX(320%); }
  100% { transform: rotate(12deg) translateX(320%); }
}

/* на сенсорных экранах скрытого слоя нет */
@media (hover: none) {
  .fx-under, .fx-cover { display: none; }
}

/* ---------- Парящие частицы и знаки ---------- */

.fx-dust {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.fx-dust i {
  position: absolute;
  left: var(--x, 50%);
  bottom: -6%;
  font: 400 15px var(--font-display);
  font-style: normal;
  color: oklch(0.84 0.09 92 / 0.22);
  animation: dust-rise var(--dur, 20s) linear infinite;
  animation-delay: var(--del, 0s);
}

.fx-dust i:empty {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: oklch(0.86 0.09 92 / 0.3);
  box-shadow: 0 0 8px oklch(0.86 0.09 92 / 0.35);
}

.fx-dust i:nth-child(1) { --x: 8%;  --dur: 19s; --del: -4s; }
.fx-dust i:nth-child(2) { --x: 21%; --dur: 25s; --del: -11s; font-size: 13px; }
.fx-dust i:nth-child(3) { --x: 34%; --dur: 17s; --del: -7s; }
.fx-dust i:nth-child(4) { --x: 52%; --dur: 27s; --del: -15s; font-size: 17px; }
.fx-dust i:nth-child(5) { --x: 63%; --dur: 18s; --del: -2s; }
.fx-dust i:nth-child(6) { --x: 74%; --dur: 22s; --del: -9s; }
.fx-dust i:nth-child(7) { --x: 86%; --dur: 26s; --del: -13s; font-size: 14px; }
.fx-dust i:nth-child(8) { --x: 94%; --dur: 16s; --del: -6s; }

@keyframes dust-rise {
  0%   { transform: translate3d(0, 0, 0); opacity: 0; }
  6%   { opacity: 1; }
  25%  { transform: translate3d(14px, -22vh, 0); }
  50%  { transform: translate3d(-10px, -44vh, 0); }
  75%  { transform: translate3d(10px, -66vh, 0); opacity: 0.8; }
  92%  { opacity: 0; }
  100% { transform: translate3d(-6px, -86vh, 0); opacity: 0; }
}

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

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.98rem 1.6rem;
  border: 1px solid transparent;
  border-radius: 12px;
  font: 600 0.95rem/1 var(--font-text);
  letter-spacing: 0.01em;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s var(--ease-out),
              border-color 0.2s var(--ease-out),
              color 0.2s var(--ease-out),
              filter 0.2s var(--ease-out),
              transform 0.18s var(--ease-out);
}

.btn:active { transform: translateY(0) scale(0.98); }

.btn__arrow {
  font-weight: 500;
  transition: transform 0.2s var(--ease-out);
}

/* Литое золото */
.btn--primary {
  overflow: hidden;
  background: linear-gradient(180deg, var(--gold-hi), oklch(0.82 0.105 88) 55%, var(--gold-deep));
  color: var(--gold-ink);
  box-shadow: inset 0 1px 0 oklch(1 0 0 / 0.55),
              inset 0 -1px 0 oklch(0 0 0 / 0.22);
}

.btn--primary:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.btn--primary:hover .btn__arrow { transform: translateX(3px); }

/* блик, пробегающий по золоту */
.btn--primary::after {
  content: "";
  position: absolute;
  top: -20%;
  bottom: -20%;
  left: 0;
  width: 36%;
  background: linear-gradient(100deg, transparent, oklch(1 0 0 / 0.5), transparent);
  transform: translateX(-220%) skewX(-18deg);
}

.btn--primary:hover::after {
  transition: transform 0.85s var(--ease-out);
  transform: translateX(340%) skewX(-18deg);
}

/* автоблик на главной кнопке героя */
.btn--sheen::after { animation: sheen 6s ease-in-out 2.2s infinite; }

@keyframes sheen {
  0%   { transform: translateX(-220%) skewX(-18deg); }
  14%  { transform: translateX(340%) skewX(-18deg); }
  100% { transform: translateX(340%) skewX(-18deg); }
}

/* Стекло */
.btn--ghost {
  background: linear-gradient(180deg, oklch(1 0 0 / 0.09), oklch(1 0 0 / 0.03));
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-color: oklch(1 0 0 / 0.13);
  box-shadow: inset 0 1px 0 oklch(1 0 0 / 0.15);
  color: var(--ink);
}

.btn--ghost:hover {
  background: linear-gradient(180deg, oklch(1 0 0 / 0.13), oklch(1 0 0 / 0.05));
  border-color: oklch(1 0 0 / 0.24);
}

.btn--lg { padding: 1.15rem 1.95rem; font-size: 1rem; }
.btn--sm { padding: 0.62rem 1.15rem; font-size: 0.85rem; border-radius: 10px; }

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: var(--z-header);
  background: oklch(0.09 0.005 80 / 0.55);
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  backdrop-filter: blur(20px) saturate(1.3);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, oklch(1 0 0 / 0.14), transparent);
  opacity: 0;
  transition: opacity 0.3s var(--ease-out);
}

.site-header.scrolled::after { opacity: 1; }

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.9rem;
}

.wordmark {
  font: 400 1.02rem/1 var(--font-display);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
}
.wordmark span { color: var(--gold); }

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}

.site-nav > a {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--body);
  transition: color 0.15s var(--ease-out);
}
.site-nav > a:hover { color: var(--ink); }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  padding-top: clamp(7rem, 9rem + 2vw, 10.5rem);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(46% 52% at 16% 12%, oklch(0.84 0.09 92 / 0.05), transparent 70%),
              radial-gradient(80% 90% at 72% 46%, var(--void) 28%, oklch(0.058 0.004 75 / 0) 72%);
  pointer-events: none;
}

.hero__grid {
  position: relative;
  display: grid;
  gap: 3.5rem;
  align-items: center;
}

@media (min-width: 960px) {
  .hero__grid { grid-template-columns: 1.05fr 0.95fr; gap: clamp(2.5rem, 4vw, 4.5rem); }
}

.hero__badge {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--body);
}

.hero__badge .pulse { margin-top: 0.42em; }

.pulse {
  width: 7px; height: 7px;
  flex: none;
  border-radius: 50%;
  background: var(--emerald);
  box-shadow: 0 0 0 0 oklch(0.72 0.10 165 / 0.5);
  animation: pulse 2.4s var(--ease-out) infinite;
}

@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 oklch(0.72 0.10 165 / 0.4); }
  70%  { box-shadow: 0 0 0 9px oklch(0.72 0.10 165 / 0); }
  100% { box-shadow: 0 0 0 0 oklch(0.72 0.10 165 / 0); }
}

.hero__title {
  margin-top: 1.4rem;
  font-size: clamp(2.5rem, 1.4rem + 4.8vw, 4.3rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.hero__title .line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.1em;
  margin-bottom: -0.1em;
}

.hero__title .line > span {
  display: inline-block;
  transform: translateY(118%);
  animation: line-up 1s var(--ease-out) both;
  animation-delay: calc(160ms + var(--l, 0) * 150ms);
}

@keyframes line-up {
  to { transform: none; }
}

.hero__title em {
  font-style: normal;
  color: var(--gold);
  text-shadow: 0 0 38px oklch(0.84 0.09 92 / 0.3);
}

/* денежная строка — отдельно, крупно, золотом */
.hero__money {
  margin-top: 1.5rem;
  font: 400 clamp(1.3rem, 1rem + 1.5vw, 1.8rem)/1.25 var(--font-display);
  font-variant-numeric: tabular-nums;
  color: var(--gold-hi);
  text-shadow: 0 0 30px oklch(0.84 0.09 92 / 0.35);
}

.hero__lead {
  margin-top: 0.9rem;
  max-width: 50ch;
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.12rem);
  line-height: 1.7;
  color: var(--body);
}

.hero__points {
  margin-top: 1.9rem;
  display: grid;
  gap: 0.8rem;
}

.hero__points li {
  position: relative;
  padding-left: 1.7rem;
  font-size: 0.98rem;
  color: var(--ink);
}

.hero__points li::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.52em;
  width: 0.55rem;
  height: 0.55rem;
  rotate: 45deg;
  background: linear-gradient(135deg, var(--gold-hi), var(--gold-deep));
  box-shadow: 0 0 12px oklch(0.84 0.09 92 / 0.4);
}

.hero__cta {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero__bonus {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.hero__bonus span {
  color: var(--gold);
  font-size: 0.6rem;
  margin-right: 0.55rem;
  vertical-align: 0.16em;
}

/* Визуал: портрет в темноте + стеклянная карточка */

.hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
}

@media (min-width: 960px) {
  .hero__visual { justify-content: flex-end; }
}

.hero__photo {
  position: relative;
  isolation: isolate;
  width: min(520px, 100%);
}

/* тёплый контровой свет за спиной — медленно «дышит» */
.hero__photo::before {
  content: "";
  position: absolute;
  inset: -14%;
  z-index: -1;
  background: radial-gradient(58% 52% at 52% 38%, oklch(0.84 0.09 92 / 0.12), transparent 70%);
  animation: glow-breathe 6.5s ease-in-out infinite alternate;
}

@keyframes glow-breathe {
  from { opacity: 0.65; transform: scale(0.97); }
  to   { opacity: 1;    transform: scale(1.06); }
}

.hero__photo img {
  width: 100%;
  height: auto;
  filter: saturate(0.68) sepia(0.14) brightness(0.9) contrast(1.1);
  will-change: transform;
  transform: scale(1.06);
  transition: transform 0.4s var(--ease-out);
}

/* фото тонет в темноте: виньетка гасит фон со свечами */
.hero__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(92% 82% at 50% 38%, transparent 30%, var(--void) 84%),
    linear-gradient(to top, var(--void) 2%, transparent 30%),
    linear-gradient(to right, var(--void), transparent 24%),
    linear-gradient(to left, var(--void), transparent 22%),
    linear-gradient(to bottom, var(--void), transparent 26%);
  pointer-events: none;
}

.deal {
  position: relative;
  width: min(420px, 100%);
  padding: 1.5rem 1.5rem 1.35rem;
  background: linear-gradient(180deg, oklch(0.16 0.008 80 / 0.72), oklch(0.11 0.006 80 / 0.78));
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  backdrop-filter: blur(22px) saturate(1.2);
  border: 1px solid oklch(1 0 0 / 0.11);
  box-shadow: inset 0 1px 0 oklch(1 0 0 / 0.12);
  border-radius: 16px;
}

.deal--overlay {
  position: absolute;
  left: -2.5rem;
  bottom: 1.5rem;
  width: min(305px, calc(100% - 1rem));
  padding: 1.05rem 1.2rem 0.45rem;
  border-radius: 14px;
  will-change: transform;
}

.deal--overlay .deal__row { padding-block: 0.55rem; }
.deal--overlay .deal__value { font-size: 1.02rem; }
.deal--overlay .deal__profit { font-size: 1.32rem; }
.deal--overlay .deal__label { font-size: 0.88rem; }
.deal--overlay .deal__label span { font-size: 0.74rem; }
.deal--overlay .deal__result { margin-top: 0.35rem; padding-top: 0.8rem; padding-bottom: 0.8rem; }
.deal--overlay .deal__foot { display: none; }
.deal--overlay .deal__head { margin-bottom: 0.5rem; }

.deal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}

.deal__title {
  font: 600 0.8rem/1.2 var(--font-text);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--body);
}

.deal__pair {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.28rem 0.62rem;
}

.deal__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.8rem;
}

.deal__label {
  font-size: 0.95rem;
  color: var(--ink);
}

.deal__label span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.deal__value {
  font: 400 1.12rem/1 var(--font-display);
  font-variant-numeric: tabular-nums;
  color: var(--ink);
  white-space: nowrap;
}

.deal__spread {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.deal__spread-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, oklch(1 0 0 / 0.16));
}

.deal__spread-line:last-child {
  background: linear-gradient(90deg, oklch(1 0 0 / 0.16), transparent);
}

.deal__spread-badge {
  font-size: 0.77rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--emerald);
  border: 1px solid oklch(0.72 0.10 165 / 0.28);
  background: oklch(0.72 0.10 165 / 0.07);
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
  white-space: nowrap;
}

.deal__result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line-soft);
}

.deal__profit {
  font: 400 1.5rem/1 var(--font-display);
  font-variant-numeric: tabular-nums;
  color: var(--emerald);
  white-space: nowrap;
}

.deal__foot {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line-soft);
  font-size: 0.83rem;
  color: var(--muted);
}

/* Лента цифр */

.stats {
  position: relative;
  margin-top: clamp(3.5rem, 3rem + 3vw, 6rem);
  background: oklch(1 0 0 / 0.012);
}

/* по линиям ленты пробегает золотой свет */
.stats::before,
.stats::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background-image:
    linear-gradient(90deg, transparent, oklch(0.86 0.09 92 / 0.55) 50%, transparent),
    linear-gradient(90deg, transparent, oklch(1 0 0 / 0.13), transparent);
  background-size: 34% 100%, 100% 100%;
  background-repeat: no-repeat;
  background-position: -34% 0, 0 0;
  animation: hairline-flow 6.5s ease-in-out infinite;
}

.stats::before { top: 0; }
.stats::after { bottom: 0; animation-delay: 1.6s; }

@keyframes hairline-flow {
  0%   { background-position: -34% 0, 0 0; }
  55%  { background-position: 134% 0, 0 0; }
  100% { background-position: 134% 0, 0 0; }
}

.stats__track {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  scrollbar-width: none;
}
.stats__track::-webkit-scrollbar { display: none; }

.stats__item {
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.5rem clamp(1.25rem, 2.6vw, 2.5rem);
  font-size: 0.86rem;
  color: var(--muted);
  white-space: nowrap;
}

.stats__item:first-child { padding-left: 0; }
.stats__item:last-child { padding-right: 0; }
.stats__item + .stats__item { border-left: 1px solid var(--line-soft); }

.stats__item strong {
  font: 400 1.7rem/1.1 var(--font-display);
  font-variant-numeric: tabular-nums;
  color: var(--ink);
}

/* ---------- Обо мне ---------- */

.about {
  padding-block: clamp(5rem, 5rem + 4vw, 8.5rem);
}

.about__grid {
  display: grid;
  gap: 3rem;
  align-items: start;
}

@media (min-width: 900px) {
  .about__grid { grid-template-columns: 0.82fr 1.18fr; gap: clamp(3rem, 5.5vw, 5.5rem); }
}

.about__photo {
  position: relative;
  aspect-ratio: 3 / 4;
  max-width: 430px;
  border: 1px solid oklch(1 0 0 / 0.09);
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: inset 0 1px 0 oklch(1 0 0 / 0.1);
}

.about__photo {
  animation: photo-float 8s ease-in-out infinite alternate;
}

@keyframes photo-float {
  from { transform: translateY(0); }
  to   { transform: translateY(-10px); }
}

.about__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) sepia(0.12) brightness(0.94) contrast(1.08);
  transition: transform 0.8s var(--ease-out), filter 0.8s var(--ease-out);
}

.about__photo:hover img {
  transform: scale(1.04);
  filter: saturate(0.85) sepia(0.08) brightness(1) contrast(1.06);
}

.about__monogram { display: none; }

.about__photo--fallback img { display: none; }

.about__photo--fallback .about__monogram {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background:
    radial-gradient(70% 60% at 50% 30%, oklch(0.84 0.09 92 / 0.1), transparent 75%),
    var(--surface);
  color: var(--muted);
  font-size: 0.95rem;
  letter-spacing: 0.06em;
}

.about__photo--fallback .about__monogram span {
  font: 400 6.5rem/1 var(--font-display);
  color: oklch(0.84 0.09 92 / 0.85);
}

.about__badges {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: flex;
  gap: 0.5rem;
}

.about__badges span {
  padding: 0.4rem 0.9rem;
  border: 1px solid oklch(1 0 0 / 0.16);
  border-radius: 999px;
  background: oklch(0.08 0.005 80 / 0.6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 oklch(1 0 0 / 0.14);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--ink);
}

.about__title {
  font-size: clamp(2rem, 1.35rem + 2.6vw, 3.1rem);
  line-height: 1.18;
}

.about__title em,
.cta-final h2 em {
  font-style: normal;
  color: var(--gold);
  text-shadow: 0 0 34px oklch(0.84 0.09 92 / 0.3);
}

.about__lead {
  margin-top: 1.4rem;
  max-width: 56ch;
  font-size: 1.14rem;
  line-height: 1.65;
  color: oklch(0.88 0.01 88);
}

.about__story { max-width: 62ch; }
.about__story p { margin-top: 1.1rem; }

/* буквица в начале истории */
.about__story .has-dropcap::first-letter {
  float: left;
  font: 400 3.1em/0.82 var(--font-display);
  color: var(--gold);
  padding: 0.08em 0.14em 0 0;
  text-shadow: 0 0 26px oklch(0.84 0.09 92 / 0.35);
}

/* слова друга — как цитата */
.about__quote {
  margin: 1.5rem 0 0.4rem;
  padding: 0;
  font: 400 clamp(1.25rem, 1.05rem + 0.9vw, 1.55rem)/1.4 var(--font-display);
  color: var(--ink);
}

.about__quote::before,
.about__quote::after {
  color: var(--gold);
}

.about__quote::before { content: "— "; }

.about__numbers {
  margin-top: 2.5rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line-soft);
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem clamp(1.75rem, 3vw, 2.75rem);
}

.about__numbers dt {
  font: 400 1.85rem/1.15 var(--font-display);
  font-variant-numeric: tabular-nums;
  color: var(--gold);
  white-space: nowrap;
}

.about__numbers dd {
  margin-top: 0.4rem;
  font-size: 0.86rem;
  color: var(--muted);
  max-width: 21ch;
}

.about__topics { margin-top: 2.5rem; }

.about__topics h3 {
  font: 600 0.95rem/1.3 var(--font-text);
  color: var(--ink);
}

.about__topics-note {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: var(--muted);
  max-width: 52ch;
}

.about__topics ul {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.about__topics li {
  padding: 0.48rem 1rem;
  border: 1px solid oklch(1 0 0 / 0.11);
  border-radius: 999px;
  background: linear-gradient(180deg, oklch(1 0 0 / 0.05), oklch(1 0 0 / 0.015));
  box-shadow: inset 0 1px 0 oklch(1 0 0 / 0.09);
  font-size: 0.88rem;
}

.about__content > .btn { margin-top: 2.6rem; }

/* ---------- Почему я ---------- */

.why {
  position: relative;
  padding-block: clamp(4.5rem, 4rem + 4vw, 7.5rem);
}

.why__title {
  font-size: clamp(1.9rem, 1.3rem + 2.5vw, 3rem);
  line-height: 1.18;
}

.why__title em {
  font-style: normal;
  color: var(--gold);
  text-shadow: 0 0 34px oklch(0.84 0.09 92 / 0.3);
}

.why__intro {
  margin-top: 1.2rem;
  max-width: 56ch;
  color: var(--muted);
  font-size: 1.02rem;
}

.why__list {
  margin-top: 2.8rem;
  border-bottom: 1px solid var(--line-soft);
}

.why__row {
  position: relative;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 1.25rem 2.5rem;
  padding-block: 1.8rem;
}

/* линия над строкой прорисовывается при появлении */
.why__row::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, oklch(0.84 0.09 92 / 0.35), oklch(1 0 0 / 0.1) 40%, transparent 96%);
}

.js .why__row::before {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.1s var(--ease-out) 0.2s;
}

.js .why__row.in::before { transform: scaleX(1); }

/* тёплый свет слева при наведении */
.why__row::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -4%;
  width: 46%;
  background: radial-gradient(55% 70% at 0% 50%, oklch(0.84 0.09 92 / 0.07), transparent 72%);
  opacity: 0;
  transition: opacity 0.45s var(--ease-out);
  pointer-events: none;
}

.why__row:hover::after { opacity: 1; }

.why__key {
  font: 400 1.45rem/1.25 var(--font-display);
  color: var(--ink);
  transition: color 0.3s var(--ease-out), text-shadow 0.3s var(--ease-out);
}

.why__row:hover .why__key {
  color: var(--gold);
  text-shadow: 0 0 26px oklch(0.84 0.09 92 / 0.35);
}

.why__text {
  max-width: 62ch;
  color: var(--body);
  align-self: center;
}

.why__final {
  margin-top: 3.2rem;
  text-align: center;
  font: 400 clamp(1.5rem, 1.15rem + 1.5vw, 2.1rem)/1.3 var(--font-display);
  color: var(--ink);
  text-wrap: balance;
}

.why__final em {
  font-style: normal;
  color: var(--gold);
  text-shadow: 0 0 30px oklch(0.84 0.09 92 / 0.3);
}

.why__note {
  margin-top: 0.9rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
}

@media (max-width: 720px) {
  .why__row { grid-template-columns: 1fr; gap: 0.5rem; padding-block: 1.5rem; }
}

/* ---------- Финальный CTA ---------- */

.cta-final {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5.5rem, 5rem + 5vw, 9rem);
  text-align: center;
}

/* дышащее золотое свечение позади призыва */
.cta-final::after {
  content: "";
  position: absolute;
  inset: -15% -10%;
  background: radial-gradient(46% 60% at 50% 12%, oklch(0.84 0.09 92 / 0.1), transparent 70%);
  pointer-events: none;
  animation: glow-breathe 5.5s ease-in-out infinite alternate;
}

.cta-final__inner { position: relative; z-index: 1; }

.cta-final::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, oklch(1 0 0 / 0.13), transparent);
}

.cta-final__inner { max-width: 680px; margin-inline: auto; }

.cta-final h2 {
  font-size: clamp(2rem, 1.35rem + 2.8vw, 3.2rem);
  line-height: 1.18;
}

.cta-final p {
  margin-top: 1.4rem;
  font-size: 1.05rem;
  max-width: 46ch;
  margin-inline: auto;
}

.cta-final .btn { margin-top: 2.4rem; }

/* ---------- Футер ---------- */

.site-footer {
  background: var(--bg-deep);
  padding-top: 3.25rem;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, oklch(1 0 0 / 0.11), transparent);
}

.site-footer__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.site-footer__tagline {
  margin-top: 0.7rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.site-footer__contacts p {
  font-size: 0.82rem;
  color: var(--muted);
}

.site-footer__contacts a {
  display: inline-block;
  margin-top: 0.3rem;
  font-weight: 500;
  color: var(--gold);
}
.site-footer__contacts a:hover { text-decoration: underline; }

.site-footer__bottom {
  margin-top: 2.6rem;
  border-top: 1px solid var(--line-soft);
  padding-block: 1.4rem 1.9rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 2rem;
  font-size: 0.8rem;
  color: var(--muted);
}

.site-footer__legal { max-width: 68ch; line-height: 1.55; }

/* ============================================================
   Квиз-анкета
   ============================================================ */

.quiz {
  position: fixed;
  inset: 0;
  z-index: var(--z-quiz);
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.quiz__backdrop {
  position: absolute;
  inset: 0;
  background: oklch(0.05 0.004 75 / 0.72);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  opacity: 0;
  transition: opacity 0.25s var(--ease-out);
}

.quiz.is-open .quiz__backdrop { opacity: 1; }

.quiz__dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(560px, 100%);
  max-height: calc(100vh - 2.5rem);
  max-height: calc(100dvh - 2.5rem);
  background: linear-gradient(180deg, oklch(0.155 0.008 80 / 0.92), oklch(0.12 0.006 80 / 0.95));
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border: 1px solid oklch(1 0 0 / 0.11);
  box-shadow: inset 0 1px 0 oklch(1 0 0 / 0.12);
  border-radius: 18px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(16px) scale(0.97);
  transition: opacity 0.3s var(--ease-out), transform 0.3s var(--ease-out);
}

.quiz.is-open .quiz__dialog {
  opacity: 1;
  transform: none;
}

.quiz__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 1.25rem 1.05rem 1.6rem;
  border-bottom: 1px solid var(--line-soft);
}

.quiz__meta { flex: 1; }

.quiz__stepcount {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--muted);
  margin-bottom: 0.55rem;
}

.quiz__progress {
  height: 3px;
  border-radius: 999px;
  background: oklch(1 0 0 / 0.09);
  overflow: hidden;
}

.quiz__progress span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold-hi));
  transition: width 0.45s var(--ease-out);
}

.quiz__close {
  width: 36px;
  height: 36px;
  flex: none;
  display: grid;
  place-items: center;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: var(--muted);
  font-size: 0.95rem;
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s;
}

.quiz__close:hover { background: oklch(1 0 0 / 0.07); color: var(--ink); }

.quiz__form {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.quiz__honey {
  position: absolute;
  left: -9999px;
  width: 1px; height: 1px;
  opacity: 0;
}

.quiz__body {
  padding: 1.7rem 1.6rem 0.6rem;
  overflow-y: auto;
  min-height: 0;
}

.qstep.is-in { animation: step-in 0.35s var(--ease-out); }

@keyframes step-in {
  from { opacity: 0; transform: translateY(14px); filter: blur(3px); }
}

.qstep__title {
  font: 400 1.45rem/1.3 var(--font-display);
}

.qstep__hint {
  margin-top: 0.6rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted);
}

.qstep__fields {
  margin-top: 1.4rem;
  display: grid;
  gap: 0.95rem;
}

.qstep__consent {
  margin-top: 1rem;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--muted);
}

.qstep__error {
  min-height: 1.3em;
  margin-top: 0.8rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--red);
}

.qstep__error.shake { animation: shake 0.4s var(--ease-out); }

@keyframes shake {
  25% { transform: translateX(-4px); }
  50% { transform: translateX(4px); }
  75% { transform: translateX(-2px); }
}

/* Поля */

.field { display: block; }

.field__label {
  display: flex;
  gap: 0.3rem;
  margin-bottom: 0.45rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--body);
}

.field__label i { color: var(--gold); font-style: normal; }
.field__label em { color: var(--muted); font-style: normal; font-weight: 400; }

.field__input {
  width: 100%;
  padding: 0.84rem 0.98rem;
  background: oklch(1 0 0 / 0.045);
  border: 1px solid oklch(1 0 0 / 0.1);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 oklch(1 0 0 / 0.06);
  font: 500 1rem/1.4 var(--font-text);
  color: var(--ink);
  transition: border-color 0.15s, box-shadow 0.15s, background-color 0.15s;
}

.field__input::placeholder { color: oklch(0.56 0.012 85); font-weight: 400; }

.field__input:focus {
  outline: none;
  background: oklch(1 0 0 / 0.06);
  border-color: oklch(0.84 0.09 92 / 0.65);
  box-shadow: 0 0 0 3px oklch(0.84 0.09 92 / 0.14), inset 0 1px 0 oklch(1 0 0 / 0.06);
}

.field__textarea { resize: vertical; min-height: 116px; }

.field__note {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--muted);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem;
}

/* Варианты-карточки */

.choices { gap: 0.6rem; }

.choice {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
  background: linear-gradient(180deg, oklch(1 0 0 / 0.05), oklch(1 0 0 / 0.02));
  border: 1px solid oklch(1 0 0 / 0.1);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 oklch(1 0 0 / 0.07);
  font-size: 0.95rem;
  color: var(--ink);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  transition: border-color 0.15s, background-color 0.15s, transform 0.15s var(--ease-out);
}

.choice:hover {
  border-color: oklch(1 0 0 / 0.24);
  transform: translateY(-1px);
}

.choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice__mark {
  position: relative;
  width: 18px;
  height: 18px;
  flex: none;
  border: 1.5px solid oklch(1 0 0 / 0.3);
  border-radius: 50%;
  transition: border-color 0.15s;
}

.choice__mark::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--gold);
  transform: scale(0);
  transition: transform 0.18s var(--ease-out);
}

.choice:has(input:checked) {
  border-color: oklch(0.84 0.09 92 / 0.7);
  background: oklch(0.84 0.09 92 / 0.06);
}

.choice:has(input:checked) .choice__mark { border-color: var(--gold); }
.choice:has(input:checked) .choice__mark::after { transform: scale(1); }

.choice:has(input:focus-visible) {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

/* Шкала 0–10 */

.scale__value {
  text-align: center;
  margin-bottom: 0.4rem;
}

.scale__value output {
  font: 400 3rem/1 var(--font-display);
  font-variant-numeric: tabular-nums;
  color: var(--gold);
  text-shadow: 0 0 30px oklch(0.84 0.09 92 / 0.3);
}

.scale__value span {
  margin-left: 0.4rem;
  font-size: 0.95rem;
  color: var(--muted);
}

.scale__input {
  --fill: 50%;
  width: 100%;
  height: 6px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 999px;
  background: linear-gradient(to right, var(--gold-deep), var(--gold) var(--fill), oklch(1 0 0 / 0.11) var(--fill));
  cursor: pointer;
}

.scale__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--gold-hi), var(--gold-deep));
  border: 5px solid oklch(0.13 0.007 80);
  box-shadow: 0 0 14px oklch(0.84 0.09 92 / 0.45);
  transition: transform 0.15s var(--ease-out);
}

.scale__input::-webkit-slider-thumb:hover { transform: scale(1.12); }

.scale__input::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--gold);
  border: 5px solid oklch(0.13 0.007 80);
  box-shadow: 0 0 14px oklch(0.84 0.09 92 / 0.45);
}

.scale__labels {
  display: flex;
  justify-content: space-between;
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: var(--muted);
}

/* Футер квиза */

.quiz__foot {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.1rem 1.6rem 1.35rem;
  border-top: 1px solid var(--line-soft);
}

.quiz__foot .btn { min-width: 116px; }

#quizBack.is-hidden { visibility: hidden; }

/* Результат: успех / ошибка */

.qresult {
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 2.2rem 0.5rem 1.6rem;
}

.qresult .qstep__hint { max-width: 40ch; }

.qresult .btn { margin-top: 1.6rem; }

.qresult__icon {
  width: 78px;
  height: 78px;
  margin-bottom: 1.2rem;
}

.qresult__circle {
  stroke: oklch(0.84 0.09 92 / 0.4);
  stroke-width: 1.5;
  fill: oklch(0.84 0.09 92 / 0.05);
}

.qresult__check {
  stroke: var(--gold);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: draw 0.5s var(--ease-out) 0.15s forwards;
}

@keyframes draw { to { stroke-dashoffset: 0; } }

.qresult__error-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 1.2rem;
  border: 1.5px solid oklch(0.68 0.14 25 / 0.5);
  border-radius: 50%;
  font: 400 1.6rem/1 var(--font-display);
  color: var(--red);
}

.qresult__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.qresult__actions .btn { margin-top: 0; }

/* ---------- Появление при скролле ---------- */

[data-rise] {
  animation: rise 0.8s var(--ease-out) both;
  animation-delay: calc(var(--d, 0) * 100ms);
}

@keyframes rise {
  from { opacity: 0; transform: translateY(20px); filter: blur(4px); }
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  filter: blur(5px);
  transition: opacity 0.75s var(--ease-out), transform 0.75s var(--ease-out), filter 0.75s var(--ease-out);
  transition-delay: var(--rd, 0ms);
}

.js .reveal.in {
  opacity: 1;
  transform: none;
  filter: none;
}

/* ---------- Мобильная адаптация ---------- */

@media (max-width: 640px) {
  .site-nav > a { display: none; }

  .hero { padding-top: 6.5rem; }

  .hero__cta .btn { width: 100%; }

  .hero__visual {
    margin-top: 0.5rem;
    flex-direction: column;
    align-items: center;
  }

  .deal--overlay {
    position: relative;
    left: auto;
    bottom: auto;
    margin: -4rem auto 0;
    width: min(370px, 100%);
  }

  .stats__track { justify-content: flex-start; }

  .about__photo { max-width: 100%; }

  .field-row { grid-template-columns: 1fr; }

  /* Квиз как нижняя шторка */
  .quiz { padding: 0; align-items: end; }

  .quiz__dialog {
    width: 100%;
    max-height: calc(100vh - 1.5rem);
    max-height: calc(100dvh - 1.5rem);
    margin-top: auto;
    border-radius: 18px 18px 0 0;
    border-inline: none;
    border-bottom: none;
    transform: translateY(30px);
  }

  .quiz__foot {
    padding-bottom: calc(1.1rem + env(safe-area-inset-bottom));
  }
}

/* Возраст + город: два столбца даже на мобильном */
@media (max-width: 640px) {
  .qstep[data-step="1"] .field-row { grid-template-columns: 0.7fr 1.3fr; }
}

/* Крупный экран: карточка чуть дальше от фото */
@media (min-width: 960px) and (max-width: 1120px) {
  .deal--overlay { left: -1rem; }
}

/* ---------- Reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .fx-bg span { animation: none; }
  .fx-bg::after { display: none; }
  .fx-under, .fx-cover { display: none; }
  .fx-dust { display: none; }
  .js .why__row::before { transform: none; transition: none; }
  .stats::before, .stats::after { animation: none; }
  .about__photo { animation: none; }
  .hero__photo::before, .cta-final::after { animation: none; }
  .pulse { animation: none; }
  .btn--sheen::after { animation: none; }

  .hero__title .line > span { animation: none; transform: none; }
  .hero__photo img { transform: none; }

  .js .reveal { opacity: 1; transform: none; filter: none; }
  [data-rise] { animation: none; }
}
