/* ============================================================
   Хадж 2027 — дизайн-система (светлый современный минимализм)
   Один шрифт Manrope (self-hosted), белый фон, зелёный акцент,
   чистые карточки, много воздуха.
   ============================================================ */

@font-face { font-family: 'Manrope Var'; font-style: normal; font-display: swap; font-weight: 200 800;
  src: url(/assets/fonts/manrope-cyrillic.woff2) format('woff2');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
@font-face { font-family: 'Manrope Var'; font-style: normal; font-display: swap; font-weight: 200 800;
  src: url(/assets/fonts/manrope-latin-ext.woff2) format('woff2');
  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: 'Manrope Var'; font-style: normal; font-display: swap; font-weight: 200 800;
  src: url(/assets/fonts/manrope-latin.woff2) format('woff2');
  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 {
  --green: #0c8a5a;
  --green-d: #0a6b46;
  --green-dd: #0a4a33;
  --green-900: #08301f;
  --green-100: #e9f5ef;
  --green-50: #f3faf6;
  --amber: #e0a43a;
  --ink: #0e1c15;
  --ink-2: #33453b;
  --muted: #5f6f66;
  --line: #e6ece8;
  --line-2: #d6e2db;
  --paper: #ffffff;
  --bg: #ffffff;

  --shadow-sm: 0 1px 2px rgba(12,60,40,.05), 0 1px 3px rgba(12,60,40,.05);
  --shadow-md: 0 12px 30px rgba(12,60,40,.08);
  --shadow-lg: 0 26px 60px rgba(10,60,40,.12), 0 8px 20px rgba(10,60,40,.06);

  --r-sm: 12px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-xl: 28px;
  --r-pill: 999px;
  --container: 1200px;
  --header-h: 76px;

  --font-sans: 'Manrope Var', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-display: var(--font-sans);
}

/* ---------- База ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 90px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation-duration: .001ms !important; transition-duration: .001ms !important; } }
body { margin: 0; font-family: var(--font-sans); font-size: 17px; line-height: 1.68; color: var(--ink-2); background: var(--bg); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--green-d); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--green-dd); }
h1, h2, h3, h4 { margin: 0 0 .5em; color: var(--ink); font-weight: 800; line-height: 1.1; letter-spacing: -.025em; }
h1 { font-size: clamp(2.4rem, 1.5rem + 3.6vw, 3.9rem); }
h2 { font-size: clamp(1.85rem, 1.2rem + 2.4vw, 2.8rem); }
h3 { font-size: 1.2rem; font-weight: 700; letter-spacing: -.015em; }
p { margin: 0 0 1rem; }
ul { margin: 0; padding: 0; }
strong { font-weight: 700; color: var(--ink); }
::selection { background: var(--green-100); color: var(--green-dd); }
:focus-visible { outline: 2.5px solid var(--green); outline-offset: 3px; border-radius: 6px; }

/* ---------- Раскладка ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 22px; }
.section { padding: clamp(42px, 4.6vw, 74px) 0; position: relative; }
.section--tight { padding: clamp(34px, 3.4vw, 52px) 0; }
.section--cream2 { background: var(--green-50); }
.section--paper { background: var(--paper); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--green-d); margin-bottom: 16px; }
.eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: var(--green); display: inline-block; }
.section-head { max-width: 760px; margin-bottom: clamp(22px, 2.6vw, 38px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.lead { font-size: 1.15rem; line-height: 1.62; color: var(--ink-2); }
.muted { color: var(--muted); }
.text-center { text-align: center; }
.nowrap { white-space: nowrap; }

/* ---------- Кнопки ---------- */
.btn { --btn-bg: var(--green); --btn-fg: #fff;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-sans); font-weight: 700; font-size: 1rem; line-height: 1;
  padding: 15px 28px; min-height: 52px; border-radius: var(--r-sm);
  background: var(--btn-bg); color: var(--btn-fg); border: 1.5px solid transparent; cursor: pointer; text-align: center;
  transition: transform .16s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; box-shadow: var(--shadow-sm); }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); color: #fff; background: var(--green-d); }
.btn:active { transform: translateY(0); }
.btn svg { width: 20px; height: 20px; }
.btn--gold { --btn-bg: var(--green); }
.btn--gold:hover { background: var(--green-d); }
.btn--wa { --btn-bg: #1faa52; } .btn--wa:hover { background: #199247; }
.btn--tg { --btn-bg: #2aa0da; } .btn--tg:hover { background: #2189bd; }
.btn--outline { --btn-bg: #fff; --btn-fg: var(--green-d); border-color: var(--line-2); box-shadow: none; }
.btn--outline:hover { --btn-fg: var(--green-dd); border-color: var(--green); background: var(--green-50); }
.btn--ghost-light { --btn-bg: #fff; --btn-fg: var(--green-d); border-color: var(--line-2); box-shadow: none; }
.btn--ghost-light:hover { --btn-bg: var(--green-50); --btn-fg: var(--green-dd); border-color: var(--green); }
.btn--lg { padding: 18px 34px; min-height: 60px; font-size: 1.05rem; }
.btn--block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.cta-micro { font-size: .9rem; color: var(--muted); margin-top: 12px; }

/* ---------- Шапка ---------- */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.86); backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 20px; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); flex-shrink: 0; }
.brand__mark { width: 42px; height: 42px; flex-shrink: 0; border-radius: 12px; box-shadow: var(--shadow-sm); }
.brand__name { font-size: 1.32rem; font-weight: 800; letter-spacing: -.03em; }
.brand__name b { font-weight: 800; color: var(--ink); }
.nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.nav a { color: var(--ink-2); font-weight: 600; font-size: .95rem; padding: 10px 13px; border-radius: var(--r-sm); }
.nav a:hover { color: var(--green-d); background: var(--green-50); }
.header-cta { display: flex; align-items: center; gap: 14px; margin-left: 10px; }
.header-phone { display: inline-flex; flex-direction: column; line-height: 1.2; font-weight: 800; color: var(--ink); font-size: 1rem; white-space: nowrap; }
.header-phone small { font-weight: 700; font-size: .66rem; color: var(--green-d); letter-spacing: .08em; text-transform: uppercase; }
.nav-toggle { display: none; margin-left: auto; width: 48px; height: 48px; border: 1px solid var(--line-2); background: #fff; border-radius: var(--r-sm); cursor: pointer; padding: 0; align-items: center; justify-content: center; }
.nav-toggle svg { width: 24px; height: 24px; color: var(--green-d); }
@media (max-width: 980px) {
  .nav, .header-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav.open { display: flex; position: absolute; top: var(--header-h); left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px 22px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); }
  .nav.open a { padding: 15px 12px; font-size: 1.05rem; border-bottom: 1px solid var(--line); }
  .nav.open .header-cta { display: flex; flex-direction: column; align-items: stretch; gap: 12px; margin: 16px 0 0; }
  .nav.open .header-phone { align-items: flex-start; }
}

/* ---------- Hero (светлый) ---------- */
.hero { position: relative; overflow: hidden; color: var(--ink); background: var(--bg); }
.hero__bg { position: absolute; inset: 0; z-index: 0; background: radial-gradient(900px 520px at 88% -12%, var(--green-100), transparent 62%), radial-gradient(600px 460px at -5% 110%, var(--green-50), transparent 60%); }
.hero__pattern { display: none; }
.hero .container { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(30px, 4vw, 56px); align-items: center; padding: clamp(22px, 2.4vw, 38px) 0; min-height: calc(100svh - var(--header-h)); }
.hero__eyebrow { color: var(--green-d); margin-bottom: 14px; }
.hero h1 { color: var(--ink); font-size: clamp(1.95rem, 1.25rem + 2.5vw, 3.05rem); line-height: 1.05; margin-bottom: .32em; }
.hero__sub { font-size: clamp(1.04rem, 1rem + .45vw, 1.2rem); line-height: 1.55; color: var(--ink-2); max-width: 48ch; margin-bottom: 20px; }
.hero__sub strong { color: var(--green-d); }
.hero-incl { list-style: none; display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 26px; }
.hero-incl li { display: inline-flex; align-items: center; gap: 7px; background: var(--green-100); color: var(--green-dd); font-weight: 700; font-size: .86rem; padding: 8px 14px; border-radius: var(--r-pill); }
.hero-incl svg { width: 15px; height: 15px; color: var(--green); flex-shrink: 0; }
.hero__note { display: inline-flex; align-items: center; gap: 10px; margin-top: 20px; font-size: .9rem; color: var(--muted); background: var(--green-50); border: 1px solid var(--line); padding: 9px 15px; border-radius: var(--r-pill); }
.hero__note svg { width: 17px; height: 17px; color: var(--green); flex-shrink: 0; }
.hero-visual { position: relative; }

/* «Самый выгодный» оффер-карточка */
.offer-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: 28px 30px; box-shadow: var(--shadow-lg); }
.offer-badge { position: absolute; top: -14px; left: 26px; background: var(--green); color: #fff; font-weight: 800; font-size: .74rem; letter-spacing: .05em; text-transform: uppercase; padding: 8px 15px; border-radius: var(--r-pill); box-shadow: var(--shadow-md); }
.offer-tier { display: block; color: var(--green-d); font-weight: 800; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; margin-top: 4px; }
.offer-name { font-size: 1.4rem; font-weight: 800; letter-spacing: -.02em; color: var(--ink); margin: 6px 0 14px; }
.offer-price { display: flex; align-items: baseline; gap: 10px; }
.offer-price .amount { font-size: 2.5rem; font-weight: 800; color: var(--green-d); letter-spacing: -.03em; line-height: 1; }
.offer-price .per { color: var(--muted); font-size: .9rem; }
.offer-sub { color: var(--muted); font-size: .86rem; margin: 6px 0 0; }
.offer-incl { list-style: none; display: grid; gap: 11px; margin: 18px 0 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.offer-incl li { display: flex; align-items: center; gap: 11px; font-weight: 600; font-size: .96rem; color: var(--ink-2); }
.offer-incl svg { width: 20px; height: 20px; color: var(--green); flex-shrink: 0; }

/* ---------- Полоса доверия ---------- */
.trustbar { background: var(--green-50); border-bottom: 1px solid var(--line); }
.trustbar__row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 34px; padding: 18px 0; }
.trustbar__item { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: .95rem; color: var(--ink-2); }
.trustbar__item svg { width: 18px; height: 18px; color: var(--green); flex-shrink: 0; }

/* ---------- Сетки / фичи ---------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 880px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; box-shadow: var(--shadow-sm); }
.feature { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.feature:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--line-2); }
.feature__icon { width: 54px; height: 54px; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center; background: var(--green-100); color: var(--green-d); margin-bottom: 18px; }
.feature__icon svg { width: 27px; height: 27px; }
.feature h3 { margin-bottom: 9px; font-size: 1.16rem; }
.feature p { margin: 0; color: var(--ink-2); font-size: 1rem; }

/* ---------- Карточки туров ---------- */
.tours-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
@media (max-width: 880px) { .tours-grid { grid-template-columns: 1fr; } }
.tour { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .25s ease, border-color .2s ease; }
.tour:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--line-2); }
.tour__top { position: relative; padding: 26px 28px 20px; }
.tour__top-pattern { display: none; }
.tour__badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.badge { display: inline-flex; align-items: center; gap: 6px; font-size: .72rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; padding: 6px 12px; border-radius: var(--r-pill); }
.badge--gold { background: var(--green-100); color: var(--green-d); }
.badge--soft { background: #f2f4f3; color: var(--ink-2); border: 1px solid var(--line); }
.tour__city { font-size: 1.55rem; font-weight: 800; color: var(--ink); margin: 0; letter-spacing: -.025em; }
.tour__route { display: flex; align-items: center; gap: 7px; margin: 8px 0 0; color: var(--muted); font-size: .9rem; }
.tour__route svg { width: 16px; height: 16px; color: var(--green); flex-shrink: 0; }
.tour__body { padding: 4px 28px 28px; display: flex; flex-direction: column; gap: 18px; flex: 1; }
.tour__body > .muted { margin: 0; font-size: .98rem; line-height: 1.5; }
.tour__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tour__fact { display: flex; gap: 11px; align-items: flex-start; }
.tour__fact svg { width: 20px; height: 20px; color: var(--green); flex-shrink: 0; margin-top: 1px; }
.tour__fact small { display: block; color: var(--muted); font-size: .74rem; letter-spacing: .03em; text-transform: uppercase; margin-bottom: 2px; }
.tour__fact b { font-weight: 700; font-size: .96rem; color: var(--ink); }
.tour__price { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.tour__price .amount { font-size: 2.1rem; font-weight: 800; color: var(--green-d); letter-spacing: -.03em; }
.tour__price .per { color: var(--muted); font-size: .9rem; }
.tour__price .rub { width: 100%; color: var(--muted); font-size: .84rem; margin-top: 2px; }
.tour__cta { margin-top: auto; display: flex; flex-direction: column; gap: 11px; }
.tour__link { font-weight: 700; font-size: .95rem; display: inline-flex; align-items: center; gap: 6px; }

/* ---------- Чек-листы ---------- */
.checklist { list-style: none; display: grid; gap: 14px; }
.checklist.cols-2 { grid-template-columns: 1fr 1fr; gap: 14px 30px; }
@media (max-width: 720px) { .checklist.cols-2 { grid-template-columns: 1fr; } }
.checklist li { display: flex; gap: 13px; align-items: flex-start; font-size: 1.02rem; }
.checklist li svg { width: 23px; height: 23px; flex-shrink: 0; margin-top: 1px; color: var(--green); }
.checklist.docs li svg { color: var(--green-d); }

/* ---------- Шаги оплаты ---------- */
.steps { counter-reset: step; display: grid; gap: 16px; }
.step { position: relative; display: flex; gap: 20px; align-items: flex-start; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: 22px 26px; box-shadow: var(--shadow-sm); }
.step__num { counter-increment: step; flex-shrink: 0; width: 46px; height: 46px; border-radius: 14px; background: var(--green-100); color: var(--green-d); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.2rem; }
.step__num::before { content: counter(step); }
.step h3 { margin: 4px 0 6px; font-size: 1.12rem; }
.step p { margin: 0; color: var(--ink-2); }
.callout { margin-top: 24px; display: flex; gap: 15px; align-items: flex-start; padding: 20px 24px; border-radius: var(--r-md); background: var(--green-100); border: 1px solid #cde7db; }
.callout svg { width: 25px; height: 25px; color: var(--green-d); flex-shrink: 0; margin-top: 2px; }
.callout p { margin: 0; font-weight: 600; color: var(--green-dd); }

/* ---------- Таймлайн ---------- */
.timeline { position: relative; display: grid; gap: 2px; }
.tl-item { position: relative; padding: 0 0 26px 38px; border-left: 2px solid var(--line-2); }
.tl-item:last-child { border-left-color: transparent; padding-bottom: 0; }
.tl-item::before { content: ""; position: absolute; left: -9px; top: 3px; width: 16px; height: 16px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--bg); }
.section--cream2 .tl-item::before { box-shadow: 0 0 0 4px var(--green-50); }
.tl-item h3 { margin: 0 0 5px; font-size: 1.1rem; color: var(--green-d); }
.tl-item p { margin: 0; color: var(--ink-2); }

/* ---------- Таблица ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow-sm); background: var(--paper); }
table.compare { width: 100%; border-collapse: collapse; min-width: 560px; }
table.compare th, table.compare td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--line); font-size: .96rem; }
table.compare thead th { background: var(--green); color: #fff; font-weight: 700; font-size: .92rem; vertical-align: bottom; }
table.compare thead th:first-child { background: var(--green-d); }
table.compare tbody th { font-weight: 700; color: var(--ink-2); background: var(--green-50); white-space: nowrap; }
table.compare td b { color: var(--green-d); font-weight: 800; }
table.compare tr:last-child td, table.compare tr:last-child th { border-bottom: 0; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 14px; max-width: 880px; margin-inline: auto; }
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow-sm); overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease; }
.faq details[open] { border-color: #bfe0ce; box-shadow: var(--shadow-md); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 56px 20px 24px; font-weight: 700; font-size: 1.06rem; color: var(--ink); position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 24px; top: 26px; width: 11px; height: 11px; border-right: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(45deg); transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(-135deg); top: 30px; }
.faq .faq__a { padding: 0 24px 22px; color: var(--ink-2); }
.faq .faq__a p { margin: 0; }

/* ---------- Форма ---------- */
.form-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(26px, 3vw, 40px); box-shadow: var(--shadow-lg); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
@media (max-width: 680px) { .form-grid { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 700; font-size: .9rem; color: var(--ink-2); }
.field label .req { color: #c0392b; }
.field input, .field select, .field textarea { width: 100%; box-sizing: border-box; font-family: inherit; font-size: 1rem; color: var(--ink); padding: 14px 16px; min-height: 52px; border: 1.5px solid var(--line-2); border-radius: var(--r-sm); background: #fff; transition: border-color .15s ease, box-shadow .15s ease; }
.field textarea { min-height: 100px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(12,138,90,.15); }
.consent { grid-column: 1 / -1; display: flex; gap: 12px; align-items: flex-start; font-size: .88rem; color: var(--muted); }
.consent input { width: 20px; height: 20px; min-height: 0; flex-shrink: 0; margin-top: 2px; accent-color: var(--green); }
.form-alt { grid-column: 1 / -1; text-align: center; color: var(--muted); font-size: .92rem; margin: 4px 0 0; }
.form-msg { grid-column: 1 / -1; display: none; padding: 14px 16px; border-radius: var(--r-sm); font-weight: 600; }
.form-msg.show { display: block; }
.form-msg.ok { background: rgba(31,170,82,.12); color: #14663a; border: 1px solid rgba(31,170,82,.4); }
.form-msg.err { background: rgba(192,57,43,.1); color: #a5271b; border: 1px solid rgba(192,57,43,.35); }

/* ---------- Последний экран: заявка (в стиле первого) ---------- */
.cta-band { position: relative; overflow: hidden; color: var(--ink); background: var(--bg); }
.cta-band__bg { position: absolute; inset: 0; z-index: 0; background: radial-gradient(900px 520px at 90% -10%, var(--green-100), transparent 62%), radial-gradient(620px 460px at -6% 108%, var(--green-50), transparent 60%); }
.cta-band .container { position: relative; z-index: 2; }
.cta-band-grid { display: grid; grid-template-columns: 1fr 1.02fr; gap: clamp(30px, 3.5vw, 52px); align-items: center; min-height: calc(100svh - var(--header-h)); padding: clamp(20px, 2.2vw, 34px) 0; }
@media (max-width: 920px) { .cta-band-grid { grid-template-columns: 1fr; gap: 28px; min-height: 0; padding: 34px 0 40px; } }
.cta-band h2 { color: var(--ink); }
.cta-band .eyebrow { color: var(--green-d); } .cta-band .eyebrow::before { background: var(--green); }
.cta-band .lead { color: var(--ink-2); }
.cta-band .lead strong { color: var(--green-d); }
.cta-band__contacts { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 24px; }
.cta-band__contacts a { color: var(--ink); font-weight: 700; display: inline-flex; align-items: center; gap: 10px; background: var(--green-50); border: 1px solid var(--line); padding: 10px 16px; border-radius: var(--r-pill); }
.cta-band__contacts a:hover { color: var(--green-dd); border-color: var(--green); background: var(--green-100); }
.cta-band__contacts svg { width: 19px; height: 19px; color: var(--green); }
.cta-band__note { display: inline-flex; align-items: flex-start; gap: 10px; margin-top: 20px; font-size: .88rem; color: var(--muted); }
.cta-band__note svg { width: 17px; height: 17px; color: var(--green); flex-shrink: 0; margin-top: 2px; }
/* Компактная форма на последнем экране, чтобы всё влезало в один экран */
.cta-band .form-card { padding: clamp(20px, 2vw, 28px); }
.cta-band .form-grid { gap: 13px; }
.cta-band .field { gap: 6px; }
.cta-band .field input, .cta-band .field select, .cta-band .field textarea { min-height: 46px; padding: 11px 14px; }
.cta-band .field textarea { min-height: 76px; }
.cta-band .form-card .btn { min-height: 52px; }

/* ---------- Инфоблоки / проза ---------- */
.note-card { display: flex; gap: 15px; align-items: flex-start; padding: 20px 22px; border-radius: var(--r-md); background: var(--green-50); border: 1px solid var(--line); }
.section--cream2 .note-card { background: var(--paper); }
.note-card svg { width: 22px; height: 22px; color: var(--green); flex-shrink: 0; margin-top: 2px; }
.note-card p { margin: 0; color: var(--ink-2); font-size: .98rem; }
.prose { max-width: 780px; }
.prose h2 { margin-top: 1.6em; }
.prose h3 { margin-top: 1.5em; color: var(--green-d); font-size: 1.28rem; }
.prose p { color: var(--ink-2); }
.prose ul.bullets { list-style: none; display: grid; gap: 12px; margin: 0 0 1.2rem; }
.prose ul.bullets li { position: relative; padding-left: 28px; color: var(--ink-2); }
.prose ul.bullets li::before { content: ""; position: absolute; left: 4px; top: .58em; width: 9px; height: 9px; border-radius: 50%; background: var(--green); }

/* Хлебные крошки */
.crumbs { padding: 16px 0; font-size: .88rem; color: var(--muted); border-bottom: 1px solid var(--line); background: var(--green-50); }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; }
.crumbs li { display: inline-flex; align-items: center; gap: 8px; }
.crumbs li::after { content: "·"; color: var(--line-2); }
.crumbs li:last-child::after { content: ""; }
.crumbs a { color: var(--green-d); }

/* Мини-CTA */
.inline-cta { text-align: center; padding: clamp(34px, 5vw, 58px); border-radius: var(--r-xl); background: var(--green-100); border: 1px solid #cfe8dc; box-shadow: var(--shadow-sm); }
.inline-cta h2 { margin-bottom: 12px; }
.inline-cta .btn-row { justify-content: center; margin-top: 22px; }

/* ---------- Подвал ---------- */
.site-footer { background: var(--green-900); color: #b7cfc2; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.1fr; gap: 40px; }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr; gap: 30px; } }
.site-footer .brand, .site-footer .brand__name, .site-footer .brand__name b { color: #fff; }
.footer-about { max-width: 42ch; font-size: .95rem; color: #90ada0; margin-top: 16px; line-height: 1.62; }
.footer-col h4 { color: #fff; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px; font-weight: 800; }
.footer-col ul { list-style: none; display: grid; gap: 11px; }
.footer-col a { color: #b7cfc2; font-size: .95rem; }
.footer-col a:hover { color: #fff; }
.footer-contacts a { display: inline-flex; align-items: center; gap: 10px; }
.footer-contacts svg { width: 17px; height: 17px; color: #7fc7a3; }
.footer-bottom { margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; gap: 10px 26px; justify-content: space-between; font-size: .84rem; color: #7d998c; }
.footer-legal { max-width: 72ch; display: flex; flex-wrap: wrap; gap: 6px 14px; align-items: center; }
.footer-bottom a { color: #90ada0; text-decoration: underline; }
.footer-disclaimer { margin-top: 16px; font-size: .82rem; color: #648073; line-height: 1.6; max-width: 92ch; }

/* ---------- Мобильная панель ---------- */
.mobile-bar { display: none; }
@media (max-width: 720px) {
  .mobile-bar { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; position: fixed; bottom: 0; left: 0; right: 0; z-index: 70; padding: 9px 10px calc(9px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.97); backdrop-filter: blur(10px); border-top: 1px solid var(--line-2); box-shadow: 0 -8px 24px rgba(10,60,40,.10); }
  .mobile-bar a { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 8px 4px; border-radius: var(--r-sm); font-size: .72rem; font-weight: 700; color: #fff; min-height: 52px; }
  .mobile-bar a svg { width: 20px; height: 20px; }
  .mobile-bar .mb-call { background: var(--green); }
  .mobile-bar .mb-wa { background: #1faa52; }
  .mobile-bar .mb-tg { background: #2aa0da; }
  body { padding-bottom: 76px; }
  .hero-grid { grid-template-columns: 1fr; gap: 26px; min-height: 0; padding: 26px 0 34px; }
  .hero-visual { order: 2; }
}

/* Пропуск к контенту */
.skip-link { position: absolute; left: -999px; top: 0; z-index: 100; background: var(--green-d); color: #fff; padding: 12px 18px; border-radius: 0 0 var(--r-sm) 0; }
.skip-link:focus { left: 0; color: #fff; }

/* Разделитель */
.divider-star { display: flex; align-items: center; justify-content: center; gap: 16px; color: var(--green); margin: 6px 0; }
.divider-star::before, .divider-star::after { content: ""; height: 1px; width: min(130px, 24vw); background: linear-gradient(90deg, transparent, var(--line-2)); }
.divider-star svg { width: 22px; height: 22px; }

/* ============================================================
   Компактность + продающие блоки (экспертный проход)
   ============================================================ */
.grid { gap: 20px; }
.card { padding: 26px; }
.feature__icon { width: 48px; height: 48px; margin-bottom: 13px; }
.feature__icon svg { width: 24px; height: 24px; }
.feature h3 { margin-bottom: 7px; font-size: 1.1rem; }
.feature p { font-size: .96rem; }
.tours-grid { gap: 22px; }
.tour__top { padding: 22px 24px 15px; }
.tour__body { padding: 4px 24px 24px; gap: 13px; }
.tour__facts { padding: 14px 0; gap: 12px 16px; }
.tour__price .amount { font-size: 1.95rem; }
.steps { gap: 12px; }
.step { padding: 17px 22px; gap: 16px; }
.step__num { width: 42px; height: 42px; font-size: 1.1rem; }
.step h3 { margin: 2px 0 4px; }
.callout { margin-top: 18px; padding: 16px 20px; }
.faq { gap: 12px; }
.faq summary { padding: 16px 52px 16px 20px; font-size: 1.02rem; }
.faq summary::after { top: 22px; }
.faq details[open] summary::after { top: 26px; }
.faq .faq__a { padding: 0 20px 18px; }

/* Баннер «включено во все программы» */
.incl-banner { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; background: linear-gradient(120deg, var(--green-100), var(--green-50)); border: 1px solid #cfe8dc; border-radius: var(--r-lg); padding: 15px 22px; margin-bottom: 22px; }
.incl-banner__label { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; color: var(--green-dd); font-size: .98rem; white-space: nowrap; }
.incl-banner__label svg { width: 20px; height: 20px; color: var(--green-d); }
.incl-banner__chips { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 10px; margin: 0; }
.incl-banner__chips li { display: inline-flex; align-items: center; gap: 6px; background: #fff; border: 1px solid #cfe8dc; color: var(--green-dd); font-weight: 700; font-size: .84rem; padding: 6px 12px; border-radius: var(--r-pill); }
.incl-banner__chips svg { width: 14px; height: 14px; color: var(--green); }

/* Тег «всё включено» в цене карточки */
.tour__allin { width: 100%; display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; color: var(--green-d); font-weight: 800; font-size: .82rem; text-transform: uppercase; letter-spacing: .03em; }
.tour__allin svg { width: 15px; height: 15px; }

/* Полоса ценностей / честной срочности */
.usp-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.usp-strip > div { display: flex; gap: 13px; align-items: flex-start; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: 18px 20px; box-shadow: var(--shadow-sm); }
.usp-strip svg { width: 24px; height: 24px; color: var(--green); flex-shrink: 0; margin-top: 2px; }
.usp-strip span { display: block; color: var(--muted); font-size: .9rem; line-height: 1.45; }
.usp-strip b { display: block; color: var(--ink); font-size: 1.02rem; font-weight: 800; margin-bottom: 3px; }
@media (max-width: 860px) { .usp-strip { grid-template-columns: 1fr; } }

/* Свёрнутая таблица сравнения (по клику — экономит место) */
.compare-toggle { margin-top: 22px; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--paper); box-shadow: var(--shadow-sm); overflow: hidden; }
.compare-toggle > summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--green-d); padding: 16px 22px; }
.compare-toggle > summary::-webkit-details-marker { display: none; }
.compare-toggle > summary svg { width: 20px; height: 20px; }
.compare-toggle[open] > summary { border-bottom: 1px solid var(--line); }
.compare-toggle .table-wrap { border: 0; border-radius: 0; box-shadow: none; }

/* «Включено / оплачивается отдельно» — 2 колонки */
.incl-cols { display: grid; grid-template-columns: 1.12fr .88fr; gap: 22px; align-items: start; }
@media (max-width: 820px) { .incl-cols { grid-template-columns: 1fr; } }
.incl-col h3 { display: flex; align-items: center; gap: 10px; font-size: 1.14rem; margin-bottom: 16px; }
.incl-col h3 svg { width: 22px; height: 22px; }
.incl-col--yes h3 { color: var(--green-d); }
.incl-col--yes h3 svg { color: var(--green); }
.incl-col--no h3 svg { color: var(--muted); }
.incl-col__note { margin: 16px 0 0; font-size: .89rem; color: var(--muted); }
.checklist.notincl li svg { color: var(--muted); }

/* ===== Карточки туров: спокойная, «невидимая» версия ===== */
.tour__top { padding: 22px 24px 14px; }
.tour__city { font-size: 1.48rem; }
.tour__route { color: var(--muted); font-size: .9rem; margin-top: 6px; }
.tour__body { padding: 2px 24px 24px; gap: 0; }
.tour__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; margin: 0; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tour__facts > div.full { grid-column: 1 / -1; }
.tour__facts dt { color: var(--muted); font-size: .8rem; margin: 0 0 2px; }
.tour__facts dd { margin: 0; font-weight: 700; font-size: .95rem; color: var(--ink); line-height: 1.35; }
.tour__price { display: flex; flex-direction: column; gap: 3px; margin: 18px 0 16px; }
.tour__amount { display: flex; align-items: baseline; gap: 9px; flex-wrap: wrap; margin: 0; }
.tour__price .amount { font-size: 2rem; font-weight: 800; color: var(--green-d); letter-spacing: -.03em; }
.tour__price .per { color: var(--muted); font-size: .88rem; }
.tour__allin { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-weight: 600; font-size: .84rem; }
.tour__allin svg { width: 15px; height: 15px; color: var(--green); }
.tour__more { display: inline-flex; align-items: center; justify-content: center; gap: 6px; margin-top: 12px; font-weight: 700; font-size: .92rem; color: var(--green-d); }
.tour__more svg { width: 16px; height: 16px; }
.tour__more:hover { color: var(--green-dd); }

/* Полоса ценностей — легче, без тяжёлых карточек */
.usp-strip > div { background: var(--green-50); border-color: transparent; box-shadow: none; }

/* Спокойные бейджи */
.badge--soft { background: transparent; color: var(--muted); border: 1px solid var(--line-2); }

/* ============================================================
   Конверсионные блоки: счётчик, сторис, квиз, отзывы, плавающая кнопка
   ============================================================ */

/* ----- Счётчик ----- */
.countdown { background: linear-gradient(120deg, var(--green-100), var(--green-50)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.countdown__inner { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 28px; padding: 18px 22px; }
.countdown__text { display: flex; flex-direction: column; gap: 3px; margin-right: auto; }
.countdown__eyebrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--green-d); }
.countdown__eyebrow svg { width: 15px; height: 15px; }
.countdown__text strong { color: var(--ink); font-size: 1.06rem; }
.countdown__timer { display: flex; align-items: center; gap: 8px; }
.cd-unit { display: flex; flex-direction: column; align-items: center; background: #fff; border: 1px solid var(--line-2); border-radius: 12px; padding: 8px 12px; min-width: 62px; }
.cd-unit b { font-size: 1.5rem; font-weight: 800; color: var(--green-d); line-height: 1; letter-spacing: -.02em; }
.cd-unit span { font-size: .72rem; color: var(--muted); margin-top: 3px; }
.cd-sep { font-weight: 800; color: var(--green-300); font-size: 1.2rem; }
@media (max-width: 720px) { .countdown__text { margin-right: 0; width: 100%; } .countdown__inner .btn { width: 100%; } }

/* ----- Сторис ----- */
.stories { padding: clamp(20px, 3vw, 34px) 0 0; }
.stories__row { display: flex; gap: 16px; overflow-x: auto; padding: 6px 2px 10px; scrollbar-width: none; }
.stories__row::-webkit-scrollbar { display: none; }
.story { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 8px; width: 84px; background: none; border: 0; cursor: pointer; padding: 0; }
.story__ring { width: 74px; height: 74px; border-radius: 50%; padding: 3px; background: linear-gradient(140deg, var(--green), var(--amber)); display: inline-flex; }
.story__cover { flex: 1; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; border: 3px solid #fff; }
.story__cover svg { width: 30px; height: 30px; color: #fff; }
.story__title { font-size: .8rem; font-weight: 700; color: var(--ink-2); text-align: center; line-height: 1.2; }
.story:hover .story__ring { filter: brightness(1.05); }

/* Просмотрщик сторис */
.sv { position: fixed; inset: 0; z-index: 90; background: rgba(6,20,14,.92); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 16px; }
.sv[hidden] { display: none; }
.sv__bars { position: absolute; top: 16px; left: 50%; transform: translateX(-50%); width: min(440px, 92vw); display: flex; gap: 5px; }
.sv__bars span { flex: 1; height: 3px; border-radius: 3px; background: rgba(255,255,255,.28); overflow: hidden; }
.sv__bars span.done i { width: 100%; }
.sv__bars span i { display: block; height: 100%; width: 0; background: #fff; border-radius: 3px; }
.sv__bars span.active i { animation: svfill 6s linear forwards; }
@keyframes svfill { from { width: 0; } to { width: 100%; } }
.sv__slide { width: min(440px, 92vw); min-height: 340px; background: linear-gradient(160deg, var(--green-d), var(--green-900)); border-radius: 22px; padding: 40px 30px; color: #fff; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: var(--shadow-lg); }
.sv__h { color: #fff; font-size: 1.7rem; margin-bottom: 12px; }
.sv__t { color: #d7eadf; font-size: 1.08rem; line-height: 1.5; margin: 0; }
.sv__close { position: absolute; top: 30px; right: calc(50% - min(220px, 46vw)); width: 40px; height: 40px; border-radius: 50%; border: 0; background: rgba(255,255,255,.16); color: #fff; font-size: 1.1rem; cursor: pointer; z-index: 2; }
.sv__tap { position: absolute; top: 0; bottom: 0; width: 40%; background: none; border: 0; cursor: pointer; z-index: 1; }
.sv__prev { left: 0; } .sv__next { right: 0; }
.sv__cta { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2; background: #fff; color: var(--green-dd); font-weight: 800; padding: 13px 26px; border-radius: var(--r-pill); box-shadow: var(--shadow-md); }
.sv__cta:hover { color: var(--green-dd); }

/* ----- Квиз ----- */
.quiz-section { background: var(--green-50); }
.quiz { max-width: 620px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--shadow-lg); padding: clamp(24px, 3vw, 38px); min-height: 320px; }
.quiz__bar { height: 6px; border-radius: 6px; background: var(--green-100); overflow: hidden; margin-bottom: 24px; }
.quiz__bar span { display: block; height: 100%; background: var(--green); border-radius: 6px; transition: width .3s ease; }
.quiz__n { font-weight: 800; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; color: var(--green-d); }
.quiz__step h3 { font-size: 1.4rem; margin: 8px 0 20px; }
.quiz__opts { display: grid; gap: 12px; }
.quiz__opt { text-align: left; background: #fff; border: 1.5px solid var(--line-2); border-radius: var(--r-md); padding: 16px 20px; cursor: pointer; transition: border-color .15s ease, background .15s ease, transform .15s ease; display: flex; flex-direction: column; gap: 3px; }
.quiz__opt:hover { border-color: var(--green); background: var(--green-50); transform: translateY(-1px); }
.quiz__opt b { font-size: 1.08rem; color: var(--ink); }
.quiz__opt span { font-size: .9rem; color: var(--muted); }
.quiz__back { margin-top: 18px; background: none; border: 0; color: var(--muted); font-weight: 700; cursor: pointer; font-size: .95rem; }
.quiz__result { text-align: center; }
.quiz__badge { display: inline-block; background: var(--green-100); color: var(--green-d); font-weight: 800; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; padding: 7px 15px; border-radius: var(--r-pill); }
.quiz__result h3 { font-size: 1.7rem; margin: 14px 0 6px; }
.quiz__price { font-size: 2rem; font-weight: 800; color: var(--green-d); letter-spacing: -.03em; }
.quiz__price span { display: block; font-size: .9rem; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.quiz__facts { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 10px; margin: 18px 0 24px; }
.quiz__facts li { background: var(--green-50); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 7px 14px; font-size: .88rem; font-weight: 600; color: var(--ink-2); }
.quiz__ctas { display: grid; gap: 12px; }
.quiz__restart { background: none; border: 0; color: var(--muted); font-weight: 700; cursor: pointer; font-size: .95rem; }

/* ----- Отзывы ----- */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 880px) { .reviews-grid { grid-template-columns: 1fr; } }
.review { margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--shadow-sm); }
.review__stars { color: var(--amber); letter-spacing: 2px; margin-bottom: 12px; }
.review blockquote { margin: 0 0 14px; font-size: 1.02rem; color: var(--ink-2); line-height: 1.55; }
.review figcaption { font-weight: 700; color: var(--ink); font-size: .95rem; }
.reviews-empty { display: flex; gap: 18px; align-items: center; max-width: 720px; margin: 0 auto; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 28px; box-shadow: var(--shadow-sm); }
.reviews-empty svg { width: 40px; height: 40px; color: #2aa0da; flex-shrink: 0; }
.reviews-empty strong { display: block; color: var(--ink); font-size: 1.08rem; margin-bottom: 4px; }
.reviews-empty p { margin: 0; color: var(--muted); }

/* ----- Плавающая кнопка WhatsApp ----- */
.fab-wa { position: fixed; right: 22px; bottom: 22px; z-index: 65; display: inline-flex; align-items: center; gap: 12px; background: #1faa52; color: #fff; padding: 12px 20px 12px 12px; border-radius: var(--r-pill); box-shadow: 0 12px 30px rgba(31,170,82,.4); font-weight: 700; }
.fab-wa:hover { color: #fff; background: #199247; transform: translateY(-2px); }
.fab-wa { transition: transform .18s ease, background .2s ease; }
.fab-wa__ic { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.18); display: inline-flex; align-items: center; justify-content: center; }
.fab-wa__ic svg { width: 24px; height: 24px; }
.fab-wa__txt { display: flex; flex-direction: column; line-height: 1.2; padding-right: 4px; }
.fab-wa__status { font-size: .72rem; font-weight: 600; opacity: .9; display: inline-flex; align-items: center; gap: 6px; }
.fab-wa__status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #bdf5cf; box-shadow: 0 0 0 0 rgba(189,245,207,.7); }
.fab-wa.is-online .fab-wa__status::before { animation: fabpulse 2s infinite; }
@keyframes fabpulse { 0% { box-shadow: 0 0 0 0 rgba(189,245,207,.6); } 70% { box-shadow: 0 0 0 7px rgba(189,245,207,0); } 100% { box-shadow: 0 0 0 0 rgba(189,245,207,0); } }
.fab-wa__txt b { font-size: .96rem; }
@media (max-width: 720px) { .fab-wa { display: none; } }

/* ============================================================
   Интересные ходы — стили
   ============================================================ */

/* Фильтр по городу */
.city-filter { display: inline-flex; gap: 6px; background: var(--green-50); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 5px; margin-bottom: 22px; }
.city-filter button { border: 0; background: none; padding: 9px 18px; border-radius: var(--r-pill); font-weight: 700; font-size: .92rem; color: var(--ink-2); cursor: pointer; transition: background .15s ease, color .15s ease; }
.city-filter button.is-active { background: var(--green); color: #fff; box-shadow: var(--shadow-sm); }

/* Карта-маршрут хаджа */
.hm__track { display: flex; gap: 4px; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; position: relative; }
.hm__track::-webkit-scrollbar { display: none; }
.hm__stop { flex: 1 0 auto; min-width: 104px; display: flex; flex-direction: column; align-items: center; gap: 10px; background: none; border: 0; cursor: pointer; padding: 8px 6px 14px; position: relative; }
.hm__stop::after { content: ""; position: absolute; top: 34px; left: 50%; width: 100%; height: 2px; background: var(--line-2); z-index: 0; }
.hm__stop:last-child::after { display: none; }
.hm__dot { position: relative; z-index: 1; width: 60px; height: 60px; border-radius: 50%; background: #fff; border: 2px solid var(--line-2); display: inline-flex; align-items: center; justify-content: center; color: var(--muted); transition: all .2s ease; }
.hm__dot svg { width: 26px; height: 26px; }
.hm__name { font-weight: 700; font-size: .88rem; color: var(--muted); text-align: center; transition: color .2s ease; }
.hm__stop.is-active .hm__dot { background: var(--green); border-color: var(--green); color: #fff; transform: scale(1.06); box-shadow: 0 8px 20px rgba(12,138,90,.28); }
.hm__stop.is-active .hm__name { color: var(--green-dd); }
.hm__panel { margin-top: 24px; background: var(--green-50); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 30px; text-align: center; max-width: 760px; margin-inline: auto; }
.hm__title { font-size: 1.4rem; color: var(--green-dd); margin-bottom: 8px; }
.hm__text { margin: 0; color: var(--ink-2); font-size: 1.06rem; line-height: 1.55; }

/* Вдохновение: отсчёт до Арафата + дуа */
.inspire { position: relative; overflow: hidden; color: #eef6f1; padding: clamp(48px,5vw,84px) 0; }
.inspire__bg { position: absolute; inset: 0; z-index: 0; background: linear-gradient(155deg, #0c5238, var(--green-900)); }
.inspire__pattern { position: absolute; inset: 0; z-index: 0; opacity: .08; background: url("/assets/pattern.svg") repeat; background-size: 90px; }
.inspire__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,4vw,56px); align-items: center; }
@media (max-width: 860px) { .inspire__inner { grid-template-columns: 1fr; } }
.inspire__eyebrow { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-300, #a9e3c9); color: #a9e3c9; margin-bottom: 14px; }
.inspire__eyebrow svg { width: 16px; height: 16px; }
.inspire__count { display: flex; align-items: baseline; gap: 14px; }
.inspire__count b { font-size: clamp(3.4rem, 2rem + 6vw, 6rem); font-weight: 800; color: #fff; line-height: .9; letter-spacing: -.03em; }
.inspire__word { font-size: 1.4rem; font-weight: 700; color: #a9e3c9; }
.inspire__cap { color: #a9c6b9; font-size: .95rem; margin: 12px 0 4px; }
.inspire__sub { color: #d7e8df; font-size: 1.1rem; line-height: 1.5; margin: 10px 0 24px; max-width: 42ch; }
.dua { background: rgba(255,255,255,.06); border: 1px solid rgba(169,227,201,.28); border-radius: var(--r-xl); padding: 30px 32px; }
.dua__label { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: #a9e3c9; margin-bottom: 16px; }
.dua__label svg { width: 16px; height: 16px; }
.dua__ar { font-size: 1.7rem; line-height: 1.9; color: #fff; margin: 0 0 16px; font-family: "Traditional Arabic", "Amiri", "Scheherazade New", serif; }
.dua__tr { color: #cfe3d8; font-style: italic; margin: 0 0 10px; }
.dua__tx { color: #eef6f1; margin: 0; line-height: 1.55; }

/* Калькулятор накоплений */
.calc { max-width: 680px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(24px,3vw,36px); box-shadow: var(--shadow-lg); }
.calc__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.calc__field--full { grid-column: 1 / -1; }
@media (max-width: 520px) { .calc__grid { grid-template-columns: 1fr; } }
.calc__field { display: flex; flex-direction: column; gap: 7px; font-weight: 700; font-size: .88rem; color: var(--ink-2); }
.calc__lbl { min-height: 1.3em; }
.calc__field select, .calc__field input { width: 100%; box-sizing: border-box; font-family: inherit; font-size: 1rem; font-weight: 400; padding: 13px 14px; min-height: 52px; border: 1.5px solid var(--line-2); border-radius: var(--r-sm); background: var(--green-50); color: var(--ink); }
.calc__field select:focus, .calc__field input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(12,138,90,.14); background: #fff; }
.calc__out { margin: 22px 0 14px; padding: 20px 24px; background: var(--green-100); border-radius: var(--r-lg); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.calc__out span { font-weight: 700; color: var(--green-dd); }
.calc__out b { font-size: 2rem; font-weight: 800; color: var(--green-d); letter-spacing: -.03em; }
.calc__note { display: flex; gap: 8px; align-items: flex-start; font-size: .86rem; color: var(--muted); margin: 0 0 18px; }
.calc__note svg { width: 16px; height: 16px; color: var(--green); flex-shrink: 0; margin-top: 2px; }

/* ---------- Кастомный раскрывающийся список (select[data-custom]) ---------- */
/* JS прячет нативный select и строит кастомный. display:none безопаснее sr-only:
   элемент не участвует в раскладке и не перехватывает клики, но .value читается из JS. */
.cs-native { display: none; }
.cs { position: relative; width: 100%; }
.cs__btn { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; box-sizing: border-box; text-align: left; font-family: inherit; font-size: 1rem; color: var(--ink); padding: 13px 14px; min-height: 52px; border: 1.5px solid var(--line-2); border-radius: var(--r-sm); background: var(--green-50); cursor: pointer; transition: border-color .15s ease, box-shadow .15s ease, background .15s ease; }
.cs__btn:hover { border-color: var(--green); }
.cs.is-open .cs__btn, .cs__btn:focus-visible { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(12,138,90,.14); background: #fff; }
.cs__val { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cs__chev { display: flex; flex-shrink: 0; color: var(--muted); transition: transform .2s ease, color .2s ease; }
.cs.is-open .cs__chev { transform: rotate(180deg); color: var(--green-d); }
.cs__panel { position: absolute; z-index: 45; top: calc(100% + 6px); left: 0; right: 0; margin: 0; padding: 6px; list-style: none; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow-lg); max-height: 288px; overflow-y: auto; overscroll-behavior: contain; animation: csIn .16s ease; }
.cs--up .cs__panel { top: auto; bottom: calc(100% + 6px); animation-name: csInUp; }
@keyframes csIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
@keyframes csInUp { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.cs__opt { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 12px; border-radius: var(--r-sm); font-size: .98rem; color: var(--ink-2); cursor: pointer; line-height: 1.35; }
.cs__opt.is-active { background: var(--green-50); color: var(--ink); }
.cs__opt[aria-selected="true"] { color: var(--green-d); font-weight: 700; }
.cs__opt[aria-selected="true"]::after { content: ""; width: 18px; height: 18px; flex-shrink: 0; background: var(--green); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat; }

/* Сравнение с нами / самостоятельно */
.vs { max-width: 760px; margin: 0 auto; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); background: #fff; }
.vs__row { display: grid; grid-template-columns: 1.3fr 1.3fr 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.vs__row:last-child { border-bottom: 0; }
.vs__row--head { background: var(--green-50); font-weight: 800; }
.vs__row--head .vs__us { color: var(--green-d); }
.vs__row > div { padding: 14px 18px; font-size: .95rem; }
.vs__k { color: var(--ink-2); font-weight: 600; }
.vs__us { display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--ink); background: rgba(12,138,90,.05); }
.vs__us svg { width: 18px; height: 18px; color: var(--green); flex-shrink: 0; }
.vs__self { color: var(--muted); }
@media (max-width: 620px) { .vs__row { grid-template-columns: 1fr; } .vs__row > div { padding: 10px 16px; border-bottom: 1px dashed var(--line); } .vs__k { font-weight: 800; background: var(--green-50); } }

/* Липкая мини-панель */
.stickybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 66; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); border-top: 1px solid var(--line-2); box-shadow: 0 -10px 30px rgba(10,60,40,.1); transform: translateY(100%); transition: transform .28s ease; }
.stickybar.show { transform: translateY(0); }
.stickybar__inner { display: flex; align-items: center; gap: 20px; padding: 12px 22px; }
.stickybar__info { display: flex; flex-direction: column; line-height: 1.25; }
.stickybar__info b { font-size: 1.05rem; color: var(--ink); font-weight: 800; }
.stickybar__info span { font-size: .82rem; color: var(--muted); }
.stickybar__nav { display: flex; gap: 4px; margin-left: auto; }
.stickybar__nav a { color: var(--ink-2); font-weight: 600; font-size: .92rem; padding: 8px 12px; border-radius: var(--r-sm); }
.stickybar__nav a:hover { color: var(--green-d); background: var(--green-50); }
.stickybar .btn { min-height: 46px; }
@media (max-width: 900px) { .stickybar { display: none; } }

/* Плавающая кнопка — прятать при липкой панели */
.fab-wa { transition: transform .18s ease, background .2s ease, opacity .25s ease; }
.fab-wa.is-hidden { opacity: 0; pointer-events: none; transform: translateY(16px); }

/* Exit-intent */
.exitm { position: fixed; inset: 0; z-index: 95; background: rgba(6,20,14,.6); display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; transition: opacity .25s ease; }
.exitm[hidden] { display: none; }
.exitm.show { opacity: 1; }
.exitm__box { position: relative; background: #fff; border-radius: var(--r-xl); padding: clamp(28px,4vw,44px); max-width: 460px; width: 100%; text-align: center; box-shadow: var(--shadow-lg); transform: translateY(12px); transition: transform .25s ease; }
.exitm.show .exitm__box { transform: none; }
.exitm__x { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border: 0; background: var(--green-50); border-radius: 50%; color: var(--muted); font-size: 1rem; cursor: pointer; }
.exitm__badge { display: inline-flex; align-items: center; gap: 8px; background: var(--green-100); color: var(--green-d); font-weight: 800; font-size: .8rem; padding: 8px 15px; border-radius: var(--r-pill); }
.exitm__badge svg { width: 16px; height: 16px; }
.exitm__box h3 { font-size: 1.5rem; margin: 16px 0 8px; }
.exitm__box p { color: var(--ink-2); margin-bottom: 20px; }
.exitm__no { display: block; width: 100%; margin-top: 12px; background: none; border: 0; color: var(--muted); font-weight: 600; cursor: pointer; font-size: .92rem; }

/* Чек-лист подготовки */
.chk__bar { height: 8px; border-radius: 8px; background: var(--green-100); overflow: hidden; }
.chk__bar span { display: block; height: 100%; width: 0; background: var(--green); border-radius: 8px; transition: width .3s ease; }
.chk__count { margin: 10px 0 22px; font-weight: 700; color: var(--ink-2); }
.chk__count b { color: var(--green-d); }
.chk__cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
@media (max-width: 720px) { .chk__cols { grid-template-columns: 1fr; } }
.chk__group h3 { font-size: 1.1rem; margin-bottom: 14px; color: var(--green-d); }
.chk__item { display: flex; align-items: flex-start; gap: 11px; padding: 8px 0; cursor: pointer; font-size: .98rem; color: var(--ink-2); }
.chk__item input { width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px; accent-color: var(--green); cursor: pointer; }
.chk__item input:checked + span { color: var(--muted); text-decoration: line-through; }

/* Галерея отелей / видео */
.hotels-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 880px) { .hotels-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .hotels-grid { grid-template-columns: 1fr; } }
.hotel { margin: 0; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); background: #fff; }
.hotel img { width: 100%; height: 220px; object-fit: cover; }
.hotel figcaption { padding: 16px 18px; display: flex; flex-direction: column; gap: 3px; }
.hotel figcaption b { color: var(--ink); }
.hotel figcaption span { color: var(--muted); font-size: .9rem; }
.video-wrap { position: relative; padding-top: 56.25%; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); max-width: 900px; margin: 0 auto; }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- Обратный звонок (фича 4) ---------- */
.callback__card { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 52px); align-items: center; }
.callback__text h2 { margin: 6px 0 12px; }
.callback__perks { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.callback__perks li { display: flex; align-items: flex-start; gap: 10px; color: var(--ink-2); font-weight: 600; font-size: .98rem; }
.callback__perks svg { width: 20px; height: 20px; color: var(--green); flex-shrink: 0; margin-top: 1px; }
.callback__form { display: flex; flex-direction: column; gap: 14px; }
.callback__alt { font-size: .82rem; color: var(--muted); margin: 2px 0 0; line-height: 1.5; }
.callback__alt a { color: var(--green-d); font-weight: 700; }
@media (max-width: 840px) { .callback__card { grid-template-columns: 1fr; gap: 24px; } }

/* ---------- Статус мест по квоте (фича 9) ---------- */
.quota__card { max-width: 860px; margin: 0 auto; background: radial-gradient(680px 280px at 82% -20%, var(--green-100), transparent 62%), #fff; border: 1px solid var(--line); border-top: 4px solid var(--green); border-radius: var(--r-xl); padding: clamp(28px, 3.6vw, 48px); box-shadow: var(--shadow-lg); text-align: center; }
.quota__badge { display: inline-flex; align-items: center; gap: 9px; background: var(--green-100); color: var(--green-d); font-weight: 800; font-size: .84rem; padding: 9px 16px; border-radius: var(--r-pill); margin-bottom: 16px; }
.quota__badge svg { width: 17px; height: 17px; }
.quota__card h2 { margin: 0 0 12px; }
.quota__card > .lead { max-width: 64ch; margin: 0 auto; }
.quota__meter { max-width: 560px; margin: 24px auto 4px; text-align: left; }
.quota__meter-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; font-weight: 700; color: var(--ink-2); font-size: .92rem; }
.quota__meter-head b { color: var(--green-d); font-size: 1.05rem; font-variant-numeric: tabular-nums; }
.quota__track { height: 12px; border-radius: var(--r-pill); background: var(--green-100); overflow: hidden; }
.quota__track span { display: block; height: 100%; border-radius: var(--r-pill); background: linear-gradient(90deg, var(--green), var(--amber)); }
.quota__soft { display: flex; gap: 13px; align-items: flex-start; text-align: left; max-width: 620px; margin: 22px auto 4px; padding: 16px 20px; background: var(--green-50); border: 1px solid var(--line); border-radius: var(--r-md); }
.quota__soft svg { width: 22px; height: 22px; color: var(--green); flex-shrink: 0; margin-top: 1px; }
.quota__soft p { margin: 0; font-size: .92rem; color: var(--ink-2); line-height: 1.55; }
.quota__soft b { color: var(--green-dd); }
.quota__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 26px 0 8px; }
.quota__fact { display: flex; gap: 12px; align-items: center; text-align: left; padding: 14px 16px; background: var(--green-50); border: 1px solid var(--line); border-radius: var(--r-md); }
.quota__fact svg { width: 24px; height: 24px; color: var(--green-d); flex-shrink: 0; }
.quota__fact span { display: flex; flex-direction: column; font-size: .82rem; color: var(--muted); line-height: 1.35; }
.quota__fact b { color: var(--ink); font-size: .92rem; }
.quota .btn-row { justify-content: center; margin-top: 24px; }
@media (max-width: 720px) { .quota__facts { grid-template-columns: 1fr; gap: 10px; } }

/* ---------- Лид-магнит: PDF-подборка (фича 10) ---------- */
.leadmag__card { display: grid; grid-template-columns: auto 1fr; gap: clamp(22px, 3vw, 40px); align-items: center; background: linear-gradient(135deg, var(--green-100), var(--green-50)); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(26px, 3.4vw, 46px); box-shadow: var(--shadow-md); }
.leadmag__ic { width: 76px; height: 76px; border-radius: var(--r-lg); background: #fff; color: var(--green-d); display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); }
.leadmag__ic svg { width: 38px; height: 38px; }
.leadmag__body h2 { margin: 6px 0 10px; }
.leadmag__body > .lead { max-width: 64ch; }
.leadmag .btn-row { margin-top: 20px; }
.leadmag__note { display: inline-flex; align-items: center; gap: 8px; margin: 16px 0 0; font-size: .86rem; color: var(--green-d); font-weight: 600; }
.leadmag__note svg { width: 16px; height: 16px; color: var(--green); }
@media (max-width: 620px) { .leadmag__card { grid-template-columns: 1fr; text-align: left; } .leadmag__ic { width: 60px; height: 60px; } .leadmag__ic svg { width: 30px; height: 30px; } }

/* ---------- Печатная подборка программ (страница /podborka-hadzh-2027/) ---------- */
.podborka { padding: clamp(24px, 3vw, 40px) 0 clamp(40px, 5vw, 64px); }
.pb-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.pb-actions--bottom { justify-content: center; margin: 26px 0 0; }
.pb-sheet { max-width: 940px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-md); padding: clamp(24px, 3.4vw, 46px); }
.pb-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding-bottom: 18px; border-bottom: 2px solid var(--green-100); margin-bottom: 22px; }
.pb-head__brand { display: flex; align-items: center; gap: 12px; }
.pb-head__brand svg { width: 40px; height: 40px; color: var(--green-d); }
.pb-head__brand span { display: flex; flex-direction: column; line-height: 1.15; }
.pb-head__brand b { font-size: 1.2rem; color: var(--ink); }
.pb-head__brand small { color: var(--muted); font-size: .82rem; }
.pb-head__meta { text-align: right; font-weight: 800; color: var(--green-d); font-size: .95rem; }
.pb-head__meta span { display: block; color: var(--ink-2); font-weight: 700; }
.pb-sheet h1 { font-size: clamp(1.5rem, 3.4vw, 2rem); margin: 0 0 10px; }
.pb-lead { color: var(--ink-2); margin: 0 0 22px; max-width: 76ch; }
.pb-table-wrap { overflow-x: auto; }
.pb-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.pb-table th { text-align: left; background: var(--green); color: #fff; font-weight: 700; padding: 10px 12px; font-size: .84rem; }
.pb-table th:first-child { border-top-left-radius: var(--r-sm); } .pb-table th:last-child { border-top-right-radius: var(--r-sm); }
.pb-table td { padding: 11px 12px; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--ink-2); }
.pb-table tr:nth-child(even) td { background: var(--green-50); }
.pb-name b { display: block; color: var(--ink); font-size: 1rem; }
.pb-name span { color: var(--muted); font-size: .82rem; }
.pb-price { white-space: nowrap; }
.pb-price b { display: block; color: var(--green-d); font-size: 1.02rem; font-variant-numeric: tabular-nums; }
.pb-price span { color: var(--muted); font-size: .8rem; }
.pb-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin: 26px 0; }
.pb-cols h2 { display: flex; align-items: center; gap: 9px; font-size: 1.1rem; margin: 0 0 12px; }
.pb-cols h2 svg { width: 20px; height: 20px; color: var(--green); }
.pb-cols ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.pb-cols li { display: flex; align-items: flex-start; gap: 9px; font-size: .92rem; color: var(--ink-2); }
.pb-cols li svg { width: 17px; height: 17px; color: var(--green); flex-shrink: 0; margin-top: 3px; }
.pb-cta { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 24px; background: var(--green-100); border-radius: var(--r-md); margin-top: 8px; }
.pb-cta b { color: var(--green-dd); font-size: 1.05rem; } .pb-cta p { margin: 4px 0 0; font-size: .9rem; color: var(--ink-2); max-width: 46ch; }
.pb-cta__ways { display: flex; flex-direction: column; gap: 7px; }
.pb-cta__ways a { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--green-d); font-size: .95rem; }
.pb-cta__ways svg { width: 18px; height: 18px; }
.pb-foot { margin: 20px 0 0; font-size: .78rem; color: var(--muted); line-height: 1.5; }
@media (max-width: 640px) { .pb-cols { grid-template-columns: 1fr; gap: 18px; } .pb-cta { flex-direction: column; align-items: flex-start; } }

/* Печать: чистый лист без хрома сайта */
@media print {
  .site-header, .site-footer, .fab-wa, .mobile-bar, .crumbs, .skip-link, .no-print { display: none !important; }
  body { background: #fff; }
  .podborka { padding: 0; }
  .pb-sheet { max-width: none; border: 0; box-shadow: none; border-radius: 0; padding: 0; }
  .pb-table th { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  @page { margin: 14mm; }
}

/* Плавные появления */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   Полировка (экспертный проход)
   ============================================================ */
/* Табличные цифры — ровные разряды в ценах и счётчиках */
.amount, .tour__amount, .cd-unit b, .inspire__count b, .calc__out b,
.quiz__price, .offer-price .amount, .stickybar__info b, table.compare td b {
  font-variant-numeric: tabular-nums;
}

/* Тонкая геометрия в герое — премиальность без шума */
.hero::before {
  content: ""; position: absolute; top: -60px; right: -60px; width: 520px; height: 520px; z-index: 0;
  background: url("/assets/pattern.svg") repeat; background-size: 66px; opacity: .05; pointer-events: none;
  -webkit-mask-image: radial-gradient(circle at center, #000 28%, transparent 72%);
  mask-image: radial-gradient(circle at center, #000 28%, transparent 72%);
}
@media (max-width: 860px) { .hero::before { width: 320px; height: 320px; top: -40px; right: -40px; } }

/* Единый ритм заголовков секций */
.section-head h2 { margin-bottom: .35em; }

/* Аккуратные якоря под липкой шапкой */
:where(section, [id]) { scroll-margin-top: 88px; }
