@charset "UTF-8";
/* Taxi Angel Khimki chat landing styles. Extracted from style-all.css for lean SEO page loading. */

/* ===================================
   City landing: Khimki (v3 — design pass)
   =================================== */

/* ── Page background ── */
.city-landing--khimki {
    background:
        radial-gradient(ellipse at 20% 0%, rgba(9, 160, 255, 0.08), transparent 36%),
        radial-gradient(ellipse at 80% 5%, rgba(252, 168, 55, 0.07), transparent 30%),
        linear-gradient(180deg, #f8faff 0%, #ffffff 18%, #f7f8fb 100%);
}

/* ── Hero ── */
.city-hero--khimki {
    position: relative;
    overflow: visible;
    padding: 86px 0 64px;
}

.city-hero--khimki.is-chat-docked {
    padding-top: 1px;
}

.city-hero__media--khimki {
    background-image:
        radial-gradient(circle at 50% 22%, rgba(252, 168, 55, 0.22), transparent 18%),
        radial-gradient(circle at 50% 22%, rgba(252, 168, 55, 0.12), transparent 28%),
        radial-gradient(circle at 18% 14%, rgba(9, 160, 255, 0.16), transparent 18%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 54%, #f6f8fc 100%);
}

.city-hero__overlay--khimki {
    background:
        radial-gradient(circle at 50% 20%, rgba(252, 168, 55, 0.16), transparent 14%),
        radial-gradient(circle at 50% 20%, rgba(252, 168, 55, 0.09), transparent 24%),
        radial-gradient(circle at 14% 18%, rgba(9, 160, 255, 0.12), transparent 18%),
        radial-gradient(circle at 86% 18%, rgba(72, 213, 151, 0.10), transparent 18%),
        linear-gradient(180deg, rgba(255,255,255,0.65), rgba(247,249,253,0.92));
}

.city-hero__eyebrow-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #48d597;
    box-shadow: 0 0 0 4px rgba(72, 213, 151, 0.25);
    margin-right: 2px;
}

.city-hero__container--khimki {
    display: block;
}

.city-hero__content--khimki {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 8px;
}

.city-hero__eyebrow--khimki {
    justify-content: flex-start;
    color: #5c6778;
}

.city-hero__title--khimki {
    max-width: 620px;
    margin-left: 0;
    margin-right: 0;
    color: #0f1520;
}

.city-hero__lead--khimki {
    max-width: 620px;
    margin-left: 0;
    margin-right: 0;
    color: #5a6577;
}

.city-hero__actions--khimki {
    justify-content: flex-start;
    margin-top: 18px;
}

.khimki-shell {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
}

.khimki-shell__copy {
    width: 100%;
    max-width: 860px;
    text-align: center;
}

.khimki-shell__copy .city-hero__title--khimki,
.khimki-shell__copy .city-hero__lead--khimki {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.khimki-shell__workspace {
    width: 100%;
    max-width: 760px;
}

.khimki-shell__rail {
    width: 100%;
}

.khimki-shell__tabs,
.khimki-shell__stage {
    display: none;
}

.khimki-shell__panel--order {
    display: none;
}

.khimki-chat-panel {
    position: relative;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.khimki-chat-panel__frame {
    position: relative;
    min-height: 176px;
    padding: 20px 20px 18px;
    border-radius: 32px;
    background: #fff;
    border: 1px solid rgba(15, 21, 32, 0.08);
    box-shadow: 0 28px 90px rgba(18, 28, 45, 0.14);
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 16px;
}

.khimki-chat-panel__composer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 21, 32, 0.08);
    box-shadow: 0 10px 22px rgba(18, 28, 45, 0.08);
}

.khimki-chat-panel__messages {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    min-height: 0;
    height: 100%;
    overflow-y: auto;
    padding: 6px;
    padding-right: 8px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.52);
}

.khimki-chat-panel__messages > .khimki-chat-panel__message:first-child {
    margin-top: auto;
}

.khimki-chat-panel__messages[hidden] {
    display: none !important;
}

.khimki-chat-panel__message {
    max-width: min(92%, 520px);
    padding: 13px 17px;
    border-radius: 18px;
    font-size: 18px;
    line-height: 1.6;
    white-space: pre-wrap;
    box-shadow: 0 6px 16px rgba(18, 28, 45, 0.06);
}

.khimki-chat-panel__message--user {
    align-self: flex-end;
    background: #dff3d4;
    color: #17361b;
}

.khimki-chat-panel__message--assistant {
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.96);
    color: #243042;
}

.khimki-chat-panel__message--pending {
    color: #6c7688;
}

.khimki-chat-panel__message--error {
    background: #fff2f0;
    color: #b23a2c;
}

.khimki-chat-panel__message--system {
    padding: 0;
    background: none;
}

.khimki-chat-quick-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.khimki-chat-quick-actions__row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.khimki-chat-quick-actions__button {
    appearance: none;
    border: 1px solid rgba(15, 21, 32, 0.12);
    background: rgba(255, 255, 255, 0.96);
    color: #243042;
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(18, 28, 45, 0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, background 0.15s ease;
    touch-action: manipulation;
}

.khimki-chat-quick-actions__button:hover {
    transform: translateY(-1px);
    border-color: rgba(241, 168, 45, 0.45);
    box-shadow: 0 10px 20px rgba(18, 28, 45, 0.08);
}

.khimki-chat-quick-actions__button:active {
    transform: translateY(0);
}

.khimki-chat-quick-actions__button--toggle {
    background: #fff4db;
    color: #8a5a00;
    border-color: rgba(241, 168, 45, 0.38);
}

/* ── Draft summary block ──────────────────────────────────────────── */
.khimki-draft-summary {
    background: #f4f7fa;
    border: 1px solid #d6dce5;
    border-radius: 12px;
    padding: 16px;
    font-size: 15px;
    line-height: 1.5;
}

.khimki-draft-summary__title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    color: #0f1520;
}

.khimki-draft-summary__row {
    padding: 3px 0;
    color: #243042;
}

.khimki-draft-summary__row span:first-child {
    color: #6c7688;
    margin-right: 4px;
}

.khimki-draft-summary__btn {
    display: block;
    width: 100%;
    margin-top: 14px;
    padding: 12px 0;
    border: 0;
    border-radius: 10px;
    background: #1a73e8;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}

.khimki-draft-summary__btn:hover {
    background: #1557b0;
}

.khimki-draft-summary__btn:disabled {
    background: #94b8e8;
    cursor: not-allowed;
}

/* ── Review summary block (Slice A) ──────────────────────────────── */
.khimki-review-summary {
    background: #f4f7fa;
    border: 1px solid #d6dce5;
    border-radius: 12px;
    padding: 18px;
    font-size: 17px;
    line-height: 1.6;
}

.khimki-review-summary__title {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 12px;
    color: #0f1520;
}

.khimki-review-summary__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 5px 0;
    color: #243042;
}

.khimki-review-summary__bullet {
    flex: 0 0 auto;
    color: #0f1520;
    font-size: 20px;
    line-height: 1.2;
}

.khimki-review-summary__label {
    flex: 0 0 auto;
    color: #6c7688;
    font-weight: 500;
    font-size: 16px;
}

.khimki-review-summary__value {
    flex: 1 1 auto;
    min-width: 0;
    color: #243042;
    font-size: 17px;
}

.khimki-chat-panel__input {
    width: 100%;
    min-height: 56px;
    border: 0;
    background: transparent;
    padding: 0;
    color: #0f1520;
    font-size: 18px;
    line-height: 1.5;
    resize: none;
}

.khimki-chat-panel__input::placeholder {
    color: #667588;
}

.khimki-chat-panel__input:focus {
    outline: none;
}

.khimki-chat-panel__input:disabled,
.khimki-chat-panel__icon-btn:disabled,
.khimki-chat-panel__send:disabled {
    opacity: 0.65;
    cursor: default;
}

.khimki-chat-panel__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 8px;
    flex-shrink: 0;
}

.khimki-chat-panel__icon-btn,
.khimki-chat-panel__send {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.khimki-chat-panel__icon-btn {
    background: #f4f6fb;
    color: #344054;
}

.khimki-chat-panel__icon-btn.is-recording {
    background: #fff0ec;
    color: #d33b25;
    box-shadow: 0 0 0 6px rgba(211, 59, 37, 0.1);
    animation: khimkiVoicePulse 1.15s ease-in-out infinite;
}

.khimki-chat-panel__send {
    background: linear-gradient(135deg, #fca837 0%, #ffc65c 100%);
    color: #111;
    box-shadow: 0 10px 28px rgba(252, 168, 55, 0.24);
}

.khimki-chat-panel__icon-btn:hover,
.khimki-chat-panel__send:hover {
    transform: translateY(-1px);
}

.khimki-chat-panel__icon-btn svg,
.khimki-chat-panel__send svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.khimki-chat-panel__hint {
    display: none;
}

@keyframes khimkiVoicePulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.06);
    }
    100% {
        transform: scale(1);
    }
}

.khimki-shell.is-docked {
    align-items: stretch;
}

.khimki-shell.is-docked .khimki-shell__copy {
    display: none;
}

.khimki-shell.is-docked .khimki-shell__workspace {
    display: grid;
    grid-template-columns: minmax(360px, 400px) minmax(0, 1fr);
    gap: 36px;
    width: min(100%, calc(100vw - 48px));
    max-width: 1240px;
    align-items: start;
}

.khimki-shell.is-docked .khimki-shell__rail {
    position: relative;
    padding-right: 22px;
    margin-left: 0;
}

.khimki-shell.is-docked .khimki-shell__tabs {
    position: absolute;
    right: -44px;
    top: 22px;
    z-index: 12;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.khimki-shell__tab {
    border: 0;
    background: rgba(244, 246, 251, 0.94);
    color: #667085;
    padding: 11px 7px;
    min-width: 48px;
    border-radius: 14px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(18, 28, 45, 0.1);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
}

.khimki-shell__tab.is-active {
    background: #0f1520;
    color: #fff;
}

.khimki-shell__panels {
    min-width: 0;
}

.khimki-shell.is-docked .khimki-shell__panel--order {
    display: block;
}

.khimki-shell__panel[hidden] {
    display: none !important;
}

.khimki-shell__order .order-card,
.khimki-shell__order .order-card * ,
.khimki-shell__order .order-card *::before,
.khimki-shell__order .order-card *::after {
    box-sizing: border-box;
}

.khimki-shell__order .order-card,
.khimki-shell.is-docked .khimki-chat-panel__frame {
    margin: 0;
    width: 400px;
    max-width: 400px;
    min-height: calc(100vh - 110px);
    max-height: calc(100vh - 110px);
}

.khimki-shell.is-docked .khimki-chat-panel {
    max-width: 400px;
    margin: 0;
}

.khimki-shell.is-docked .khimki-chat-panel__frame {
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0,0,0,.12);
    background:
        radial-gradient(circle at 18% 16%, rgba(145, 207, 156, 0.18), transparent 20%),
        radial-gradient(circle at 82% 20%, rgba(216, 236, 176, 0.2), transparent 24%),
        linear-gradient(180deg, #eef8e8 0%, #f6fbf3 100%);
}

.khimki-shell.is-docked .khimki-chat-panel__messages {
    max-height: none;
}

.khimki-shell.is-docked .khimki-chat-panel__composer {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 22px rgba(18, 28, 45, 0.08);
}

.khimki-shell.is-docked .khimki-shell__stage {
    display: block;
}

.khimki-shell__stage-card {
    min-height: 100%;
    padding: 36px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 18% 16%, rgba(9, 160, 255, 0.10), transparent 16%),
        radial-gradient(circle at 80% 18%, rgba(252, 168, 55, 0.14), transparent 18%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 255, 0.95));
    border: 1px solid rgba(15, 21, 32, 0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}

.khimki-shell__stage-kicker {
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7a8598;
}

.khimki-shell__stage-title {
    margin: 16px 0 0;
    max-width: 620px;
    font-size: 36px;
    line-height: 1.14;
    font-weight: 800;
    color: #0f1520;
}

.khimki-shell__stage-copy {
    margin: 16px 0 0;
    max-width: 560px;
    font-size: 17px;
    line-height: 1.6;
    color: #5a6577;
}

/* ── Hero stats ── */
.khimki-stats {
    display: flex;
    gap: 32px;
    margin: 12px 0 0;
}

.khimki-stats--hero {
    justify-content: center;
}

.khimki-stats__item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.khimki-stats__value {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    color: #ffc65c;
}

.khimki-stats__label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.02em;
}

/* ── Order-card: reset inherited colors ── */
.city-landing--khimki .order-card,
.city-landing--khimki .basic__top .order-card {
    margin-top: 0;
    color: #222;
}

.city-landing--khimki .oc-class__name {
    color: #222;
}

.city-landing--khimki .oc-class__price {
    color: #666;
}

/* ── Section head (shared within Khimki) ── */
.khimki-section-head {
    margin-bottom: 36px;
}

.khimki-section-head__title {
    margin: 0;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.15;
    color: #0f1520;
    letter-spacing: -0.01em;
}

/* ── Routes section ── */
.khimki-routes-section {
    padding: 56px 0 48px;
}

.khimki-routes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

/* ── Route card ── */
.khimki-rcard {
    display: flex;
    flex-direction: column;
    padding: 28px 28px 24px;
    background: #fff;
    border: 1px solid rgba(9, 160, 255, 0.08);
    border-radius: 20px;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.khimki-rcard:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(18, 28, 45, 0.10);
}

.khimki-rcard__head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
}

.khimki-rcard__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 22px;
    background: linear-gradient(135deg, rgba(9, 160, 255, 0.10), rgba(252, 168, 55, 0.10));
    flex-shrink: 0;
}

.khimki-rcard__eyebrow {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #9ba3b0;
}

.khimki-rcard__title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    color: #0f1520;
}

.khimki-rcard__text {
    flex: 1;
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.6;
    color: #5a6577;
}

.khimki-rcard__link {
    display: inline-block;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    background: linear-gradient(135deg, #1a2740 0%, #0f1520 100%);
    color: #fff;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
    align-self: flex-start;
}

.khimki-rcard__link:hover {
    background: linear-gradient(135deg, #fca837 0%, #ffc65c 100%);
    color: #111;
}

/* ── Proof section ── */
.khimki-proof {
    padding: 0 0 48px;
}

.khimki-proof__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 36px 40px;
    background: linear-gradient(145deg, #0f1520 0%, #162030 100%);
    border-radius: 24px;
    color: #fff;
}

.khimki-proof__card {
    position: relative;
    padding-left: 0;
}

.khimki-proof__num {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(255, 198, 92, 0.45);
}

.khimki-proof__title {
    margin: 0 0 8px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffc65c;
}

.khimki-proof__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
}

/* ── Tariffs: overrides inside city landing ── */
.city-landing--khimki .price {
    padding-top: 36px;
    padding-bottom: 36px;
}

.city-landing--khimki .price .h2 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

/* ── CTA ── */
.khimki-cta {
    padding: 48px 0;
}

.khimki-cta__box {
    text-align: center;
    padding: 48px 40px;
    background: linear-gradient(135deg, #111827 0%, #1e2d44 50%, #162030 100%);
    border-radius: 24px;
    color: #fff;
}

.khimki-cta__title {
    margin: 0 0 12px;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
}

.khimki-cta__sub {
    margin: 0 auto 28px;
    max-width: 480px;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
}

.khimki-cta__actions {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.khimki-cta__btn {
    display: inline-block;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.khimki-cta__btn:hover {
    transform: translateY(-2px);
}

.khimki-cta__btn--primary {
    background: linear-gradient(135deg, #fca837 0%, #ffc65c 100%);
    color: #111;
    box-shadow: 0 8px 28px rgba(252, 168, 55, 0.30);
}

.khimki-cta__btn--primary:hover {
    background: linear-gradient(135deg, #ffb347 0%, #ffd77a 100%);
    color: #111;
}

.khimki-cta__btn--secondary {
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.khimki-cta__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

/* ── App section ── */
.khimki-app {
    padding: 48px 0 56px;
    background: linear-gradient(180deg, #f7f8fb 0%, #f0f2f8 100%);
}

.khimki-app__layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 48px;
    align-items: center;
}

.khimki-app__visual {
    display: flex;
    justify-content: center;
}

.khimki-app__phone {
    max-width: 260px;
    width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 24px 64px rgba(18, 28, 45, 0.12);
}

.khimki-app__title {
    margin: 0 0 28px;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    color: #0f1520;
}

.khimki-app__features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.khimki-app__feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.khimki-app__feature-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 10px;
}

.khimki-app__feature-title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #0f1520;
    margin-bottom: 4px;
}

.khimki-app__feature-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #5a6577;
}

/* ── Responsive: Khimki ── */
@media screen and (max-width: 1140px) {
    .city-hero--khimki {
        padding-top: 90px;
    }

    .city-hero__content--khimki {
        max-width: 100%;
        padding-top: 0;
    }

    .khimki-shell.is-docked .khimki-shell__workspace {
        grid-template-columns: 1fr;
        max-width: 760px;
    }

    .khimki-shell__stage-card {
        padding: 32px;
    }

    .khimki-shell__stage-title {
        font-size: 34px;
    }

    .khimki-stats {
        gap: 22px;
    }

    .khimki-stats__value {
        font-size: 24px;
    }

    .khimki-section-head__title {
        font-size: 30px;
    }

    .khimki-routes-grid {
        grid-template-columns: 1fr;
    }

    .khimki-proof__grid {
        grid-template-columns: 1fr;
        padding: 28px 24px;
    }

    .khimki-app__layout {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }

    .khimki-app__features {
        grid-template-columns: 1fr;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .city-hero--khimki {
        padding: 86px 0 28px;
    }

    .city-hero__title--khimki {
        font-size: 42px;
    }

    .city-hero__lead--khimki {
        font-size: 17px;
    }

    .city-hero__eyebrow--khimki,
    .city-hero__title--khimki,
    .city-hero__lead--khimki {
        text-align: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .khimki-chat-panel__frame {
        min-height: 164px;
        padding: 16px;
        border-radius: 24px;
    }

    .khimki-chat-panel__input {
        min-height: 92px;
        font-size: 15px;
    }

    .khimki-chat-quick-actions__row {
        gap: 8px;
    }

    .khimki-chat-quick-actions__button {
        padding: 10px 12px;
        font-size: 14px;
    }

    .khimki-stats {
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .khimki-stats__value {
        font-size: 22px;
    }

    .khimki-section-head__title {
        font-size: 26px;
    }

    .khimki-rcard {
        padding: 22px 20px 20px;
    }

    .khimki-rcard__icon {
        width: 38px;
        height: 38px;
        font-size: 20px;
    }

    .khimki-proof__grid {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .khimki-proof__title {
        font-size: 17px;
    }

    .khimki-cta__box {
        padding: 36px 24px;
        border-radius: 20px;
    }

    .khimki-cta__title {
        font-size: 26px;
    }

    .khimki-cta__actions {
        flex-direction: column;
        gap: 12px;
    }

    .khimki-cta__btn {
        width: 100%;
        text-align: center;
    }

    .khimki-app__phone {
        max-width: 200px;
    }

    .khimki-app__title {
        font-size: 26px;
    }

    .khimki-shell {
        gap: 20px;
    }

    .khimki-shell.is-docked .khimki-shell__workspace {
        gap: 18px;
    }

    .khimki-shell.is-docked .khimki-shell__panels,
    .khimki-shell.is-docked .khimki-shell__panel,
    .khimki-shell.is-docked .khimki-shell__order {
        width: 100%;
        min-width: 0;
    }

    .khimki-shell.is-docked .khimki-shell__tabs {
        position: static;
        flex-direction: row;
        justify-content: flex-start;
        margin-bottom: 12px;
    }

    .khimki-shell__tab {
        min-width: 0;
        padding: 10px 16px;
        writing-mode: horizontal-tb;
        text-orientation: initial;
        transform: none;
        text-align: center;
    }

    .khimki-shell.is-docked .khimki-shell__rail {
        padding-right: 0;
        margin-left: 0;
        min-width: 0;
    }

    .khimki-shell.is-docked .khimki-chat-panel,
    .khimki-shell__order .order-card,
    .khimki-shell.is-docked .khimki-chat-panel__frame {
        max-width: none;
        width: 100%;
    }

    .khimki-shell.is-docked .khimki-chat-panel__frame {
        min-height: min(360px, calc(100vh - 180px));
        height: min(620px, calc(100vh - 180px));
        max-height: calc(100vh - 180px);
        overflow: hidden;
    }

    .khimki-shell.is-docked .khimki-chat-panel__frame {
        min-height: min(360px, calc(100dvh - 180px));
        height: min(620px, calc(100dvh - 180px));
        max-height: calc(100dvh - 180px);
    }

    .khimki-shell.is-docked .khimki-chat-panel__messages {
        min-height: 0;
        max-height: none;
        overscroll-behavior: contain;
    }

    .khimki-shell.is-docked .khimki-chat-panel__composer {
        flex-shrink: 0;
    }

    .khimki-shell__order {
        overflow: hidden;
    }

    .khimki-shell__order .order-card {
        box-sizing: border-box;
        min-width: 0;
        width: 100% !important;
        max-width: 100% !important;
        min-height: min(420px, calc(100vh - 180px));
        height: min(720px, calc(100vh - 180px));
        max-height: calc(100vh - 180px);
        margin: 0 !important;
        overflow: hidden;
    }

    .khimki-shell__order .order-card {
        min-height: min(420px, calc(100dvh - 180px));
        height: min(720px, calc(100dvh - 180px));
        max-height: calc(100dvh - 180px);
    }

    .khimki-shell__order .oc-scroll,
    .khimki-shell__order .oc-order-details-screen,
    .khimki-shell__order .oc-order-complete-screen__body {
        min-height: 0;
        overscroll-behavior: contain;
    }

    .khimki-shell__stage-card {
        padding: 24px;
        border-radius: 24px;
    }

    .khimki-shell__stage-title {
        font-size: 28px;
    }

    .khimki-shell__stage-copy {
        font-size: 16px;
        line-height: 1.55;
    }
}

@media screen and (max-width: 479px) {
    .city-hero__title--khimki {
        font-size: 34px;
    }

    .city-hero__lead--khimki {
        font-size: 15px;
    }

    .khimki-chat-panel__input {
        font-size: 15px;
        min-height: 84px;
    }

    .khimki-chat-quick-actions__button {
        width: calc(50% - 4px);
        justify-content: center;
        text-align: center;
    }

    .khimki-chat-panel__icon-btn,
    .khimki-chat-panel__send {
        width: 40px;
        height: 40px;
    }

    .khimki-shell__stage-card {
        padding: 20px;
    }
}


