/* Sooncar — негізгі бет. Figma: Sooncar Work 1 / Desktop - 14 (2849:7265) */

:root {
    /* Figma айнымалылары */
    --brand: #a821b6;
    --text-primary: #27374d;
    --text-secondary: #6284b2;
    --heading: #1a2030;
    --border-primary: #e2e8f0;
    --button-disabled: #eef2f6;
    --bg-primary: #fff;

    --gutter: 80px;
    --container: 1440px;

    /* Карта фонының үстіндегі мәтінге — ақ ореол. Әріптің айналасын
       ағартып, күңгірт мәтінді ала-құла картадан ажыратып тұрады.
       Ақ фон қабатын қалыңдатпай оқылымдылық беретін тәсіл. */
    --text-halo: 0 0 6px rgba(255, 255, 255, .95),
                 0 0 16px rgba(255, 255, 255, .9),
                 0 0 38px rgba(255, 255, 255, .65);

    /* Figma эффекттері */
    --shadow-sm: 0 2px 3px rgba(0, 0, 0, .1), 0 6px 6px rgba(0, 0, 0, .09), 0 14px 8px rgba(0, 0, 0, .05), 0 25px 10px rgba(0, 0, 0, .01);
    --shadow-md: 0 6px 14px rgba(0, 0, 0, .1), 0 26px 26px rgba(0, 0, 0, .09), 0 58px 35px rgba(0, 0, 0, .05), 0 104px 41px rgba(0, 0, 0, .01);
    --shadow-lg: 0 12px 26px rgba(0, 0, 0, .1), 0 48px 48px rgba(0, 0, 0, .09), 0 108px 65px rgba(0, 0, 0, .05), 0 193px 77px rgba(0, 0, 0, .01);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    background: #fff;
    color: var(--text-primary);
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img { max-width: 100%; }

h1, h2, h3, p { margin: 0; }

a { color: inherit; text-decoration: none; }

.container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--gutter);
}

/* ---------- Header ---------- */

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 55px 0;
}

.site-header__inner { display: flex; align-items: center; }

.logo { display: inline-flex; }

/* Логотип пен меню карта фонының үстінде — оларға да ақ ореол */
.logo img {
    display: block;
    width: 126px;
    height: auto;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, .95))
            drop-shadow(0 0 14px rgba(255, 255, 255, .8));
}

/* ---------- Hero ---------- */

.hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.hero__bg {
    position: absolute;
    top: -202px;
    bottom: 0;
    left: 50%;
    width: min(178vw, 2880px);
    min-width: 1440px;
    transform: translateX(-50%);
    opacity: .85;
    z-index: -1;
    /* Figma: эллипс маска (#27374D 46.15% → мөлдір) */
    -webkit-mask-image: radial-gradient(ellipse 40% 47% at 52% 46%, #000 46.15%, transparent 100%);
    mask-image: radial-gradient(ellipse 40% 47% at 52% 46%, #000 46.15%, transparent 100%);
}

/* Карта анық көрінеді. Қанықтығы сәл ғана басеңдетілген — брендтік
   күлгін мен App Store батырмалары картамен түс жағынан таласпасын. */
.hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(.82) contrast(.97);
}

/* Мәтін жағындағы жеңіл ағарту. Ореолға көмекші қабат қана — карта
   осының астынан анық көрініп тұруы керек.
   ::after — .hero__bg-тан кейін боялады (екеуі де z-index:-1), бірақ
   .hero__inner-ден төмен қалады. */
.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(
        100deg,
        rgba(255, 255, 255, .5) 0%,
        rgba(255, 255, 255, .38) 40%,
        rgba(255, 255, 255, .12) 62%,
        rgba(255, 255, 255, 0) 80%
    );
}

.hero__inner {
    position: relative;
    padding-top: 355px;
    padding-bottom: 312px;
}

.hero__content { max-width: 760px; }

.hero__title {
    font-weight: 700;
    font-size: clamp(34px, 4.45vw, 64px);
    line-height: 0.98;
    letter-spacing: -3px;
    color: var(--heading);
    /* Ореол + әрең білінетін тереңдік көлеңкесі (тақырып фоннан «көтеріліп»
       тұрсын деп). Күңгірт қабат ең соңында — ол ақ ореолдың артында қалады. */
    text-shadow: var(--text-halo), 0 3px 16px rgba(26, 32, 48, .18);
}

.hero__lead {
    margin-top: 32px;
    font-weight: 500;
    font-size: clamp(17px, 1.7vw, 24px);
    letter-spacing: -1px;
    color: var(--heading);
    text-shadow: var(--text-halo);
}

.hero__phone {
    position: absolute;
    top: 158.5px;
    right: 64px;
    width: 342px;
    filter: drop-shadow(0 12px 26px rgba(0, 0, 0, .1)) drop-shadow(0 48px 48px rgba(0, 0, 0, .09));
}

.hero__phone img { display: block; width: 100%; height: auto; }

.store-buttons {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 45px;
    flex-wrap: wrap;
}

/* ---------- Store buttons ---------- */

.store-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 195px;
    height: 65px;
    padding: 0 11px;
    border: 1.627px solid #a6a6a6;
    border-radius: 6px;
    background: #000;
    color: #fff;
    overflow: hidden;
    transition: transform .15s ease, box-shadow .15s ease;
}

.store-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0, 0, 0, .25); }

.store-btn__icon { width: 32.5px; height: 39px; flex: none; }

.store-btn__icon--play { width: 34.2px; }

.store-btn__text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }

.store-btn__small {
    font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .2px;
}

.store-btn__big {
    font-family: -apple-system, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 25px;
    line-height: 1;
    letter-spacing: -0.4px;
}

/* Figma-да wordmark тік осьпен айналдырылған (-scale-y-100) */
.store-btn__wordmark { width: 110px; height: auto; display: block; transform: scaleY(-1); }

/* ---------- Артықшылықтар ---------- */

.features { padding-top: 0; }

.features__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
}

.feature {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border: 1px solid var(--button-disabled);
    border-radius: 16px;
    background: var(--bg-primary);
}

.feature__icon { width: 44px; height: 44px; }

.feature__title {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.48px;
    color: var(--text-primary);
}

.feature__text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.32px;
    color: var(--text-primary);
}

/* ---------- Ортақ тақырып ---------- */

.section-head { padding-bottom: 64px; }

.section-head--tight { padding-bottom: 64px; }

.section-head__title {
    font-weight: 700;
    font-size: clamp(28px, 2.8vw, 40px);
    letter-spacing: -0.8px;
    color: var(--text-primary);
}

.section-head__text {
    margin-top: 16px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.32px;
    color: var(--text-primary);
}

/* ---------- Қалай жұмыс істейді ---------- */

.steps { padding-top: 100px; }

.steps__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.step { position: relative; }

.step__photo {
    position: relative;
    aspect-ratio: 630 / 449;
    overflow: hidden;
    border-radius: 24px;
    background: var(--button-disabled);
}

.step__photo img {
    position: absolute;
    left: var(--x, 0);
    top: var(--y, 0);
    width: var(--w, 100%);
    height: var(--h, 100%);
    max-width: none;
    object-fit: cover;
    display: block;
}

/* Figma кадрлауы (inline style-дың орнына — CSP style-src 'self' үшін) */
.step__img--step-1 { --x: -2.68%; --y: -20.03%; --w: 133.42%; --h: 124.79%; }
.step__img--step-2 { --x: -44.44%; --y: -12.75%; --w: 144.44%; --h: 112.75%; }
.step__img--step-3 { --x: -29.94%; --y: -24.79%; --w: 133.42%; --h: 124.79%; }

.step__card {
    position: relative;
    z-index: 2;
    width: 364px;
    max-width: calc(100% - 40px);
    margin: -18.89% 20px 0 auto;
    padding: 24px;
    border: 1px solid var(--brand);
    border-radius: 16px;
    background: var(--bg-primary);
}

.step__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -2px;
    color: var(--text-primary);
}

.step__text {
    margin-top: 16px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.32px;
    color: var(--text-primary);
}

/* ---------- Пікірлер ---------- */

.reviews { padding-top: 114px; padding-bottom: 114px; }

.reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.review {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px;
    border: 1px solid var(--border-primary);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.review__head { display: flex; align-items: center; gap: 20px; }

.review__avatar { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; flex: none; }

.review__name { font-weight: 700; font-size: 18px; color: var(--text-primary); }

.review__stars { display: flex; gap: 4px; margin-top: 4px; }

.review__stars img { width: 20px; height: 20px; }

.review__text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.32px;
    color: var(--text-primary);
}

/* ---------- Бизнеске ---------- */

.business {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 657px;
    overflow: hidden;
    isolation: isolate;
}

.business__bg { position: absolute; inset: 0; z-index: -1; }

.business__bg img { width: 100%; height: 100%; object-fit: cover; display: block; }

.business__overlay {
    position: absolute;
    inset: 0;
    opacity: .71;
    background: linear-gradient(189.97deg, rgba(168, 33, 182, 0) 43.32%, rgb(168, 33, 182) 86.1%);
}

.business__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    max-width: 840px;
    padding: 80px var(--gutter);
    color: #fff;
}

.business__title {
    max-width: 665px;
    font-weight: 700;
    font-size: clamp(28px, 2.8vw, 40px);
    letter-spacing: -0.8px;
}

.business__text {
    font-weight: 500;
    font-size: clamp(16px, 1.4vw, 20px);
    letter-spacing: -0.5px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    padding: 8px 24px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    transition: filter .15s ease, transform .15s ease;
}

.btn--primary { background: var(--brand); color: #fff; }

.btn--primary:hover { filter: brightness(1.1); transform: translateY(-1px); }

/* ---------- Жүктеу блогы ---------- */

.cta {
    position: relative;
    background: #ecefef;
    overflow: hidden;
    isolation: isolate;
}

.cta__bg { position: absolute; inset: 0; z-index: -1; opacity: .37; }

.cta__bg img { width: 100%; height: 100%; object-fit: cover; display: block; }

.cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-top: 48px;
    padding-bottom: 48px;
}

.cta__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 620px;
}

.cta__title {
    font-weight: 700;
    font-size: clamp(28px, 2.8vw, 40px);
    letter-spacing: -0.8px;
    color: var(--text-primary);
}

.cta__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: var(--text-primary);
}

.cta__phone {
    position: relative;
    flex: none;
    width: 554px;
    height: 561px;
    overflow: hidden;
    transform: scaleX(-1);
}

.cta__phone img {
    position: absolute;
    left: -57.91%;
    top: -25%;
    width: 217.08%;
    height: 160.86%;
    max-width: none;
    display: block;
}

/* ---------- Footer ---------- */

.site-footer { background: var(--text-primary); color: #fff; }

.site-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 64px;
    padding-bottom: 64px;
}

.site-footer__copy { font-weight: 400; font-size: 16px; color: var(--text-secondary); }

/* ---------- Хлебные крошки ---------- */

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-secondary);
}

.breadcrumbs a { color: var(--text-secondary); }

/* Hero ішіндегі breadcrumbs карта үстінде — оған да ореол керек */
.hero .breadcrumbs { text-shadow: var(--text-halo); }

.breadcrumbs a:hover { color: var(--brand); }

.breadcrumbs span { color: var(--text-primary); }

/* ---------- SEO-мәтін ---------- */

.article { padding-top: 100px; }

.article__body {
    max-width: 840px;
    font-size: 17px;
    line-height: 1.7;
    color: var(--text-primary);
}

.article__body > * + * { margin-top: 20px; }

.article__body h2,
.article__body .article__title {
    margin-top: 48px;
    font-weight: 700;
    font-size: clamp(24px, 2.2vw, 32px);
    line-height: 1.25;
    letter-spacing: -0.8px;
}

.article__body h3 {
    margin-top: 40px;
    font-weight: 600;
    font-size: clamp(20px, 1.7vw, 24px);
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.article__body h4 {
    margin-top: 32px;
    font-weight: 600;
    font-size: 20px;
}

.article__body > *:first-child { margin-top: 0; }

.article__body ul { padding-left: 22px; }

.article__body li + li { margin-top: 8px; }

/* ---------- Қалалар ---------- */

.cities { padding-top: 100px; padding-bottom: 100px; }

.cities__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.city-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border: 1px solid var(--border-primary);
    border-radius: 9999px;
    background: #fff;
    font-weight: 500;
    font-size: 16px;
    color: var(--text-primary);
    transition: border-color .15s ease, color .15s ease, background .15s ease;
}

.city-chip:hover { border-color: var(--brand); color: var(--brand); }

.city-chip--current {
    border-color: var(--brand);
    background: var(--brand);
    color: #fff;
}

.features__grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* ---------- Header навигациясы ---------- */

.site-header__inner { justify-content: space-between; gap: 32px; }

.site-nav { display: flex; align-items: center; gap: 28px; }

.site-nav a {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.2px;
    color: var(--text-primary);
    text-shadow: var(--text-halo);
    transition: color .15s ease;
}

.site-nav a:hover { color: var(--brand); }

/* ---------- Hero белгісі ---------- */

.hero__badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 8px 16px;
    border: 1px solid var(--brand);
    border-radius: 9999px;
    background: rgba(255, 255, 255, .75);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.2px;
    color: var(--brand);
    backdrop-filter: blur(4px);
}

/* ---------- Бөлім тақырыбының кикері ---------- */

.section-head__kicker {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--brand);
}

/* ---------- Скроллда шығу анимациясы ---------- */

.js .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .55s ease, transform .55s ease;
}

.js .reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    .js .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- Что нового: скриншот галереясы ---------- */

.whatsnew { padding-top: 100px; }

.gallery {
    margin-top: 8px;
    padding-bottom: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.gallery::-webkit-scrollbar { display: none; }

.gallery__track {
    display: flex;
    gap: 24px;
    margin: 0;
    padding: 0 var(--gutter);
    list-style: none;
    width: max-content;
    min-width: 100%;
    justify-content: center;
}

.gallery__item {
    flex: none;
    width: 232px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.gallery__item img { display: block; width: 100%; height: auto; }

/* ---------- Тарифтер ---------- */

.tariffs { padding-top: 100px; }

.tariffs__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
}

.tariff {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    border: 1px solid var(--button-disabled);
    border-radius: 16px;
    background: var(--bg-primary);
    transition: border-color .2s ease, transform .2s ease;
}

.tariff:hover { border-color: var(--brand); transform: translateY(-4px); }

.tariff__title {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.44px;
    color: var(--text-primary);
}

.tariff__text {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.3px;
    color: var(--text-primary);
}

/* ---------- Справедливая цена ---------- */

.pricing {
    display: grid;
    grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
    gap: 48px;
    margin-top: 64px;
    padding: 48px;
    border-radius: 24px;
    background: var(--button-disabled);
}

.pricing__title {
    font-weight: 700;
    font-size: 32px;
    letter-spacing: -1px;
    color: var(--text-primary);
}

.pricing__text {
    margin-top: 16px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.32px;
    color: var(--text-primary);
}

.pricing__list {
    display: grid;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    align-content: center;
}

.pricing__item { display: flex; align-items: baseline; gap: 20px; }

.pricing__num {
    flex: none;
    font-weight: 700;
    font-size: 20px;
    color: var(--brand);
}

.pricing__label {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.36px;
    color: var(--text-primary);
}

/* ---------- Межгород ---------- */

.intercity { padding-top: 100px; }

.intercity__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 64px;
    align-items: center;
}

.intercity__text {
    margin-top: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.36px;
    color: var(--text-primary);
}

.intercity__subtitle {
    margin-top: 40px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.4px;
    color: var(--text-primary);
}

.routes {
    display: grid;
    gap: 12px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    max-width: 520px;
}

.route {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    border: 1px solid var(--border-primary);
    border-radius: 16px;
    background: #fff;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: -0.34px;
    transition: border-color .2s ease;
}

.route:hover { border-color: var(--brand); }

.route__arrow { color: var(--brand); font-weight: 700; }

.intercity__note {
    margin-top: 16px;
    font-weight: 500;
    font-size: 15px;
    color: var(--text-secondary);
}

.intercity__phone img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: var(--shadow-sm);
}

/* ---------- Ақпарат карточкалары (қауіпсіздік / отандық өнім) ---------- */

.info { padding-top: 100px; }

.info__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.info-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 40px;
    border: 1px solid var(--border-primary);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.info-card__title {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.44px;
    color: var(--text-primary);
}

.info-card__text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.32px;
    color: var(--text-primary);
}

/* ---------- Водителям ---------- */

.drivers { padding-top: 100px; }

.drivers__inner {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 64px;
    align-items: center;
}

.drivers__phone img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: var(--shadow-sm);
}

.drivers__lead {
    margin-top: 16px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.4px;
    color: var(--brand);
}

.drivers__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 32px;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}

.drivers__title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.36px;
    color: var(--text-primary);
}

.drivers__text {
    margin-top: 8px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.3px;
    color: var(--text-primary);
}

.drivers__content .btn { margin-top: 32px; }

/* ---------- Қала кіріспесі ---------- */

.intro { padding-top: 100px; }

.intro__body {
    max-width: 860px;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: -0.2px;
    color: var(--text-primary);
}

.intro__body > p + p { margin-top: 18px; }

.intro__title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: clamp(24px, 2.4vw, 32px);
    letter-spacing: -0.8px;
    color: var(--text-primary);
}

/* ---------- Тіл ауыстырғыш ---------- */

.lang-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 36px;
    padding: 0 14px;
    border: 1px solid var(--border-primary);
    border-radius: 9999px;
    background: rgba(255, 255, 255, .8);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.2px;
    color: var(--text-primary);
    backdrop-filter: blur(4px);
    transition: border-color .15s ease, color .15s ease;
}

.lang-switch:hover { border-color: var(--brand); color: var(--brand); }

/* ---------- Миссия ---------- */

.mission {
    margin-top: 100px;
    padding: 96px 0;
    background:
        radial-gradient(120% 140% at 12% 0%, rgba(168, 33, 182, .55) 0%, rgba(168, 33, 182, 0) 55%),
        var(--text-primary);
    color: #fff;
}

.mission__inner { max-width: 980px; }

.mission__kicker {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #e9b6f0;
}

.mission__title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: clamp(30px, 3.4vw, 48px);
    letter-spacing: -1.2px;
}

.mission__text {
    font-weight: 500;
    font-size: clamp(17px, 1.6vw, 22px);
    line-height: 1.55;
    letter-spacing: -0.3px;
    color: rgba(255, 255, 255, .88);
}

.mission__text + .mission__text { margin-top: 20px; }

.mission__text:first-of-type {
    font-weight: 600;
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.4;
    color: #fff;
}

/* ---------- Footer: логотип белгісі мен әлеуметтік желілер ---------- */

.logo--tm { position: relative; align-items: flex-start; }

.logo__tm {
    margin-left: 4px;
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
    color: var(--text-secondary);
}

.socials { display: flex; align-items: center; gap: 12px; }

.social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 12px;
    color: #fff;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.social:hover {
    background: var(--brand);
    border-color: var(--brand);
    transform: translateY(-2px);
}

.social svg { display: block; }

/* ---------- Бөлісу ---------- */

.share { padding: 72px 0; background: var(--button-disabled); }

.share__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.share__title {
    font-weight: 700;
    font-size: clamp(24px, 2.2vw, 32px);
    letter-spacing: -0.8px;
    color: var(--text-primary);
}

.share__text {
    margin-top: 12px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.32px;
    color: var(--text-primary);
}

.share__actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid var(--border-primary);
    border-radius: 12px;
    background: #fff;
    font-family: inherit;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.32px;
    color: var(--text-primary);
    cursor: pointer;
    transition: border-color .18s ease, color .18s ease, transform .18s ease;
}

.share-btn:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-2px); }

.share-btn--wa:hover { border-color: #25d366; color: #128c47; }

.share-btn--tg:hover { border-color: #29a9eb; color: #1c86bd; }

.share-btn.is-done { border-color: var(--brand); color: var(--brand); }

.share-btn svg { flex: none; }

/* ---------- Бейімделу ---------- */

/* Үлкен мониторлар: контентті кеңейтеміз, бірақ жол ұзындығын шектейміз */
@media (min-width: 1800px) {
    :root { --container: 1680px; --gutter: 96px; }

    .hero__inner { padding-top: 380px; padding-bottom: 330px; }

    .hero__phone { top: 150px; width: 380px; }

    .gallery__item { width: 252px; }

    .intercity__inner { grid-template-columns: minmax(0, 1fr) 340px; }

    .drivers__inner { grid-template-columns: 340px minmax(0, 1fr); }

    .intro__body, .mission__inner { max-width: 1040px; }
}

@media (min-width: 2200px) {
    :root { --container: 1840px; }
}


@media (max-width: 1279px) {
    :root { --gutter: 40px; }

    .hero__inner { padding-top: 240px; padding-bottom: 80px; }

    /* Мәтін бүкіл енді алады → ағарту көлденең емес, тік болады */
    .hero::after {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, .52) 0%,
            rgba(255, 255, 255, .44) 52%,
            rgba(255, 255, 255, .14) 74%,
            rgba(255, 255, 255, 0) 100%
        );
    }

    .hero__phone {
        position: static;
        width: 300px;
        margin: 60px auto 0;
    }

    .features__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }

    .reviews__grid { grid-template-columns: 1fr; }

    .features__grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .article { padding-top: 72px; }

    .cities { padding-top: 72px; padding-bottom: 72px; }

    .steps { padding-top: 80px; }

    .step__title { font-size: 26px; letter-spacing: -1px; }

    .cta__inner { flex-direction: column; align-items: flex-start; }

    .cta__phone { width: 100%; max-width: 554px; height: auto; aspect-ratio: 554 / 561; align-self: center; }

    .business { min-height: 520px; }

    .site-nav { display: none; }

    .mission { margin-top: 80px; padding: 72px 0; }

    .share__inner { flex-direction: column; align-items: flex-start; gap: 28px; }

    .tariffs__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .pricing { grid-template-columns: 1fr; gap: 32px; padding: 40px; }

    .intercity__inner, .drivers__inner { grid-template-columns: 1fr; gap: 40px; }

    .intercity__phone, .drivers__phone { max-width: 360px; margin: 0 auto; }

    .info__grid { grid-template-columns: 1fr; }

    .gallery__track { justify-content: flex-start; }
}

@media (max-width: 767px) {
    :root { --gutter: 20px; }

    .site-header { padding: 24px 0; }

    .hero__inner { padding-top: 140px; padding-bottom: 48px; }

    .hero__title { letter-spacing: -1.5px; }

    .hero__lead { margin-top: 20px; letter-spacing: -0.4px; }

    .hero__bg { top: -80px; }

    .hero::after {
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, .5) 0%,
            rgba(255, 255, 255, .42) 58%,
            rgba(255, 255, 255, .12) 80%,
            rgba(255, 255, 255, 0) 100%
        );
    }

    .store-buttons { gap: 12px; margin-top: 32px; }

    .features__grid, .features__grid--3 { grid-template-columns: 1fr; }

    .article { padding-top: 48px; }

    .cities { padding-top: 48px; padding-bottom: 48px; }

    .article__body { font-size: 16px; }

    .city-chip { padding: 8px 14px; font-size: 15px; }

    .feature__title { font-size: 20px; }

    .section-head, .section-head--tight { padding-bottom: 32px; }

    .steps { padding-top: 56px; }

    .steps__grid { grid-template-columns: 1fr; gap: 32px; }

    .step__card {
        width: auto;
        max-width: none;
        margin: -14% 12px 0;
    }

    .step__title { font-size: 22px; }

    .reviews { padding-top: 56px; padding-bottom: 56px; }

    .review { padding: 24px; gap: 16px; }

    .business { min-height: 440px; }

    .business__inner { padding: 40px var(--gutter); }

    .cta__inner { padding-top: 40px; padding-bottom: 40px; }

    .cta__text { font-size: 17px; }

    .site-footer__inner {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .socials { align-self: flex-start; }

    .mission { margin-top: 56px; padding: 56px 0; }

    .share { padding: 48px 0; }

    .share-btn { flex: 1 1 100%; justify-content: center; }

    .mission__title { margin-bottom: 24px; }

    .whatsnew, .tariffs, .intercity, .info, .drivers, .intro { padding-top: 56px; }

    .gallery__item { width: 190px; }

    .gallery__track { gap: 16px; }

    .tariffs__grid { grid-template-columns: 1fr; gap: 16px; }

    .pricing { margin-top: 40px; padding: 24px; border-radius: 20px; }

    .pricing__title { font-size: 24px; }

    .pricing__label { font-size: 16px; }

    .info-card { padding: 24px; }

    .drivers__list { grid-template-columns: 1fr; gap: 20px; }

    .route { padding: 14px 18px; font-size: 16px; }

    .intercity__phone, .drivers__phone { max-width: none; margin: 0; }
}

/* Ең кіші экрандар: 320px-тен бастап */
@media (max-width: 359px) {
    :root { --gutter: 16px; }

    .hero__title { font-size: 30px; letter-spacing: -1px; }

    .hero__lead { font-size: 16px; }

    .store-btn { width: 100%; }

    .store-buttons { gap: 10px; }

    .gallery__item { width: 168px; }

    .feature, .tariff { padding: 20px; }

    .review, .info-card { padding: 20px; }

    .step__card { margin: -14% 8px 0; padding: 18px; }

    .step__title { font-size: 20px; letter-spacing: -0.5px; }

    .pricing { padding: 20px; }

    .lang-switch { min-width: 44px; padding: 0 10px; }

    .site-footer__inner { gap: 20px; }
}
