/* Самохостинг шрифтов (вариативные woff2, без внешних запросов).
   Onest — заголовки (мягкий геометрический гротеск с полной кириллицей),
   Inter — интерфейс и текст.
   Казахские буквы (ә ғ қ ң ө ұ ү) лежат в сабсете cyrillic-ext — он обязателен. */
@font-face {
    font-family: "Onest";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url(/fonts/onest-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: "Onest";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url(/fonts/onest-var-cyrillic.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Onest";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url(/fonts/onest-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;
}

/* ============================================================
   AZAL · Казахстан — дизайн «Бута»
   Бута — капля с завитком, главный мотив азербайджанского ковра;
   в нём же читается язык пламени, отсюда и «Страна огней». Мотив
   собран в SVG-символ #buta и работает как подложка hero, разделитель
   секций и фактура тёмных блоков.
   Цвета сняты с официального SVG-логотипа Википедии: тёмно-синий
   #003366, циан #00B2E2, светлый #98DAE9. Тёплую сторону палитры
   дают ковровое золото и гранат — они же были в исторической эмблеме
   авиакомпании (синее пламя в золотом круге), которая осталась в фавиконке.
   ============================================================ */

:root {
    --red:      #C0243C;  /* гранат — акцент и кнопки */
    --red-d:    #92162C;
    --red-l:    #E0526A;
    --blue:     #00B2E2;  /* фирменный циан AZAL — основной цвет */
    --blue-l:   #57C8E7;
    --blue-d:   #003366;  /* тёмно-синий логотипа */
    --gold:     #C9A227;  /* ковровое золото исторической эмблемы */
    --gold-l:   #E8CE7A;
    --sky:      #E7F5FB;  /* светлый тон каспийского неба */
    --sky-2:    #BFE4F3;
    --ink:      #0A2342;  /* ночная синь: шапка и тёмные секции */
    --ink-2:    #061A32;
    --ink-3:    #14406B;
    --text:     #26303B;
    --muted:    #6F7885;
    --paper:    #FAF7F2;  /* тёплая бумага ковра */
    --mica:     #F1EBE0;  /* песок Апшерона */
    --line:     #E6DFD3;
    --line-2:   #D0C6B5;
    --steel:    #2C4A63;  /* графит с синевой */
    --white:    #fff;
    --shadow:   0 12px 34px rgba(10,35,66, .10);
    --shadow-s: 0 4px 14px rgba(10,35,66, .07);
    --shadow-l: 0 24px 60px rgba(10,35,66, .24);
    --r:        14px;
    --font-d:   "Onest", "Segoe UI", Arial, sans-serif;
    --font-h:   "Inter", "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%; }
a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-l); }

.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.section { padding: 74px 0; }
.section--mica { background: var(--mica); }
.section--sky { background: linear-gradient(180deg, var(--sky) 0%, #fff 100%); }
.section--ink { background: var(--ink-2); color: rgba(255,255,255,.86); }
.section--ink h2, .section--ink h3 { color: #fff; }

h1, h2 { font-family: var(--font-d); line-height: 1.18; color: var(--ink); }
h3, h4 { font-family: var(--font-h); line-height: 1.25; color: var(--ink); }
h1 { font-size: clamp(29px, 4.4vw, 50px); font-weight: 700; letter-spacing: -.6px; }
h2 { font-size: clamp(23px, 2.9vw, 33px); 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: 22px; height: 2px; flex: none;
    background: linear-gradient(90deg, var(--red), var(--blue));
    border-radius: 2px;
}
.section__head { max-width: 760px; 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: 2px; right: -6px; bottom: -7px; height: 7px;
    background: linear-gradient(90deg, rgba(192,36,60,.55), rgba(201,162,39,.45) 62%, transparent);
    border-radius: 7px 12px 9px 14px / 6px 8px 5px 7px;
}

.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(192,36,60,.30); }
.btn--red:hover { background: var(--red-d); transform: translateY(-1px); }
.btn--ghost { background: rgba(255,255,255,.07); color: #fff !important; border: 1.5px solid rgba(255,255,255,.38); }
.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(--ink); }
.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: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.20);
    color: #fff; font: 500 13.5px/1.3 var(--font-b);
}
.chip .ic { width: 13px; height: 13px; fill: var(--blue); 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: #F7E1E5; color: var(--red-d); }
.tag--steel { background: #E7EDF2; color: var(--steel); }
.tag--blue { background: #DBF0FA; color: var(--blue); }

.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: #333C48; }
.prose p:last-child { margin-bottom: 0; }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

/* ---------- Верхняя служебная полоса ---------- */
/* Служебная полоса — фирменный тёмно-синий логотипа, гранат остаётся акцентом кнопок */
.topbar {
    background: var(--blue-d); color: rgba(255,255,255,.82);
    font: 500 12.5px/1 var(--font-b);
    border-bottom: 1px solid rgba(201,162,39,.35);
}
.topbar__in { display: flex; align-items: center; gap: 22px; height: 36px; }
.topbar b { color: #fff; font-weight: 600; }
.topbar__i { display: inline-flex; align-items: center; gap: 7px; }
.topbar__i svg { width: 13px; height: 13px; fill: rgba(255,255,255,.75); flex: none; }
.topbar__spacer { margin-left: auto; }

/* ---------- Шапка (тушь + красный знак) ---------- */
.site-header {
    position: sticky; top: 0; z-index: 60;
    background: rgba(6,26,50,.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,.10);
}
.site-header.scrolled { box-shadow: 0 8px 26px rgba(6,26,50,.28); }
.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: 24px; width: auto; }

.nav { display: flex; gap: 1px; margin-left: auto; }
.nav a {
    padding: 9px 11px; border-radius: 8px;
    color: rgba(255,255,255,.82); font: 500 14px/1 var(--font-b);
    transition: .15s;
}
.nav a:hover { background: rgba(255,255,255,.10); color: #fff; }

.lang-switch {
    display: inline-flex; align-items: center; gap: 2px; flex: none;
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16);
    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: rgba(255,255,255,.62); transition: .15s;
}
.lang-switch a:hover { color: #fff; }
.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: #fff; border-radius: 2px; margin: 5px 0; transition: .25s; }

/* ---------- Hero ---------- */
.hero {
    position: relative; overflow: hidden; color: #fff;
    background:
        radial-gradient(900px 460px at 91% 4%, rgba(0,178,226,.42) 0%, transparent 62%),
        radial-gradient(700px 400px at 74% 96%, rgba(201,162,39,.26) 0%, transparent 66%),
        linear-gradient(140deg, #061A32 0%, #0A2342 40%, #10416E 74%, #00658F 100%);
}
/* Ковровая решётка: две встречные диагонали дают сетку ромбов —
   так строится поле азербайджанского ковра, на котором и живёт бута. */
.hero::before, .page-hero::before {
    content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    opacity: .5;
    background-image:
        repeating-linear-gradient(58deg,
            rgba(255,255,255,.08) 0 1px,
            transparent 1px 22px),
        repeating-linear-gradient(-58deg,
            rgba(255,255,255,.08) 0 1px,
            transparent 1px 22px),
        repeating-linear-gradient(58deg,
            rgba(201,162,39,.10) 0 2px,
            transparent 2px 66px);
    -webkit-mask-image: linear-gradient(105deg, #000 0%, rgba(0,0,0,.42) 55%, transparent 82%);
    mask-image: linear-gradient(105deg, #000 0%, rgba(0,0,0,.42) 55%, transparent 82%);
}
.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: rgba(255,255,255,.82); font-size: 17px; margin: 16px 0 20px; max-width: 560px; }
.hero h1 { color: #fff; }
.hero h1 .accent { color: #6FD3F0; }
.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; opacity: .10; fill: #fff; }
.hero__fin .b1 { width: 250px; top: -104px; right: -74px; opacity: .12; }
.hero__fin .b2 { width: 130px; bottom: -70px; left: -48px; opacity: .08; }
.hero__fin .b3 { width: 66px; top: 40%; right: 47%; opacity: .06; }
.hero__arc { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }

/* Карточка поиска в hero */
.searchcard {
    background: #fff; border-radius: 18px; box-shadow: var(--shadow-l);
    padding: 20px 20px 16px; color: var(--text);
    border: 1px solid rgba(255,255,255,.5);
}
.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(--ink); border-color: var(--ink); 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(--steel); flex: none; }

/* Заглушка формы Travelpayouts (в бою — их скрипт) */
.tpmock { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px; }
.tpmock .f {
    border: 1px solid var(--line-2); border-radius: 10px; padding: 9px 12px; background: #fff;
    min-width: 0;
}
.tpmock .f small { display: block; font: 500 10.5px/1 var(--font-b); color: var(--muted); letter-spacing: .4px; text-transform: uppercase; }
.tpmock .f b { display: block; font: 700 15px/1.4 var(--font-h); color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tpmock .f--wide { grid-column: span 2; }
.tpmock .go { grid-column: span 4; }

/* ---------- Лента маршрутов (посадочные талоны) ---------- */
.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(--red); 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: -.5px; }
.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(--blue); 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--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__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; }
.leg { display: grid; grid-template-columns: 62px 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 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 var(--font-b); color: var(--red); white-space: nowrap; }

/* ---------- Карточки классов / услуг ---------- */
.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: #414C5A; margin-bottom: 6px; }
.card ul li::before {
    content: ''; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%;
    background: var(--blue);
}
.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; }
table th { background: var(--ink); 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: #F2F6FA; }
.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: 150px; 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 13px/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, 320px) minmax(0, 1fr); gap: 30px; align-items: center;
    background: #fff; border: 1px solid var(--line); border-radius: 16px;
    padding: 22px; box-shadow: var(--shadow-s); margin-bottom: 20px;
}
.fleet-row--alt { direction: rtl; }
.fleet-row--alt > * { direction: ltr; }
.fleet-row__pic { background: var(--mica); border-radius: 12px; padding: 14px; }
.fleet-row__pic svg { display: block; margin: 0 auto; max-height: 260px; width: auto; }
.fleet-row__pic--photo { padding: 0; overflow: hidden; }
.fleet-row__pic--photo img { display: block; width: 100%; height: auto; border-radius: 12px; }

/* Схема салона: широкая картинка с подписью, на мобильном скроллится внутри себя */
.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; }
.fleet-row__txt h2 { margin: 10px 0 10px; }
.fleet-row__txt p { color: #333C48; margin-bottom: 14px; }

/* ---------- Лояльность (тёмная секция) ---------- */
.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,.66); font-size: 14px; margin-top: 6px; }

/* ---------- 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 .a { padding: 0 18px 17px; color: #414C5A; font-size: 15px; }

/* ---------- Виджет-обёртка ---------- */
.widget-wrap { position: relative; z-index: 5; }
.widget-box {
    background: #fff; border: 1px solid var(--line); border-radius: 18px;
    padding: 22px; box-shadow: var(--shadow);
}
.widget-box h2 { font-size: 22px; margin-bottom: 6px; }
.widget-box .wn { color: var(--muted); font-size: 14px; margin-bottom: 16px; }

/* ---------- Подвал ---------- */
.site-footer { background: var(--ink-2); color: rgba(255,255,255,.62); padding: 50px 0 26px; font-size: 14px; }
.site-footer h4 { color: #fff; font-size: 14.5px; margin-bottom: 12px; letter-spacing: .3px; }
.site-footer a { color: rgba(255,255,255,.72); }
.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; }

/* ---------- Липкая мобильная панель 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(10,35,66,.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: #fff;
    background:
        radial-gradient(760px 380px at 93% 0%, rgba(0,178,226,.38) 0%, transparent 64%),
        radial-gradient(520px 300px at 68% 100%, rgba(201,162,39,.24) 0%, transparent 68%),
        linear-gradient(135deg, #061A32 0%, #0A2342 46%, #123C63 100%);
    padding: 34px 0 40px;
}
.page-hero::before { opacity: .13; }
.page-hero h1 { color: #fff; font-size: clamp(26px, 3.6vw, 40px); }
.page-hero__lead { color: rgba(255,255,255,.80); margin-top: 14px; max-width: 720px; font-size: 16.5px; }
.page-hero__fin { position: absolute; inset: 0; pointer-events: none; }
.page-hero__fin .bl { position: absolute; fill: #fff; }
.page-hero__fin .b1 { width: 190px; top: -108px; right: -62px; opacity: .10; }
.page-hero__fin .b2 { width: 96px; bottom: -84px; left: 8%; opacity: .07; }
.page-hero .container { position: relative; z-index: 2; }

.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; margin-bottom: 14px; color: rgba(255,255,255,.55); }
.crumbs a { color: rgba(255,255,255,.75); }
.crumbs a:hover { color: #fff; }
.crumbs__here { color: rgba(255,255,255,.55); }

/* ---------- Мобильное меню ---------- */
.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(10,35,66,.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(10,35,66,.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; }

/* ---------- Подвал: дополнения ---------- */
.site-footer { position: relative; overflow: hidden; }
.footer-fin { position: absolute; inset: 0; pointer-events: none; }
.footer-fin .bl { position: absolute; width: 220px; right: -86px; top: -120px; fill: #fff; opacity: .05; }
.site-footer .container { position: relative; z-index: 2; }
.logo--foot img { display: block; height: 24px; width: auto; opacity: .95; }
.footer-about { margin-top: 14px; max-width: 340px; }
.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,.72); }

/* ---------- Маршрутная страница ---------- */
.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: 800 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 обязательно задать явно: иначе min-height задаёт ширину через aspect-ratio */
    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: 860px; }
.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: #333C48; }
.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: #333C48; }
.article ul li::before { content: ''; position: absolute; left: 2px; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }
.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: #414C5A;
}
.note b { color: var(--red-d); }

/* ---------- Адаптив ---------- */
.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: 20px; }
}
@media (max-width: 980px) {
    .topbar__i--hide-m { display: none; }
}
@media (max-width: 860px) {
    .fleet-row { grid-template-columns: minmax(0,1fr); gap: 18px; direction: ltr; }
    .fleet-row__pic svg { max-height: 220px; }
}
@media (max-width: 760px) {
    .section { padding: 52px 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); }
    .tpmock { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .tpmock .f--wide { grid-column: span 2; }
    .tpmock .go { grid-column: span 2; }
    .topbar__in { height: auto; padding: 8px 0; flex-wrap: wrap; gap: 10px 18px; }
    .mobile-cta { display: flex; }
    body { padding-bottom: 68px; }
}
@media (max-width: 560px) {
    /* третья колонка уезжает под вторую: иначе длинная казахская строка с nowrap распирает карточку */
    .leg { grid-template-columns: 58px 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; }
}
