/* =====================================================================
   УГП 2.0 — проектный институт ИИ-сотрудников
   Основа: стиль сайта УГП (графит · тёплый белый · бронза, Prata, Montserrat)
   Технологичный слой: патина, моноширинный шрифт, чертёжная сетка, башня уровней
   ===================================================================== */

:root {
  --ink: #0B0F13;
  --graphite: #12171D;
  --graphite-2: #1A2028;
  --graphite-3: #242B34;
  --cream: #F3ECE5;
  --paper: #F8F4EF;
  --bronze: #C99C74;
  --bronze-2: #A98160;
  --bronze-3: #E7CBAE;
  --patina: #5FB3A1;
  --patina-2: #3E8C7B;
  --patina-soft: rgba(95, 179, 161, .16);

  --text: #161B21;
  --muted: #62656E;
  --on-dark: #EEE7E0;
  --on-dark-muted: rgba(238, 231, 224, .6);
  --line-dark: rgba(238, 231, 224, .12);
  --line-light: rgba(22, 27, 33, .13);

  --f-display: 'Prata', 'Times New Roman', serif;
  --f-script: 'Great Vibes', cursive;
  --f-sans: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --f-mono: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', Consolas, monospace;

  --gutter: clamp(16px, 4.2vw, 72px);
  --maxw: 1440px;
  --section: clamp(88px, 11vw, 170px);
  --ease: cubic-bezier(.77, 0, .18, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --header-h: 88px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body {
  margin: 0; font-family: var(--f-sans); font-size: 15px; line-height: 1.7; font-weight: 400;
  color: var(--text); background: var(--graphite); overflow-x: hidden;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, h4, h5, p, ul, ol, figure { margin: 0; }
ul, ol { padding: 0; list-style: none; }
::selection { background: var(--patina); color: var(--ink); }
:focus-visible { outline: 1px solid var(--patina); outline-offset: 4px; }
[id] { scroll-margin-top: 110px; }

.container { width: min(var(--maxw), 100% - 2 * var(--gutter)); margin-inline: auto; }
.section { position: relative; padding-block: var(--section); }
.section--tight { padding-block: calc(var(--section) * .6); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.t-dark  { background: var(--graphite); color: var(--on-dark); --curtain: var(--graphite); }
.t-ink   { background: var(--ink); color: var(--on-dark); --curtain: var(--ink); }
.t-light { background: var(--cream); color: var(--text); --curtain: var(--cream); }
.t-paper { background: var(--paper); color: var(--text); --curtain: var(--paper); }

/* Чертёжная сетка */
.bp { position: relative; isolation: isolate; }
.bp::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image:
    linear-gradient(rgba(201,156,116,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,156,116,.07) 1px, transparent 1px),
    linear-gradient(rgba(201,156,116,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,156,116,.035) 1px, transparent 1px);
  background-size: 240px 240px, 240px 240px, 24px 24px, 24px 24px;
  background-position: -1px -1px;
  -webkit-mask-image: radial-gradient(ellipse at 50% 40%, #000 30%, transparent 80%);
          mask-image: radial-gradient(ellipse at 50% 40%, #000 30%, transparent 80%);
}
.t-light.bp::before, .t-paper.bp::before {
  background-image:
    linear-gradient(rgba(22,27,33,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22,27,33,.06) 1px, transparent 1px),
    linear-gradient(rgba(22,27,33,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22,27,33,.03) 1px, transparent 1px);
}

/* ---------- Typography ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--patina);
}
.eyebrow::before { content: "//"; color: var(--bronze); }
.t-light .eyebrow, .t-paper .eyebrow { color: var(--patina-2); }
.mono { font-family: var(--f-mono); }
.tag {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  border: 1px solid var(--line-dark); color: var(--on-dark-muted);
}
.tag i { width: 6px; height: 6px; border-radius: 50%; background: var(--patina); box-shadow: 0 0 10px var(--patina); }
.t-light .tag, .t-paper .tag { border-color: var(--line-light); color: var(--muted); }

.h1, .h2, .h3 { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; letter-spacing: .01em; line-height: 1.04; }
.h1 { font-size: clamp(38px, 6vw, 100px); }
.h2 { font-size: clamp(30px, 4.4vw, 72px); }
.h3 { font-size: clamp(20px, 1.8vw, 28px); line-height: 1.2; }

.duo { position: relative; display: block; }
.duo__script {
  display: block; position: relative; z-index: 2;
  font-family: var(--f-script); font-weight: 400; text-transform: none; letter-spacing: 0;
  color: var(--bronze); line-height: .9; font-size: clamp(44px, 5.6vw, 96px);
  margin: 0 0 -.32em .45em; transform: rotate(-5deg); transform-origin: left bottom;
}
.duo__caps { display: block; font-family: var(--f-display); text-transform: uppercase; line-height: 1.03; font-size: clamp(32px, 4.8vw, 80px); }
.duo__sub { display: block; margin-top: .6em; font-family: var(--f-display); text-transform: uppercase; font-size: clamp(15px, 1.4vw, 21px); letter-spacing: .06em; opacity: .8; }

.caps-lead { font-weight: 400; text-transform: uppercase; font-size: clamp(17px, 1.7vw, 25px); line-height: 1.4; letter-spacing: .1em; }
.caps-lead em { font-style: normal; color: var(--bronze); }
.lead { font-size: clamp(16px, 1.22vw, 19px); line-height: 1.7; font-weight: 300; }
.note { font-size: 12px; line-height: 1.6; color: var(--muted); max-width: 72ch; }
.t-dark .note, .t-ink .note { color: var(--on-dark-muted); }
.muted { color: var(--muted); }
.t-dark .muted, .t-ink .muted { color: var(--on-dark-muted); }
.accent { color: var(--patina); }
.nw { white-space: nowrap; }

/* ---------- Buttons ---------- */
.btn {
  position: relative; overflow: hidden; isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  min-height: 56px; padding: 0 32px; border: 1px solid var(--bronze); border-radius: 999px;
  font-size: 11px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase;
  color: var(--on-dark); transition: color .5s var(--ease);
}
.btn::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: var(--bronze); transform: translateY(101%); transition: transform .55s var(--ease); }
.btn:hover { color: var(--ink); }
.btn:hover::before { transform: none; }
.btn--solid { background: var(--bronze); color: var(--ink); }
.btn--solid::before { background: var(--patina); }
.btn--on-light { color: var(--text); border-color: var(--text); }
.btn--on-light::before { background: var(--text); }
.btn--on-light:hover { color: var(--cream); }
.btn__arrow { width: 22px; height: 10px; flex: none; }
.btn-circle {
  display: inline-grid; place-items: center; text-align: center; width: clamp(128px, 11vw, 160px); aspect-ratio: 1; border-radius: 50%;
  border: 1px solid var(--bronze); color: var(--bronze); font-size: 11px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; line-height: 1.6;
  transition: background .6s var(--ease), color .6s var(--ease), transform .6s var(--ease);
}
.btn-circle:hover { background: var(--bronze); color: var(--ink); transform: scale(1.04); }
.link-arrow {
  display: inline-flex; align-items: center; gap: 14px; padding-bottom: 6px; border-bottom: 1px solid currentColor;
  font-size: 11px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; transition: gap .4s var(--ease), color .3s;
}
.link-arrow:hover { gap: 22px; color: var(--bronze); }
.actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- Header ---------- */
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--on-dark); transition: transform .6s var(--ease), background .5s; }
.site-header::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(11,15,19,.6), rgba(11,15,19,0)); transition: opacity .5s; }
.site-header.is-scrolled { background: rgba(11,15,19,.84); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.site-header.is-scrolled::after { opacity: 0; }
.site-header.is-hidden { transform: translateY(-100%); }
.site-header__inner { height: var(--header-h); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; width: min(var(--maxw), 100% - 2 * var(--gutter)); margin-inline: auto; }
.menu-toggle {
  justify-self: start; display: inline-flex; align-items: center; gap: 12px; height: 44px; padding: 0 20px;
  border: 1px solid rgba(201,156,116,.7); border-radius: 999px; font-size: 11px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; transition: background .4s, color .4s;
}
.menu-toggle:hover { background: var(--bronze); color: var(--ink); }
.menu-toggle__icon { width: 18px; height: 8px; position: relative; }
.menu-toggle__icon::before, .menu-toggle__icon::after { content: ""; position: absolute; left: 0; right: 0; height: 1px; background: currentColor; }
.menu-toggle__icon::before { top: 0; }
.menu-toggle__icon::after { bottom: 0; right: 6px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--on-dark); }
.brand__mark { width: 30px; height: 36px; flex: none; }
.brand__text { display: flex; flex-direction: column; gap: 3px; }
.brand__name { font-family: var(--f-display); font-size: 17px; letter-spacing: .14em; line-height: 1; white-space: nowrap; }
.brand__name b { font-weight: 400; color: var(--bronze); }
.brand__sub { font-family: var(--f-mono); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; color: var(--patina); line-height: 1; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 20px; }
.header-phone { font-size: 13px; letter-spacing: .1em; font-weight: 500; white-space: nowrap; transition: color .3s; }
.header-phone:hover { color: var(--bronze); }
.header-cta { height: 44px; padding: 0 20px; border-radius: 999px; background: var(--bronze); color: var(--ink); display: inline-flex; align-items: center; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; transition: background .4s; }
.header-cta:hover { background: var(--patina); }
.round-cta { width: 42px; height: 42px; border-radius: 50%; background: var(--bronze); color: var(--ink); display: none; place-items: center; }
.round-cta svg { width: 18px; height: 18px; }

/* ---------- Menu ---------- */
.menu { position: fixed; inset: 0; z-index: 60; background: var(--ink); color: var(--on-dark); clip-path: inset(0 0 100% 0); visibility: hidden; transition: clip-path .9s var(--ease), visibility 0s linear .9s; }
.menu.is-open { clip-path: inset(0); visibility: visible; transition: clip-path .9s var(--ease); }
.menu__top { position: absolute; inset: 0 0 auto; height: var(--header-h); width: min(var(--maxw), 100% - 2 * var(--gutter)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.menu__close { display: inline-flex; align-items: center; gap: 12px; height: 44px; padding: 0 20px; border: 1px solid var(--line-dark); border-radius: 999px; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 500; }
.menu__close:hover { border-color: var(--patina); color: var(--patina); }
.menu__inner { height: 100%; overflow-y: auto; display: grid; grid-template-columns: 1.3fr 1fr; gap: 6vw; width: min(var(--maxw), 100% - 2 * var(--gutter)); margin-inline: auto; padding: calc(var(--header-h) + 2vh) 0 4vh; }
.menu__nav { align-self: center; }
.menu__link {
  display: flex; align-items: baseline; gap: 20px; padding: .12em 0;
  font-family: var(--f-display); text-transform: uppercase; font-size: clamp(24px, 3.3vw, 50px); line-height: 1.12;
  opacity: 0; transform: translateY(36px); transition: color .35s, transform .6s var(--ease);
}
.menu.is-open .menu__link { opacity: 1; transform: none; transition: color .35s, opacity .8s var(--ease-out), transform .9s var(--ease-out); transition-delay: 0s, calc(.2s + var(--i) * .05s), calc(.2s + var(--i) * .05s); }
.menu__num { font-family: var(--f-mono); font-size: 11px; color: var(--patina); transform: translateY(-1.5em); }
.menu__link:hover, .menu__link.is-active { color: var(--bronze); }
.menu__link:hover { transform: translateX(12px); }
.menu__aside { align-self: center; display: grid; gap: 30px; }
.menu__img { position: relative; aspect-ratio: 4 / 5; max-height: 52vh; overflow: hidden; border-radius: 999px 999px 0 0; }
.menu__img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.08); transition: opacity .7s, transform 1.4s var(--ease-out); }
.menu__img img.is-active { opacity: 1; transform: none; }
.menu__contacts { display: grid; gap: 8px; font-size: 13px; letter-spacing: .06em; }
.menu__contacts span { font-family: var(--f-mono); font-size: 11px; color: var(--on-dark-muted); text-transform: uppercase; }
.menu__contacts a:hover { color: var(--bronze); }

/* ---------- Reveal ---------- */
.rv { opacity: 0; transform: translateY(42px); transition: opacity 1.1s var(--ease-out), transform 1.3s var(--ease-out); transition-delay: var(--d, 0s); }
.rv.is-in { opacity: 1; transform: none; }
[data-split] .w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .06em; margin-bottom: -.06em; }
[data-split] .w > span { display: inline-block; transform: translateY(105%); transition: transform 1.1s var(--ease-out); transition-delay: calc(var(--d, 0s) + var(--wi) * .045s); }
[data-split].is-in .w > span { transform: none; }
/* Появление фото «шторкой» (не clip-path: полностью обрезанный элемент IntersectionObserver не видит) */
.img-reveal { position: relative; overflow: hidden; }
.img-reveal::after { content: ""; position: absolute; inset: -1px; z-index: 3; pointer-events: none; background: var(--curtain, var(--graphite)); transform-origin: 50% 0; transition: transform 1.5s var(--ease); transition-delay: var(--d, 0s); }
.img-reveal.is-in::after { transform: scaleY(0); }
.img-reveal img { width: 100%; height: 100%; object-fit: cover; }
.img-reveal > img, .img-reveal > .parallax > img { transform: scale(1.2); transition: transform 2.2s var(--ease-out); transition-delay: var(--d, 0s); }
.img-reveal.is-in > img, .img-reveal.is-in > .parallax > img { transform: none; }
.parallax { position: absolute; inset: -9% 0; }
.parallax img { width: 100%; height: 100%; object-fit: cover; }
.img-tag { position: absolute; z-index: 2; left: 14px; bottom: 14px; padding: 6px 10px; background: rgba(11,15,19,.6); backdrop-filter: blur(6px); color: rgba(238,231,224,.85); font-family: var(--f-mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
/* Уголки-выноски, как на чертеже */
.corners { position: relative; }
.corners::before, .corners::after { content: ""; position: absolute; width: 14px; height: 14px; border: 1px solid var(--bronze); pointer-events: none; z-index: 4; }
.corners::before { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.corners::after { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  .rv { opacity: 1; transform: none; }
  [data-split] .w > span { transform: none; }
  .img-reveal::after { display: none; }
  .img-reveal > img { transform: none; }
}

/* ---------- Preloader (boot) ---------- */
.boot { position: fixed; inset: 0; z-index: 100; background: var(--ink); color: var(--on-dark); display: grid; place-items: center; transition: clip-path 1s var(--ease); clip-path: inset(0); }
.boot.is-done { clip-path: inset(0 0 100% 0); pointer-events: none; }
.boot__box { width: min(360px, 80vw); font-family: var(--f-mono); font-size: 12px; letter-spacing: .06em; }
.boot__title { font-family: var(--f-display); font-size: 34px; letter-spacing: .12em; margin-bottom: 18px; }
.boot__title b { font-weight: 400; color: var(--bronze); }
.boot__lines { min-height: 70px; color: var(--on-dark-muted); }
.boot__lines div::before { content: "> "; color: var(--patina); }
.boot__bar { height: 1px; background: var(--line-dark); margin-top: 16px; position: relative; }
.boot__bar i { position: absolute; inset: 0 auto 0 0; width: 0; background: var(--patina); box-shadow: 0 0 12px var(--patina); }

/* =====================================================================
   HERO (главная)
   ===================================================================== */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: calc(var(--header-h) + 40px) 0 60px; background: var(--graphite); color: var(--on-dark); overflow: hidden; }
.hero__glow { position: absolute; width: 900px; height: 900px; left: var(--mx, 70%); top: var(--my, 40%); transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(95,179,161,.14), rgba(95,179,161,0) 60%); pointer-events: none; transition: left .8s var(--ease-out), top .8s var(--ease-out); }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 4vw; align-items: center; }
.hero__title { font-family: var(--f-display); font-weight: 400; font-size: clamp(90px, 15vw, 250px); line-height: .82; letter-spacing: .02em; margin: 26px 0 0; position: relative; }
.hero__title .row { display: inline-block; overflow: hidden; padding: .16em .02em .02em; margin: -.16em -.02em -.02em; vertical-align: bottom; }
.hero__title .row > span { display: inline-block; transform: translateY(105%); animation: rise 1.4s var(--ease-out) .2s forwards; }
.hero__v { font-family: var(--f-script); color: var(--bronze); font-size: .52em; margin-left: .06em; display: inline-block; transform: rotate(-8deg) translateY(.1em); opacity: 0; animation: fadeIn 1.4s var(--ease-out) .8s forwards; }
.hero__claim { font-family: var(--f-display); text-transform: uppercase; font-size: clamp(22px, 2.6vw, 40px); line-height: 1.12; margin-top: 28px; max-width: 16ch; }
.hero__lead { margin-top: 26px; max-width: 52ch; color: var(--on-dark-muted); }
.hero .actions { margin-top: 38px; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 44px; }
.hero__tower { position: relative; height: min(78vh, 720px); }
.hero__tower svg { width: 100%; height: 100%; overflow: visible; }
@keyframes rise { to { transform: none; } }
@keyframes fadeIn { to { opacity: 1; } }

/* ---------- Tower (SVG) ---------- */
.tower .face { stroke: rgba(201,156,116,.55); stroke-width: 1; transition: fill .6s var(--ease-out), stroke .6s; }
.tower .face--l { fill: rgba(18,23,29,.94); }
.tower .face--r { fill: rgba(26,32,40,.94); }
.tower .face--t { fill: rgba(36,43,52,.96); }
.tower .win { stroke: rgba(201,156,116,.22); stroke-width: 1; transition: stroke .6s; }
.tower .fl--0 .face { stroke-dasharray: 4 4; }
.tower .fl.is-lit .face { stroke: var(--patina); }
.tower .fl.is-lit .face--l { fill: rgba(95,179,161,.12); }
.tower .fl.is-lit .face--r { fill: rgba(95,179,161,.2); }
.tower .fl.is-lit .face--t { fill: rgba(95,179,161,.3); }
.tower .fl.is-lit .win { stroke: rgba(95,179,161,.55); }
.tower .fl.is-active .face { stroke: var(--bronze-3); }
.tower .fl.is-active .face--r { fill: rgba(201,156,116,.32); }
.tower .fl.is-active .face--l { fill: rgba(201,156,116,.2); }
.tower .fl.is-active .face--t { fill: rgba(201,156,116,.45); }
.tower .lbl { font-family: var(--f-mono); font-size: 11px; letter-spacing: .08em; fill: var(--on-dark-muted); opacity: .35; transition: opacity .5s, fill .5s; text-transform: uppercase; }
.tower .lbl-line { stroke: rgba(238,231,224,.25); stroke-width: 1; opacity: .35; transition: opacity .5s, stroke .5s; }
.tower .fl.is-lit .lbl, .tower .fl.is-lit .lbl-line { opacity: 1; }
.tower .fl.is-lit .lbl { fill: var(--on-dark); }
.tower .fl.is-active .lbl { fill: var(--bronze-3); }
.tower .fl.is-active .lbl-line { stroke: var(--bronze); }
.tower .spire { stroke: var(--bronze); stroke-width: 1; }
.tower .spire-dot { fill: var(--patina); filter: drop-shadow(0 0 6px var(--patina)); }
.tower .dim { stroke: rgba(201,156,116,.4); stroke-width: 1; }
.tower .dim-t { font-family: var(--f-mono); font-size: 10px; fill: var(--bronze); letter-spacing: .1em; }
.tower .ground { stroke: rgba(201,156,116,.35); stroke-dasharray: 2 5; }

/* ---------- Ticker ---------- */
.ticker { overflow: hidden; border-block: 1px solid var(--line-dark); background: var(--ink); color: var(--on-dark-muted); padding: 18px 0; }
.ticker__track { display: flex; width: max-content; animation: marquee 50s linear infinite; }
.ticker__item { display: inline-flex; align-items: center; gap: 22px; padding-right: 22px; font-family: var(--f-mono); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.ticker__item::after { content: ""; width: 6px; height: 6px; background: var(--patina); box-shadow: 0 0 8px var(--patina); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Section heads ---------- */
.section-head { display: grid; grid-template-columns: 7fr 5fr; gap: 6vw; align-items: end; margin-bottom: clamp(48px, 6vw, 90px); }
.section-head .lead { color: var(--muted); }
.t-dark .section-head .lead, .t-ink .section-head .lead { color: var(--on-dark-muted); }
.section-head .eyebrow { margin-bottom: 26px; }

/* ---------- Чат-бот vs сотрудник ---------- */
.vs { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line-light); }
.vs__col { padding: clamp(28px, 3.5vw, 50px); }
.vs__col + .vs__col { border-left: 1px solid var(--line-light); background: var(--ink); color: var(--on-dark); position: relative; }
.vs__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.vs__head h3 { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: clamp(20px, 1.8vw, 28px); }
.vs__row { display: grid; grid-template-columns: 28px 1fr; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line-light); }
.vs__col + .vs__col .vs__row { border-color: var(--line-dark); }
.vs__row svg { width: 18px; height: 18px; margin-top: 3px; }
.vs__row b { display: block; font-weight: 500; }
.vs__row span { font-size: 14px; color: var(--muted); }
.vs__col + .vs__col .vs__row span { color: var(--on-dark-muted); }
.vs__x { color: #B5543C; }
.vs__ok { color: var(--patina); }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: center; }
.split--rev .split__media { order: 2; }
.split__media { position: relative; aspect-ratio: 4 / 5; }
.split__media--wide { aspect-ratio: 5 / 4; }
.split__body > * + * { margin-top: 28px; }
.split__body .lead, .split__body p { color: var(--muted); }
.t-dark .split__body .lead, .t-dark .split__body p, .t-ink .split__body p, .t-ink .split__body .lead { color: var(--on-dark-muted); }

.feat { border-top: 1px solid var(--line-dark); }
.t-light .feat, .t-paper .feat { border-color: var(--line-light); }
.feat li { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line-dark); }
.t-light .feat li, .t-paper .feat li { border-color: var(--line-light); }
.feat li > span { font-family: var(--f-mono); font-size: 11px; color: var(--patina); letter-spacing: .08em; padding-top: 4px; }
.feat b { display: block; font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: 18px; line-height: 1.3; margin-bottom: 4px; }
.feat p { font-size: 14px; }

/* ---------- Карточки уровней (сетка) ---------- */
.lvl-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.lvl-card { position: relative; display: flex; flex-direction: column; min-height: 300px; padding: 26px 22px 24px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); transition: background .5s; overflow: hidden; }
.lvl-card:hover { background: rgba(95,179,161,.06); }
.lvl-card::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; background: var(--patina); transform: scaleX(0); transform-origin: left; transition: transform .6s var(--ease); }
.lvl-card:hover::after { transform: scaleX(1); }
.lvl-card__n { font-family: var(--f-display); font-size: 64px; line-height: 1; color: transparent; -webkit-text-stroke: 1px var(--bronze); }
.lvl-card__o { position: absolute; top: 26px; right: 22px; font-family: var(--f-mono); font-size: 10px; color: var(--patina); letter-spacing: .08em; }
.lvl-card h3 { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: clamp(15px, 1.2vw, 18px); line-height: 1.25; margin: 26px 0 10px; hyphens: auto; overflow-wrap: break-word; }
.lvl-card p { font-size: 13.5px; color: var(--on-dark-muted); line-height: 1.6; }
.lvl-card__price { margin-top: auto; padding-top: 18px; font-family: var(--f-mono); font-size: 12px; color: var(--bronze-3); letter-spacing: .04em; }

/* ---------- Terminal ---------- */
.term-wrap { display: grid; grid-template-columns: 4fr 7fr; gap: 5vw; align-items: start; }
.term-tabs { display: grid; gap: 0; border-top: 1px solid var(--line-dark); margin-top: 34px; }
.term-tab { text-align: left; padding: 18px 0; border-bottom: 1px solid var(--line-dark); display: grid; grid-template-columns: 70px 1fr; gap: 12px; align-items: baseline; color: var(--on-dark-muted); transition: color .3s, padding .4s var(--ease); }
.term-tab b { font-family: var(--f-mono); font-weight: 400; font-size: 11px; color: var(--patina); letter-spacing: .06em; }
.term-tab span { font-family: var(--f-display); text-transform: uppercase; font-size: 17px; line-height: 1.3; }
.term-tab:hover { color: var(--on-dark); }
.term-tab.is-active { color: var(--on-dark); padding-left: 12px; }
.term-tab.is-active span { color: var(--bronze-3); }
.term { background: #080B0E; border: 1px solid var(--line-dark); box-shadow: 0 40px 80px rgba(0,0,0,.45); font-family: var(--f-mono); font-size: 13px; line-height: 1.75; }
.term__bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-bottom: 1px solid var(--line-dark); color: var(--on-dark-muted); font-size: 11px; letter-spacing: .06em; }
.term__bar i { width: 9px; height: 9px; border-radius: 50%; border: 1px solid rgba(238,231,224,.3); }
.term__bar span { margin-left: auto; }
.term__body { padding: 22px 22px 18px; min-height: 330px; color: var(--on-dark); }
.term__line { white-space: pre-wrap; word-break: break-word; }
.term__line::before { display: inline-block; width: 22px; }
.term__line--cmd { color: var(--bronze-3); }
.term__line--cmd::before { content: ">"; color: var(--bronze); }
.term__line--info { color: var(--on-dark-muted); }
.term__line--info::before { content: "·"; color: var(--on-dark-muted); }
.term__line--warn { color: #E6B68E; }
.term__line--warn::before { content: "!"; color: #E08A62; }
.term__line--ok { color: #9CD8CB; }
.term__line--ok::before { content: "→"; color: var(--patina); }
.term__cursor { display: inline-block; width: 8px; height: 15px; background: var(--patina); vertical-align: -2px; animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.term__status { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding: 10px 16px; border-top: 1px solid var(--line-dark); font-size: 11px; color: var(--on-dark-muted); letter-spacing: .04em; }
.term__status b { font-weight: 400; color: var(--patina); }

/* ---------- Steps (процесс) ---------- */
.steps { position: relative; display: grid; grid-template-columns: repeat(7, 1fr); gap: 18px; }
.steps__line { position: absolute; left: 0; right: 0; top: 26px; height: 1px; background: var(--line-light); }
.t-dark .steps__line, .t-ink .steps__line { background: var(--line-dark); }
.steps__line i { position: absolute; inset: 0; background: var(--patina); transform-origin: left; transform: scaleX(0); transition: transform 2.4s var(--ease); }
.steps.is-in .steps__line i { transform: scaleX(1); }
.step__dot { position: relative; z-index: 1; width: 53px; height: 53px; border-radius: 50%; border: 1px solid var(--bronze); display: grid; place-items: center; margin-bottom: 26px; font-family: var(--f-mono); font-size: 13px; color: var(--bronze-2); background: var(--curtain, var(--cream)); }
.t-dark .step__dot, .t-ink .step__dot { color: var(--bronze); }
.step__title { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: clamp(15px, 1.15vw, 18px); line-height: 1.25; margin-bottom: 10px; }
.step__text { font-size: 13.5px; color: var(--muted); line-height: 1.6; }
.t-dark .step__text, .t-ink .step__text { color: var(--on-dark-muted); }

/* ---------- Цена: лестница ---------- */
.ladder { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 10px; align-items: end; height: 360px; padding-top: 40px; border-bottom: 1px solid var(--line-dark); }
.ladder__col { position: relative; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; }
.ladder__bar { position: relative; height: 0; background: linear-gradient(180deg, rgba(95,179,161,.5), rgba(95,179,161,.08)); border: 1px solid var(--patina); border-bottom: 0; transition: height 1.6s var(--ease); transition-delay: calc(var(--i) * .08s); }
.ladder.is-in .ladder__bar { height: var(--h); }
.ladder__price { position: absolute; left: 0; right: 0; bottom: calc(100% + 8px); font-family: var(--f-mono); font-size: 11px; color: var(--bronze-3); text-align: center; white-space: nowrap; }
.ladder__labels { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 10px; padding-top: 14px; }
.ladder__labels span { font-family: var(--f-mono); font-size: 10.5px; color: var(--on-dark-muted); text-align: center; line-height: 1.4; letter-spacing: .02em; }
.ladder__labels b { display: block; font-weight: 400; color: var(--on-dark); font-size: 12px; }

/* ---------- Таблицы ---------- */
.tbl-wrap { overflow-x: auto; border: 1px solid var(--line-dark); }
.t-light .tbl-wrap, .t-paper .tbl-wrap { border-color: var(--line-light); }
.tbl { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 760px; }
.tbl th, .tbl td { text-align: left; padding: 16px 18px; border-bottom: 1px solid var(--line-dark); vertical-align: top; }
.t-light .tbl th, .t-light .tbl td, .t-paper .tbl th, .t-paper .tbl td { border-color: var(--line-light); }
.tbl th { font-family: var(--f-mono); font-weight: 400; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--patina); }
.t-light .tbl th, .t-paper .tbl th { color: var(--patina-2); }
.tbl td:first-child { font-family: var(--f-mono); color: var(--bronze); white-space: nowrap; }
.tbl td b { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: 15px; }
.tbl tr:last-child td { border-bottom: 0; }
.tbl tbody tr { transition: background .3s; }
.tbl tbody tr:hover { background: rgba(95,179,161,.05); }

/* ---------- Accordion ---------- */
.faq { display: grid; grid-template-columns: 4fr 8fr; gap: 6vw; }
.faq__aside { position: sticky; top: calc(var(--header-h) + 30px); align-self: start; }
.faq__aside .lead { color: var(--muted); margin: 24px 0 34px; }
.acc { border-top: 1px solid var(--line-light); }
.acc__item { border-bottom: 1px solid var(--line-light); }
.t-dark .acc, .t-dark .acc__item, .t-ink .acc, .t-ink .acc__item { border-color: var(--line-dark); }
.acc__btn { width: 100%; text-align: left; display: grid; grid-template-columns: 1fr 42px; gap: 24px; align-items: center; padding: 26px 0; }
.acc__q { font-family: var(--f-display); font-size: clamp(18px, 1.5vw, 23px); line-height: 1.3; transition: color .3s; }
.acc__btn:hover .acc__q { color: var(--bronze-2); }
.t-dark .acc__btn:hover .acc__q { color: var(--bronze); }
.acc__icon { width: 42px; height: 42px; border-radius: 50%; border: 1px solid currentColor; opacity: .5; position: relative; transition: transform .5s var(--ease), opacity .3s; }
.acc__icon::before, .acc__icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 1px; background: currentColor; transform: translate(-50%, -50%); }
.acc__icon::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .5s var(--ease); }
.acc__item.is-open .acc__icon { opacity: 1; transform: rotate(180deg); }
.acc__item.is-open .acc__icon::after { transform: translate(-50%, -50%); }
.acc__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .6s var(--ease); }
.acc__item.is-open .acc__panel { grid-template-rows: 1fr; }
.acc__panel > div { overflow: hidden; }
.acc__panel-inner { padding: 0 66px 28px 0; color: var(--muted); max-width: 72ch; }
.t-dark .acc__panel-inner, .t-ink .acc__panel-inner { color: var(--on-dark-muted); }

/* ---------- Page hero (внутренние) ---------- */
.page-hero { position: relative; min-height: 82svh; display: flex; align-items: flex-end; color: var(--on-dark); background: var(--ink); overflow: hidden; }
.page-hero__media { position: absolute; inset: 0; overflow: hidden; }
.page-hero__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.1); animation: zoomOut 8s var(--ease-out) forwards; filter: saturate(.85); }
@keyframes zoomOut { to { transform: none; } }
.page-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,15,19,.75) 0%, rgba(11,15,19,.25) 40%, rgba(11,15,19,.6) 72%, var(--graphite) 100%); }
.page-hero--plain { min-height: 70svh; background: var(--graphite); }
.page-hero .container { position: relative; z-index: 2; padding: calc(var(--header-h) + 60px) 0 clamp(52px, 6.5vw, 100px); }
.crumbs { display: flex; flex-wrap: wrap; gap: 10px; font-family: var(--f-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: rgba(238,231,224,.7); margin-bottom: clamp(40px, 6vh, 70px); }
.crumbs a:hover { color: var(--bronze); }
.crumbs span[aria-hidden] { color: var(--patina); }
.page-hero__script { display: block; position: relative; z-index: 2; font-family: var(--f-script); color: var(--bronze-3); font-size: clamp(44px, 5.4vw, 92px); line-height: .9; margin: 0 0 -.3em .3em; transform: rotate(-5deg); transform-origin: left bottom; opacity: 0; animation: fadeIn 1.4s var(--ease-out) .5s forwards; }
.page-hero__title { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: clamp(32px, 5.6vw, 96px); line-height: 1.02; max-width: 18ch; }
.page-hero__title .row { display: block; overflow: hidden; padding-bottom: .04em; }
.page-hero__title .row > span { display: inline-block; transform: translateY(105%); animation: rise 1.3s var(--ease-out) forwards; animation-delay: calc(.1s + var(--r, 0) * .1s); }
.page-hero__foot { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; margin-top: 38px; }
.page-hero__lead { max-width: 58ch; font-size: clamp(15px, 1.2vw, 18px); font-weight: 300; color: rgba(238,231,224,.85); opacity: 0; animation: fadeIn 1.4s var(--ease-out) .8s forwards; }

/* ---------- Карточки ---------- */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cards-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.card { position: relative; padding: 32px 28px 34px; border: 1px solid var(--line-dark); display: flex; flex-direction: column; gap: 14px; transition: border-color .4s, background .4s; }
.t-light .card, .t-paper .card { border-color: var(--line-light); background: rgba(255,255,255,.35); }
.card:hover { border-color: rgba(95,179,161,.6); }
.card__k { font-family: var(--f-mono); font-size: 11px; letter-spacing: .08em; color: var(--patina); text-transform: uppercase; }
.t-light .card__k, .t-paper .card__k { color: var(--patina-2); }
.card h3 { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: clamp(19px, 1.6vw, 24px); line-height: 1.2; }
.card p { font-size: 14px; color: var(--on-dark-muted); }
.t-light .card p, .t-paper .card p { color: var(--muted); }
.card__icon { width: 40px; height: 40px; color: var(--bronze); }
.card ul li { font-size: 14px; padding: 7px 0 7px 18px; position: relative; color: var(--on-dark-muted); }
.t-light .card ul li, .t-paper .card ul li { color: var(--muted); }
.card ul li::before { content: ""; position: absolute; left: 0; top: 15px; width: 8px; height: 1px; background: var(--patina); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { font-family: var(--f-mono); font-size: 11px; letter-spacing: .04em; padding: 7px 12px; border: 1px solid var(--line-dark); color: var(--on-dark-muted); }
.t-light .chip, .t-paper .chip { border-color: var(--line-light); color: var(--muted); }

/* Глаголы-умения */
.verbs { display: grid; grid-template-columns: repeat(7, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.verb { padding: 26px 18px 30px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.verb span { font-family: var(--f-mono); font-size: 11px; color: var(--patina-2); }
.verb h3 { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: 19px; margin: 34px 0 8px; }
.verb p { font-size: 13px; color: var(--muted); line-height: 1.55; }

/* Схема RAG */
.flowline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; align-items: stretch; }
.flowline__node { position: relative; padding: 26px 24px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.02); }
.flowline__node + .flowline__node { border-left: 0; }
.flowline__node::after { content: ""; position: absolute; right: -7px; top: 50%; width: 12px; height: 12px; border-top: 1px solid var(--patina); border-right: 1px solid var(--patina); transform: translateY(-50%) rotate(45deg); background: var(--curtain, var(--graphite)); z-index: 2; }
.flowline__node:last-child::after { display: none; }
.flowline__node span { font-family: var(--f-mono); font-size: 11px; color: var(--patina); }
.flowline__node h3 { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: 18px; margin: 18px 0 8px; }
.flowline__node p { font-size: 13.5px; color: var(--on-dark-muted); }

/* Режимы контроля */
.modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mode { padding: 30px 28px; border: 1px solid var(--line-light); background: rgba(255,255,255,.4); }
.mode__meter { display: flex; gap: 4px; margin-bottom: 26px; }
.mode__meter i { flex: 1; height: 4px; background: rgba(22,27,33,.1); }
.mode__meter i.on { background: var(--patina-2); }
.mode h3 { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: 21px; margin-bottom: 10px; }
.mode p { color: var(--muted); font-size: 14px; }
.mode small { display: block; margin-top: 16px; font-family: var(--f-mono); font-size: 11px; color: var(--patina-2); letter-spacing: .04em; }

/* Паспорт агента */
.passport { position: relative; background: var(--paper); color: var(--text); padding: clamp(28px, 3vw, 44px); border: 1px solid var(--line-light); box-shadow: 0 40px 80px rgba(0,0,0,.35); font-size: 13.5px; }
.passport__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding-bottom: 20px; border-bottom: 2px solid var(--text); margin-bottom: 8px; }
.passport__head h3 { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: 24px; line-height: 1.1; }
.passport__head span { font-family: var(--f-mono); font-size: 11px; color: var(--muted); text-align: right; line-height: 1.6; }
.passport dl { display: grid; grid-template-columns: 170px 1fr; margin: 0; }
.passport dt, .passport dd { padding: 11px 0; border-bottom: 1px solid var(--line-light); margin: 0; }
.passport dt { font-family: var(--f-mono); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); padding-top: 13px; }
.passport__stamp { position: absolute; right: 26px; bottom: 22px; width: 96px; height: 96px; border: 1px solid var(--patina-2); border-radius: 50%; display: grid; place-items: center; text-align: center; font-family: var(--f-mono); font-size: 9px; letter-spacing: .08em; color: var(--patina-2); transform: rotate(-12deg); text-transform: uppercase; line-height: 1.4; }

/* ---------- Уровни (детально, страница /levels) ---------- */
.levels-layout { display: grid; grid-template-columns: 5fr 7fr; gap: 5vw; align-items: start; }
.levels-tower { position: sticky; top: calc(var(--header-h) + 10px); height: calc(100svh - var(--header-h) - 30px); max-height: 780px; }
.levels-tower svg { width: 100%; height: 100%; overflow: visible; }
.levels-tower__now { position: absolute; left: 0; bottom: 0; font-family: var(--f-mono); font-size: 12px; color: var(--patina); letter-spacing: .08em; text-transform: uppercase; }
.level { padding: 54px 0 60px; border-top: 1px solid var(--line-dark); }
.level:last-child { border-bottom: 1px solid var(--line-dark); }
.level__top { display: flex; align-items: flex-start; gap: 26px; margin-bottom: 26px; }
.level__n { font-family: var(--f-display); font-size: clamp(64px, 6vw, 100px); line-height: .9; color: transparent; -webkit-text-stroke: 1px var(--bronze); flex: none; min-width: 1.3em; }
.level__meta { padding-top: 6px; }
.level__meta .tag { margin-bottom: 14px; }
.level h2 { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: clamp(26px, 2.6vw, 40px); line-height: 1.08; }
.level__lead { font-size: 17px; font-weight: 300; margin-bottom: 26px; }
.level__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
.level__cell { padding: 16px 0; border-top: 1px solid var(--line-dark); }
.level__cell h4 { font-family: var(--f-mono); font-weight: 400; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--patina); margin-bottom: 6px; }
.level__cell p, .level__cell li { font-size: 14px; color: var(--on-dark-muted); }
.level__cell li { padding-left: 16px; position: relative; }
.level__cell li::before { content: ""; position: absolute; left: 0; top: 11px; width: 7px; height: 1px; background: var(--bronze); }
.level__cell--full { grid-column: 1 / -1; }
.level__price { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 22px; padding: 16px 18px; border: 1px solid rgba(201,156,116,.35); }
.level__price b { font-family: var(--f-display); font-weight: 400; font-size: 24px; color: var(--bronze-3); }
.level__price span { font-family: var(--f-mono); font-size: 11px; color: var(--on-dark-muted); letter-spacing: .04em; }
.level__warn { margin-top: 16px; padding-left: 14px; border-left: 2px solid var(--bronze); font-size: 13.5px; color: var(--on-dark-muted); }
.owner-mark { font-family: var(--f-mono); font-size: 10px; color: var(--bronze); letter-spacing: .06em; }

/* ---------- Quiz ---------- */
.quiz { background: var(--ink); color: var(--on-dark); border: 1px solid var(--line-dark); }
.quiz__top { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 16px 24px; border-bottom: 1px solid var(--line-dark); font-family: var(--f-mono); font-size: 11px; color: var(--on-dark-muted); letter-spacing: .06em; text-transform: uppercase; }
.quiz__progress { flex: 1; max-width: 240px; height: 2px; background: var(--line-dark); position: relative; }
.quiz__progress i { position: absolute; inset: 0 auto 0 0; background: var(--patina); transition: width .6s var(--ease); }
.quiz__body { padding: clamp(26px, 3vw, 44px); min-height: 440px; }
.quiz__step { display: none; }
.quiz__step.is-active { display: block; animation: stepIn .6s var(--ease-out); }
@keyframes stepIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.quiz__q { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: clamp(20px, 2vw, 30px); line-height: 1.2; margin-bottom: 8px; }
.quiz__hint { font-size: 13px; color: var(--on-dark-muted); margin-bottom: 24px; }
.quiz__opts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.opt { position: relative; display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; border: 1px solid var(--line-dark); cursor: pointer; transition: border-color .3s, background .3s; font-size: 14px; line-height: 1.45; }
.opt:hover { border-color: rgba(95,179,161,.5); }
.opt input { position: absolute; opacity: 0; pointer-events: none; }
.opt__box { flex: none; width: 16px; height: 16px; margin-top: 2px; border: 1px solid var(--bronze); display: grid; place-items: center; }
.opt input[type="radio"] + .opt__box { border-radius: 50%; }
.opt__box::after { content: ""; width: 8px; height: 8px; background: var(--patina); transform: scale(0); transition: transform .25s var(--ease); }
.opt input[type="radio"] + .opt__box::after { border-radius: 50%; }
.opt input:checked + .opt__box::after { transform: scale(1); }
.opt:has(input:checked) { border-color: var(--patina); background: rgba(95,179,161,.08); }
.opt small { display: block; font-family: var(--f-mono); font-size: 10px; color: var(--patina); margin-top: 3px; letter-spacing: .04em; }
.quiz__nav { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 18px 24px; border-top: 1px solid var(--line-dark); }
.quiz__nav .btn { min-height: 48px; }
.quiz__msg { font-size: 12px; color: #E6B68E; }
.quiz__result { display: none; }
.quiz__result.is-active { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: start; animation: stepIn .6s var(--ease-out); }
.quiz__rn { font-family: var(--f-display); font-size: clamp(100px, 10vw, 160px); line-height: .85; color: transparent; -webkit-text-stroke: 1px var(--patina); }
.quiz__result h3 { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: clamp(24px, 2.4vw, 36px); line-height: 1.1; margin: 10px 0 12px; }
.quiz__result p { color: var(--on-dark-muted); }
.quiz__price { margin-top: 18px; font-family: var(--f-mono); color: var(--bronze-3); }

/* ---------- Калькулятор ---------- */
.calc { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line-light); background: rgba(255,255,255,.45); }
.calc__in { padding: clamp(26px, 3vw, 44px); display: grid; gap: 26px; }
.calc__out { padding: clamp(26px, 3vw, 44px); background: var(--ink); color: var(--on-dark); display: flex; flex-direction: column; gap: 22px; }
.range label { display: flex; justify-content: space-between; gap: 14px; font-size: 13px; margin-bottom: 10px; }
.range output { font-family: var(--f-mono); color: var(--patina-2); font-size: 14px; white-space: nowrap; }
.range input { width: 100%; appearance: none; -webkit-appearance: none; height: 2px; background: var(--line-light); outline: none; }
.range input::-webkit-slider-thumb { -webkit-appearance: none; width: 18px; height: 18px; border-radius: 50%; background: var(--bronze); border: 3px solid var(--paper); box-shadow: 0 0 0 1px var(--bronze); cursor: pointer; }
.range input::-moz-range-thumb { width: 14px; height: 14px; border-radius: 50%; background: var(--bronze); border: 3px solid var(--paper); cursor: pointer; }
.calc__big { font-family: var(--f-display); font-size: clamp(40px, 4.4vw, 68px); line-height: 1; color: var(--bronze-3); }
.calc__big small { font-size: .38em; color: var(--bronze); margin-left: 6px; }
.calc__k { font-family: var(--f-mono); font-size: 11px; color: var(--on-dark-muted); letter-spacing: .06em; text-transform: uppercase; margin-top: 8px; }
.calc__row { padding-bottom: 18px; border-bottom: 1px solid var(--line-dark); }

/* ---------- Схема контура (безопасность) ---------- */
.perimeter svg { width: 100%; height: auto; }
.perimeter .p-box { fill: none; stroke: var(--bronze); stroke-dasharray: 6 6; }
.perimeter .p-node { fill: var(--graphite-2); stroke: rgba(238,231,224,.3); }
.perimeter .p-core { fill: rgba(95,179,161,.15); stroke: var(--patina); }
.perimeter text { font-family: var(--f-mono); font-size: 12px; fill: var(--on-dark-muted); letter-spacing: .04em; }
.perimeter .p-title { fill: var(--bronze); font-size: 11px; letter-spacing: .12em; }
.perimeter .p-core-t { fill: var(--on-dark); font-size: 13px; }
.perimeter .p-link { stroke: rgba(95,179,161,.6); stroke-dasharray: 3 5; animation: dash 1.4s linear infinite; }
.perimeter .p-gate { stroke: rgba(201,156,116,.7); stroke-dasharray: 3 5; animation: dash 2.4s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -16; } }

/* ---------- Сопоставление «здание ↔ ИИ» ---------- */
.parallel { border-top: 1px solid var(--line-light); }
.parallel__row { display: grid; grid-template-columns: 1fr 60px 1fr; gap: 20px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line-light); }
.parallel__row span { font-family: var(--f-display); text-transform: uppercase; font-size: clamp(16px, 1.4vw, 20px); }
.parallel__row span:last-child { color: var(--patina-2); }
.parallel__row i { height: 1px; background: var(--bronze); position: relative; }
.parallel__row i::after { content: ""; position: absolute; right: 0; top: -4px; width: 8px; height: 8px; border-top: 1px solid var(--bronze); border-right: 1px solid var(--bronze); transform: rotate(45deg); }

/* ---------- Формы ---------- */
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; }
.field { position: relative; display: block; }
.field--full { grid-column: 1 / -1; }
.field input, .field textarea, .field select {
  width: 100%; background: transparent; border: 0; border-bottom: 1px solid var(--line-dark); padding: 28px 0 11px;
  font: inherit; font-size: 15px; color: var(--on-dark); border-radius: 0; outline: none; transition: border-color .3s;
}
.field textarea { resize: vertical; min-height: 90px; }
.field input:focus, .field textarea:focus { border-color: var(--patina); }
.field span { position: absolute; left: 0; top: 28px; font-family: var(--f-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--on-dark-muted); pointer-events: none; transition: top .3s var(--ease), font-size .3s var(--ease), color .3s; }
.field input:focus + span, .field input:not(:placeholder-shown) + span, .field textarea:focus + span, .field textarea:not(:placeholder-shown) + span { top: 5px; font-size: 9.5px; color: var(--patina); }
.field.is-invalid input { border-color: #D2826B; }
.field.is-invalid span { color: #D2826B; }
.check { grid-column: 1 / -1; display: flex; gap: 12px; align-items: flex-start; font-size: 12px; line-height: 1.6; color: var(--on-dark-muted); margin-top: 14px; cursor: pointer; }
.check input { appearance: none; -webkit-appearance: none; flex: none; width: 18px; height: 18px; border: 1px solid var(--bronze); margin: 1px 0 0; display: grid; place-items: center; cursor: pointer; }
.check input::after { content: ""; width: 8px; height: 8px; background: var(--patina); transform: scale(0); transition: transform .3s var(--ease); }
.check input:checked::after { transform: scale(1); }
.check.is-invalid input { border-color: #D2826B; }
.check a { border-bottom: 1px solid currentColor; }
.form__foot { grid-column: 1 / -1; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 22px; }
.form__status { font-size: 13px; color: var(--bronze-3); max-width: 46ch; }
.form__status.is-error { color: #E29C86; }

/* ---------- CTA ---------- */
.cta { position: relative; overflow: hidden; background: var(--ink); color: var(--on-dark); }
.cta .container { position: relative; }
.cta-band { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.cta-band .lead { color: var(--on-dark-muted); margin-top: 22px; max-width: 58ch; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--on-dark); padding-top: clamp(80px, 9vw, 130px); overflow: hidden; border-top: 1px solid var(--line-dark); }
.footer__top { display: grid; grid-template-columns: 4fr 2fr 2fr 3fr; gap: 40px; padding-bottom: 60px; }
.footer__brand p { margin-top: 24px; color: var(--on-dark-muted); font-size: 13px; max-width: 36ch; }
.footer__col h4 { font-family: var(--f-mono); font-weight: 400; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--patina); margin-bottom: 20px; }
.footer__col li + li { margin-top: 9px; }
.footer__col a { font-size: 14px; color: var(--on-dark-muted); transition: color .3s; }
.footer__col a:hover { color: var(--on-dark); }
.footer__contact a { font-size: 15px; }
.footer__contact .note { margin-top: 10px; }
.footer__word { font-family: var(--f-display); line-height: .78; white-space: nowrap; font-size: 24vw; text-align: center; color: transparent; -webkit-text-stroke: 1px rgba(201,156,116,.3); user-select: none; letter-spacing: .02em; }
.footer__word em { font-style: normal; -webkit-text-stroke-color: rgba(95,179,161,.45); }
.footer__bottom { border-top: 1px solid var(--line-dark); padding: 24px 0 28px; display: flex; justify-content: space-between; gap: 16px 40px; flex-wrap: wrap; font-size: 12px; color: var(--on-dark-muted); }
.footer__bottom a:hover { color: var(--on-dark); }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1180px) {
  .lvl-grid { grid-template-columns: repeat(2, 1fr); }
  .lvl-card { min-height: 0; }
  .steps { grid-template-columns: 1fr; gap: 0; }
  .steps__line { left: 26px; right: auto; top: 0; bottom: 0; width: 1px; height: auto; }
  .steps__line i { transform-origin: top; transform: scaleY(0); }
  .steps.is-in .steps__line i { transform: scaleY(1); }
  .step { display: grid; grid-template-columns: 53px 1fr; gap: 24px; padding-bottom: 30px; }
  .step__dot { margin-bottom: 0; }
  .verbs { grid-template-columns: repeat(4, 1fr); }
  .cards-4 { grid-template-columns: 1fr 1fr; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .ladder__price { font-size: 9.5px; }
}
@media (max-width: 900px) {
  :root { --header-h: 74px; }
  body { font-size: 14.5px; }
  .header-phone, .header-cta { display: none; }
  .round-cta { display: inline-grid; }
  .menu-toggle { padding: 0 15px; height: 42px; }
  .menu-toggle__label, .brand__sub { display: none; }
  .brand__name { font-size: 15px; }
  .menu__inner { grid-template-columns: 1fr; align-content: start; gap: 40px; }
  .menu__img { display: none; }
  .hero__grid, .section-head, .split, .term-wrap, .faq, .levels-layout, .calc, .cta-band, .page-hero__foot { grid-template-columns: 1fr; }
  .hero__tower { height: 460px; order: -1; margin-top: -10px; }
  .hero__title { font-size: clamp(84px, 30vw, 150px); }
  .split--rev .split__media { order: 0; }
  .vs { grid-template-columns: 1fr; }
  .vs__col + .vs__col { border-left: 0; border-top: 1px solid var(--line-light); }
  .lvl-grid { grid-template-columns: 1fr; }
  .cards-3, .cards-4, .modes, .flowline { grid-template-columns: 1fr; }
  .flowline__node + .flowline__node { border-left: 1px solid var(--line-dark); border-top: 0; }
  .flowline__node::after { right: 50%; top: auto; bottom: -7px; transform: translateX(50%) rotate(135deg); }
  .verbs { grid-template-columns: 1fr 1fr; }
  .faq__aside { position: static; }
  .acc__panel-inner { padding-right: 0; }
  .levels-tower { position: relative; top: 0; height: 380px; }
  .level__grid { grid-template-columns: 1fr; }
  .quiz__opts { grid-template-columns: 1fr; }
  .quiz__result.is-active { grid-template-columns: 1fr; gap: 10px; }
  .form { grid-template-columns: 1fr; }
  .ladder { height: 260px; gap: 4px; }
  .ladder__labels { gap: 4px; }
  .ladder__price { writing-mode: vertical-rl; transform: rotate(180deg); bottom: calc(100% + 6px); left: 50%; right: auto; translate: -50% 0; }
  .ladder__labels span { font-size: 0; }
  .ladder__labels b { font-size: 11px; }
  .passport dl { grid-template-columns: 1fr; }
  .passport dt { border-bottom: 0; padding-bottom: 0; }
  .passport__stamp { display: none; }
  .parallel__row { grid-template-columns: 1fr; gap: 6px; }
  .parallel__row i { display: none; }
  .footer__top { grid-template-columns: 1fr; gap: 36px; }
  .page-hero__foot .btn-circle { display: none; }
  .duo__caps { font-size: clamp(26px, 8vw, 46px); }
  .duo__script { font-size: clamp(40px, 11vw, 62px); }
  .h2 { font-size: clamp(26px, 7.6vw, 44px); }
  .page-hero__title { font-size: clamp(28px, 8.6vw, 52px); }
  .cta-band .btn-circle { justify-self: start; }
}

/* ---------- Дополнения для внутренних страниц ---------- */
.contact-list { border-top: 1px solid var(--line-dark); }
.contact-list li { padding: 22px 0; border-bottom: 1px solid var(--line-dark); }
.contact-list span { display: block; font-family: var(--f-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--patina); margin-bottom: 8px; }
.contact-list a, .contact-list p { font-family: var(--f-display); font-size: clamp(20px, 1.8vw, 27px); line-height: 1.3; }
.contact-list a:hover { color: var(--bronze); }
.scenario { display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid var(--line-light); margin-top: 22px; }
.scenario > div { padding: 20px 22px 6px 0; }
.scenario > div + div { padding-left: 22px; border-left: 1px solid var(--line-light); }
.scenario h4 { font-family: var(--f-mono); font-weight: 400; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--patina-2); margin-bottom: 8px; }
.scenario p { font-size: 14px; color: var(--muted); }
.scen-card { padding: clamp(28px, 3.4vw, 48px); border: 1px solid var(--line-light); background: rgba(255,255,255,.45); }
.scen-card + .scen-card { margin-top: 24px; }
.scen-card__top { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; align-items: center; }
.scen-card h3 { font-family: var(--f-display); font-weight: 400; text-transform: uppercase; font-size: clamp(22px, 2.2vw, 34px); line-height: 1.1; margin-top: 18px; }
.stage-list li { grid-template-columns: 140px 1fr 1fr; }
.stage-list .res { font-family: var(--f-mono); font-size: 12px; color: var(--patina-2); line-height: 1.6; }
.t-dark .stage-list .res { color: var(--patina); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; }
.list-x li { position: relative; padding: 14px 0 14px 30px; border-bottom: 1px solid var(--line-light); font-size: 15px; }
.list-x li::before { content: "×"; position: absolute; left: 0; top: 11px; font-family: var(--f-mono); color: #B5543C; font-size: 16px; }
.list-ok li::before { content: "✓"; color: var(--patina-2); }
@media (max-width: 900px) {
  .scenario { grid-template-columns: 1fr; }
  .scenario > div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line-light); }
  .stage-list li { grid-template-columns: 1fr; gap: 8px; }
  .two-col { grid-template-columns: 1fr; gap: 50px; }
}

/* ---------- Карта офиса в подвале ---------- */
.footer__map { padding-bottom: clamp(50px, 6vw, 90px); }
.map { position: relative; border: 1px solid var(--line-dark); background: var(--graphite); }
.map__canvas { position: relative; height: clamp(340px, 36vw, 500px); overflow: hidden; isolation: isolate; }
.map__frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; pointer-events: none; filter: grayscale(1) invert(1) brightness(.82) contrast(1.18); }
.map__ymaps { position: absolute; inset: 0; }
.map__ymaps [class*="ground-pane"] { filter: grayscale(1) invert(1) brightness(.8) contrast(1.2); }
.map__ymaps [class*="copyrights-promo"] { display: none; }
/* Тонировка: бронза с переходом в патину, как у всего сайта */
.map__tint { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, #C99C74 0%, #C99C74 55%, #5FB3A1 100%); mix-blend-mode: color; opacity: .6; }
.map__vignette { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 50% 50%, rgba(11,15,19,0) 40%, rgba(11,15,19,.45) 100%); }
.map__vignette::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(201,156,116,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(201,156,116,.06) 1px, transparent 1px); background-size: 48px 48px; }
.map__canvas.is-live > .map__pin { display: none; }
.map__pin { position: absolute; left: 50%; top: 50%; width: 16px; height: 16px; transform: translate(-50%, -50%); z-index: 2; }
.map__pin--live { left: 0; top: 0; }
.map__pin i { position: absolute; inset: 0; border-radius: 50%; background: var(--bronze); box-shadow: 0 0 0 5px rgba(201,156,116,.28), 0 6px 24px rgba(0,0,0,.5); }
.map__pin span { position: absolute; inset: -22px; border-radius: 50%; border: 1px solid var(--patina); opacity: 0; animation: pinPulse 3s var(--ease-out) infinite; }
.map__pin span + span { animation-delay: 1.5s; }
.map__pin b { position: absolute; left: 28px; top: 50%; transform: translateY(-50%); white-space: nowrap; padding: 7px 12px; background: rgba(11,15,19,.88); border: 1px solid rgba(95,179,161,.5); font-family: var(--f-mono); font-weight: 400; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--bronze-3); }
@keyframes pinPulse { 0% { transform: scale(.3); opacity: .9; } 100% { transform: scale(1.9); opacity: 0; } }
.map__card { position: absolute; z-index: 3; left: 26px; bottom: 26px; width: min(380px, calc(100% - 52px)); padding: 28px 30px; background: rgba(11,15,19,.9); border: 1px solid var(--line-dark); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.map__addr { font-family: var(--f-display); text-transform: uppercase; font-size: clamp(20px, 1.8vw, 27px); line-height: 1.2; margin: 14px 0 10px; }
.map__links { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 22px; }

/* ---------- Наследие УГП: хронология, цифры, «плеяда» объектов ---------- */
.hist-line { display: grid; grid-template-columns: repeat(6, 1fr); position: relative; margin: 10px 0 clamp(50px, 6vw, 80px); }
.hist-line::before { content: ""; position: absolute; left: 0; right: 0; top: 5px; height: 1px; background: linear-gradient(90deg, var(--bronze), var(--patina)); opacity: .5; }
.hist-line li { position: relative; padding: 26px 16px 0 0; }
.hist-line li::before { content: ""; position: absolute; left: 0; top: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--ink); border: 1px solid var(--bronze); }
.hist-line li:last-child::before { background: var(--patina); border-color: var(--patina); box-shadow: 0 0 12px var(--patina); }
.hist-line b { display: block; font-family: var(--f-display); font-weight: 400; font-size: clamp(22px, 2vw, 30px); color: var(--bronze-3); line-height: 1; margin-bottom: 10px; }
.hist-line li:last-child b { color: var(--patina); }
.hist-line span { font-size: 13px; color: var(--on-dark-muted); line-height: 1.5; display: block; }

.hist-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.hist-stat { padding: 34px 26px 32px 0; }
.hist-stat + .hist-stat { padding-left: 26px; border-left: 1px solid var(--line-dark); }
.hist-stat__num { font-family: var(--f-display); font-size: clamp(44px, 5vw, 82px); line-height: 1; color: var(--bronze-3); white-space: nowrap; }
.hist-stat__num small { font-size: .38em; color: var(--bronze); margin-left: .12em; }
.hist-stat__label { margin-top: 18px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; line-height: 1.55; }
.hist-stat__who { margin-top: 10px; font-family: var(--f-mono); font-size: 11px; color: var(--patina); letter-spacing: .02em; }

.plei { position: relative; aspect-ratio: 1200 / 560; margin-top: clamp(50px, 6vw, 90px); border: 1px solid var(--line-dark); background: radial-gradient(ellipse at 50% 40%, rgba(95,179,161,.07), rgba(95,179,161,0) 65%); }
.plei__title { position: absolute; left: 20px; top: 16px; font-family: var(--f-mono); font-size: 11px; color: var(--on-dark-muted); letter-spacing: .08em; text-transform: uppercase; }
.plei__lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.plei__lines path { fill: none; stroke: rgba(201,156,116,.28); stroke-width: 1; stroke-dasharray: 3 6; vector-effect: non-scaling-stroke; }
.star { position: absolute; left: var(--x); top: var(--y); display: flex; align-items: center; gap: 12px; transform: translate(-6px, -50%); opacity: 0; transition: opacity .9s var(--ease-out); transition-delay: var(--dl, 0s); }
.plei.is-in .star { opacity: 1; }
.star i { flex: none; width: 9px; height: 9px; border-radius: 50%; background: var(--patina); box-shadow: 0 0 12px var(--patina); animation: twinkle 3.4s ease-in-out infinite; animation-delay: var(--dl, 0s); }
.star--big i { width: 13px; height: 13px; background: var(--bronze-3); box-shadow: 0 0 18px var(--bronze), 0 0 0 5px rgba(201,156,116,.12); }
.star span { font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--on-dark-muted); white-space: nowrap; transition: color .3s; }
.star--big span { color: var(--on-dark); font-size: 12.5px; }
.star small { display: block; font-size: 9.5px; color: var(--bronze); letter-spacing: .06em; margin-top: 2px; }
.star--l { flex-direction: row-reverse; transform: translate(calc(-100% + 6px), -50%); text-align: right; }
.star:hover span { color: var(--bronze-3); }
@keyframes twinkle { 0%, 100% { opacity: 1; } 50% { opacity: .45; } }

@media (max-width: 1180px) {
  .hist-line { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
  .hist-line::before { display: none; }
  .hist-stats { grid-template-columns: 1fr 1fr; }
  .hist-stat:nth-child(3) { padding-left: 0; border-left: 0; }
  .hist-stat:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .star span { font-size: 10px; }
}
@media (max-width: 900px) {
  .levels-layout { grid-template-columns: minmax(0, 1fr); }
  .level__top { flex-direction: column; gap: 10px; }
  .level h2 { font-size: clamp(22px, 6.4vw, 30px); overflow-wrap: anywhere; hyphens: auto; }
  .verbs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .verb { padding: 20px 12px 22px; }
  .verb h3 { font-size: 16px; margin-top: 22px; overflow-wrap: anywhere; }
  .map__canvas { height: 320px; }
  .map__card { position: relative; left: auto; bottom: auto; width: auto; border: 0; border-top: 1px solid var(--line-dark); backdrop-filter: none; }
  .map__pin b { display: none; }
  .hist-line { grid-template-columns: 1fr 1fr; }
  .hist-stats { grid-template-columns: 1fr; }
  .hist-stat, .hist-stat + .hist-stat { padding: 26px 0; border-left: 0; border-bottom: 1px solid var(--line-dark); }
  .plei { aspect-ratio: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; padding: 56px 18px 24px; }
  .plei__lines { display: none; }
  .star, .star--l { position: static; transform: none; flex-direction: row; text-align: left; align-items: flex-start; }
  .star i { margin-top: 3px; }
  .star span { white-space: normal; }
}
