/* ==========================================================================
   Перевал — стили. Токены сняты с perk.com (21.09.2026): цвета, типографика,
   скругления, тени, тайминги анимаций. Порядок: шрифты → токены → база →
   типографика → кнопки → шапка → блоки главной → страницы → формы → утилиты.
   ========================================================================== */

@font-face { font-family: "Onest"; src: url("../fonts/onest-cyrillic.woff2") format("woff2");
  font-weight: 400 700; font-display: swap; unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: "Onest"; src: url("../fonts/onest-latin-ext.woff2") format("woff2");
  font-weight: 400 700; font-display: swap; unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Onest"; src: url("../fonts/onest-latin.woff2") format("woff2");
  font-weight: 400 700; font-display: swap; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --ink: #14140F;
  --ink-2: #44443C;
  --paper: #F5F5EB;
  --paper-2: #EDEDE1;
  --mist: #FAFAF5;
  --stone: #D2D2C8;
  --muted: #6E6E64;
  --muted-2: #838377;
  --lime: #BEFF50;
  --lime-soft: #E3FFB3;
  --purple: #C8A0FF;
  --orange: #FF8C5F;
  --cyan: #82DCFA;
  --pink: #FAB9FA;
  --yellow: #FFBE00;
  --green: #1F9D55;
  --line: rgba(20, 20, 15, .12);
  --veil: rgba(25, 25, 15, .05);

  --r-xs: 8px;
  --r-sm: 18px;
  --r-md: 28px;
  --r-pill: 26px;

  --maxw: 1300px;
  --gutter: 16px;
  --nav-h: 66px;
  --sec: 56px;

  --ease: cubic-bezier(.4, 0, .2, 1);
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-pill: cubic-bezier(.65, 0, .35, 1);

  --sh-1: 0 3px 12px rgba(0, 0, 0, .08);
  --sh-2: 0 16px 40px rgba(20, 20, 15, .06);
  --sh-3: 0 8px 24px rgba(20, 20, 15, .16);
  --sh-4: 0 3px 12px rgba(0, 0, 0, .08), 0 1px 6px rgba(0, 0, 0, .08), 0 0 2px rgba(0, 0, 0, .12);
}
@media (min-width: 600px) { :root { --gutter: 24px; --sec: 72px; } }
@media (min-width: 1092px) { :root { --gutter: 32px; --nav-h: 80px; --sec: 80px; } }

/* ---------- база ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; scroll-padding-top: 120px; overflow-x: clip; }
body {
  margin: 0; background: #fff; color: var(--ink);
  font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; overflow-x: clip;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }
strong, b { font-weight: 600; }
[hidden] { display: none !important; }
::selection { background: var(--lime); color: var(--ink); }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; border-radius: 6px; }
.theme-dark :focus-visible, .on-dark :focus-visible { outline-color: #fff; }
.skip { position: absolute; left: 8px; top: -60px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 10px; }
.skip:focus { top: 8px; }
.sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wrap { width: 100%; max-width: calc(var(--maxw) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: calc(880px + var(--gutter) * 2); }
.sec { padding-block: var(--sec); }
.sec--tight { padding-block: calc(var(--sec) * .5); }
.sec--top0 { padding-top: 0; }
.sec--bot0 { padding-bottom: 0; }
.bg-paper { background: var(--paper); }
.bg-mist { background: var(--mist); }
.bg-ink { background: var(--ink); color: #fff; }
.bg-lime { background: var(--lime); }

/* ---------- типографика (шкала perk) ---------- */
.h-xl, .h1, .h2, .h3, .h4 { font-weight: 500; letter-spacing: -.03em; text-wrap: balance; }
.h-xl { font-size: 48px; line-height: 48px; }
.h1 { font-size: 42px; line-height: 40px; }
.h2 { font-size: 36px; line-height: 38px; }
.h3 { font-size: 28px; line-height: 32px; letter-spacing: -.02em; }
.h4 { font-size: 24px; line-height: 26px; letter-spacing: -.02em; }
.h5 { font-size: 20px; line-height: 24px; font-weight: 500; letter-spacing: -.01em; }
@media (min-width: 768px) {
  .h-xl { font-size: 80px; line-height: 76px; }
  .h1 { font-size: 60px; line-height: 58px; }
  .h2 { font-size: 48px; line-height: 50px; }
  .h3 { font-size: 34px; line-height: 38px; letter-spacing: -.03em; }
  .h4 { font-size: 26px; line-height: 30px; }
}
@media (min-width: 1092px) {
  .h-xl { font-size: 100px; line-height: 92px; }
  .h1 { font-size: 80px; line-height: 72px; }
  .h2 { font-size: 60px; line-height: 60px; }
  .h3 { font-size: 40px; line-height: 42px; }
  .h4 { font-size: 28px; line-height: 32px; }
}
.lead { font-size: 16px; line-height: 22px; color: var(--muted); }
.body-m { font-size: 18px; line-height: 24px; }
.body-s { font-size: 16px; line-height: 20px; }
.small { font-size: 14px; line-height: 18px; }
.tiny { font-size: 12px; line-height: 16px; }
@media (min-width: 768px) { .lead { font-size: 18px; line-height: 24px; } }
.muted { color: var(--muted); }
.eyebrow { font-size: 12px; line-height: 16px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
@media (min-width: 768px) { .eyebrow { font-size: 14px; line-height: 18px; } }
.center { text-align: center; }
sup.star { font-size: .6em; vertical-align: super; line-height: 0; margin-left: .04em; }
.nowrap { white-space: nowrap; }

/* ---------- логотип ---------- */
.logo { display: inline-flex; align-items: flex-start; font-weight: 500; font-size: 27px; line-height: 1; letter-spacing: -.045em; color: currentColor; }
.logo__plus { width: .42em; height: .42em; margin: -.2em 0 0 .04em; flex: none; }
.logo--xl { font-size: clamp(44px, 6vw, 76px); }

/* ---------- кнопки ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  height: 40px; padding: 0 12px 0 16px; border-radius: var(--r-pill); border: 1px solid transparent;
  font-size: 16px; line-height: 24px; font-weight: 400; white-space: nowrap; cursor: pointer; overflow: hidden;
  transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease);
  isolation: isolate;
}
.btn::after { content: ""; position: absolute; inset: 0; background: var(--veil); opacity: 0; transition: opacity .2s var(--ease); z-index: -1; }
.btn:hover::after { opacity: 1; }
.btn:active { transform: scale(.98); }
.btn .chev { width: 16px; height: 16px; flex: none; transition: transform .2s var(--ease); }
.btn:hover .chev--r { transform: translateX(2px); }
.btn:hover .chev--d { transform: translateY(1px); }
.btn--lime { background: var(--lime); color: var(--ink); }
.btn--line { border-color: var(--ink); color: var(--ink); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark::after { background: rgba(255, 255, 255, .1); }
.btn--white { background: #fff; color: var(--ink); }
.btn--line-w { border-color: rgba(255, 255, 255, .9); color: #fff; }
.btn--line-w::after { background: rgba(255, 255, 255, .1); }
.btn--sm { height: 32px; padding: 0 10px 0 12px; font-size: 14px; }
.btn--lg { height: 56px; padding: 0 20px 0 24px; font-size: 18px; border-radius: 30px; }
.btn--block { width: 100%; }
.btn[disabled], .btn[aria-disabled="true"] { opacity: .45; pointer-events: none; }
.tlink { display: inline-flex; align-items: center; gap: 4px; font-weight: 500; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.tlink .chev { width: 16px; height: 16px; transition: transform .2s var(--ease); }
.tlink:hover .chev { transform: translateX(3px); }
.btn-row { display: flex; flex-wrap: wrap; gap: 8px; }
.btn-row--center { justify-content: center; }
.icon-btn { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; transition: background-color .2s var(--ease); }
.icon-btn:hover { background: var(--veil); }
.icon-btn svg { width: 22px; height: 22px; }
.round-btn { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--ink); transition: background-color .2s; }
.round-btn:hover { background: var(--ink); color: #fff; }
.round-btn svg { width: 18px; height: 18px; }
.round-btn[disabled] { opacity: .3; pointer-events: none; }

.chip { display: inline-flex; align-items: center; gap: 6px; height: 28px; padding: 0 10px; border-radius: 999px; border: 1px solid var(--ink); font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.chip--w { border-color: rgba(255, 255, 255, .85); color: #fff; }
.tag { display: inline-flex; align-items: center; height: 22px; padding: 0 8px; border-radius: 6px; background: var(--paper); font-size: 12px; line-height: 16px; white-space: nowrap; }
.tag--dark { background: rgba(20, 20, 15, .38); color: #fff; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18); }
.tags { display: flex; flex-wrap: wrap; gap: 4px; }

/* ---------- шапка ---------- */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 40; height: var(--nav-h); pointer-events: none; }
.nav__bar {
  pointer-events: auto; height: var(--nav-h); background: var(--paper); color: var(--ink);
  transition: margin .3s var(--ease), padding .3s var(--ease), border-radius .3s var(--ease), background-color .3s var(--ease), box-shadow .3s var(--ease);
}
.nav__in { height: 100%; display: flex; align-items: center; gap: 16px; }
.nav__logo { flex: none; margin-right: auto; }
@media (min-width: 1092px) { .nav__logo { margin-right: 0; } }
.nav__links { display: none; align-items: center; gap: 32px; margin: 0 auto; }
.nav__link { position: relative; display: inline-flex; align-items: center; gap: 4px; height: 40px; font-size: 16px; transition: color .2s; }
.nav__link:hover, .nav__link[aria-expanded="true"] { color: var(--muted); }
.nav__link[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: 2px; border-radius: 2px; background: var(--lime); }
.nav__actions { display: flex; align-items: center; gap: 8px; }
.nav__actions .btn { display: none; }
.nav__burger .b1, .nav__burger .b2 { transition: transform .3s var(--ease); transform-origin: center; }
.nav.is-open .nav__burger .b1 { transform: translateY(3px) rotate(45deg); }
.nav.is-open .nav__burger .b2 { transform: translateY(-3px) rotate(-45deg); }
@media (min-width: 1092px) {
  .nav__links { display: flex; }
  .nav__actions .btn { display: inline-flex; }
}
@media (min-width: 1092px) and (max-width: 1380px) { .nav__links { gap: 22px; } .nav__actions .btn--line { display: none; } }
/* плавающая «пилюля» после прокрутки — как у perk */
.nav.is-scrolled .nav__bar {
  margin: 12px 12px 0; padding-inline: 4px; border-radius: 22px;
  background: rgba(245, 245, 235, .86); -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px);
  box-shadow: 0 1px 0 rgba(20, 20, 15, .04);
}
@media (min-width: 600px) { .nav.is-scrolled .nav__bar { margin: 16px 16px 0; padding-inline: 8px; border-radius: 28px; } }
@media (min-width: 1092px) {
  .nav.is-scrolled .nav__bar { margin: 24px max(16px, calc((100vw - var(--maxw)) / 2 - 40px)) 0; padding-inline: max(0px, calc(40px - var(--gutter))); }
}
.nav.is-open .nav__bar, .nav.menu-open .nav__bar { background: var(--paper); }

/* ---------- нижнее меню на телефоне: плавающая «пилюля», как шапка после прокрутки ---------- */
.tabbar { display: none; }
@media (max-width: 767px) {
  .tabbar {
    position: fixed; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); z-index: 39;
    display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 2px; padding: 6px; border-radius: 24px;
    background: rgba(245, 245, 235, .9); -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px);
    box-shadow: 0 12px 32px rgba(20, 20, 15, .14), 0 0 0 1px rgba(20, 20, 15, .06);
    transition: transform .35s var(--ease), opacity .35s var(--ease);
  }
  .tabbar.is-hidden { transform: translateY(calc(100% + 24px)); opacity: 0; pointer-events: none; }
  .tabbar__i {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; height: 54px; min-width: 0;
    border: 0; border-radius: 18px; background: none; color: var(--ink-2); font: inherit; font-size: 11px; font-weight: 500;
    line-height: 1.1; cursor: pointer; -webkit-tap-highlight-color: transparent; transition: background-color .2s, color .2s, transform .15s;
  }
  .tabbar__i span { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .tabbar__i svg { width: 22px; height: 22px; flex: none; }
  .tabbar__i:active { transform: scale(.94); }
  .tabbar__i[aria-current="page"], .tabbar__i[aria-expanded="true"] { background: #fff; color: var(--ink); box-shadow: 0 1px 2px rgba(20, 20, 15, .08); }
  .tabbar__i--cta, .tabbar__i--cta[aria-current="page"] { background: var(--lime); color: var(--ink); font-weight: 600; box-shadow: none; }
  .tabbar .b1, .tabbar .b2 { transition: transform .3s var(--ease); transform-origin: center; }
  .tabbar__i[aria-expanded="true"] .b1 { transform: translateY(3px) rotate(45deg); }
  .tabbar__i[aria-expanded="true"] .b2 { transform: translateY(-3px) rotate(-45deg); }
  /* низ страницы и меню не прячутся под панелью */
  body { padding-bottom: calc(84px + env(safe-area-inset-bottom)); }
  .mnav.mnav { padding-bottom: calc(96px + env(safe-area-inset-bottom)); }  /* двойной класс — перебить общее правило ниже */
}
/* тёмная тема шапки (каталог) */
.theme-dark .nav:not(.is-scrolled):not(.is-open) .nav__bar { background: var(--ink); color: #fff; }
.theme-dark .nav:not(.is-scrolled):not(.is-open) .btn--line { border-color: #fff; color: #fff; }
.theme-dark .nav:not(.is-scrolled):not(.is-open) .nav__link:hover { color: var(--stone); }

/* мега-меню */
.mega {
  position: absolute; top: calc(var(--nav-h) + 8px); left: 16px; right: 16px; z-index: 2; pointer-events: auto;
  background: #fff; color: var(--ink); border-radius: var(--r-md); box-shadow: var(--sh-3); padding: 28px 32px 20px;
  opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .25s var(--ease), transform .25s var(--ease), visibility 0s .25s;
  max-height: calc(100vh - var(--nav-h) - 40px); overflow: auto;
}
@media (min-width: 1092px) { .mega { left: max(16px, calc((100vw - var(--maxw)) / 2 - 40px)); right: max(16px, calc((100vw - var(--maxw)) / 2 - 40px)); } }
.nav.is-scrolled .mega { top: calc(var(--nav-h) + 32px); }
.mega.is-open { opacity: 1; visibility: visible; transform: none; transition: opacity .25s var(--ease), transform .25s var(--ease), visibility 0s; }
.mega--dark { background: var(--ink); color: #fff; }
.mega__top { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding-bottom: 22px; }
.mega__label { font-size: 14px; color: var(--muted); margin-bottom: 6px; }
.mega--dark .mega__label { color: var(--muted-2); }
.mega__title { font-size: 20px; font-weight: 500; letter-spacing: -.01em; }
.mega__cols { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.mega__cols--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.mega__col h4 { font-size: 14px; font-weight: 400; color: var(--muted); margin-bottom: 10px; }
.mega--dark .mega__col h4 { color: var(--muted-2); }
.mega__col a { display: block; padding: 5px 0; font-size: 16px; line-height: 22px; transition: color .15s; }
.mega__col a:hover { color: var(--muted); }
.mega--dark .mega__col a:hover { color: var(--lime); }
.mega__col a small { display: block; font-size: 13px; color: var(--muted); }
.mega__more { display: flex; align-items: center; justify-content: space-between; margin-top: 22px; padding: 14px 0 6px; border-top: 1px solid var(--line); font-size: 15px; }
.mega__more a:hover { color: var(--muted); }
.mega__regions { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.mreg { display: flex; align-items: center; gap: 12px; padding: 8px; border-radius: 16px; transition: background-color .2s; }
.mreg:hover { background: var(--paper); }
.mreg img { width: 64px; height: 64px; border-radius: 12px; object-fit: cover; flex: none; }
.mreg b { display: block; font-weight: 500; font-size: 16px; line-height: 20px; }
.mreg span { font-size: 13px; color: var(--muted); }
.scrim { position: fixed; inset: 0; z-index: 39; background: rgba(245, 245, 235, .35); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); opacity: 0; visibility: hidden; transition: opacity .25s, visibility 0s .25s; }
.scrim.is-on { opacity: 1; visibility: visible; transition: opacity .25s, visibility 0s; }

/* мобильное меню */
.mnav {
  position: fixed; inset: 0; z-index: 38; background: var(--paper); padding: calc(var(--nav-h) + 12px) var(--gutter) 24px;
  display: flex; flex-direction: column; overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(-12px);
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility 0s .3s;
}
.mnav.is-open { opacity: 1; visibility: visible; transform: none; transition: opacity .3s var(--ease), transform .3s var(--ease), visibility 0s; }
.mnav__list > li { border-bottom: 1px solid var(--line); }
.mnav__list > li > a, .mnav__list summary { display: flex; align-items: center; justify-content: space-between; min-height: 56px; font-size: 22px; font-weight: 500; letter-spacing: -.02em; list-style: none; cursor: pointer; }
.mnav__list summary::-webkit-details-marker { display: none; }
.mnav__list summary svg { width: 20px; height: 20px; transition: transform .3s var(--ease); }
.mnav__list details[open] summary svg { transform: rotate(180deg); }
.mnav__sub { padding: 0 0 16px; display: grid; gap: 2px; }
.mnav__sub a { display: flex; justify-content: space-between; padding: 8px 0; font-size: 17px; color: var(--ink-2); }
.mnav__sub a span { color: var(--muted); font-size: 14px; }
.mnav__foot { margin-top: auto; padding-top: 24px; display: grid; gap: 8px; }
.mnav__contacts { margin-top: 16px; font-size: 14px; color: var(--muted); display: grid; gap: 4px; text-align: center; }

/* ---------- проявление при прокрутке ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); transition-delay: var(--d, 0s); }
.js [data-reveal].is-in { opacity: 1; transform: none; }
.js.reveal-off [data-reveal] { opacity: 1; transform: none; transition: none; }

/* ---------- первый экран главной ---------- */
.hero { background: var(--paper); padding-top: calc(var(--nav-h) + 28px); overflow: hidden; text-align: center; }
@media (min-width: 1092px) { .hero { padding-top: calc(var(--nav-h) + 44px); } }
.hero__title { max-width: 1060px; margin-inline: auto; }
.rating { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; font-size: 15px; font-weight: 500; }
.rating__mark { width: 22px; height: 22px; border-radius: 50%; background: var(--ink); color: var(--lime); display: grid; place-items: center; font-size: 12px; font-weight: 600; }
.stars { display: inline-flex; gap: 3px; }
.stars svg { width: 18px; height: 18px; }
.hero__cta { display: grid; gap: 8px; margin-top: 28px; }
.hero__cta .btn { width: 100%; height: 56px; font-size: 18px; border-radius: 30px; }
@media (min-width: 600px) {
  .hero__cta { display: flex; justify-content: center; margin-top: 40px; }
  .hero__cta .btn { width: auto; height: 40px; font-size: 16px; border-radius: var(--r-pill); }
}
.hero__cta .dd { position: relative; }
.dd__menu {
  position: absolute; top: calc(100% + 8px); left: 50%; min-width: 280px; z-index: 5; text-align: left;
  background: #fff; border-radius: 20px; box-shadow: var(--sh-3); padding: 8px;
  opacity: 0; visibility: hidden; transform: translate(-50%, -6px); transition: opacity .2s, transform .2s, visibility 0s .2s;
}
.dd.is-open .dd__menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); transition: opacity .2s, transform .2s, visibility 0s; }
.dd__menu a { display: flex; justify-content: space-between; gap: 16px; padding: 10px 12px; border-radius: 12px; font-size: 15px; }
.dd__menu a:hover { background: var(--paper); }
.dd__menu a span { color: var(--muted); }
.dd .chev--d { transition: transform .2s; }
.dd.is-open .chev--d { transform: rotate(180deg); }

/* макет «ноутбук + телефон + сертификат» */
.stage { position: relative; height: 330px; margin-top: 40px; }
@media (min-width: 768px) { .stage { height: 360px; } }
@media (min-width: 1092px) { .stage { height: 330px; margin-top: 44px; } }
.laptop { position: absolute; left: 0; top: 0; width: 68%; max-width: 900px; display: none; text-align: left; }
@media (min-width: 768px) { .laptop { display: block; } }
.laptop__lid { background: #1c1c19; border-radius: 22px 22px 0 0; padding: 12px 12px 0; box-shadow: 0 -1px 0 #3a3a35 inset; }
.laptop__cam { width: 90px; height: 18px; background: #1c1c19; border-radius: 0 0 12px 12px; margin: -12px auto 0; position: relative; z-index: 2; }
.laptop__screen { background: #fff; border-radius: 10px 10px 0 0; height: 420px; display: grid; grid-template-columns: 52px 1fr; overflow: hidden; margin-top: -6px; }
.ui-side { border-right: 1px solid #eee; display: flex; flex-direction: column; align-items: center; gap: 18px; padding-top: 16px; color: #8a8a80; }
.ui-side svg { width: 18px; height: 18px; }
.ui-side .on { color: var(--ink); background: var(--paper); border-radius: 8px; padding: 6px; width: 30px; height: 30px; }
.ui-main { padding: 26px 30px; }
.ui-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ui-head h3 { font-size: 26px; font-weight: 500; letter-spacing: -.02em; }
.ui-head .b { display: flex; gap: 8px; }
.ui-btn { height: 26px; padding: 0 10px; border-radius: 6px; font-size: 11px; display: inline-flex; align-items: center; gap: 6px; border: 1px solid #d9d9d0; white-space: nowrap; }
.ui-btn--dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.ui-filters { display: flex; gap: 12px; margin-top: 18px; }
.ui-field { font-size: 10px; color: #8a8a80; }
.ui-field div { margin-top: 4px; width: 180px; height: 28px; border: 1px solid #e3e3db; border-radius: 6px; display: flex; align-items: center; justify-content: space-between; padding: 0 8px; font-size: 11px; color: var(--ink); }
.ui-sub { margin-top: 20px; font-size: 15px; font-weight: 500; }
.ui-card { margin-top: 12px; border: 1px solid #ecece4; border-radius: 12px; padding: 14px 16px; }
.ui-card__t { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 500; }
.ui-card__t i { width: 20px; height: 20px; border-radius: 6px; background: var(--paper); display: grid; place-items: center; font-style: normal; font-size: 11px; }
.ui-card__s { font-size: 9px; color: #8a8a80; margin: 2px 0 10px 28px; }
.ui-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.ui-stat small { display: block; font-size: 9px; color: #8a8a80; }
.ui-stat b { font-size: 19px; font-weight: 500; letter-spacing: -.02em; }
.ui-stat b sub { font-size: 11px; vertical-align: baseline; }
.ui-stat em { font-style: normal; font-size: 9px; color: var(--green); background: #e8f7ee; border-radius: 4px; padding: 1px 4px; margin-left: 4px; }
.ui-stat--g b { color: var(--green); font-size: 14px; }
.phone {
  position: absolute; width: 218px; left: 50%; margin-left: -109px; top: 0; text-align: left;
  background: #2a2a27; border-radius: 40px; padding: 8px; box-shadow: 0 0 0 1.5px #5a5a55 inset, var(--sh-2);
  animation: floatY 6s ease-in-out infinite; z-index: 3;
}
@media (min-width: 768px) { .phone { left: auto; right: 23%; margin-left: 0; top: 18px; } }
@media (min-width: 1092px) { .phone { right: 21%; } }
.phone__screen { background: #fff; border-radius: 32px; height: 440px; overflow: hidden; padding: 14px 14px; position: relative; }
.phone__island { width: 74px; height: 22px; background: #111; border-radius: 12px; margin: -4px auto 10px; }
.ph-top { display: flex; align-items: center; justify-content: space-between; }
.ph-plus { width: 22px; height: 22px; border-radius: 50%; background: var(--ink); display: grid; place-items: center; }
.ph-plus svg { width: 12px; height: 12px; color: var(--lime); }
.ph-top .r { display: flex; gap: 8px; align-items: center; }
.ph-av { width: 22px; height: 22px; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--pink)); }
.ph-in { position: relative; width: 20px; height: 16px; border: 1.5px solid var(--ink); border-radius: 4px; }
.ph-in::after { content: "2"; position: absolute; top: -8px; right: -8px; width: 13px; height: 13px; border-radius: 50%; background: #e0245e; color: #fff; font-size: 8px; display: grid; place-items: center; }
.ph-date { font-size: 10px; color: #8a8a80; margin-top: 12px; }
.ph-city { font-size: 20px; font-weight: 500; letter-spacing: -.02em; }
.ph-card { margin-top: 10px; border: 1px solid #ecece4; border-radius: 12px; padding: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, .04); }
.ph-card__h { display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 600; }
.ph-ok { font-size: 8.5px; color: var(--green); background: #e8f7ee; border-radius: 4px; padding: 2px 5px; font-weight: 500; }
.ph-route { display: flex; justify-content: space-between; margin-top: 10px; font-size: 8.5px; color: #6e6e64; }
.ph-times { display: flex; align-items: center; justify-content: space-between; font-size: 16px; font-weight: 500; letter-spacing: -.02em; }
.ph-times small { font-size: 9px; }
.ph-times svg { width: 14px; height: 14px; }
.ph-meta { display: flex; justify-content: space-between; font-size: 8px; color: #8a8a80; margin-top: 2px; }
.ph-row { margin-top: 8px; border: 1px solid #ecece4; border-radius: 8px; height: 26px; display: flex; align-items: center; justify-content: space-between; padding: 0 8px; font-size: 9px; }
.ph-cta { position: absolute; left: 14px; right: 14px; bottom: 16px; height: 34px; border-radius: 10px; background: var(--lime); display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 11px; font-weight: 500; }
.gift {
  position: absolute; display: none; right: 0; top: 150px; width: 250px; height: 158px; border-radius: 14px; padding: 16px; text-align: left;
  background: var(--lime); box-shadow: var(--sh-2); animation: floatY 7s ease-in-out -2s infinite;
}
@media (min-width: 768px) { .gift { display: block; right: 2%; } }
@media (min-width: 1092px) { .gift { right: 1%; } }
.gift .logo { font-size: 20px; }
.gift__lab { position: absolute; top: 18px; right: 16px; font-size: 9px; letter-spacing: .12em; font-weight: 600; }
.gift__sum { position: absolute; left: 16px; bottom: 16px; font-size: 22px; font-weight: 500; letter-spacing: -.02em; }
.gift__sum small { display: block; font-size: 9px; font-weight: 500; letter-spacing: .1em; opacity: .7; }
.gift__mt { position: absolute; right: 14px; bottom: 14px; width: 54px; }
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ---------- бегущая полоса (логотипы perk → регионы) ---------- */
.band { position: relative; background: var(--stone); height: 60px; display: flex; align-items: center; overflow: hidden; }
.band__title { position: absolute; left: 0; top: 0; bottom: 0; z-index: 2; display: none; align-items: center; padding: 0 60px 0 max(var(--gutter), calc((100vw - var(--maxw)) / 2));
  background: linear-gradient(to right, var(--stone) 0, var(--stone) calc(100% - 40px), transparent 100%); font-size: 16px; white-space: nowrap; }
@media (min-width: 1092px) { .band__title { display: flex; } }
.marquee { display: flex; width: max-content; animation: marquee var(--dur, 60s) linear infinite; }
.marquee:hover, .band:hover .marquee { animation-play-state: paused; }
.marquee__set { display: flex; align-items: center; gap: 64px; padding-right: 64px; }
.band__item { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; color: #2c2c26; }
.band__item svg { width: 22px; height: 22px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- заголовок секции ---------- */
.shead { max-width: 900px; margin: 0 auto 40px; text-align: center; }
.shead .lead { max-width: 640px; margin: 16px auto 0; }
.shead .btn { margin-top: 24px; }
.shead--left { margin-left: 0; text-align: left; }
.shead--left .lead { margin-left: 0; }

/* счётчик: резервируем ширину, чтобы текст не прыгал */
.count { position: relative; display: inline-grid; white-space: nowrap; }
.count > .count__res { grid-area: 1 / 1; visibility: hidden; justify-self: start; }
.count > .count__val { position: absolute; top: 0; right: 0; }

/* ---------- вкладки Горы / Культура / Гастро ---------- */
.showcase { background: var(--paper); border-radius: var(--r-sm); padding: 16px; position: relative; overflow: hidden; }
@media (min-width: 768px) { .showcase { border-radius: var(--r-md); padding: 0; } }
.tabs { position: relative; display: inline-flex; background: #fff; border-radius: 999px; padding: 6px; box-shadow: var(--sh-1); z-index: 3; }
.tabs__pill { position: absolute; top: 6px; bottom: 6px; left: 0; border-radius: 999px; background: var(--lime); width: 0; }
.tabs__pill.is-ready { transition: transform .32s var(--ease-pill), width .32s var(--ease-pill); will-change: transform, width; }
.tabs__btn { position: relative; z-index: 1; height: 36px; padding: 0 16px; border-radius: 999px; font-size: 15px; white-space: nowrap; transition: color .2s; }
.tabs__btn[aria-selected="false"]:hover { color: var(--muted); }
.showcase .tabs { position: relative; margin: 0 auto 16px; display: flex; width: max-content; }
@media (min-width: 768px) { .showcase .tabs { position: absolute; top: 24px; left: 24px; margin: 0; } }
.showcase__panels { display: grid; grid-template-areas: "stack"; }
.showcase__panel { grid-area: stack; display: flex; flex-direction: column-reverse; gap: 16px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .28s ease, visibility 0s linear .28s; }
.showcase__panel.is-active { opacity: 1; visibility: visible; pointer-events: auto; transition: opacity .28s ease 60ms, visibility 0s; }
@media (min-width: 768px) { .showcase__panel { flex-direction: row; gap: 0; height: 380px; } }
@media (min-width: 1092px) { .showcase__panel { height: 400px; } }
.showcase__text { display: flex; flex-direction: column; justify-content: flex-end; gap: 20px; padding: 4px 4px 8px; }
@media (min-width: 768px) { .showcase__text { width: 44%; flex: none; padding: 108px 24px 28px; } }
@media (min-width: 1092px) { .showcase__text { width: 460px; padding-right: 60px; } }
.showcase__text p { color: var(--muted); font-size: 16px; line-height: 22px; }
@media (min-width: 768px) { .showcase__text p { font-size: 18px; line-height: 24px; } }
.showcase__media { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 16 / 10; flex: 1; }
@media (min-width: 768px) { .showcase__media { aspect-ratio: auto; margin: 16px 16px 16px 0; border-radius: var(--r-sm); } }
.showcase__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 1.2s var(--ease-out); }
.showcase__panel.is-active .showcase__media img { transform: none; }
.showcase__cap { position: absolute; left: 12px; bottom: 12px; display: flex; gap: 6px; flex-wrap: wrap; }
.showcase__cap span { background: rgba(255, 255, 255, .92); border-radius: 999px; padding: 4px 10px; font-size: 12px; font-weight: 500; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }

.proof { margin-top: 12px; background: var(--paper); border-radius: var(--r-sm); padding: 20px; display: grid; gap: 16px; }
@media (min-width: 768px) { .proof { border-radius: var(--r-md); } }
@media (min-width: 1092px) { .proof { grid-template-columns: 170px auto auto 1fr auto; align-items: center; gap: 0; padding: 24px 28px; } }
.proof__logo { font-weight: 600; letter-spacing: .14em; font-size: 14px; text-transform: uppercase; display: flex; align-items: center; gap: 8px; }
.proof__logo svg { width: 22px; height: 22px; }
.proof__stat { padding-right: 28px; }
@media (min-width: 1092px) { .proof__stat { border-left: 1px solid var(--stone); padding: 2px 28px 2px 12px; } }
.proof__stat b { display: block; font-size: 34px; line-height: 38px; font-weight: 500; letter-spacing: -.03em; color: #5c5c53; }
.proof__stat span { font-size: 12px; color: var(--muted); }
.proof__stats { display: flex; }
@media (min-width: 1092px) { .proof__stats { display: contents; } }
.proof__quote { font-size: 15px; line-height: 21px; }
@media (min-width: 1092px) { .proof__quote { padding: 0 28px 0 12px; } }
.proof__quote cite { display: block; font-style: normal; color: var(--muted); margin-top: 2px; font-size: 14px; }

/* ---------- 4 карточки ценностей ---------- */
.grid { display: grid; gap: 12px; }
@media (min-width: 600px) { .grid--2, .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1092px) { .grid { gap: 16px; } .grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.vcard { background: var(--paper); border-radius: var(--r-sm); padding: 20px; display: flex; flex-direction: column; gap: 12px; min-height: 100%; }
@media (min-width: 1092px) { .vcard { padding: 24px; min-height: 300px; } }
.vcard__ico { width: 28px; height: 28px; margin-bottom: 20px; }
.vcard h3 { font-size: 24px; line-height: 28px; font-weight: 500; letter-spacing: -.02em; }
.vcard p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 20px; }

/* ---------- раскрывающаяся карусель ---------- */
.xcar { position: relative; }
.xcar__view { overflow: hidden; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); }
.xcar__track { display: flex; gap: 12px; transition: transform .6s var(--ease-out); will-change: transform; }
@media (max-width: 1091px) {
  .xcar__view { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
  .xcar__view::-webkit-scrollbar { display: none; }
  .xcar__track { transform: none !important; }
}
.xslide {
  position: relative; flex: none; width: min(86vw, 520px); height: 460px; border-radius: var(--r-sm); background: var(--paper);
  border: 2px solid transparent; scroll-snap-align: start; overflow: hidden; cursor: pointer; text-align: left;
  display: flex; flex-direction: column;
}
@media (min-width: 1092px) {
  .xslide { width: 420px; height: 420px; border-radius: var(--r-md); transition: width .6s var(--ease-out), border-color .3s; }
  .xslide.is-active { width: 856px; cursor: default; }
}
.xslide.is-active, .xslide:is(:hover, :focus-visible) { border-color: transparent; }
@supports (background: conic-gradient(#000, #fff)) {
  .xslide.is-active {
    background-image: linear-gradient(var(--paper), var(--paper)),
      conic-gradient(from 220deg at 35% 80%, #82dcfab3 -6deg, #c8a0ffb3 25deg, #fab9fab3 41deg, #ff8c5fb3 51deg, #beff50b3 63deg, #beff50 305deg, #82dcfab3 353deg, #c8a0ffb3 385deg);
    background-origin: border-box; background-clip: padding-box, border-box;
  }
}
@media (max-width: 1091px) { .xslide { cursor: default; } }
.xslide .chip { position: absolute; top: 20px; left: 20px; z-index: 2; background: var(--paper); }
.xslide__body { position: relative; z-index: 2; margin-top: auto; padding: 24px; width: 100%; }
@media (min-width: 1092px) { .xslide__body { width: 400px; flex: none; } }
.xslide__title { font-size: 24px; line-height: 28px; font-weight: 500; letter-spacing: -.02em; }
@media (min-width: 1092px) { .xslide__title { font-size: 26px; line-height: 30px; } }
.xslide__more { display: grid; grid-template-rows: 1fr; transition: grid-template-rows .5s var(--ease-out), opacity .4s; }
.xslide__more > div { overflow: hidden; }
.xslide__more p { color: var(--muted); font-size: 15px; line-height: 20px; margin-top: 10px; }
.xslide__more .tlink { margin-top: 14px; font-size: 14px; }
@media (min-width: 1092px) { .xslide:not(.is-active) .xslide__more { grid-template-rows: 0fr; opacity: 0; } }
.xslide__vis {
  position: absolute; z-index: 1; top: 16px; right: 16px; bottom: auto; left: 16px; height: 190px; border-radius: 16px;
  background: linear-gradient(180deg, var(--paper-2), rgba(237, 237, 225, .3)); display: grid; place-items: center; padding: 16px;
}
@media (min-width: 1092px) {
  .xslide__vis { top: 16px; right: 16px; bottom: 16px; left: auto; width: 420px; height: auto; opacity: 0; transform: translateX(24px); transition: opacity .5s var(--ease-out) .1s, transform .6s var(--ease-out) .1s; }
  .xslide.is-active .xslide__vis { opacity: 1; transform: none; }
}
.xcar__foot { display: flex; align-items: center; justify-content: center; margin-top: 28px; position: relative; min-height: 40px; }
.xcar__dots { display: flex; align-items: center; gap: 8px; }
.xcar__dot { position: relative; width: 6px; height: 6px; border-radius: 6px; background: var(--stone); overflow: hidden; transition: width .4s var(--ease-out); }
.xcar__dot.is-active { width: 40px; }
.xcar__dot i { position: absolute; inset: 0; background: var(--ink); transform-origin: left; transform: scaleX(0); }
.xcar__dot.is-done i { transform: scaleX(1); }
.xcar__arrows { position: absolute; right: 0; display: none; gap: 8px; }
@media (min-width: 1092px) { .xcar__arrows { display: flex; } }
/* мини-интерфейсы внутри карусели */
.mini { width: 100%; max-width: 330px; background: #fff; border-radius: 14px; box-shadow: var(--sh-1); padding: 14px; font-size: 12px; }
.mini__h { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-weight: 600; font-size: 12px; margin-bottom: 10px; }
.mini__h span { font-weight: 400; color: var(--muted); font-size: 11px; }
.mini__row { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-top: 1px solid #f0f0ea; }
.mini__row:first-of-type { border-top: 0; }
.mini__ic { width: 24px; height: 24px; border-radius: 50%; flex: none; display: grid; place-items: center; background: var(--paper); font-size: 11px; }
.mini__ic svg { width: 12px; height: 12px; }
.mini__ic--ok { background: var(--lime); }
.mini__txt { flex: 1; min-width: 0; }
.mini__txt b { display: block; font-weight: 500; }
.mini__txt small { color: var(--muted); }
.mini__ok { font-size: 10px; color: var(--green); background: #e8f7ee; border-radius: 4px; padding: 2px 6px; white-space: nowrap; }
.mini__warn { font-size: 10px; color: #b35a00; background: #fff1e0; border-radius: 4px; padding: 2px 6px; white-space: nowrap; }
.mini__bar { height: 6px; border-radius: 6px; background: var(--paper); overflow: hidden; margin-top: 6px; }
.mini__bar i { display: block; height: 100%; background: var(--lime); width: var(--w, 60%); }
.mini__days { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; text-align: center; }
.mini__day { border-radius: 10px; padding: 8px 2px; background: var(--paper); font-size: 10px; }
.mini__day svg { width: 22px; height: 22px; margin: 4px auto; }
.mini__day b { display: block; font-size: 12px; }
.mini__day.is-go { background: var(--lime); }
.mini__bubble { max-width: 82%; padding: 8px 10px; border-radius: 12px; background: var(--paper); margin-top: 6px; line-height: 1.35; }
.mini__bubble--me { margin-left: auto; background: var(--lime); }
.mini__bubble small { display: block; color: var(--muted); font-size: 10px; margin-bottom: 2px; }
.xslide.is-active .mini > * { animation: miniIn .5s var(--ease-out) both; }
.xslide.is-active .mini > *:nth-child(2) { animation-delay: .08s; }
.xslide.is-active .mini > *:nth-child(3) { animation-delay: .16s; }
.xslide.is-active .mini > *:nth-child(4) { animation-delay: .24s; }
.xslide.is-active .mini > *:nth-child(5) { animation-delay: .32s; }
@keyframes miniIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* ---------- стопка карточек (sticky) ---------- */
.stack { display: grid; gap: 16px; }
.stack__item { --i: 0; }
.stack__card { background: var(--paper); border-radius: var(--r-sm); padding: 16px; display: flex; flex-direction: column-reverse; gap: 16px; }
@media (min-width: 768px) { .stack__card { border-radius: var(--r-md); } }
@media (min-width: 1092px) {
  .stack { gap: 24px; }
  .stack__item { position: sticky; top: calc(var(--nav-h) + 40px + var(--i) * 62px); z-index: calc(1 + var(--i)); }
  .stack__item + .stack__item .stack__card { box-shadow: var(--sh-1); }
  .stack__card { flex-direction: row; height: 400px; padding: 0; }
}
.stack__text { display: flex; flex-direction: column; padding: 8px 8px 12px; }
@media (min-width: 1092px) { .stack__text { width: 44%; flex: none; padding: 24px 24px 28px; } }
.stack__text .eyebrow { margin-bottom: 20px; }
@media (min-width: 1092px) { .stack__text .eyebrow { margin-bottom: auto; } }
.stack__text h3 { font-size: 26px; line-height: 30px; font-weight: 500; letter-spacing: -.02em; max-width: 420px; }
@media (min-width: 1092px) { .stack__text h3 { font-size: 30px; line-height: 34px; } }
.stack__text p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 21px; margin-top: 10px; max-width: 420px; }
.stack__text .tlink { margin-top: 18px; font-size: 15px; }
.stack__media { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 16 / 9; }
@media (min-width: 1092px) { .stack__media { flex: 1; aspect-ratio: auto; margin: 24px 24px 24px 0; border-radius: var(--r-sm); } }
.stack__media img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- горизонтальный аккордеон ---------- */
.hacc { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); }
.hacc::-webkit-scrollbar { display: none; }
.hacc__item {
  position: relative; flex: none; width: 82vw; max-width: 420px; height: 440px; border-radius: var(--r-sm); overflow: hidden; color: #fff; scroll-snap-align: start;
  background: var(--ink);
}
.hacc__item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); }
.hacc__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20, 20, 15, .72) 0%, rgba(20, 20, 15, .28) 32%, rgba(20, 20, 15, 0) 52%, rgba(20, 20, 15, .62) 100%); }
.hacc__top { position: absolute; z-index: 2; top: 20px; left: 20px; right: 20px; }
.hacc__label { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.hacc__title { margin-top: 10px; font-size: 22px; line-height: 26px; font-weight: 500; letter-spacing: -.02em; max-width: 380px; }
.hacc__meta { display: flex; gap: 6px; margin-top: 12px; flex-wrap: wrap; }
.hacc__foot { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 20px; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.hacc__foot .tlink { color: #fff; font-size: 14px; }
.hacc__mini { display: none; position: absolute; z-index: 2; top: 18px; left: 0; right: 0; text-align: center; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
@media (min-width: 1092px) {
  .hacc { overflow: visible; margin: 0; padding: 0; height: 500px; }
  .hacc__item { width: auto; max-width: none; height: 100%; flex: 0 0 100px; border-radius: var(--r-md); transition: flex-grow .6s var(--ease-out), flex-basis .6s var(--ease-out); cursor: pointer; }
  .hacc__item.is-active { flex: 1 1 0; cursor: default; }
  .hacc__item .hacc__top, .hacc__item .hacc__foot { opacity: 0; transform: translateY(8px); transition: opacity .35s, transform .45s var(--ease-out); pointer-events: none; min-width: 380px; }
  .hacc__item.is-active .hacc__top, .hacc__item.is-active .hacc__foot { opacity: 1; transform: none; transition-delay: .25s; pointer-events: auto; }
  .hacc__mini { display: block; transition: opacity .3s; writing-mode: vertical-rl; transform: rotate(180deg); top: auto; bottom: 22px; left: 50%; right: auto; margin-left: -8px; font-size: 12px; }
  .hacc__item.is-active .hacc__mini { opacity: 0; }
  .hacc__item:not(.is-active):hover img { transform: scale(1.05); }
}

/* бейджи «почему с нами спокойно» (G2 у perk) */
.loved { margin-top: 12px; background: var(--paper); border-radius: var(--r-sm); padding: 20px; display: grid; gap: 20px; align-items: center; }
@media (min-width: 768px) { .loved { border-radius: var(--r-md); padding: 24px 28px; } }
@media (min-width: 1092px) { .loved { grid-template-columns: 1fr auto; } }
.loved__t { font-size: 22px; font-weight: 500; letter-spacing: -.02em; }
.badges { display: flex; flex-wrap: wrap; gap: 10px; }
.badge { width: 72px; flex: none; filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .12)); transition: transform .3s var(--ease-out); }
.badge:hover { transform: translateY(-3px); }
@media (min-width: 768px) { .badge { width: 80px; } }

/* ресурсы */
.res { background: var(--paper); border-radius: var(--r-sm); padding: 20px; display: flex; flex-direction: column; gap: 14px; transition: transform .35s var(--ease-out); }
@media (min-width: 768px) { .res { border-radius: var(--r-md); padding: 24px; } }
.res:hover { transform: translateY(-4px); }
.res h3 { font-size: 24px; line-height: 28px; font-weight: 500; letter-spacing: -.02em; max-width: 300px; }
.res__ill { display: grid; place-items: center; height: 200px; }
.res__ill img, .res__ill svg { width: 200px; height: 200px; object-fit: contain; transition: transform .6s var(--ease-out); }
.res:hover .res__ill img, .res:hover .res__ill svg { transform: rotate(-3deg) scale(1.04); }
.res p { color: var(--muted); font-size: 15px; line-height: 20px; }
.res .tlink { margin-top: auto; font-size: 15px; }

/* тёмный баннер */
.banner { position: relative; overflow: hidden; border-radius: var(--r-sm); color: #fff; text-align: center; min-height: 440px; display: grid; place-items: center; padding: 48px 20px; background: var(--ink); isolation: isolate; }
@media (min-width: 768px) { .banner { border-radius: var(--r-md); min-height: 500px; } }
.banner__bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05) brightness(.8); transform: scale(1.08); transition: transform 1.6s var(--ease-out); }
.banner.is-in .banner__bg { transform: scale(1); }
.banner::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at center, rgba(20, 20, 15, .35), rgba(20, 20, 15, .7)); }
.banner .chip { margin-bottom: 24px; max-width: 100%; white-space: normal; height: auto; min-height: 28px; padding: 5px 12px; text-align: center; justify-content: center; line-height: 16px; }
.banner h2 { max-width: 820px; margin-inline: auto; }
.banner .btn { margin-top: 32px; }

/* бегущие города */
.cities { overflow: hidden; }
.cities__rows { display: grid; gap: 20px; margin-top: 28px; }
.cities__row { display: flex; width: max-content; animation: marquee var(--dur, 70s) linear infinite; }
.cities__row--r { animation-direction: reverse; }
.cities__rows:hover .cities__row { animation-play-state: paused; }
.cities__set { display: flex; align-items: center; gap: 56px; padding-right: 56px; }
.city { position: relative; display: inline-flex; align-items: center; gap: 20px; white-space: nowrap; }
.city img { width: 84px; height: 84px; border-radius: 16px; object-fit: cover; transition: transform .4s var(--ease-out); }
.city b { font-size: 52px; line-height: 1; font-weight: 500; letter-spacing: -.04em; }
.city .tag { position: absolute; right: -8px; bottom: -6px; background: var(--stone); }
@media (min-width: 768px) { .city img { width: 144px; height: 144px; border-radius: 22px; } .city b { font-size: 88px; } .city .tag { font-size: 13px; height: 24px; } }
.city:hover img { transform: rotate(-4deg) scale(1.04); }
.cursor { position: fixed; top: 0; left: 0; z-index: 60; width: 72px; height: 72px; margin: -36px 0 0 -36px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; pointer-events: none; opacity: 0; transform: scale(.4); transition: opacity .2s, transform .25s var(--ease-out); }
.cursor.is-on { opacity: 1; transform: scale(1); }
.cursor svg { width: 26px; height: 26px; }
@media (hover: hover) and (pointer: fine) { .cities .city { cursor: none; } }

.notes { font-size: 12px; line-height: 17px; color: var(--muted); display: grid; gap: 2px; }

/* ---------- подвал ---------- */
.foot { background: #fff; overflow: hidden; }
.foot__lime { background: var(--lime); border-radius: 0 0 var(--r-md) var(--r-md); overflow: hidden; padding-top: 48px; }
.foot__top { display: grid; gap: 20px; align-items: center; padding-bottom: 28px; border-bottom: 1px solid rgba(20, 20, 15, .2); }
@media (min-width: 1092px) { .foot__top { grid-template-columns: 220px auto 1fr auto; gap: 32px; } }
.foot__q { font-size: 22px; line-height: 26px; font-weight: 500; letter-spacing: -.02em; }
.foot__qlinks { display: flex; flex-wrap: wrap; gap: 8px 28px; font-size: 17px; }
.foot__qlinks a:hover, .foot__col a:hover { text-decoration: underline; text-underline-offset: 3px; }
.socials { display: flex; gap: 8px; }
@media (min-width: 1092px) { .socials { justify-content: center; } }
.socials a { width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; transition: transform .2s; }
.socials a:hover { transform: translateY(-2px); }
.socials svg { width: 18px; height: 18px; }
.foot__phone { justify-self: start; }
.foot__cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; padding-block: 28px 12px; }
@media (min-width: 1092px) { .foot__cols { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.foot__col h4 { font-size: 14px; font-weight: 400; color: #4d5a2e; margin: 0 0 8px; }
.foot__col h4 + ul + h4 { margin-top: 22px; }
.foot__col a { display: block; padding: 4px 0; font-size: 16px; line-height: 20px; }
.foot__big { display: flex; width: max-content; margin-top: 28px; animation: marquee 22s linear infinite; }
.foot__big span { font-size: clamp(88px, 15vw, 220px); line-height: .92; font-weight: 500; letter-spacing: -.05em; white-space: nowrap; padding-right: .35em; padding-bottom: .12em; }
.foot__bottom { display: grid; gap: 24px; padding-block: 40px 28px; }
@media (min-width: 1092px) { .foot__bottom { grid-template-columns: 1fr 2fr; } }
.foot__legal { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 24px; font-size: 14px; align-content: start; }
@media (min-width: 768px) { .foot__legal { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.foot__legal a:hover { text-decoration: underline; }
.foot__fine { grid-column: 1 / -1; font-size: 11px; line-height: 15px; color: var(--muted); }

/* ---------- каталог маршрутов ---------- */
.dhero { background: var(--ink); color: #fff; padding-top: calc(var(--nav-h) + 32px); padding-bottom: 48px; overflow: hidden; }
.dhero h1 { text-align: center; max-width: 900px; margin: 0 auto; }
.cflow { position: relative; margin-top: 40px; height: 520px; }
@media (min-width: 768px) { .cflow { height: 560px; } }
.cflow__card {
  position: absolute; top: 0; left: 50%; width: min(78vw, 560px); margin-left: calc(min(78vw, 560px) / -2);
  transition: transform .7s var(--ease-out), opacity .5s, filter .5s; will-change: transform; text-align: left; cursor: pointer;
}
.cflow__card.is-c { cursor: default; z-index: 3; }
.cflow__media { position: relative; border-radius: var(--r-sm); overflow: hidden; aspect-ratio: 16 / 10; }
.cflow__media img { width: 100%; height: 100%; object-fit: cover; }
.cflow__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .55)); }
.cflow__stat { position: absolute; z-index: 2; left: 16px; bottom: 14px; line-height: 1; }
.cflow__stat b { display: block; font-size: 40px; font-weight: 500; letter-spacing: -.03em; }
.cflow__stat span { font-size: 13px; }
.cflow__body { padding-top: 14px; transition: opacity .4s; }
.cflow__card:not(.is-c) .cflow__body { opacity: 0; }
.cflow__body h3 { font-size: 22px; line-height: 26px; font-weight: 500; letter-spacing: -.02em; margin: 10px 0 6px; }
.cflow__body p { font-size: 14px; color: var(--stone); }
.cflow__body .btn { margin-top: 14px; }
.cflow__nav { position: absolute; left: 0; right: 0; top: calc(min(78vw, 560px) * .31); display: flex; justify-content: space-between; pointer-events: none; z-index: 5; }
.cflow__nav .round-btn { pointer-events: auto; border-color: rgba(255, 255, 255, .7); color: #fff; background: rgba(20, 20, 15, .4); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.cflow__nav .round-btn:hover { background: #fff; color: var(--ink); }
.dhero__rating { display: flex; justify-content: center; align-items: center; gap: 10px; font-size: 14px; color: var(--stone); }
.dhero__rating .rating__mark { background: #fff; color: var(--ink); }
.dhero__rating .stars svg { color: #fff; }

.filters { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 10px; padding: 28px 0 8px; font-size: 15px; }
.filters > span { color: var(--muted); }
.sel { position: relative; }
.sel select {
  appearance: none; -webkit-appearance: none; height: 40px; padding: 0 38px 0 16px; border-radius: 999px; border: 1px solid var(--stone); background: #fff;
  font-size: 15px; cursor: pointer; transition: border-color .2s; max-width: 200px; text-overflow: ellipsis;
}
.sel select:hover, .sel select:focus-visible { border-color: var(--ink); outline: none; }
.sel select.is-set { border-color: var(--ink); background: var(--paper); }
.sel svg { position: absolute; right: 14px; top: 50%; width: 16px; height: 16px; margin-top: -8px; pointer-events: none; }
.filters__reset { font-size: 14px; text-decoration: underline; text-underline-offset: 3px; color: var(--muted); padding: 8px; }
.found { text-align: center; color: var(--muted); font-size: 14px; margin-bottom: 28px; }
.rgrid { display: grid; gap: 32px 16px; }
@media (min-width: 600px) { .rgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1092px) { .rgrid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px 16px; } }
.rcard { display: flex; flex-direction: column; }
.rcard__media { position: relative; border-radius: var(--r-sm); overflow: hidden; aspect-ratio: 1 / 1; background: var(--paper); }
.rcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); }
.rcard:hover .rcard__media img { transform: scale(1.05); }
.rcard__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, .25) 0%, transparent 30%, transparent 55%, rgba(0, 0, 0, .55) 100%); }
.rcard__stat { position: absolute; z-index: 2; left: 14px; bottom: 12px; color: #fff; line-height: 1; }
.rcard__stat b { display: block; font-size: 34px; font-weight: 500; letter-spacing: -.03em; }
.rcard__stat span { font-size: 13px; }
.rcard__region { position: absolute; z-index: 2; left: 14px; top: 14px; color: #fff; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.rcard__diff { position: absolute; z-index: 2; right: 12px; top: 12px; }
.rcard .tags { margin-top: 12px; }
.rcard h3 { font-size: 20px; line-height: 24px; font-weight: 500; letter-spacing: -.02em; margin-top: 10px; }
.rcard h3 a::after { content: ""; position: absolute; inset: 0; }
.rcard { position: relative; }
.rcard__price { margin-top: auto; padding-top: 14px; font-size: 15px; }
.rcard__price b { font-weight: 600; }
.rcard__next { font-size: 13px; color: var(--muted); margin-top: 2px; }
.rcard .btn { margin-top: 14px; align-self: flex-start; position: relative; z-index: 2; }
.dots5 { display: inline-flex; gap: 3px; padding: 5px 7px; border-radius: 999px; background: rgba(20, 20, 15, .55); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.dots5 i { width: 6px; height: 6px; border-radius: 50%; background: rgba(255, 255, 255, .35); }
.dots5 i.on { background: var(--lime); }
.dots5--light { background: transparent; padding: 0; }
.dots5--light i { width: 9px; height: 9px; background: var(--stone); }
.dots5--light i.on { background: var(--ink); }
.empty { text-align: center; padding: 48px 20px; background: var(--paper); border-radius: var(--r-md); }
.empty h3 { font-size: 26px; font-weight: 500; letter-spacing: -.02em; }
.empty p { color: var(--muted); margin: 8px 0 20px; }

/* ---------- CTA-плашка ---------- */
.cta { background: var(--paper); border-radius: var(--r-sm); padding: 32px 20px; display: grid; gap: 20px; align-items: center; overflow: hidden; position: relative; }
@media (min-width: 768px) { .cta { border-radius: var(--r-md); padding: 48px; grid-template-columns: 1fr auto; } }
.cta--lime { background: var(--lime); }
.cta--ink { background: var(--ink); color: #fff; }
.cta p { color: var(--muted); margin-top: 10px; max-width: 560px; }
.cta--ink p { color: var(--stone); }
.cta--lime p { color: #3d4a1c; }

/* ---------- страница маршрута ---------- */
.rhero { background: var(--paper); padding-top: calc(var(--nav-h) + 24px); padding-bottom: 40px; }
@media (min-width: 1092px) { .rhero { padding-top: calc(var(--nav-h) + 48px); padding-bottom: 56px; } }
.rhero__grid { display: grid; gap: 24px; align-items: center; }
@media (min-width: 1092px) { .rhero__grid { grid-template-columns: 1fr 1fr; gap: 48px; } }
.rhero__eyebrow { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.rhero__eyebrow .tag { background: #fff; }
.rhero h1 { font-size: 40px; line-height: 40px; }
@media (min-width: 768px) { .rhero h1 { font-size: 56px; line-height: 54px; } }
@media (min-width: 1092px) { .rhero h1 { font-size: 64px; line-height: 60px; } }
.rhero__keys { display: flex; flex-wrap: wrap; gap: 20px 32px; margin-top: 28px; }
.rhero__keys div small { display: block; font-size: 13px; color: var(--muted); }
.rhero__keys div b { font-size: 22px; font-weight: 500; letter-spacing: -.02em; }
.rhero .btn-row { margin-top: 28px; }
.fig { position: relative; }
.fig img { width: 100%; border-radius: var(--r-sm); aspect-ratio: 3 / 2; object-fit: cover; }
.fig figcaption, .credit { font-size: 11px; line-height: 14px; color: var(--muted); margin-top: 8px; }
.credit a, .fig figcaption a { text-decoration: underline; text-underline-offset: 2px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; font-size: 13px; padding: 20px 0; color: var(--muted); }
.crumbs a:hover { color: var(--ink); text-decoration: underline; }
.crumbs svg { width: 12px; height: 12px; }
.crumbs [aria-current] { color: var(--ink); }
.rlayout { display: grid; gap: 32px; padding-bottom: var(--sec); }
@media (min-width: 1092px) { .rlayout { grid-template-columns: 280px minmax(0, 1fr); gap: 64px; } }
.aside { align-self: start; }
@media (min-width: 1092px) { .aside { position: sticky; top: calc(var(--nav-h) + 40px); } }
.facts { border-right: 0; display: grid; gap: 16px; }
@media (min-width: 1092px) { .facts { border-right: 1px solid var(--stone); padding-right: 32px; } }
.facts dt { font-size: 14px; font-weight: 500; }
.facts dd { font-size: 14px; color: var(--muted); margin-top: 2px; }
.facts .facts__price { font-size: 28px; line-height: 32px; font-weight: 500; letter-spacing: -.02em; color: var(--ink); margin-top: 4px; }
.aside .btn { margin-top: 20px; width: 100%; }
.aside__note { font-size: 12px; color: var(--muted); margin-top: 10px; }
.art { max-width: 780px; }
.art > * + * { margin-top: 20px; }
.art h2 { font-size: 30px; line-height: 34px; font-weight: 500; letter-spacing: -.03em; margin-top: 56px; }
@media (min-width: 768px) { .art h2 { font-size: 40px; line-height: 42px; } }
.art h2:first-child { margin-top: 0; }
.art .promise { font-size: 24px; line-height: 30px; font-weight: 500; letter-spacing: -.02em; }
@media (min-width: 768px) { .art .promise { font-size: 30px; line-height: 36px; } }
.art p { font-size: 17px; line-height: 27px; color: var(--ink-2); }
.hl { display: grid; gap: 10px; }
.hl li { display: flex; gap: 12px; font-size: 17px; line-height: 24px; }
.hl li::before { content: ""; flex: none; width: 22px; height: 22px; border-radius: 50%; margin-top: 1px; background: var(--lime) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314140F' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E") center / 14px no-repeat; }
.gal { display: grid; gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gal button { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 4 / 3; }
.gal button:first-child { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
@media (min-width: 768px) { .gal { grid-template-columns: 2fr 1fr; grid-template-rows: 1fr 1fr; } .gal button:first-child { grid-column: 1; grid-row: 1 / 3; aspect-ratio: auto; } .gal button { aspect-ratio: 4 / 3; } }
.gal img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease-out); }
.gal button:hover img { transform: scale(1.04); }
.gal__zoom { position: absolute; right: 10px; bottom: 10px; width: 32px; height: 32px; border-radius: 50%; background: rgba(255, 255, 255, .9); display: grid; place-items: center; }
.gal__zoom svg { width: 16px; height: 16px; }
.days { display: grid; gap: 8px; }
.day { background: var(--paper); border-radius: var(--r-sm); }
.day summary { list-style: none; display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 16px 18px; cursor: pointer; }
.day summary::-webkit-details-marker { display: none; }
.day__n { width: 44px; height: 44px; border-radius: 12px; background: #fff; display: grid; place-items: center; line-height: 1; text-align: center; }
.day__n small { display: block; font-size: 9px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.day__n b { font-size: 17px; font-weight: 600; }
.day__t { font-size: 18px; line-height: 22px; font-weight: 500; letter-spacing: -.01em; }
.day__meta { display: block; font-size: 13px; color: var(--muted); font-weight: 400; margin-top: 2px; }
.day__ic { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--ink); display: grid; place-items: center; transition: transform .3s var(--ease), background-color .2s; }
.day__ic svg { width: 14px; height: 14px; }
.day[open] .day__ic { transform: rotate(45deg); background: var(--lime); border-color: var(--lime); }
.day__body { padding: 0 18px 18px 76px; }
.day__body p { font-size: 16px; line-height: 24px; color: var(--ink-2); }
.day__stay { display: inline-flex; gap: 8px; align-items: center; margin-top: 10px; font-size: 13px; color: var(--muted); }
.day__stay svg { width: 16px; height: 16px; }
@media (max-width: 599px) { .day__body { padding-left: 18px; } }
.incl { display: grid; gap: 12px; }
@media (min-width: 768px) { .incl { grid-template-columns: 1fr 1fr; } }
.incl__card { background: var(--paper); border-radius: var(--r-sm); padding: 20px; }
.incl__card h3 { font-size: 20px; font-weight: 500; margin-bottom: 12px; }
.incl__card li { display: flex; gap: 10px; font-size: 15px; line-height: 21px; padding: 6px 0; border-top: 1px solid var(--line); }
.incl__card li:first-child { border-top: 0; }
.incl__card li svg { width: 18px; height: 18px; flex: none; margin-top: 2px; }
.incl__card--no { background: #fff; border: 1px solid var(--stone); }
.dates { width: 100%; border-collapse: collapse; font-size: 15px; }
.dates th { text-align: left; font-weight: 400; color: var(--muted); font-size: 13px; padding: 0 12px 10px 0; }
.dates td { padding: 14px 12px 14px 0; border-top: 1px solid var(--line); vertical-align: middle; }
.dates td:last-child { padding-right: 0; text-align: right; }
.dates b { font-weight: 500; }
.dates small { display: block; color: var(--muted); font-size: 12px; }
.seats { display: flex; gap: 2px; margin-bottom: 4px; }
.seats i { width: 7px; height: 12px; border-radius: 2px; background: var(--lime); }
.seats i.off { background: var(--stone); }
.dates .is-full td { color: var(--muted); }
.dates__more { margin-top: 12px; }
@media (max-width: 599px) {
  .dates thead { display: none; }
  .dates tr { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; padding: 14px 0; border-top: 1px solid var(--line); }
  .dates td { border: 0; padding: 0; }
  .dates td:nth-child(2) { grid-row: 2; }
  .dates td:nth-child(3) { grid-column: 2; grid-row: 1; text-align: right; }
  .dates td:last-child { grid-column: 2; grid-row: 2; }
}
.quote { border-left: 3px solid var(--lime); padding: 4px 0 4px 20px; }
.quote p { font-size: 20px !important; line-height: 28px !important; font-style: italic; color: var(--ink) !important; }
.quote cite { display: flex; align-items: center; gap: 10px; margin-top: 12px; font-style: normal; font-size: 14px; color: var(--muted); }
.ava { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-weight: 600; font-size: 15px; flex: none; }
.bring { display: flex; flex-wrap: wrap; gap: 8px; }
.bring li { background: var(--paper); border-radius: 999px; padding: 8px 14px; font-size: 14px; }

/* вопросы (details) */
.faq { display: grid; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 0; cursor: pointer; font-size: 18px; line-height: 24px; font-weight: 500; letter-spacing: -.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .day__ic { flex: none; }
.faq details[open] summary .day__ic { transform: rotate(45deg); background: var(--lime); border-color: var(--lime); }
.faq__a { padding: 0 48px 22px 0; color: var(--ink-2); font-size: 16px; line-height: 24px; }
.faq__a p + p { margin-top: 10px; }
.acc-anim { overflow: hidden; transition: height .35s var(--ease); }

/* ---------- формы ---------- */
.form { display: grid; gap: 14px; }
.form__row { display: grid; gap: 14px; }
@media (min-width: 600px) { .form__row--2 { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: 6px; }
.field > span { font-size: 14px; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; min-width: 0; height: 50px; padding: 0 16px; border-radius: 14px; border: 1px solid var(--stone); background: #fff; font-size: 16px;
  transition: border-color .2s, box-shadow .2s; appearance: none; -webkit-appearance: none;
}
.field textarea { height: auto; min-height: 100px; padding: 14px 16px; resize: vertical; line-height: 1.45; }
.field select { padding-right: 40px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314140F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right 14px center / 18px no-repeat; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #a9a99f; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 4px rgba(190, 255, 80, .55); }
.field.is-err input, .field.is-err select, .field.is-err textarea { border-color: var(--orange); }
.field__err { font-size: 13px; color: #c2410c; display: none; }
.field.is-err .field__err { display: block; }
.seg { display: flex; flex-wrap: wrap; gap: 6px; }
.seg label { position: relative; }
.seg input { position: absolute; opacity: 0; pointer-events: none; }
.seg span { display: inline-flex; align-items: center; height: 40px; padding: 0 14px; border-radius: 999px; border: 1px solid var(--stone); font-size: 15px; cursor: pointer; transition: all .2s; }
.seg input:checked + span { background: var(--ink); color: #fff; border-color: var(--ink); }
.seg input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: 2px; }
.stepper { display: inline-flex; align-items: center; border: 1px solid var(--stone); border-radius: 999px; height: 50px; }
.stepper button { width: 48px; height: 48px; border-radius: 50%; font-size: 22px; }
.stepper button:hover { background: var(--paper); }
.stepper input { width: 52px; border: 0; text-align: center; font-size: 18px; font-weight: 500; background: none; -moz-appearance: textfield; }
.stepper input::-webkit-outer-spin-button, .stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; line-height: 20px; color: var(--ink-2); cursor: pointer; }
.check input { appearance: none; -webkit-appearance: none; flex: none; width: 22px; height: 22px; border-radius: 6px; border: 1.5px solid var(--ink); margin: 0; display: grid; place-items: center; cursor: pointer; transition: background-color .15s; }
.check input:checked { background: var(--lime) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314140F' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12.5l4 4 8-9'/%3E%3C/svg%3E") center / 14px no-repeat; border-color: var(--ink); }
.check a { text-decoration: underline; }
.check.is-err input { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255, 140, 95, .3); }
.form__note { font-size: 12px; color: var(--muted); }
.done { text-align: center; padding: 32px 12px; }
.done__ic { width: 72px; height: 72px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; margin: 0 auto 20px; animation: pop .5s var(--ease-out); }
.done__ic svg { width: 32px; height: 32px; }
.done h3 { font-size: 28px; font-weight: 500; letter-spacing: -.02em; }
.done p { color: var(--muted); margin-top: 8px; }
@keyframes pop { 0% { transform: scale(.4); opacity: 0; } 70% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }
.book { background: var(--paper); border-radius: var(--r-sm); padding: 20px; display: grid; gap: 28px; }
@media (min-width: 768px) { .book { border-radius: var(--r-md); padding: 40px; } }
@media (min-width: 1092px) { .book { grid-template-columns: 1fr 1.2fr; gap: 56px; padding: 48px; } }
.book__card { background: #fff; border-radius: 20px; padding: 20px; box-shadow: var(--sh-2); }
@media (min-width: 768px) { .book__card { padding: 28px; } }
.steps { display: grid; gap: 14px; margin-top: 24px; }
.steps li { display: flex; gap: 14px; align-items: flex-start; }
.steps li b { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; font-size: 14px; font-weight: 600; }
.steps li span { font-size: 16px; line-height: 22px; padding-top: 4px; }
.contact-list { display: grid; gap: 8px; margin-top: 28px; font-size: 16px; }
.contact-list a { display: inline-flex; align-items: center; gap: 10px; }
.contact-list svg { width: 18px; height: 18px; }
.contact-list a:hover { text-decoration: underline; }

/* ---------- регионы ---------- */
.phero { background: var(--paper); padding-top: calc(var(--nav-h) + 40px); padding-bottom: 40px; text-align: center; }
@media (min-width: 1092px) { .phero { padding-top: calc(var(--nav-h) + 56px); } }
.phero .pill { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; margin-bottom: 18px; }
.phero h1 { max-width: 980px; margin: 0 auto; }
.phero .lead { max-width: 620px; margin: 18px auto 0; }
.phero .btn-row { justify-content: center; margin-top: 28px; }
.limebox { background: var(--lime); border-radius: var(--r-sm); padding: 20px; display: grid; gap: 24px; align-items: center; overflow: hidden; }
@media (min-width: 768px) { .limebox { border-radius: var(--r-md); padding: 40px; } }
@media (min-width: 1092px) { .limebox { grid-template-columns: 1fr 1fr; padding: 48px 56px; min-height: 540px; } }
.limebox p { color: #3d4a1c; margin-top: 14px; font-size: 17px; line-height: 24px; }
.collage { position: relative; height: 320px; }
@media (min-width: 768px) { .collage { height: 420px; } }
.collage img { position: absolute; border-radius: 16px; object-fit: cover; box-shadow: var(--sh-3); }
.collage img:nth-child(1) { left: 6%; top: 8%; width: 52%; height: 62%; transform: rotate(-4deg); }
.collage img:nth-child(2) { right: 4%; top: 0; width: 44%; height: 48%; transform: rotate(3deg); }
.collage img:nth-child(3) { right: 12%; bottom: 0; width: 48%; height: 46%; transform: rotate(-2deg); }
.collage img:nth-child(4) { left: 0; bottom: 2%; width: 34%; height: 34%; transform: rotate(5deg); }
.collage__chip { position: absolute; z-index: 2; left: 38%; top: 48%; background: #fff; border-radius: 12px; box-shadow: var(--sh-3); padding: 10px 14px; font-size: 13px; font-weight: 500; display: flex; gap: 8px; align-items: center; animation: floatY 6s ease-in-out infinite; }
.collage__chip i { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.fcard { background: var(--paper); border-radius: var(--r-sm); padding: 16px; display: grid; gap: 20px; }
@media (min-width: 768px) { .fcard { border-radius: var(--r-md); } }
@media (min-width: 1092px) { .fcard { grid-template-columns: 5fr 7fr; padding: 24px; gap: 40px; min-height: 420px; } }
.fcard + .fcard { margin-top: 16px; }
.fcard__text { display: flex; flex-direction: column; padding: 8px; }
.fcard__text h2 { font-size: 26px; line-height: 30px; font-weight: 500; letter-spacing: -.02em; margin-top: 8px; }
@media (min-width: 1092px) { .fcard__text h2 { font-size: 30px; line-height: 34px; } }
.fcard__text > p:not(.eyebrow) { color: var(--muted); margin-top: 10px; font-size: 15px; line-height: 21px; }
.fcard__list { margin-top: 24px; }
@media (min-width: 1092px) { .fcard__list { margin-top: auto; padding-top: 24px; } }
.fcard__list li { padding: 10px 0; border-top: 1px solid var(--stone); }
.fcard__list b { display: block; font-size: 15px; font-weight: 500; }
.fcard__list span { font-size: 14px; color: var(--muted); }
.fcard__foot { display: flex; align-items: center; gap: 16px; margin-top: 18px; flex-wrap: wrap; }
.fcard__foot small { color: var(--muted); font-size: 13px; }
.fcard__media { position: relative; border-radius: 14px; overflow: hidden; min-height: 240px; }
@media (min-width: 1092px) { .fcard__media { border-radius: var(--r-sm); } }
.fcard__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fcard__media .credit { position: absolute; right: 10px; bottom: 8px; margin: 0; color: rgba(255, 255, 255, .85); text-shadow: 0 1px 2px rgba(0, 0, 0, .5); max-width: 70%; text-align: right; }
.fcard__media .credit a { color: inherit; }

/* ---------- календарь ---------- */
.season { border-radius: var(--r-sm); padding: 20px; background: var(--paper); display: flex; flex-direction: column; gap: 10px; position: relative; overflow: hidden; }
@media (min-width: 768px) { .season { border-radius: var(--r-md); padding: 24px; min-height: 340px; } }
.season__band { position: absolute; left: 0; right: 0; top: 0; height: 6px; background: var(--c, var(--lime)); }
.season__m { font-size: 13px; color: var(--muted); }
.season h3 { font-size: 26px; line-height: 30px; font-weight: 500; letter-spacing: -.02em; }
.season p:not(.season__m) { font-size: 15px; line-height: 21px; color: var(--muted); }
.season ul { margin-top: auto; display: flex; flex-wrap: wrap; gap: 6px; padding-top: 12px; }
.season ul a { display: inline-flex; height: 28px; align-items: center; padding: 0 10px; border-radius: 999px; background: #fff; font-size: 13px; transition: background-color .2s; }
.season ul a:hover { background: var(--lime); }
.season__ic { width: 40px; height: 40px; }
.matrix-wrap { overflow-x: auto; border-radius: var(--r-md); background: var(--paper); padding: 8px; scrollbar-width: thin; }
.matrix { border-collapse: separate; border-spacing: 3px; min-width: 860px; width: 100%; font-size: 14px; }
.matrix th { font-weight: 400; color: var(--muted); font-size: 12px; padding: 6px 2px; text-align: center; }
.matrix th.is-now { color: var(--ink); font-weight: 600; }
.matrix th:first-child, .matrix td:first-child { text-align: left; position: sticky; left: 0; background: var(--paper); z-index: 1; padding: 6px 12px 6px 8px; white-space: nowrap; }
.matrix td:first-child a { font-weight: 500; }
.matrix td:first-child a:hover { text-decoration: underline; }
.matrix td:first-child small { display: block; font-size: 12px; color: var(--muted); font-weight: 400; }
.matrix td.m { height: 40px; border-radius: 8px; background: #fff; text-align: center; transition: transform .2s; }
.matrix td.m.best { background: var(--lime); }
.matrix td.m.ok { background: var(--lime-soft); }
.matrix td.m:hover { transform: scale(1.08); }
.legend { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 16px; font-size: 13px; color: var(--muted); justify-content: center; }
.legend i { display: inline-block; width: 14px; height: 14px; border-radius: 4px; vertical-align: -2px; margin-right: 6px; background: #fff; border: 1px solid var(--stone); }
.legend i.best { background: var(--lime); border-color: var(--lime); }
.legend i.ok { background: var(--lime-soft); border-color: var(--lime-soft); }
.months { overflow-x: auto; scrollbar-width: none; padding: 4px; margin: 0 calc(var(--gutter) * -1); padding-inline: var(--gutter); }
.months::-webkit-scrollbar { display: none; }
.months .tabs { display: inline-flex; }
.months .tabs__btn { padding: 0 14px; }
.months .tabs__btn small { font-size: 11px; color: var(--muted); margin-left: 4px; }
.deps { margin-top: 24px; }
.dep { display: grid; grid-template-columns: 1fr; gap: 12px; padding: 18px 0; border-top: 1px solid var(--line); align-items: center; }
.dep:last-child { border-bottom: 1px solid var(--line); }
@media (min-width: 768px) { .dep { grid-template-columns: 170px 1fr 140px 130px auto; gap: 24px; } }
.dep__date b { display: block; font-size: 18px; font-weight: 500; letter-spacing: -.01em; }
.dep__date small { font-size: 13px; color: var(--muted); }
.dep__route { display: flex; gap: 14px; align-items: center; }
.dep__route img { width: 64px; height: 64px; border-radius: 12px; object-fit: cover; flex: none; }
.dep__route a { font-weight: 500; font-size: 17px; line-height: 21px; }
.dep__route a:hover { text-decoration: underline; }
.dep__route small { display: block; font-size: 13px; color: var(--muted); margin-top: 2px; }
.dep__seats small { display: block; font-size: 12px; color: var(--muted); }
.dep__price { font-size: 17px; font-weight: 500; }
.dep__price small { display: block; font-size: 12px; color: var(--muted); font-weight: 400; }
.dep.is-full { opacity: .55; }
.deps__empty { padding: 32px; text-align: center; color: var(--muted); background: var(--paper); border-radius: var(--r-md); }

/* ---------- цены ---------- */
.switch { position: relative; display: inline-flex; background: #fff; border-radius: 999px; padding: 6px; box-shadow: var(--sh-1); }
.switch .tabs__btn { min-width: 150px; height: 40px; font-size: 15px; }
@media (min-width: 600px) { .switch .tabs__btn { min-width: 210px; } }
.plans { display: grid; gap: 12px; }
@media (min-width: 900px) { .plans { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; } }
.plan { position: relative; background: var(--paper); border-radius: var(--r-md); padding: 24px; display: flex; flex-direction: column; }
.plan--hot { box-shadow: inset 0 0 0 2px var(--ink); }
.plan__badge { position: absolute; top: 20px; right: 20px; background: var(--lime); border-radius: 999px; padding: 4px 10px; font-size: 12px; font-weight: 500; }
.plan h3 { font-size: 32px; line-height: 36px; font-weight: 500; letter-spacing: -.03em; }
.plan__from { font-size: 13px; color: var(--muted); margin-top: 18px; }
.plan__price { font-size: 44px; line-height: 46px; font-weight: 500; letter-spacing: -.03em; }
.plan__price small { font-size: 22px; letter-spacing: -.01em; }
.plan__per { font-size: 18px; font-weight: 500; margin-top: 2px; }
.plan__sub { font-size: 13px; color: var(--muted); margin-top: 6px; }
.plan__desc { font-size: 15px; line-height: 21px; margin-top: 16px; }
.plan ul { margin-top: 18px; display: grid; gap: 10px; }
.plan li { display: flex; gap: 10px; font-size: 14px; line-height: 19px; color: var(--ink-2); }
.plan li svg { width: 18px; height: 18px; flex: none; color: var(--green); }
.plan .btn { margin-top: auto; align-self: flex-start; }
.plan ul + .btn { margin-top: 28px; }
.plan__fine { text-align: center; font-size: 12px; color: var(--muted); margin-top: 16px; line-height: 18px; }
.lockbar { background: var(--stone); border-radius: var(--r-sm); padding: 18px 20px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; font-weight: 500; margin-bottom: 16px; }
@media (min-width: 768px) { .lockbar { border-radius: var(--r-md); padding: 22px 28px; } }
.pay__ic { width: 40px; height: 40px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; margin-bottom: 36px; }
.pay__ic svg { width: 20px; height: 20px; }
.cmp { width: 100%; border-collapse: collapse; font-size: 15px; }
.cmp th { text-align: left; font-size: 20px; font-weight: 500; letter-spacing: -.02em; padding: 0 16px 16px 0; vertical-align: bottom; }
.cmp th:first-child { font-size: 14px; font-weight: 400; color: var(--muted); }
.cmp td { padding: 14px 16px 14px 0; border-top: 1px solid var(--stone); vertical-align: top; }
.cmp td:first-child { color: var(--muted); width: 32%; }
.cmp svg { width: 18px; height: 18px; color: var(--green); }
.cmp-wrap { overflow-x: auto; }
.cmp-wrap .cmp { min-width: 640px; }
.calc { display: grid; gap: 16px; grid-template-columns: minmax(0, 1fr); }
.calc > * { min-width: 0; }
@media (min-width: 1092px) { .calc { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); } }
.calc__in { background: var(--paper); border-radius: var(--r-md); padding: 24px; display: grid; gap: 20px; }
.calc__out { background: var(--ink); color: #fff; border-radius: var(--r-md); padding: 28px; display: flex; flex-direction: column; }
.calc__out small { color: var(--stone); font-size: 14px; }
.calc__sum { font-size: 56px; line-height: 1; font-weight: 500; letter-spacing: -.04em; margin: 8px 0 4px; }
.calc__pp { color: var(--stone); font-size: 15px; }
.calc__lines { margin: 24px 0; display: grid; gap: 10px; font-size: 14px; }
.calc__lines div { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.calc__lines span { color: var(--stone); }
.calc__out .btn { margin-top: auto; }
.calc__hint { font-size: 12px; color: var(--muted-2); margin-top: 12px; }

/* ---------- компаниям / о нас ---------- */
.split { display: grid; gap: 28px; align-items: center; }
@media (min-width: 1092px) { .split { grid-template-columns: 1fr 1fr; gap: 64px; } .split--rev > :first-child { order: 2; } }
.split__media { border-radius: var(--r-sm); overflow: hidden; aspect-ratio: 16 / 11; }
@media (min-width: 768px) { .split__media { border-radius: var(--r-md); } }
.split__media img { width: 100%; height: 100%; object-fit: cover; }
.split p:not(.eyebrow) { font-size: 17px; line-height: 25px; color: var(--ink-2); }
.split p + p { margin-top: 14px; }
.split h1 + p, .split h2 + p { margin-top: 20px; }
.split .btn-row { margin-top: 28px; }
.shero { background: var(--paper); padding-top: calc(var(--nav-h) + 32px); padding-bottom: 48px; }
@media (min-width: 1092px) { .shero { padding-top: calc(var(--nav-h) + 48px); padding-bottom: 64px; } }
.stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
@media (min-width: 1092px) { .stats { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; } }
.stat { background: var(--paper); border-radius: var(--r-sm); padding: 20px; }
@media (min-width: 768px) { .stat { border-radius: var(--r-md); padding: 24px; } }
.stat b { display: block; font-size: 44px; line-height: 1; font-weight: 500; letter-spacing: -.04em; }
@media (min-width: 1092px) { .stat b { font-size: 60px; } }
.stat span { display: block; margin-top: 10px; font-size: 14px; color: var(--muted); line-height: 19px; }
.howto { counter-reset: s; display: grid; gap: 12px; }
@media (min-width: 900px) { .howto { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; } }
.howto li { background: var(--paper); border-radius: var(--r-md); padding: 24px; counter-increment: s; }
.howto li::before { content: "0" counter(s); display: block; font-size: 14px; font-weight: 600; margin-bottom: 40px; color: var(--muted); }
.howto h3 { font-size: 22px; line-height: 26px; font-weight: 500; letter-spacing: -.02em; }
.howto p { font-size: 15px; line-height: 21px; color: var(--muted); margin-top: 8px; }
.values { display: grid; gap: 12px; }
@media (min-width: 768px) { .values { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1092px) { .values { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; } .values > * { grid-column: span 2; } .values > :nth-child(4) { grid-column: 2 / span 2; } }
.value { background: var(--paper); border-radius: var(--r-md); padding: 24px; }
.value h3 { font-size: 22px; line-height: 26px; font-weight: 500; letter-spacing: -.02em; margin-bottom: 10px; }
.value p { font-size: 14px; line-height: 20px; color: var(--ink-2); }
.value p b { font-weight: 600; }
.team { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (min-width: 768px) { .team { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1092px) { .team { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; } }
.person { background: var(--paper); border-radius: var(--r-sm); padding: 18px; display: flex; flex-direction: column; gap: 14px; }
@media (min-width: 768px) { .person { border-radius: var(--r-md); padding: 22px; } }
.person .ava { display: grid; place-items: center; width: 64px; height: 64px; margin: 0; font-size: 22px; font-weight: 600; color: var(--ink); line-height: 1; }
.person b { display: block; font-size: 18px; font-weight: 500; letter-spacing: -.01em; }
.person span { display: block; font-size: 14px; color: var(--muted); line-height: 19px; margin-top: 2px; }
.person small { font-size: 12px; color: var(--muted); margin-top: auto; }

/* ---------- подготовка ---------- */
.levels { display: grid; gap: 12px; }
@media (min-width: 768px) { .levels { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1092px) { .levels { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; } }
.level { background: var(--paper); border-radius: var(--r-md); padding: 22px; display: flex; flex-direction: column; gap: 10px; }
.level h3 { font-size: 22px; font-weight: 500; letter-spacing: -.02em; }
.level p { font-size: 14px; line-height: 20px; color: var(--muted); }
.level a { margin-top: auto; font-size: 13px; }
.cl { display: grid; gap: 16px; }
@media (min-width: 1092px) { .cl { grid-template-columns: 320px 1fr; gap: 32px; align-items: start; } }
.cl__side { background: var(--ink); color: #fff; border-radius: var(--r-md); padding: 24px; }
@media (min-width: 1092px) { .cl__side { position: sticky; top: calc(var(--nav-h) + 40px); } }
.cl__side .cl__big { font-size: 64px; line-height: 1; font-weight: 500; letter-spacing: -.04em; color: #fff; margin-top: 6px; }
.cl__bar { height: 8px; border-radius: 8px; background: rgba(255, 255, 255, .15); margin: 16px 0; overflow: hidden; }
.cl__bar i { display: block; height: 100%; width: 0; background: var(--lime); transition: width .4s var(--ease-out); }
.cl__side p { color: var(--stone); font-size: 14px; }
.cl__side .btn-row { margin-top: 20px; }
.cl__groups { display: grid; gap: 12px; }
@media (min-width: 768px) { .cl__groups { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.cl__group { background: var(--paper); border-radius: var(--r-md); padding: 22px; }
.cl__group h3 { font-size: 20px; font-weight: 500; margin-bottom: 8px; display: flex; justify-content: space-between; }
.cl__group h3 small { font-size: 13px; color: var(--muted); font-weight: 400; }
.cl__group .check { padding: 8px 0; border-top: 1px solid var(--line); font-size: 15px; }
.cl__group .check:first-of-type { border-top: 0; }
.cl__group .check input:checked + span { text-decoration: line-through; color: var(--muted); }
.note { background: var(--paper); border-radius: var(--r-md); padding: 24px; display: flex; gap: 16px; align-items: flex-start; }
.note svg { width: 28px; height: 28px; flex: none; }
.note h3 { font-size: 20px; font-weight: 500; margin-bottom: 6px; }
.note p { font-size: 15px; line-height: 22px; color: var(--ink-2); }

/* ---------- текстовые страницы ---------- */
.doc { max-width: 780px; }
.doc h2 { font-size: 26px; line-height: 30px; font-weight: 500; letter-spacing: -.02em; margin: 40px 0 12px; }
.doc p, .doc li { font-size: 16px; line-height: 25px; color: var(--ink-2); }
.doc p + p { margin-top: 12px; }
.doc ul { list-style: disc; padding-left: 20px; margin-top: 10px; }
.doc li + li { margin-top: 6px; }
.doc mark { background: var(--lime-soft); padding: 0 3px; border-radius: 3px; }
.credits { display: grid; gap: 12px; }
@media (min-width: 600px) { .credits { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1092px) { .credits { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.credits figure { background: var(--paper); border-radius: var(--r-sm); overflow: hidden; }
.credits img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.credits figcaption { padding: 12px 14px 14px; font-size: 13px; line-height: 18px; }
.credits figcaption b { display: block; font-weight: 500; font-size: 14px; }
.credits figcaption span { color: var(--muted); }
.credits figcaption a { text-decoration: underline; text-underline-offset: 2px; }

/* 404 */
.nf { min-height: 100vh; background: var(--paper); display: grid; place-items: center; text-align: center; padding: calc(var(--nav-h) + 40px) var(--gutter) 60px; }
.nf__num { font-size: clamp(120px, 26vw, 280px); line-height: .9; font-weight: 500; letter-spacing: -.06em; }
.nf__mount { width: min(420px, 80vw); margin: 0 auto 8px; }
.nf p { color: var(--muted); max-width: 460px; margin: 16px auto 28px; font-size: 17px; }

/* лайтбокс */
.lb { position: fixed; inset: 0; z-index: 80; background: rgba(20, 20, 15, .94); display: grid; grid-template-rows: 1fr auto; opacity: 0; visibility: hidden; transition: opacity .3s, visibility 0s .3s; }
.lb.is-open { opacity: 1; visibility: visible; transition: opacity .3s, visibility 0s; }
.lb__img { place-self: center; max-width: 92vw; max-height: 80vh; border-radius: 12px; object-fit: contain; }
.lb__cap { color: var(--stone); text-align: center; font-size: 13px; padding: 12px 20px 24px; }
.lb__cap a { text-decoration: underline; }
.lb__btn { position: absolute; top: 50%; margin-top: -24px; width: 48px; height: 48px; border-radius: 50%; background: rgba(255, 255, 255, .12); color: #fff; display: grid; place-items: center; }
.lb__btn:hover { background: rgba(255, 255, 255, .25); }
.lb__btn svg { width: 22px; height: 22px; }
.lb__prev { left: 16px; } .lb__next { right: 16px; }
.lb__close { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; border-radius: 50%; background: rgba(255, 255, 255, .12); color: #fff; display: grid; place-items: center; }
.lb__close svg { width: 20px; height: 20px; }

/* утилиты */
.mt-8 { margin-top: 8px; } .mt-16 { margin-top: 16px; } .mt-24 { margin-top: 24px; } .mt-32 { margin-top: 32px; } .mt-40 { margin-top: 40px; } .mt-56 { margin-top: 56px; }
.mb-24 { margin-bottom: 24px; } .mb-40 { margin-bottom: 40px; }
.gap-sec { height: var(--sec); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .marquee, .cities__row, .foot__big { animation: none !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .nav, .foot, .scrim, .mnav, .cursor, .cl__side .btn-row, .no-print { display: none !important; }
  body { background: #fff; }
  .cl__group { break-inside: avoid; background: #fff; border: 1px solid #ccc; }
}

/* фильтры на телефоне: две колонки без подписей */
@media (max-width: 599px) {
  .filters { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .filters > span:not([data-dep-count]) { display: none; }
  .filters .sel select { width: 100%; max-width: none; }
  .filters__reset, .filters [data-dep-count] { grid-column: 1 / -1; justify-self: center; }
  .cflow { height: 480px; }
}
@media (max-width: 1091px) {
  .facts { grid-template-columns: 1fr 1fr; gap: 14px 16px; }
  .facts > div:last-child { grid-column: 1 / -1; }
}
