/* Purrbyte landing — voxel 90s: notched-corner "pixel" panels, 3D voxel cubes
   floating on a dotted desktop, hard drop-shadows, CRT scanline on the hero cat,
   dark theme via [data-theme="bw"]. Палитра — из кота: янтарь, розовый, лаванда, аква. */
:root {
  --bg: #fffdf8;
  --panel: #fffdf4;
  --ink: #1f1a12;
  --dim: #6d6250;
  --accent: #e8a63d;
  --accent-deep: #b97f1f;
  --rose: #f2a49d;
  --aqua: #c9a0d9;
  --lav: #b9aef0;
  --tint-a: #fff3cf;
  --tint-b: #ffe3df;
  --tint-c: #dcf3ef;
  --screen-a: #fffdf7;
  --screen-b: #faf4e6;
  --dot: rgba(31, 26, 18, 0.12);
  --radius: 12px;
  --font-head: "Space Grotesk", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  --font-pixel: "Silkscreen", monospace;
}
[data-theme="bw"] {
  --bg: #0b0b0f; --panel: #17171d; --ink: #f2f0ea; --dim: #9a97a3;
  --accent: #e8a63d; --accent-deep: #ffcb70; --rose: #f2a49d; --aqua: #c9a0d9; --lav: #8f7fe0;
  --tint-a: #2b2410; --tint-b: #2b1c1a; --tint-c: #132723;
  --screen-a: #1d1d24; --screen-b: #141419;
  --dot: rgba(242, 240, 234, 0.10);
}
[data-theme="bw"] .row-body .pic.shot img { filter: brightness(1.06) contrast(1.02); }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html {
  background: var(--bg);
}
html, body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.65;
  font-size: 16px;
  transition: background .2s;
}
body { position: relative; }
h1, h2, h3, .brand { font-family: var(--font-head); letter-spacing: -0.015em; }
a { color: var(--ink); text-decoration-color: var(--accent); text-underline-offset: 3px; }
a:hover { color: var(--accent-deep); }
button, a { cursor: pointer; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.wrap { max-width: 1000px; margin: 0 auto; padding: 0 24px; }

/* notched "pixel" corners, by size */
.cc-5  { clip-path: polygon(5px 0%,calc(100% - 5px) 0%,100% 5px,100% calc(100% - 5px),calc(100% - 5px) 100%,5px 100%,0% calc(100% - 5px),0% 5px); }
.cc-6  { clip-path: polygon(6px 0%,calc(100% - 6px) 0%,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0% calc(100% - 6px),0% 6px); }
.cc-7  { clip-path: polygon(7px 0%,calc(100% - 7px) 0%,100% 7px,100% calc(100% - 7px),calc(100% - 7px) 100%,7px 100%,0% calc(100% - 7px),0% 7px); }
.cc-9  { clip-path: polygon(9px 0%,calc(100% - 9px) 0%,100% 9px,100% calc(100% - 9px),calc(100% - 9px) 100%,9px 100%,0% calc(100% - 9px),0% 9px); }
.cc-10 { clip-path: polygon(10px 0%,calc(100% - 10px) 0%,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0% calc(100% - 10px),0% 10px); }
.cc-12 { clip-path: polygon(12px 0%,calc(100% - 12px) 0%,100% 12px,100% calc(100% - 12px),calc(100% - 12px) 100%,12px 100%,0% calc(100% - 12px),0% 12px); }
.cc-14 { clip-path: polygon(14px 0%,calc(100% - 14px) 0%,100% 14px,100% calc(100% - 14px),calc(100% - 14px) 100%,14px 100%,0% calc(100% - 14px),0% 14px); }
.cc-16 { clip-path: polygon(16px 0%,calc(100% - 16px) 0%,100% 16px,100% calc(100% - 16px),calc(100% - 16px) 100%,16px 100%,0% calc(100% - 16px),0% 16px); }
.cc-18 { clip-path: polygon(18px 0%,calc(100% - 18px) 0%,100% 18px,100% calc(100% - 18px),calc(100% - 18px) 100%,18px 100%,0% calc(100% - 18px),0% 18px); }

/* ── фон: точечная сетка + парящие 3D-воксели ── */
.dot-field {
  position: absolute; inset: 0; z-index: -2; pointer-events: none;
  background-image: radial-gradient(var(--dot) 1.6px, transparent 1.6px);
  background-size: 28px 28px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, transparent 60px, black 560px);
  mask-image: linear-gradient(to bottom, transparent 0, transparent 60px, black 560px);
}
.ambient {
  position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none;
}
.vox3d { position: absolute; opacity: 0.85; animation: voxfloat 13s ease-in-out infinite alternate; }
.vox3d .vf { position: absolute; inset: 0; }
.vox3d .vf-t { clip-path: polygon(50% 0%, 100% 25%, 50% 50%, 0% 25%); background: var(--vc); }
.vox3d .vf-l { clip-path: polygon(0% 25%, 50% 50%, 50% 100%, 0% 75%); background: color-mix(in oklch, var(--vc) 65%, black); }
.vox3d .vf-r { clip-path: polygon(100% 25%, 50% 50%, 50% 100%, 100% 75%); background: color-mix(in oklch, var(--vc) 40%, black); }
.vox3d.c-accent { --vc: var(--accent); }
.vox3d.c-aqua   { --vc: var(--aqua); }
.vox3d.c-rose   { --vc: var(--rose); }
.vox3d.c-lav    { --vc: var(--lav); }
@keyframes voxfloat { from { transform: translateY(-14px) rotate(-6deg); } to { transform: translateY(16px) rotate(6deg); } }

/* ── шапка ── */
.navbar { position: sticky; top: 0; z-index: 10; background: var(--panel); border-bottom: 3px solid var(--ink); }
nav { display: flex; align-items: center; gap: 10px; padding: 11px 0; }
nav img.mark { width: 32px; height: 32px; border: 2px solid var(--ink); }
nav .brand { font-weight: 800; font-size: 19px; }
nav .spacer { flex: 1; }
nav a.nav-link { color: var(--ink); font-size: 13px; margin-left: 18px; text-decoration: none; font-family: var(--font-pixel); }
nav a.nav-link:hover { color: var(--accent-deep); }
.lang-select {
  position: relative; cursor: pointer; user-select: none;
  font-family: var(--font-pixel); font-size: 12px; color: var(--ink);
  background: var(--panel); border: 2px solid var(--ink);
  padding: 5px 8px; margin-left: 18px; box-shadow: 2px 2px 0 var(--ink);
}
.lang-select .current::after {
  content: ' ▼'; font-size: 8px; vertical-align: middle; margin-left: 4px;
}
.lang-select .menu {
  display: none; position: absolute; flex-direction: column;
  top: calc(100% + 4px); right: -2px; z-index: 100; min-width: 60px;
  background: var(--panel); border: 2px solid var(--ink); box-shadow: 2px 2px 0 var(--ink);
}
.lang-select:focus-within .menu, .lang-select:hover .menu { display: flex; }
.lang-select .menu a {
  padding: 6px 12px; color: var(--ink); text-decoration: none;
  border-bottom: 2px solid var(--ink);
}
.lang-select .menu a:last-child { border-bottom: none; }
.lang-select .menu a:hover { background: var(--accent); color: #1f1a12; }
.lang-select .menu a.active { font-weight: bold; background: var(--dot); }
.theme-toggle {
  margin-left: 14px; width: 34px; height: 34px; padding: 0;
  background: linear-gradient(90deg, #1f1a12 50%, #fffdf4 50%);
  border: 2px solid var(--ink); box-shadow: 2px 2px 0 var(--ink);
}
.btn-login {
  margin-left: 14px; padding: 7px 16px;
  background: var(--accent); border: 2px solid var(--ink);
  box-shadow: 2px 2px 0 var(--ink); color: #1f1a12;
  font-family: var(--font-head); font-weight: 700; font-size: 13.5px;
  text-decoration: none; transition: transform .1s, box-shadow .1s;
}
.btn-login:hover { transform: translate(-1px, -1px); box-shadow: 3px 3px 0 var(--ink); color: #1f1a12; }
.btn-login:active { transform: translate(2px, 2px); box-shadow: 0 0 0 var(--ink); }
@media (max-width: 640px) { nav a.nav-link { display: none; } }

/* ── hero ── */
.hero { text-align: center; padding: 48px 0 56px; position: relative; }
.sticker {
  position: absolute; font-family: var(--font-pixel); font-size: 13px;
  border: 3px solid var(--ink); padding: 6px 10px; box-shadow: 4px 4px 0 var(--ink);
  color: #1f1a12; user-select: none; pointer-events: none;
}
.sticker.meow { top: 54px; right: 6%; transform: rotate(7deg); background: var(--rose); }
.sticker.free { top: 220px; left: 4%; transform: rotate(-6deg); background: var(--accent); }
.sticker.lvl { top: 330px; right: 3%; transform: rotate(-4deg); background: var(--lav); display: none; }
@media (min-width: 900px) { .sticker.lvl { display: block; } }
@media (max-width: 720px) { .sticker { display: none; } }

.titlebar { display: flex; align-items: center; gap: 7px; padding: 8px 14px; border-bottom: 3px solid var(--ink); background: var(--panel); }
.titlebar .dot { width: 11px; height: 11px; border: 2px solid var(--ink); background: var(--panel); }
.titlebar .title { margin-left: 6px; font-family: var(--font-pixel); font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.titlebar.amber, .titlebar.rose, .titlebar.aqua, .titlebar.lav { color: #1f1a12; }
.titlebar.amber { background: var(--accent); }
.titlebar.rose  { background: var(--rose); }
.titlebar.aqua  { background: var(--aqua); }
.titlebar.lav   { background: var(--lav); }

.catwin { max-width: 620px; margin: 0 auto; background: var(--panel); border: 3px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); overflow: hidden; transform: rotate(-1.2deg); }

.live-cat {
  height: 360px; position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden;
  background: radial-gradient(480px 200px at 50% 100%, rgba(232, 166, 61, 0.18), transparent 70%), linear-gradient(180deg, var(--screen-a), var(--screen-b));
}

.live-cat .scanline { position: absolute; inset: 0; pointer-events: none; animation: scan 0.6s linear infinite;
  background-image: repeating-linear-gradient(0deg, rgba(31,26,18,0.05) 0px, rgba(31,26,18,0.05) 1px, transparent 1px, transparent 4px); }
@keyframes scan { from { background-position: 0 0; } to { background-position: 0 6px; } }
.live-cat img.icon { width: 150px; height: 150px; border: 3px solid var(--ink); box-shadow: 6px 6px 0 rgba(34,29,22,0.25); animation: catbob 5.5s ease-in-out infinite; position: relative; }
@keyframes catbob { 0%, 100% { transform: translateY(0) rotate(-1.5deg); } 50% { transform: translateY(-14px) rotate(1.5deg); } }
.hint { margin: 14px 0 0; font-size: 12px; color: var(--dim); font-family: var(--font-pixel); }
.hint .dot { color: var(--accent-deep); }

.hero h1 { font-size: clamp(38px, 6.4vw, 62px); font-weight: 800; margin: 26px 0 12px; line-height: 1.03; text-transform: uppercase; letter-spacing: -0.02em; }
.hero h1 .word-chip { display: inline-block; background: var(--accent); color: #1f1a12; border: 3px solid var(--ink); padding: 0 16px; transform: rotate(-2deg); box-shadow: 4px 4px 0 var(--ink); }
.hero p.tag { font-size: 18.5px; color: var(--dim); max-width: 620px; margin: 0 auto 32px; }

.cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-block; padding: 15px 30px; font-weight: 700; font-size: 16px; font-family: var(--font-head);
  color: var(--ink); text-decoration: none; border: 3px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink); transition: transform .1s ease, box-shadow .1s ease;
}
.btn:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); }
.btn:active { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--ink); }
.btn-primary { background: var(--accent); color: #1f1a12; box-shadow: 5px 5px 0 var(--ink), inset -3px -3px 0 rgba(0,0,0,.18), inset 3px 3px 0 rgba(255,255,255,.45); }
.btn-secondary { background: var(--panel); box-shadow: 5px 5px 0 var(--ink), inset -3px -3px 0 rgba(0,0,0,.1), inset 3px 3px 0 rgba(255,255,255,.6); }
.cta-note { font-size: 13.5px; color: var(--dim); margin-top: 18px; }

/* ── бегущая лента ── */
.marquee { overflow: hidden; white-space: nowrap; background: #1f1a12; color: #ffe9b0; border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink); padding: 10px 0; margin: 36px 0 8px; transform: rotate(-1deg) scale(1.02); }
.marquee .track { display: inline-block; animation: marquee 22s linear infinite; font-family: var(--font-pixel); font-size: 14px; letter-spacing: 0.06em; }
.marquee .track span { margin: 0 18px; }
.marquee .star { color: var(--accent); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── витрина ── */
.showcase { display: flex; flex-direction: column; gap: 34px; padding: 36px 0 8px; }
/* базовое ретро-окно (используется и вне витрины: privacy/terms/login) */
.window { background: var(--panel); border: 3px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); overflow: hidden; transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s cubic-bezier(.16,1,.3,1); }
.showcase .window, .demo-grid .window { }
.showcase .window:nth-child(odd), .demo-grid .window:nth-child(odd) { transform: rotate(-1deg); }
.showcase .window:nth-child(even), .demo-grid .window:nth-child(even) { transform: rotate(1.1deg); }
.showcase .window:nth-child(odd):hover, .demo-grid .window:nth-child(odd):hover { transform: rotate(0) translate(-3px, -4px); box-shadow: 12px 12px 0 var(--ink); }
.showcase .window:nth-child(even):hover, .demo-grid .window:nth-child(even):hover { transform: rotate(0) translate(-3px, -4px); box-shadow: 12px 12px 0 var(--ink); }
.row-body { display: flex; align-items: center; gap: 38px; padding: 28px 32px; }
.showcase .window:nth-child(even) .row-body { flex-direction: row-reverse; }
.row-body .pic { flex: 1.1; min-width: 0; text-align: center; }
.row-body .pic img, .row-body .pic video { max-width: 100%; max-height: 320px; }
/* запись экрана — в рамке с той же жёсткой тенью, что и скриншоты приложения */
.row-body .pic video { border: 3px solid var(--ink); box-shadow: 5px 5px 0 rgba(34,29,22,0.2); display: block; margin: 0 auto; }
.row-body .pic.shot img { border: 3px solid var(--ink); box-shadow: 5px 5px 0 rgba(34,29,22,0.2); }
.row-body .txt { flex: 1; }
.row-body .txt h2 { margin: 0 0 10px; font-size: 25px; font-weight: 700; }
.row-body .txt p { margin: 0; color: var(--dim); font-size: 15.5px; }
@media (max-width: 720px) { .row-body, .showcase .window:nth-child(even) .row-body { flex-direction: column; padding: 22px 18px; } }

/* ── карточки фич ── */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; padding: 52px 0 10px; }
.card { background: var(--tint-a); border: 3px solid var(--ink); padding: 22px; box-shadow: 5px 5px 0 var(--ink); transition: transform .15s ease, box-shadow .15s ease; }
.card:hover { transform: translate(-2px, -3px); box-shadow: 8px 9px 0 var(--ink); }
.card .ic { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: var(--accent); color: #1f1a12; margin-bottom: 12px; border: 2px solid var(--ink); box-shadow: inset 0 -5px 0 rgba(34,29,22,0.22); }
.card .ic svg { width: 21px; height: 21px; }
.card:nth-child(3n+2) { background: var(--tint-b); }
.card:nth-child(3n) { background: var(--tint-c); }
.card:nth-child(3n+2) .ic { background: var(--rose); }
.card:nth-child(3n) .ic { background: var(--aqua); }
.card h3 { margin: 0 0 6px; font-size: 16.5px; }
.card p { margin: 0; font-size: 14px; color: var(--dim); }

/* ── отзывы ── */
.reviews { padding: 52px 0 10px; }
.reviews h2 { text-align: center; font-size: 30px; margin: 0 0 30px; text-transform: uppercase; }
.reviews .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.review { background: var(--panel); border: 3px solid var(--ink); padding: 22px; box-shadow: 6px 6px 0 var(--ink); }
.review:nth-child(1) { transform: rotate(-1deg); }
.review:nth-child(2) { transform: rotate(1deg); }
.review:nth-child(3) { transform: rotate(-0.8deg); }
.review .stars { font-family: var(--font-pixel); color: var(--accent); font-size: 14px; margin: 0 0 10px; }
.review p.quote { margin: 0 0 14px; font-size: 14.5px; }
.review p.who { margin: 0; font-family: var(--font-pixel); font-size: 12px; color: var(--dim); }

/* ── faq ── */
.faq { padding: 52px 0 10px; }
.faq .window { background: var(--panel); border: 3px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); overflow: hidden; }
.faq .body { padding: 8px 28px; }
.faq-item { border-bottom: 2px solid rgba(31,26,18,0.15); padding: 18px 0; }
.faq-item:last-child { border-bottom: none; }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; font-family: var(--font-head); font-weight: 700; font-size: 16.5px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .ind { font-family: var(--font-pixel); color: var(--accent-deep); }
.faq-item summary .ind::after { content: "+"; }
.faq-item[open] summary .ind::after { content: "−"; }
.faq-item p { margin: 12px 0 0; color: var(--dim); font-size: 15px; }

/* ── pricing ── */
.pricing { padding: 56px 0 10px; text-align: center; }
.pricing h1 { font-size: 32px; text-transform: uppercase; margin: 0 0 12px; }
.pricing h1 .glow { background: linear-gradient(100deg, var(--accent-deep), #d96f63 55%, #2f9a8d); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pricing p.tag { font-size: 18px; color: var(--dim); max-width: 560px; margin: 0 auto 34px; }
.price-card { max-width: 420px; margin: 0 auto; background: var(--panel); border: 3px solid var(--ink); box-shadow: 9px 9px 0 var(--ink); overflow: hidden; position: relative; transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s cubic-bezier(.16,1,.3,1); }
.price-card:hover { transform: translate(-3px, -4px); box-shadow: 13px 13px 0 var(--ink); }
.price-card .badge { position: absolute; top: 16px; right: -34px; transform: rotate(35deg); background: var(--rose); color: #1f1a12; border: 2px solid var(--ink); padding: 3px 40px; font-family: var(--font-pixel); font-size: 11px; box-shadow: 2px 2px 0 var(--ink); }
.price-card .head { background: var(--accent); color: #1f1a12; border-bottom: 3px solid var(--ink); padding: 22px 26px; }
.price-card .head .sku { margin: 0; font-family: var(--font-pixel); font-size: 13px; }
.price-card .head .price { margin: 8px 0 0; font-family: var(--font-head); font-size: 44px; font-weight: 800; }
.price-card .body { padding: 26px; text-align: left; }
.price-card .body p { display: flex; gap: 10px; align-items: flex-start; margin: 0 0 14px; font-size: 14.5px; }
.price-card .body p .check { color: var(--accent); font-weight: 800; }
.price-card .body a.btn { display: block; text-align: center; margin-top: 6px; }
.price-card .body a.btn[aria-disabled] { opacity: .55; pointer-events: none; }
.price-card .head .price .once { font-family: var(--font-pixel); font-size: 14px; font-weight: 400; vertical-align: 6px; margin-left: 4px; }

/* ── три цены: кот один и тот же, разница только в щедрости ── */
/* 4 плитки в ряд: 4×128 + 3×12 промежутка = 548, с запасом до 600 */
.tiers { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 0 auto 16px; max-width: 600px; }
.tier {
  /* без роста: при переносе на вторую строку плитка иначе растягивается во всю ширину */
  flex: 0 1 128px; padding: 13px 10px 11px; cursor: pointer; text-align: center;
  background: var(--panel); border: 3px solid var(--ink); box-shadow: 4px 4px 0 var(--ink);
  color: var(--ink); font-family: inherit; transition: transform .12s, box-shadow .12s, background .12s;
}
.tier:hover { transform: translate(-1px, -2px); box-shadow: 6px 7px 0 var(--ink); }
.tier .amt { display: block; font-family: var(--font-head); font-weight: 800; font-size: 25px; line-height: 1.1; }
/* две строки резервируем всегда — иначе плитка с длинной подписью выше соседних */
.tier .lbl { display: block; margin-top: 3px; font-size: 12.5px; color: var(--dim); min-height: 2.6em; }
.tier.picked { background: var(--accent); color: #1f1a12; transform: translate(-1px, -2px); box-shadow: 6px 7px 0 var(--ink); }
.tier.picked .lbl { color: #1f1a12; }
/* «своя цена»: поле притворяется той же крупной цифрой, что и на остальных плитках */
.tier-own .own-in {
  width: 44px; padding: 0; background: none; color: inherit;
  font-family: var(--font-head); font-weight: 800; font-size: 25px; line-height: 1.1;
  text-align: left; outline: none; -moz-appearance: textfield; border: none;
}
/* пунктир под всей группой «$__», а не под одним полем — иначе он торчит сбоку
   и между знаком доллара и цифрой появляется зазор */
.tier-own .amt { display: inline-block; border-bottom: 2px dashed var(--dim); padding-bottom: 2px; }
.tier.picked .amt { border-bottom-color: rgba(31, 26, 18, 0.45); }
.tier-own .own-in::-webkit-outer-spin-button,
.tier-own .own-in::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.tier-own .own-in::placeholder { color: var(--dim); opacity: .38; font-weight: 700; }
.tier-say { max-width: 470px; margin: 0 auto 26px; font-size: 13.5px; color: var(--dim); min-height: 40px; }
.price-foot { max-width: 460px; margin: 22px auto 0; font-size: 13.5px; color: var(--dim); }

/* ── обещания: связываем себе руки публично, это и есть доверие ── */
.promises { padding: 52px 0 0; }
.promise-body { padding: 24px 30px 28px; }
.promise-body h2 { margin: 0 0 16px; font-size: 21px; }
.promise-body ul { margin: 0; padding: 0; list-style: none; }
.promise-body li { position: relative; padding: 0 0 0 30px; margin-bottom: 12px; font-size: 15px; color: var(--dim); }
.promise-body li:last-child { margin-bottom: 0; }
.promise-body li::before { content: "✓"; position: absolute; left: 0; top: -1px; color: var(--accent-deep); font-weight: 800; font-size: 17px; }
.promise-body li b { color: var(--ink); }

.doc { padding: 34px 0 10px; }
.doc h1 { font-size: 34px; }
.doc h2 { font-size: 20px; margin-top: 32px; }
.doc p, .doc li { color: var(--dim); font-size: 15px; }
.doc .updated { font-size: 13px; }
.doc .ver-date { font-family: var(--font-pixel); font-size: 11px; color: var(--dim); margin-left: 10px; letter-spacing: 0; }
.doc h2 + ul { margin-top: 10px; }

footer { margin-top: 70px; padding: 26px 0 44px; border-top: 3px solid var(--ink); display: flex; flex-wrap: wrap; gap: 18px; align-items: center; font-size: 13.5px; color: var(--dim); }
footer .spacer { flex: 1; }

.reveal { opacity: 0; transform: translateY(26px); }
.reveal.shown { opacity: 1; transform: none; transition: opacity .5s cubic-bezier(.16,1,.3,1), transform .5s cubic-bezier(.16,1,.3,1); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ── форма ожидания: живёт внутри карточки цены, поэтому компактная ── */
.waitlist { display: flex; flex-direction: column; gap: 8px; margin-top: 6px; }
.waitlist input {
  width: 100%; padding: 10px 12px; font-size: 14px; font-family: var(--font-body);
  border: 3px solid var(--ink); background: var(--panel); color: var(--ink); outline: none;
}
.waitlist input::placeholder { color: var(--dim); opacity: .7; }
.waitlist button { width: 100%; }
.waitlist-msg { margin: 2px 0 0; font-size: 13px; color: var(--accent-deep); min-height: 18px; }
.waitlist[data-done] .waitlist-msg { color: var(--dim); }
