/* Самохостинг шрифтов (вариативные woff2, без внешних запросов).
   Exo 2 — заголовки, цифры и IATA-коды: гранёный гротеск, буквы будто сколоты
   со льда, а скошенные штрихи перекликаются с рукописным «Якутия» логотипа.
   Inter — интерфейс и текст.
   Казахские буквы: ә ғ қ ң ө ү һ лежат в сабсете cyrillic-ext, ұ и і — в cyrillic,
   поэтому подключены оба (покрытие проверено по cmap файлов Exo 2, 15.09.2026). */
@font-face {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/fonts/exo2-var-cyrillic-ext.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/fonts/exo2-var-cyrillic.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/fonts/exo2-var-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;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url(/fonts/inter-var-cyrillic-ext.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url(/fonts/inter-var-cyrillic.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url(/fonts/inter-var-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;
}

/* ============================================================
   «ЯКУТИЯ» · Казахстан — дизайн «Алмазная пыль»
   Алмазной пылью в Якутске называют морозную взвесь: при минус сорока
   влага в воздухе становится ледяными иглами, и они искрят на солнце.
   Отсюда вся система. Над буквой «т» в официальном логотипе стоит
   огранённый алмаз с четырёхлучевой искрой — знак республики алмазов.
   Искра стала маркером кикеров и символом #fin, алмаз — подложкой шапок
   (#gem, оба в inc/mark.php, вырезаны из logo.svg перевозчика).
   Светлые поверхности — иней: белый с голубым холодом, по нему в шапках
   идёт решётка ледяного кристалла (три системы линий под 60°) и редкие
   искры. Шапка сайта белая, как фюзеляж, логотип на ней родного синего цвета.
   Главный цвет — сапфир логотипа #264796 (8,7:1 к белому): кнопки, ссылки,
   заголовки таблиц. Тёмные секции — полярная ночь с отсветом сияния.
   Тёплые акценты взяты из флага Республики Саха: брусничный красный
   #B8323F (5,9:1 к белому) — цифры и метки на светлом, зелёный полосы
   флага — в разделителе --vine. На тёмном вместо брусники работает золото
   якутских приисков #F2C65A.
   Имена переменных общесерийные (--red — акцент, --blue — второй цвет),
   поменялись только значения.
   ============================================================ */

:root {
    --red:      #264796;  /* сапфир логотипа: кнопки, ссылки, акценты */
    --red-d:    #1B3573;
    --red-l:    #3561BF;
    --blue:     #2F86C9;  /* лёд: маркеры списков, иконки */
    --blue-l:   #8FD3F4;  /* голубой отблеск искры — акцент на тёмном */
    --blue-d:   #0E1E4A;
    --sky:      #EDF4FC;  /* иней: светлые секции */
    --sky-2:    #CFE1F5;
    --ink:      #0E1E4A;  /* полярная ночь: тёмные секции и заголовки */
    --ink-2:    #0A1636;
    --ink-3:    #1A2E66;
    --text:     #16213D;
    --muted:    #59647F;
    --paper:    #F8FAFD;  /* фон страниц */
    --mica:     #EFF3F9;  /* чередующиеся секции */
    --line:     #DCE4F0;
    --line-2:   #C2CEE2;
    --steel:    #5C6985;
    --gold:     #B8323F;  /* брусника: цифры и метки на светлом */
    --gold-l:   #F2C65A;  /* золото приисков: акценты на тёмном */
    --jade:     #2BB38F;  /* зелёный флага и северного сияния: редкий третий акцент */
    --white:    #fff;
    --shadow:   0 12px 34px rgba(14,30,74,.10);
    --shadow-s: 0 4px 14px rgba(14,30,74,.07);
    --shadow-l: 0 24px 60px rgba(14,30,74,.18);
    --r:        14px;
    /* Полосы флага Саха: голубое поле, белый, красный, зелёный */
    --vine: linear-gradient(90deg,
        #264796 0 56%, #8FD3F4 56% 70%, #B8323F 70% 85%, #2BB38F 85% 100%);
    --font-d:   "Exo 2", "Segoe UI", Arial, sans-serif;
    --font-h:   "Exo 2", "Segoe UI", Arial, sans-serif;
    --font-b:   "Inter", "Segoe UI", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font: 400 16px/1.65 var(--font-b);
    color: var(--text);
    background: var(--paper);
    -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; }
img { height: auto; }
a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-l); }

.container { max-width: 1560px; margin: 0 auto; padding: 0 clamp(18px, 2.5vw, 40px); }
.section { padding: 54px 0; }
.section--mica { background: var(--mica); }
.section--sky { background: linear-gradient(180deg, var(--sky) 0%, #fff 100%); }
.section--ink {
    color: rgba(255,255,255,.86);
    background:
        radial-gradient(760px 380px at 88% 0%, rgba(43,179,143,.16) 0%, transparent 62%),
        radial-gradient(700px 380px at 6% 100%, rgba(143,211,244,.12) 0%, transparent 66%),
        linear-gradient(135deg, #0A1636 0%, #13276A 100%);
}
.section--ink h2, .section--ink h3 { color: #fff; }
.section--ink a { color: var(--gold-l); }

/* Exo 2 чуть шире большинства гротесков, поэтому трекинг заголовков
   слегка отрицательный: казахские строки длиннее русских. */
h1, h2 { font-family: var(--font-d); line-height: 1.16; color: var(--ink); }
h3, h4 { font-family: var(--font-h); line-height: 1.25; color: var(--ink); }
h1 { font-size: clamp(28px, 3.9vw, 46px); font-weight: 800; letter-spacing: -.4px; }
h2 { font-size: clamp(22px, 2.6vw, 32px); font-weight: 700; letter-spacing: -.3px; }
h3 { font-size: 19px; font-weight: 700; }

/* ---------- Общие мелочи ---------- */
.kicker {
    display: flex; width: fit-content; align-items: center; gap: 9px;
    font: 700 12px/1 var(--font-b); letter-spacing: 2.4px;
    text-transform: uppercase; color: var(--red);
    margin-bottom: 13px;
}
/* Кикер метит искра — четыре луча над буквой «т» логотипа */
.kicker::before {
    content: ''; width: 13px; height: 13px; flex: none;
    background: currentColor;
    clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%);
}
.section__head { max-width: 780px; margin-bottom: 34px; }
.section__head .after { color: var(--muted); margin-top: 12px; font-size: 16.5px; }
/* Подчёркивание: полосы флага и огранённый алмаз на конце */
.brush { position: relative; display: inline-block; }
.brush::after {
    content: ''; position: absolute; left: 0; right: 14px; bottom: -10px; height: 4px;
    border-radius: 2px;
    background: var(--vine);
}
.brush::before {
    content: ''; position: absolute; right: 0; bottom: -13px; width: 10px; height: 10px;
    background: var(--red); transform: rotate(45deg); border-radius: 1px;
}

.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    padding: 13px 24px; border-radius: 10px;
    font: 600 15px/1 var(--font-b);
    border: 0; cursor: pointer; transition: .18s;
    white-space: nowrap;
}
.btn .ic { width: 17px; height: 17px; fill: currentColor; flex: none; }
.btn--red { background: var(--red); color: #fff !important; box-shadow: 0 8px 20px rgba(38,71,150,.28); }
.btn--red:hover { background: var(--red-d); transform: translateY(-1px); }
.btn--ghost { background: #fff; color: var(--red) !important; border: 1.5px solid var(--sky-2); }
.btn--ghost:hover { border-color: var(--red); }
.section--ink .btn--ghost { background: rgba(255,255,255,.07); color: #fff !important; border-color: rgba(255,255,255,.38); }
.section--ink .btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.14); }
.btn--line { background: #fff; color: var(--ink) !important; border: 1.5px solid var(--line-2); }
.btn--line:hover { border-color: var(--red); }
.btn--sm { padding: 9px 15px; font-size: 13.5px; border-radius: 8px; }

.chip {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 14px; border-radius: 999px;
    background: #fff; border: 1px solid var(--line-2);
    color: var(--ink); font: 500 13.5px/1.3 var(--font-b);
    box-shadow: var(--shadow-s);
}
.chip .ic { width: 13px; height: 13px; fill: var(--gold); flex: none; }
.tag {
    display: inline-block; padding: 4px 10px; border-radius: 6px;
    font: 700 11px/1.5 var(--font-b); letter-spacing: 1.1px; text-transform: uppercase;
}
.tag--red { background: #E4ECF8; color: var(--red-d); }
.tag--steel { background: #E9EDF4; color: var(--steel); }
.tag--blue { background: #DDEFFB; color: #1B5E93; }
.tag--gold { background: #F8E4E7; color: #8E2432; }
.tag--jade { background: #DDF3EC; color: #1C6E58; }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.prose p { margin-bottom: 14px; color: #232F4D; }
.prose p:last-child { margin-bottom: 0; }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* ---------- Верхняя служебная полоса ----------
   Сапфировая лента над белой шапкой — как синяя надпись на белом фюзеляже. */
.topbar { background: var(--red); color: rgba(255,255,255,.90); font: 500 12.5px/1 var(--font-b); }
.topbar__in { display: flex; align-items: center; gap: 22px; height: 36px; }
.topbar b { color: #fff; font-weight: 700; }
.topbar__i { display: inline-flex; align-items: center; gap: 7px; }
.topbar__i svg { width: 13px; height: 13px; fill: var(--blue-l); flex: none; }
.topbar__spacer { margin-left: auto; }

/* ---------- Шапка: белая, логотип родного синего цвета ---------- */
.site-header {
    position: sticky; top: 0; z-index: 60;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
}
.site-header.scrolled { box-shadow: 0 8px 26px rgba(14,30,74,.10); }
.header-in { display: flex; align-items: center; gap: 18px; height: 70px; }

.logo { display: inline-flex; flex-direction: column; align-items: flex-start; flex: none; }
.logo__img { display: block; height: 38px; width: auto; }

.nav { display: flex; gap: 1px; margin-left: auto; }
.nav a {
    padding: 9px 11px; border-radius: 8px;
    color: var(--ink); font: 500 14px/1 var(--font-b);
    transition: .15s;
}
.nav a:hover { background: var(--sky); color: var(--red); }

.lang-switch {
    display: inline-flex; align-items: center; gap: 2px; flex: none;
    background: var(--mica); border: 1px solid var(--line-2);
    border-radius: 999px; padding: 3px;
}
.lang-switch a {
    padding: 5px 10px; border-radius: 999px;
    font: 700 11.5px/1 var(--font-b); letter-spacing: .8px;
    color: var(--muted); transition: .15s;
}
.lang-switch a:hover { color: var(--red); }
.lang-switch a.active { background: var(--red); color: #fff; }

.burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 24px; height: 2.5px; background: var(--ink); border-radius: 2px; margin: 5px 0; transition: .25s; }

/* ---------- Hero: иней ---------- */
.hero {
    position: relative; overflow: hidden; color: var(--text);
    background:
        radial-gradient(900px 480px at 86% -4%, rgba(143,211,244,.46) 0%, transparent 62%),
        radial-gradient(760px 420px at 4% 104%, rgba(38,71,150,.12) 0%, transparent 70%),
        linear-gradient(180deg, #FFFFFF 0%, #EDF4FC 100%);
}
/* Решётка ледяного кристалла: три семейства линий под 60° с одинаковым шагом
   дают треугольную сетку, как у снежинки. Искры — редкие точки трёх цветов.
   Узор гаснет к левому нижнему углу, чтобы не спорить с текстом. */
.hero::before, .page-hero::before {
    content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background-image:
        radial-gradient(2px 2px at 16% 18%, rgba(38,71,150,.55), transparent 60%),
        radial-gradient(1.6px 1.6px at 58% 10%, rgba(47,134,201,.60), transparent 60%),
        radial-gradient(2.2px 2.2px at 78% 34%, rgba(184,50,63,.45), transparent 60%),
        radial-gradient(1.5px 1.5px at 36% 62%, rgba(38,71,150,.40), transparent 60%),
        radial-gradient(1.8px 1.8px at 90% 70%, rgba(47,134,201,.50), transparent 60%),
        radial-gradient(1.3px 1.3px at 50% 86%, rgba(38,71,150,.35), transparent 60%),
        repeating-linear-gradient(60deg, rgba(38,71,150,.055) 0 1px, transparent 1px 44px),
        repeating-linear-gradient(-60deg, rgba(38,71,150,.055) 0 1px, transparent 1px 44px),
        repeating-linear-gradient(0deg, rgba(38,71,150,.045) 0 1px, transparent 1px 44px);
    -webkit-mask-image: radial-gradient(120% 95% at 88% 0%, #000 0%, rgba(0,0,0,.5) 42%, transparent 78%);
    mask-image: radial-gradient(120% 95% at 88% 0%, #000 0%, rgba(0,0,0,.5) 42%, transparent 78%);
}
.hero::after {
    content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; z-index: 3;
    background: var(--vine);
}
.hero__in { position: relative; z-index: 2; padding: 56px 20px 66px; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 46px; align-items: center; }
.hero__lead { color: #34405F; font-size: 17px; margin: 16px 0 20px; max-width: 580px; }
.hero h1 { color: var(--ink); }
.hero h1 .accent, .hero__lead .accent { color: var(--gold); font-weight: 600; }
.hero__chips { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
/* Алмаз и искры из логотипа — подложка */
.hero__fin { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hero__fin .bl { position: absolute; fill: var(--red); }
.hero__fin .b1 { width: 400px; top: -80px; right: -70px; opacity: .06; }
.hero__fin .b2 { width: 56px; top: 16%; right: 47%; opacity: .16; fill: var(--blue); }
.hero__fin .b3 { width: 30px; bottom: 15%; left: 41%; opacity: .24; fill: var(--gold); }
.hero__fin .b4 { width: 22px; top: 11%; left: 5%; opacity: .20; }

/* Карточка поиска в hero */
.searchcard {
    background: #fff; border-radius: 18px; box-shadow: var(--shadow-l);
    padding: 20px 20px 16px; color: var(--text);
    border: 1px solid var(--line);
}
.searchcard__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 4px; }
.searchcard__top h2 { font-size: 19px; letter-spacing: -.2px; }
.searchcard__note { font-size: 12.5px; color: var(--muted); margin-top: 10px; line-height: 1.5; }
.searchcard__tabs { display: flex; gap: 6px; margin: 12px 0 14px; flex-wrap: wrap; }
.searchcard__tabs button {
    padding: 7px 13px; border-radius: 999px; cursor: pointer;
    font: 600 12.5px/1 var(--font-b); color: var(--ink);
    background: var(--mica); border: 1px solid var(--line-2); transition: .15s;
}
.searchcard__tabs button.on { background: var(--red); border-color: var(--red); color: #fff; }
.searchcard__trust { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 12px; padding-top: 12px; border-top: 1px dashed var(--line-2); }
.searchcard__trust span { display: inline-flex; align-items: center; gap: 6px; font: 500 12px/1.4 var(--font-b); color: var(--muted); }
.searchcard__trust svg { width: 13px; height: 13px; fill: var(--blue); flex: none; }

/* ---------- Лента маршрутов (посадочные талоны) ---------- */
.rail-wrap { background: var(--mica); border-bottom: 1px solid var(--line); padding: 22px 0 26px; }
.rail-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 14px; flex-wrap: wrap; }
.rail-head h2 { font-size: 17px; }
.rail-head span { color: var(--muted); font-size: 13.5px; }
.rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(238px, 1fr); gap: 14px; overflow-x: auto; padding-bottom: 6px; }

/* Карточка-талон */
.pass {
    position: relative; background: #fff; border: 1px solid var(--line);
    border-radius: 14px; box-shadow: var(--shadow-s); overflow: hidden;
    display: flex; flex-direction: column; transition: .18s;
}
.pass:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--sky-2); }
.pass__top { padding: 15px 17px 13px; }
.pass__air { display: flex; align-items: center; justify-content: space-between; font: 600 11px/1 var(--font-b); letter-spacing: 1.6px; text-transform: uppercase; color: var(--muted); margin-bottom: 11px; }
.pass__air b { color: var(--gold); font-weight: 700; }
.pass__iata { display: flex; align-items: center; gap: 10px; }
.pass__iata .code { font: 800 27px/1 var(--font-h); color: var(--ink); letter-spacing: .2px; }
.pass__iata .path { flex: 1; position: relative; height: 14px; min-width: 26px; }
.pass__iata .path::before { content: ''; position: absolute; left: 0; right: 0; top: 7px; border-top: 1.5px dotted var(--line-2); }
.pass__iata .path svg { position: absolute; left: 50%; top: 0; width: 14px; height: 14px; transform: translateX(-50%); fill: var(--red); background: #fff; padding: 0 1px; }
.pass__city { display: flex; justify-content: space-between; gap: 8px; font-size: 12.5px; color: var(--muted); margin-top: 6px; }
/* перфорация */
.pass__perf { position: relative; height: 14px; }
.pass__perf::before { content: ''; position: absolute; left: 12px; right: 12px; top: 50%; border-top: 1.5px dashed var(--line-2); }
.pass__perf::after {
    content: ''; position: absolute; left: -8px; right: -8px; top: 50%; height: 16px; transform: translateY(-50%);
    background:
        radial-gradient(circle 8px at 0 50%, var(--mica) 98%, transparent 100%),
        radial-gradient(circle 8px at 100% 50%, var(--mica) 98%, transparent 100%);
    background-repeat: no-repeat; background-size: 16px 16px, 16px 16px; background-position: left center, right center;
}
.pass__bot { padding: 11px 17px 15px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.pass__price small { display: block; font: 500 10.5px/1 var(--font-b); color: var(--muted); text-transform: uppercase; letter-spacing: .8px; }
.pass__price b { font: 800 17px/1.3 var(--font-h); color: var(--red); white-space: nowrap; }
.pass--mica .pass__perf::after {
    background:
        radial-gradient(circle 8px at 0 50%, #fff 98%, transparent 100%),
        radial-gradient(circle 8px at 100% 50%, #fff 98%, transparent 100%);
    background-repeat: no-repeat; background-size: 16px 16px, 16px 16px; background-position: left center, right center;
}
.pass--mica .pass__perf::after { background-color: transparent; }
.rail .pass--mica .pass__perf::after {
    background:
        radial-gradient(circle 8px at 0 50%, var(--mica) 98%, transparent 100%),
        radial-gradient(circle 8px at 100% 50%, var(--mica) 98%, transparent 100%);
    background-repeat: no-repeat; background-size: 16px 16px, 16px 16px; background-position: left center, right center;
}
.pass--paper .pass__perf::after {
    background:
        radial-gradient(circle 8px at 0 50%, var(--paper) 98%, transparent 100%),
        radial-gradient(circle 8px at 100% 50%, var(--paper) 98%, transparent 100%);
    background-repeat: no-repeat; background-size: 16px 16px, 16px 16px; background-position: left center, right center;
}

/* ---------- Карточки-цифры ---------- */
.stat {
    background: #fff; border: 1px solid var(--line); border-radius: 14px;
    padding: 18px 18px 16px; text-align: center; box-shadow: var(--shadow-s);
}
.stat b { display: block; font: 800 34px/1 var(--font-h); color: var(--red); }
.stat p { color: var(--muted); font-size: 13.5px; margin-top: 7px; }

/* ---------- Карточка стыковки ---------- */
.hub {
    background: #fff; border: 1px solid var(--line); border-radius: 14px;
    padding: 18px; box-shadow: var(--shadow-s); display: flex; flex-direction: column; gap: 12px;
}
.hub--own { border-top: 3px solid var(--gold); }
.hub__h { display: flex; align-items: center; gap: 10px; }
.hub__h .n { width: 30px; height: 30px; border-radius: 9px; background: var(--sky); color: var(--red-d); font: 800 14px/30px var(--font-h); text-align: center; flex: none; }
.hub--own .hub__h .n { background: #F8E4E7; color: #8E2432; }
.leg { display: grid; grid-template-columns: 74px minmax(0,1fr) auto; gap: 10px; align-items: center; font-size: 13.5px; }
.leg > * { min-width: 0; }
.leg + .leg { border-top: 1px dashed var(--line-2); padding-top: 9px; margin-top: 9px; }
.leg .lc { font: 800 13px/1.2 var(--font-h); color: var(--ink); letter-spacing: .3px; }
.leg .ld { color: var(--muted); font-size: 12.5px; }
.leg .lt { font: 600 12.5px/1.2 var(--font-b); color: var(--red); white-space: nowrap; }

/* ---------- Цепочка рейсов (Алматы → Иркутск → Якутск) ---------- */
.chain { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; box-shadow: var(--shadow-s); }
.chain__st { padding: 18px 20px; position: relative; min-width: 0; }
.chain__st + .chain__st { border-left: 1px dashed var(--line-2); }
.chain__st small { display: block; font: 600 11px/1.3 var(--font-b); letter-spacing: 1.2px; text-transform: uppercase; color: var(--muted); }
.chain__st b { display: block; font: 800 25px/1.15 var(--font-h); color: var(--ink); margin: 6px 0 4px; }
.chain__st span { color: var(--text); font-size: 14px; }
.chain__st em { font-style: normal; color: var(--gold); font-weight: 600; }

/* ---------- Карта сети ---------- */
.netmap { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 14px; box-shadow: var(--shadow-s); }
.netmap svg { display: block; width: 100%; height: auto; }
.netmap figcaption { color: var(--muted); font-size: 13px; margin-top: 8px; line-height: 1.5; }
.netmap__lg { display: flex; flex-wrap: wrap; gap: 6px 18px; margin: 2px 0 8px; }
.netmap__lg span { display: inline-flex; align-items: center; gap: 7px; color: var(--text); }
.netmap__lg i { display: inline-block; width: 24px; border-top: 2.5px solid; }

/* ---------- Карточки классов / услуг ---------- */
.card {
    background: #fff; border: 1px solid var(--line); border-radius: 14px;
    padding: 20px; box-shadow: var(--shadow-s); height: 100%;
}
.card h3 { margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 14.5px; }
.card ul { list-style: none; margin-top: 11px; }
.card ul li { position: relative; padding-left: 20px; font-size: 14px; color: var(--text); margin-bottom: 6px; }
.card ul li::before {
    content: ''; position: absolute; left: 1px; top: 7px; width: 8px; height: 8px;
    background: var(--blue); transform: rotate(45deg); border-radius: 1px;
}
.card--accent { border-top: 3px solid var(--red); }

/* ---------- Таблицы ---------- */
table { width: 100%; border-collapse: collapse; background: #fff; min-width: 560px; }
table th, table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--line); font-size: 14.5px; vertical-align: top; }
table th { background: var(--ink-3); color: #fff; font: 700 13px/1.4 var(--font-b); letter-spacing: .3px; }
table tr:last-child td { border-bottom: 0; }
table tbody tr:nth-child(even) td { background: #F5F8FC; }
.tbl { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-s); }
.tbl.table-scroll { overflow-x: auto; overflow-y: hidden; }

/* ---------- Флот ---------- */
.plane-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px; box-shadow: var(--shadow-s); }
.plane-card .pl { background: var(--mica); border-radius: 10px; padding: 12px; margin: 12px 0; }
.plane-card .pl--top svg { display: block; margin: 0 auto; max-height: 210px; width: auto; }
.plane-card .pl--photo { padding: 0; overflow: hidden; }
.plane-card__photo { display: block; width: 100%; height: 170px; object-fit: cover; border-radius: 10px; }
.section--mica .plane-card .pl { background: var(--paper); }
.specs { display: flex; flex-wrap: wrap; gap: 10px 20px; font-size: 12.5px; color: var(--muted); margin: 15px 0 13px; }
.specs b { color: var(--ink); font: 700 15px/1.3 var(--font-h); display: block; }
.plane-card .specs { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: 12.5px; color: var(--muted); }
.plane-card .specs b { color: var(--ink); font: 700 14px/1.1 var(--font-h); display: block; }
.cabin { display: flex; height: 9px; border-radius: 5px; overflow: hidden; margin-top: 12px; }
.cabin i { display: block; height: 100%; }
.cabin-l { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; font-size: 12px; color: var(--muted); }
.cabin-l span { display: inline-flex; align-items: center; gap: 6px; }
.cabin-l b { width: 9px; height: 9px; border-radius: 3px; display: inline-block; }

/* ---------- Флот: строки на странице «Самолёты» ---------- */
.fleet-row {
    display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; align-items: start;
    background: #fff; border: 1px solid var(--line); border-radius: 16px;
    padding: 22px; box-shadow: var(--shadow-s); margin-bottom: 20px;
}
.fleet-row__pic { overflow: hidden; border-radius: 12px; max-width: 900px; width: 100%; margin: 0 auto; }
.fleet-row__pic img { display: block; width: 100%; height: auto; border-radius: 12px; }
.fleet-row__txt h2 { margin: 4px 0 10px; }
.fleet-row__txt p { color: #232F4D; margin-bottom: 14px; }

/* Фотография на маршрутной странице: пропорции исходника, на мобильном ужимается */
.routepic {
    background: #fff; border: 1px solid var(--line); border-radius: 16px;
    padding: 16px; box-shadow: var(--shadow-s); margin: 0 0 26px;
}
.routepic img { display: block; width: 100%; max-width: 900px; height: auto; margin: 0 auto; border-radius: 10px; }
.routepic figcaption { color: var(--muted); font-size: 13.5px; margin-top: 10px; text-align: center; }

/* Схема салона: широкая картинка с подписью, на мобильном скроллится внутри себя */
.seatmap {
    background: #fff; border: 1px solid var(--line); border-radius: 16px;
    padding: 16px; box-shadow: var(--shadow-s); margin: -6px 0 26px;
    overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.seatmap img { display: block; width: 100%; min-width: 560px; height: auto; }
.seatmap figcaption { margin-top: 10px; font-size: 12.5px; color: var(--muted); line-height: 1.5; }

/* ---------- Лояльность и тёмные карточки ---------- */
.tier {
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px; padding: 18px;
}
.tier__badge {
    width: 44px; height: 44px; border-radius: 12px; margin-bottom: 12px;
    display: flex; align-items: center; justify-content: center;
}
.tier__badge svg { width: 24px; height: 24px; }
.tier p { color: rgba(255,255,255,.70); font-size: 14px; margin-top: 6px; }
.tier ul { list-style: none; margin-top: 10px; }
.tier li { color: rgba(255,255,255,.80); font-size: 13.5px; padding-left: 16px; position: relative; margin-bottom: 5px; }
.tier li::before { content: ''; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; background: var(--gold-l); transform: rotate(45deg); }

/* ---------- FAQ ---------- */
.faq { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; box-shadow: var(--shadow-s); }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:last-child { border-bottom: 0; }
.faq summary {
    list-style: none; cursor: pointer; padding: 16px 46px 16px 18px; position: relative;
    font: 700 15.5px/1.45 var(--font-h); color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
    content: ''; position: absolute; right: 18px; top: 22px; width: 9px; height: 9px;
    border-right: 2px solid var(--red); border-bottom: 2px solid var(--red);
    transform: rotate(45deg); transition: .2s;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq .faq__a { padding: 0 18px 17px; color: var(--text); font-size: 15px; }
.faq .faq__a p + p { margin-top: 10px; }

/* ---------- Подвал: полярная ночь ---------- */
.site-footer {
    position: relative; overflow: hidden;
    background: var(--ink-2); color: rgba(255,255,255,.62); padding: 50px 0 26px; font-size: 14px;
    border-top: 4px solid transparent; border-image: var(--vine) 1;
}
.site-footer h4 { color: #fff; font-size: 14.5px; margin-bottom: 12px; letter-spacing: .3px; }
.site-footer a { color: rgba(255,255,255,.74); }
.site-footer a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: minmax(0,1.5fr) repeat(3, minmax(0,1fr)); gap: 28px; }
.footer-grid ul { list-style: none; }
.footer-grid ul li { margin-bottom: 8px; }
.footer-bot { margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.10); font-size: 12.5px; color: rgba(255,255,255,.45); display: flex; gap: 16px; flex-wrap: wrap; justify-content: space-between; }
.footer-fin { position: absolute; inset: 0; pointer-events: none; }
.footer-fin .bl { position: absolute; width: 260px; right: -70px; top: -90px; fill: #fff; opacity: .05; }
.site-footer .container { position: relative; z-index: 2; }
.logo--foot img { display: block; height: 35px; width: auto; opacity: .96; }
.footer-about { margin-top: 14px; max-width: 360px; }
.footer-addr { margin-top: 12px; font-style: normal; font-size: 13.5px; color: rgba(255,255,255,.55); }
.footer-addr a { color: rgba(255,255,255,.74); }

/* ---------- Липкая мобильная панель CTA ---------- */
.mobile-cta {
    display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
    background: rgba(255,255,255,.96); backdrop-filter: blur(8px);
    border-top: 1px solid var(--line); padding: 9px 14px calc(9px + env(safe-area-inset-bottom));
    box-shadow: 0 -6px 22px rgba(14,30,74,.12);
    align-items: center; gap: 12px;
}
.mobile-cta .mc-t { min-width: 0; }
.mobile-cta .mc-t b { display: block; font: 700 13.5px/1.2 var(--font-h); color: var(--ink); }
.mobile-cta .mc-t small { color: var(--muted); font-size: 11.5px; }
.mobile-cta .btn { margin-left: auto; }

/* ---------- Шапка внутренней страницы: иней ---------- */
.page-hero {
    position: relative; overflow: hidden; color: var(--text);
    background:
        radial-gradient(720px 360px at 94% -10%, rgba(143,211,244,.42) 0%, transparent 64%),
        linear-gradient(180deg, #EAF2FB 0%, #F6F9FD 100%);
    padding: 34px 0 40px;
    border-bottom: 4px solid transparent;
    border-image: var(--vine) 1;
}
.page-hero::before { opacity: .85; }
.page-hero h1 { color: var(--ink); font-size: clamp(26px, 3.6vw, 40px); }
.page-hero__lead { color: #34405F; margin-top: 14px; max-width: 760px; font-size: 16.5px; }
.page-hero__fin { position: absolute; inset: 0; pointer-events: none; }
.page-hero__fin .bl { position: absolute; fill: var(--red); }
.page-hero__fin .b1 { width: 240px; top: -60px; right: -36px; opacity: .07; }
.page-hero__fin .b2 { width: 34px; top: 24%; right: 25%; opacity: .16; fill: var(--blue); }
.page-hero__fin .b3 { width: 20px; bottom: 18%; right: 35%; opacity: .22; fill: var(--gold); }
.page-hero .container { position: relative; z-index: 2; }

.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; margin-bottom: 14px; color: var(--muted); }
.crumbs a { color: var(--red); }
.crumbs a:hover { color: var(--red-l); }
.crumbs__here { color: var(--muted); }

/* ---------- Верхняя полоса с формой поиска (выше h1) ----------
   Белая полоса отделена от инея шапки страницы тонкой линией. */
.section--top { padding: 24px 0 34px; background: #fff; border-bottom: 1px solid var(--line); }
.crumbs--light { color: var(--muted); }
.crumbs--light a { color: var(--red); }
.crumbs--light .crumbs__here { color: var(--muted); }

/* ---------- Мобильное меню ---------- */
.nav.open {
    display: flex; flex-direction: column; gap: 2px;
    position: absolute; left: 0; right: 0; top: 100%;
    background: #fff; border-bottom: 1px solid var(--line);
    box-shadow: 0 14px 30px rgba(14,30,74,.14);
    padding: 10px 20px 16px; margin: 0; z-index: 61;
}
.nav.open a { padding: 11px 8px; border-radius: 8px; font-size: 15px; }
.burger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Кнопка «наверх» ---------- */
.to-top {
    position: fixed; right: 18px; bottom: 18px; z-index: 65;
    width: 42px; height: 42px; border-radius: 50%; border: 0; cursor: pointer;
    background: var(--ink); color: #fff; font-size: 19px; line-height: 1;
    box-shadow: 0 8px 20px rgba(14,30,74,.28);
    opacity: 0; visibility: hidden; transition: .2s;
}
.to-top.show { opacity: 1; visibility: visible; }
.to-top:hover { background: var(--red); }

/* ---------- Варианты карточки поиска ---------- */
.searchcard--block { max-width: none; }
.searchcard--block .searchcard__top h2 { font-size: 23px; }
.searchcard__form { min-height: 96px; }
.searchcard__form iframe { max-width: 100% !important; }

/* Таблица дешёвых билетов ТП */
.pricetable {
    background: #fff; border: 1px solid var(--line); border-radius: 16px;
    padding: 20px; box-shadow: var(--shadow-s); margin-top: 26px;
}
.pricetable h2 { font-size: 21px; margin-bottom: 14px; }
.pricetable iframe, .pricetable table { max-width: 100% !important; }

/* ---------- Маршрутная страница ---------- */
.route-top { display: grid; grid-template-columns: minmax(0, 320px) minmax(0, 1fr); gap: 34px; align-items: start; }
.pass--big { position: sticky; top: 92px; }
.pass--big .pass__iata .code { font-size: 31px; }
.pass__bot--stats { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.pass__stat b { display: block; font: 700 16px/1.2 var(--font-h); color: var(--ink); }
.pass__stat small { color: var(--muted); font-size: 12px; }

.card--link { display: block; position: relative; transition: .18s; }
.card--link:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--sky-2); }
.card--link h3 { color: var(--ink); }
.card--link .card__go { position: absolute; right: 18px; bottom: 14px; color: var(--red); font-size: 18px; }

/* ---------- Карта представительства ---------- */
.ymap {
    position: relative; margin: 16px 0 24px;
    border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
    box-shadow: var(--shadow-s); background: var(--mica);
    width: 100%; aspect-ratio: 16 / 9; min-height: 240px;
}
.ymap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }

/* ---------- Проза внутренних страниц ---------- */
.article { max-width: 880px; }
.article h2 { margin: 30px 0 12px; }
.article h2:first-child { margin-top: 0; }
.article h3 { margin: 22px 0 8px; }
.article p { margin-bottom: 13px; color: #232F4D; }
.article ul, .article ol { margin: 0 0 15px 0; padding-left: 0; list-style: none; }
.article li { position: relative; padding-left: 22px; margin-bottom: 7px; color: #232F4D; }
.article ul li::before { content: ''; position: absolute; left: 2px; top: 9px; width: 8px; height: 8px; background: var(--blue); transform: rotate(45deg); border-radius: 1px; }
.article ol { counter-reset: n; }
.article ol li { counter-increment: n; }
.article ol li::before { content: counter(n); position: absolute; left: 0; top: 1px; width: 18px; height: 18px; border-radius: 50%; background: var(--sky-2); color: var(--red-d); font: 700 11px/18px var(--font-h); text-align: center; }
.article .tbl { margin: 18px 0 22px; }
.note {
    background: var(--sky); border-left: 3px solid var(--red); border-radius: 0 10px 10px 0;
    padding: 14px 16px; margin: 18px 0; font-size: 15px; color: var(--text);
}
.note b { color: var(--red-d); }
.note--warn { background: #FBEFF1; border-left-color: var(--gold); }
.note--warn b { color: #8E2432; }

/* ---------- Адаптив ---------- */
.cta-short { display: none; }
@media (max-width: 1240px) {
    .hero__in { gap: 30px; }
    .nav a { padding: 9px 8px; font-size: 13.5px; }
    .header-in { gap: 12px; }
    .cta-long { display: none; }
    .cta-short { display: inline; }
}
@media (max-width: 1140px) {
    .nav { display: none; }
    .burger { display: block; margin-left: auto; }
}
@media (max-width: 1020px) {
    .hero__in { grid-template-columns: minmax(0,1fr); padding-bottom: 34px; }
    .route-top { grid-template-columns: minmax(0,1fr); gap: 24px; }
    .pass--big { position: static; max-width: 420px; }
    .searchcard { order: -1; }
    .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 900px) {
    /* на мобильных за CTA отвечает липкая нижняя панель */
    .header-in > .btn { display: none; }
    .logo__img { height: 32px; }
}
@media (max-width: 980px) {
    .topbar__i--hide-m { display: none; }
}
@media (max-width: 760px) {
    .section { padding: 46px 0; }
    .btn { white-space: normal; text-align: center; max-width: 100%; }
    .topbar__i--hide-s { display: none; }
    .page-hero { padding: 24px 0 30px; }
    .to-top { bottom: 76px; right: 12px; }
    .grid-2, .grid-3 { grid-template-columns: minmax(0,1fr); }
    .topbar__in { height: auto; padding: 8px 0; flex-wrap: wrap; gap: 10px 18px; }
    .mobile-cta { display: flex; }
    body { padding-bottom: 68px; }
    .chain { grid-template-columns: minmax(0,1fr); }
    .chain__st + .chain__st { border-left: 0; border-top: 1px dashed var(--line-2); }
    .hero__fin .b1 { width: 260px; }
}
@media (max-width: 560px) {
    /* третья колонка уезжает под вторую: иначе длинная казахская строка с nowrap распирает карточку */
    .leg { grid-template-columns: 66px minmax(0,1fr); row-gap: 4px; }
    .leg .lt { grid-column: 2; white-space: normal; line-height: 1.35; }
}
@media (max-width: 520px) {
    .grid-4 { grid-template-columns: minmax(0,1fr); }
    .footer-grid { grid-template-columns: minmax(0,1fr); }
    .hero__in { padding: 34px 20px 30px; }
}
