:root {
    --navy: #091d4a;
    --blue: #0a63d8;
    --sky: #3ba4ff;
    --orange: #ff8a24;
    --orange-strong: #ff6f1f;
    --text: #122a57;
    --muted: #687792;
    --line: #e6edf8;
    --bg: #f4f8ff;
    --white: #ffffff;
    --shadow: 0 18px 40px rgba(17, 42, 87, 0.12);
    --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(58, 164, 255, 0.16), transparent 28%),
        linear-gradient(180deg, #fbfdff 0%, #f3f8ff 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.topbar {
    background: var(--navy);
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
}
.topbar__inner,
.topbar__contacts,
.topbar__socials,
.navbar__inner,
.hero__actions,
.section__head,
.tracking-form,
.hours-item,
.footer__socials,
.track-result__head,
.payment-row {
    display: flex;
    align-items: center;
}
.topbar__inner,
.navbar__inner,
.section__head,
.track-result__head,
.payment-row {
    justify-content: space-between;
}
.topbar__inner { min-height: 44px; gap: 16px; }
.topbar__contacts,
.topbar__socials { gap: 18px; flex-wrap: wrap; }
.topbar__contacts span,
.topbar__contacts a,
.topbar__socials a,
.lang-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.topbar__icon,
.topbar__socials i { width: 15px; text-align: center; font-size: 14px; }
.topbar__socials a:hover { color: var(--orange); }
.topbar__contacts a:hover { color: #fff; }
.lang-pill i { color: #ff644f; font-size: 15px; }

.navbar {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(230, 237, 248, 0.9);
}
.navbar__inner { min-height: 88px; gap: 20px; }
.brand img { width: 250px; }
.nav-toggle {
    display: none;
    border: 0;
    background: transparent;
    font-size: 28px;
    color: var(--text);
}
.nav-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    font-weight: 700;
}
.nav-menu a {
    color: var(--text);
    transition: color .2s ease;
}
.nav-menu a.active,
.nav-menu a:hover { color: var(--orange-strong); }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 999px;
    border: 0;
    background: linear-gradient(135deg, var(--orange), var(--orange-strong));
    color: var(--white);
    font-family: inherit;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 16px 28px rgba(255, 111, 31, 0.28);
}
.button i { margin-left: 10px; }
.button--ghost i { margin: 0 10px 0 0; font-size: 18px; }
.button--ghost {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: none;
}
.button--sm { min-height: 46px; padding: 0 22px; }

.video-modal {
    width: min(960px, calc(100% - 32px));
    padding: 0;
    border: 0;
    border-radius: 22px;
    background: var(--navy);
    box-shadow: 0 28px 72px rgba(3, 16, 47, 0.46);
}
.video-modal::backdrop { background: rgba(3, 16, 47, 0.76); backdrop-filter: blur(5px); }
.video-modal__content { overflow: hidden; }
.video-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px 14px 22px;
    color: var(--white);
}
.video-modal__header h2 { margin: 0; font-size: 18px; }
.video-modal__close {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: var(--white);
    font-size: 18px;
    cursor: pointer;
}
.video-modal__close:hover { background: var(--orange); }
.video-modal__player { width: 100%; max-height: min(72vh, 650px); display: block; background: #000; }

.hero {
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(4, 49, 126, 0.92) 0%, rgba(6, 82, 181, 0.7) 34%, rgba(6, 82, 181, 0.08) 62%, rgba(7, 40, 91, 0.08) 100%),
        url("../../images/slide.png") center / cover no-repeat;
}
.hero__inner {
    display: flex;
    align-items: center;
    min-height: 620px;
}
.eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: #ffd7ba;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 13px;
}
.hero h1 {
    margin: 0;
    max-width: 540px;
    font-size: clamp(40px, 5vw, 66px);
    line-height: 1.02;
    color: var(--white);
}
.hero h1 span { color: #ffcf38; }
.hero p {
    max-width: 470px;
    margin: 22px 0 32px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.8;
}
.hero__actions { gap: 16px; }

.feature-strip { margin-top: -54px; position: relative; z-index: 4; }
.feature-strip__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    background: var(--white);
    padding: 14px 12px;
    border-radius: 18px;
    box-shadow: var(--shadow);
}
.mini-card {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    gap: 10px;
    padding: 8px 14px;
    border-right: 1px solid var(--line);
}
.mini-card:last-child { border-right: 0; }
.mini-card img { width: 38px; height: 38px; flex: 0 0 38px; }
.mini-card h3 { margin: 0 0 4px; font-size: 12px; line-height: 1.35; }
.mini-card p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }

.section { padding: 88px 0; }
.section--services { padding-bottom: 24px; }
.section--tight { padding-top: 0; padding-bottom: 28px; }
.section--info { padding: 28px 0 32px; }
.section--market { padding-top: 32px; }
.section--partners { padding-top: 20px; }
.section__head { margin-bottom: 30px; gap: 16px; }
.section__head h2,
.panel h2,
.partners__title,
.track-result h2 { margin: 0; font-size: clamp(25px, 2.5vw, 36px); }
.section__head a { color: var(--blue); font-weight: 700; }
.section__head a i { margin-left: 6px; font-size: 12px; }
.section-kicker {
    display: block;
    margin-bottom: 5px;
    color: var(--orange-strong);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
}

.service-grid,
.news-grid,
.contact-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
}
.service-grid { grid-template-columns: repeat(4, 1fr); }
.service-card,
.news-card,
.panel,
.track-result,
.stat-card,
.contact-card {
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.service-card {
    overflow: hidden;
    border: 1px solid #edf2fb;
}
.service-card__image {
    width: 100%;
    height: 205px;
    object-fit: cover;
}
.service-card__body {
    position: relative;
    padding: 24px 20px 20px;
}
.service-card__icon {
    position: absolute;
    left: 20px;
    top: -24px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--sky), var(--blue));
    border-radius: 15px;
    box-shadow: 0 12px 20px rgba(10, 99, 216, 0.24);
}
.service-card:nth-child(2) .service-card__icon { background: linear-gradient(135deg, #21c9d8, #0ea8d0); }
.service-card:nth-child(3) .service-card__icon { background: linear-gradient(135deg, var(--orange), #ff7640); }
.service-card:nth-child(4) .service-card__icon { background: linear-gradient(135deg, #f29a3d, #ee6d31); }
.service-card:nth-child(5) .service-card__icon { background: linear-gradient(135deg, #8e7cff, #5f5af7); }
.service-card__icon img { width: 24px; height: 24px; }
.service-card h3,
.news-card h3,
.service-detail h2,
.news-row h2 { margin: 0 0 8px; font-size: 20px; line-height: 1.35; }
.service-card h3 { margin-top: 14px; font-size: 16px; }
.service-card p,
.news-card p,
.news-row p,
.contact-card p,
.rich-text,
.lead { color: var(--muted); line-height: 1.8; }
.service-card p { margin: 0 0 14px; font-size: 14px; line-height: 1.65; }
.service-card a {
    color: var(--blue);
    font-weight: 800;
    font-size: 14px;
}

.tracking-banner {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(220px, .82fr) minmax(360px, 1.18fr) 160px;
    align-items: center;
    gap: 24px;
    padding: 22px 34px;
    border-radius: 14px;
    color: var(--white);
    background: linear-gradient(90deg, #365ff2 0%, #6c4ff3 30%, #f36f6a 68%, #ff912d 100%);
    box-shadow: var(--shadow);
}
.tracking-banner h2 { margin: 0 0 8px; font-size: 24px; }
.tracking-banner p { max-width: 250px; margin: 0; color: rgba(255, 255, 255, 0.88); font-size: 11px; line-height: 1.55; }
.tracking-banner .tracking-form { position: relative; display: block; }
.tracking-banner .tracking-form input {
    width: 100%;
    min-height: 42px;
    padding: 0 112px 0 14px;
    border: 0;
    border-radius: 9px;
    font: inherit;
    font-size: 11px;
}
.tracking-form__submit {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 14px;
    border: 0;
    border-radius: 7px;
    background: linear-gradient(135deg, var(--orange), var(--orange-strong));
    color: var(--white);
    font-family: inherit;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}
.tracking-form__submit i { font-size: 11px; }
.tracking-banner__image { width: 145px; justify-self: end; }
.inline-track-result {
    margin-top: 18px;
    padding: 22px 28px;
    border-radius: 14px;
    background: var(--white);
    box-shadow: var(--shadow);
}
.inline-track-result__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
.inline-track-result__head span,
.inline-track-result__service { color: var(--muted); font-size: 12px; }
.inline-track-result__head strong { display: block; margin-top: 3px; font-size: 20px; }
.inline-track-result__status {
    padding: 7px 12px;
    border-radius: 999px;
    background: #eaf3ff;
    color: var(--blue) !important;
    font-weight: 800;
}
.inline-track-result__service { margin: 12px 0 0; }
.track-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 22px;
}
.track-step {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 8px;
    color: #9ca9be;
    font-size: 12px;
    text-align: center;
}
.track-step:not(:last-child)::after {
    position: absolute;
    top: 17px;
    left: calc(50% + 26px);
    width: calc(100% - 52px);
    height: 3px;
    content: "";
    border-radius: 99px;
    background: var(--line);
}
.track-step__number {
    position: relative;
    z-index: 1;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    background: #e8eef8;
    color: #75849c;
    font-weight: 800;
}
.track-step.is-active { color: var(--text); }
.track-step.is-active .track-step__number { background: linear-gradient(135deg, var(--orange), var(--orange-strong)); color: var(--white); }
.track-step.is-active:not(:last-child)::after { background: linear-gradient(90deg, var(--orange), var(--orange-strong)); }
.track-step.is-current .track-step__number { box-shadow: 0 0 0 7px rgba(255, 138, 36, 0.16); }
.inline-track-result__error { display: none; margin: 0; color: #dc2f3c; font-weight: 700; }
.inline-track-result.is-error .inline-track-result__head,
.inline-track-result.is-error .inline-track-result__service,
.inline-track-result.is-error .track-steps { display: none; }
.inline-track-result.is-error .inline-track-result__error { display: block; }

.two-column,
.about-layout,
.track-result__grid {
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    gap: 24px;
}
.panel { padding: 28px; }
.warehouse-panel,
.hours-panel {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(222, 232, 247, 0.9);
}
.warehouse-panel::before,
.hours-panel::before {
    position: absolute;
    top: -90px;
    right: -70px;
    width: 220px;
    height: 220px;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}
.warehouse-panel::before { background: rgba(58, 164, 255, 0.09); }
.hours-panel::before { background: rgba(255, 138, 36, 0.08); }
.panel-title {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 13px;
}
.panel-title__icon {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    place-items: center;
    border-radius: 15px;
    font-size: 20px;
}
.panel-title__icon--location { background: #e9f3ff; color: var(--blue); }
.panel-title__icon--clock { background: #fff1e4; color: var(--orange-strong); }
.panel-title__eyebrow {
    display: block;
    margin-bottom: 3px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.panel-title h2 { font-size: 25px; line-height: 1.2; }
.warehouse-address {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
}
.warehouse-address i { margin-top: 3px; color: var(--orange-strong); }
.panel__note { position: relative; margin: 16px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.warehouse-card {
    position: relative;
    display: block;
    height: 175px;
    margin-top: 18px;
    overflow: hidden;
    color: inherit;
    border-radius: 18px;
    background: linear-gradient(135deg, #e7f1ff, #f6fbff);
}
.warehouse-card > img { width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 18px; }
.warehouse-card:hover > img { transform: scale(1.025); }
.warehouse-card > img { transition: transform .2s ease; }
.warehouse-card__pin {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 14px;
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 22px rgba(18, 42, 87, 0.14);
}
.warehouse-card__pin img { width: 32px; height: 32px; }
.warehouse-card__pin strong,
.hours-item strong,
.badge,
.stat-card strong { font-size: 17px; }
.warehouse-card__pin span { display: block; margin-top: 2px; color: var(--muted); font-size: 11px; }
.warehouse-card__pin span i { margin-left: 4px; color: var(--blue); font-size: 11px; }

.hours-list { position: relative; z-index: 1; display: grid; gap: 10px; margin-top: 20px; }
.hours-item {
    justify-content: space-between;
    padding: 15px 17px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: var(--white);
    transition: transform .2s ease, box-shadow .2s ease;
}
.hours-item:hover { transform: translateX(4px); box-shadow: 0 8px 18px rgba(18, 42, 87, 0.08); }
.hours-item__label { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; }
.hours-item__label i { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; background: #eef4ff; color: var(--blue); font-size: 11px; }
.hours-item--primary { background: linear-gradient(90deg, #eef4ff, #fbfdff); color: #2153d8; }
.hours-item--danger { color: #ff4d4f; background: #fff7f7; }
.hours-item--danger .hours-item__label i { background: #ffe7e7; color: #ff4d4f; }

.market-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.market-panel {
    position: relative;
    overflow: hidden;
    padding: 26px;
    border: 1px solid #e5edf9;
    border-radius: 22px;
    background: var(--white);
    box-shadow: 0 14px 30px rgba(18, 42, 87, 0.08);
}
.market-panel--shop { background: linear-gradient(145deg, #eff7ff 0%, #ffffff 55%); }
.market-panel--car { background: linear-gradient(145deg, #fff4e9 0%, #ffffff 55%); }
.market-panel__head {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(219, 230, 246, 0.9);
}
.market-panel__head > div > span { display: block; margin-bottom: 3px; color: var(--muted); font-size: 11px; }
.market-panel__head h3 { margin: 0; font-size: 21px; }
.market-panel__icon {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 16px;
    font-size: 19px;
}
.market-panel--shop .market-panel__icon { background: #dff1ff; color: #0b82d3; }
.market-panel--car .market-panel__icon { background: #ffe5cd; color: #f07024; }
.market-panel__watermark {
    position: absolute;
    top: -3px;
    right: 0;
    color: rgba(18, 42, 87, 0.05);
    font-size: 70px;
}
.market-panel__visual {
    height: 118px;
    margin-top: 16px;
    overflow: hidden;
    border-radius: 14px;
    background: #e9f3ff;
}
.market-panel__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.market-panel--car .market-panel__visual { background: #fff0e3; }
.market-list { display: grid; gap: 8px; margin: 14px 0; }
.market-item {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 12px;
    align-items: start;
    padding: 10px 0;
    border-bottom: 1px solid #edf2fa;
    color: inherit;
    text-decoration: none;
}
.market-item:last-child { border-bottom: 0; }
.market-item:hover h4 { color: var(--orange); }
.market-item__thumb {
    display: block;
    width: 84px;
    height: 64px;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
    background: #fff0e3;
    box-shadow: 0 8px 18px rgba(18, 42, 87, 0.08);
}
.market-item__type {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #edf4ff;
    color: var(--blue);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.2;
}
.market-panel--car .market-item__type { background: #fff0e4; color: #e56d21; }
.market-item h4 { margin: 0 0 4px; font-size: 14px; }
.market-item p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.market-panel__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    color: var(--blue);
    font-size: 12px;
    font-weight: 800;
}
.market-panel--car .market-panel__link { color: #dd671f; }

.market-page-hero { background: linear-gradient(120deg, #075ab9 0%, #1992e8 58%, #88c9ff 100%); }
.market-page-hero--cars { background: linear-gradient(120deg, #a54015 0%, #eb7627 58%, #ffc074 100%); }
.market-page-hero__eyebrow,
.market-detail__label {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    color: var(--white);
    font-size: 12px;
    font-weight: 800;
}
.market-catalog { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.market-catalog__card {
    overflow: hidden;
    border: 1px solid #e1eaf6;
    border-radius: 22px;
    background: var(--white);
    color: inherit;
    text-decoration: none;
    box-shadow: var(--shadow);
    transition: transform 180ms ease, box-shadow 180ms ease;
}
.market-catalog__card:hover { transform: translateY(-5px); box-shadow: 0 22px 45px rgba(18, 42, 87, 0.16); }
.market-catalog__card > img { display: block; width: 100%; height: 230px; object-fit: cover; }
.market-catalog__body { padding: 22px; }
.market-catalog__body > span { color: var(--blue); font-size: 12px; font-weight: 800; }
.market-catalog__body h2 { margin: 8px 0; font-size: 20px; line-height: 1.35; }
.market-catalog__body p { min-height: 50px; margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.market-catalog__body strong { color: var(--blue); font-size: 13px; }
.market-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 34px; }
.market-pagination a {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid #dbe8f7;
    border-radius: 12px;
    color: var(--blue);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}
.market-pagination a:hover,
.market-pagination a.is-active { border-color: var(--blue); background: var(--blue); color: var(--white); }
.market-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px; color: var(--blue); font-size: 14px; font-weight: 800; text-decoration: none; }
.market-detail { display: grid; grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr); gap: 48px; align-items: start; padding: 36px; border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.market-detail__image { overflow: hidden; border-radius: 20px; background: #edf4ff; }
.market-detail__image img { display: block; width: 100%; aspect-ratio: 1 / 0.9; object-fit: cover; }
.market-detail__content h1 { margin: 0 0 14px; font-size: clamp(30px, 4vw, 46px); line-height: 1.15; }
.market-detail__content .lead { margin: 0 0 24px; }
.market-detail__content .rich-text { margin-bottom: 28px; }
.market-detail__label { background: #edf4ff; color: var(--blue); }
.market-panel__link i { transition: transform .2s ease; }
.market-panel__link:hover i { transform: translateX(4px); }

.faq-section {
    position: relative;
    overflow: hidden;
    padding: 64px 0;
    background:
        radial-gradient(circle at 8% 20%, rgba(255, 178, 103, 0.2), transparent 25%),
        linear-gradient(115deg, #fff7ef 0%, #fffaf4 54%, #f3f8ff 100%);
}
.faq-section::after {
    position: absolute;
    right: -80px;
    bottom: -100px;
    width: 280px;
    height: 280px;
    content: "";
    border: 36px solid rgba(78, 126, 248, 0.07);
    border-radius: 50%;
}
.faq-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 48px;
    align-items: center;
}
.faq-intro__icon {
    display: grid;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 17px;
    background: linear-gradient(135deg, #ff9a3c, #ff6e2b);
    color: var(--white);
    font-size: 23px;
    box-shadow: 0 12px 24px rgba(255, 111, 31, 0.24);
}
.faq-intro h2 { margin: 0; font-size: clamp(28px, 3vw, 38px); }
.faq-intro p {
    max-width: 390px;
    margin: 16px 0 22px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}
.faq-intro a { color: var(--blue); font-size: 13px; font-weight: 800; }
.faq-intro a i { margin-left: 7px; font-size: 11px; }
.faq-list { display: grid; gap: 10px; }
.faq-item {
    overflow: hidden;
    border: 1px solid rgba(224, 231, 242, 0.92);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    transition: background .2s ease, box-shadow .2s ease;
}
.faq-item[open] { background: var(--white); box-shadow: 0 14px 28px rgba(18, 42, 87, 0.08); }
.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 17px 18px;
    cursor: pointer;
    color: var(--text);
    font-size: 13px;
    font-weight: 800;
    list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i {
    display: grid;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    place-items: center;
    border-radius: 50%;
    background: #edf4ff;
    color: var(--blue);
    font-size: 10px;
    transition: transform .2s ease, background .2s ease;
}
.faq-item[open] summary i { transform: rotate(45deg); background: #fff0e3; color: var(--orange-strong); }
.faq-item p {
    margin: 0;
    padding: 0 54px 17px 18px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.65;
}

.news-card { overflow: hidden; }
.news-card img,
.news-row img { width: 100%; height: 220px; object-fit: cover; }
.news-card__body { padding: 22px; }
.news-card__date {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #edf4ff;
    color: var(--blue);
    font-size: 13px;
    font-weight: 800;
}

.partners {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 18px;
    align-items: center;
}
.partner {
    padding: 18px;
    background: var(--white);
    border-radius: 20px;
    border: 1px solid #edf2fb;
}

.footer {
    margin-top: 0;
    padding: 62px 0;
    color: #202020;
    background: #fffdfb;
    border-top: 1px solid #f0ebe6;
}
.footer__contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
.footer-contact-card {
    display: flex;
    min-height: 340px;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    border: 1px solid #e5e2df;
    border-radius: 12px;
    background: var(--white);
    color: #202020;
    box-shadow: 0 2px 4px rgba(20, 31, 53, 0.1);
    transition: transform .2s ease, box-shadow .2s ease;
}
.footer-contact-card[href]:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(20, 31, 53, 0.12); }
.footer-contact-card__icon {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    place-items: center;
    border-radius: 10px;
    background: #ffcf00;
    color: #151515;
    font-size: 19px;
}
.footer-contact-card--facebook .footer-contact-card__icon { background: #1877f2; color: var(--white); }
.footer-contact-card--viber .footer-contact-card__icon { background: #7360f2; color: var(--white); }
.footer-contact-card--app-store .footer-contact-card__icon { background: #171717; color: var(--white); }
.footer-contact-card--play-store .footer-contact-card__icon { background: #1f9d55; color: var(--white); }
.footer-contact-card--website .footer-contact-card__icon { background: #0a5abd; color: var(--white); }
.footer-contact-card h3 { margin: 0 0 16px; font-size: 17px; }
.footer-contact-card p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #7b7b7b;
    font-size: 13px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.footer-contact-card > strong { margin-top: auto; color: #e7b900; font-size: 12px; }
.footer-contact-card > strong i { margin-left: 4px; font-size: 10px; }
.footer-contact-card__qr {
    display: block;
    width: 94px;
    height: 94px;
    margin: 22px 0 10px;
    border-radius: 5px;
    object-fit: cover;
    outline: 6px solid var(--white);
}
.footer-contact-card small { color: #858585; font-size: 11px; line-height: 1.5; }
.footer-contact-card__phones { display: grid; gap: 4px; margin-top: auto; }
.footer-contact-card__phones span { color: #808080; font-size: 11px; }
.footer-contact-card__phones a { margin-bottom: 6px; color: #e7b900; font-size: 13px; font-weight: 800; }
.footer__copyright {
    margin-top: 42px;
    padding-top: 20px;
    border-top: 1px solid #ece8e4;
    color: #8b8b8b;
    font-size: 12px;
    text-align: center;
}

.page-hero {
    padding: 96px 0 70px;
    color: var(--white);
    background: linear-gradient(120deg, #0a4ebd 0%, #1f7fe4 48%, #ff9d3c 100%);
}
.page-hero__content { max-width: 760px; }
.page-hero h1 { margin: 0 0 16px; font-size: clamp(38px, 5vw, 62px); }
.page-hero p { margin: 0; font-size: 18px; line-height: 1.8; color: rgba(255,255,255,.9); }

.about-hero {
    overflow: hidden;
    padding: 104px 0 92px;
    color: var(--white);
    background:
        radial-gradient(circle at 79% 20%, rgba(255, 174, 93, 0.5), transparent 18%),
        radial-gradient(circle at 68% 76%, rgba(105, 198, 255, 0.34), transparent 24%),
        linear-gradient(122deg, #061c4a 0%, #0b64ca 56%, #f28b3c 136%);
}
.about-hero__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: 70px; align-items: center; }
.about-hero__eyebrow {
    display: inline-flex;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
}
.about-hero h1 { max-width: 650px; margin: 16px 0; font-size: clamp(46px, 6vw, 76px); line-height: 1.05; }
.about-hero p { max-width: 620px; margin: 0 0 28px; color: rgba(255, 255, 255, .88); font-size: 18px; line-height: 1.8; }
.about-hero__art {
    position: relative;
    display: grid;
    width: min(100%, 350px);
    aspect-ratio: 1;
    justify-self: end;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .2), rgba(255, 255, 255, .04) 65%);
}
.about-hero__art i { font-size: clamp(104px, 14vw, 180px); color: rgba(255,255,255,.95); }
.about-hero__art > span:last-child { position: absolute; bottom: 13%; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-hero__orbit { position: absolute; border: 1px solid rgba(255, 255, 255, .42); border-radius: 50%; }
.about-hero__orbit--one { inset: 12%; transform: rotate(54deg) scaleY(.36); }
.about-hero__orbit--two { inset: 12%; transform: rotate(-35deg) scaleY(.36); }
.about-story-section { padding-bottom: 44px; }
.about-story { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr); gap: 28px; align-items: stretch; }
.about-story__content { padding: clamp(28px, 5vw, 56px); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.about-story__content h2 { margin: 10px 0 24px; font-size: clamp(30px, 4vw, 46px); line-height: 1.15; }
.about-story__content .rich-text { color: var(--muted); font-size: 16px; line-height: 1.9; }
.about-story__aside { display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; min-height: 360px; padding: 28px; border-radius: var(--radius); background: #e6f3ff; }
.about-story__aside img { width: min(100%, 310px); margin: 0 auto; mix-blend-mode: multiply; }
.about-story__aside p { max-width: 280px; margin: 18px 0 0; color: var(--navy); font-size: 17px; font-weight: 800; line-height: 1.55; }

.service-list,
.news-list {
    display: grid;
    gap: 24px;
}
.service-detail,
.news-row {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 28px;
    padding: 24px;
    background: var(--white);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.service-detail img,
.news-row img { height: 100%; border-radius: 20px; object-fit: cover; }
.lead { font-weight: 700; }
.rich-text :first-child { margin-top: 0; }
.rich-text img { max-width: 100%; height: auto; }

.stats-stack { display: grid; gap: 18px; }
.stat-card {
    padding: 28px;
    text-align: center;
}
.stat-card strong {
    display: block;
    font-size: 44px;
    color: var(--blue);
}
.stat-card span { color: var(--muted); font-weight: 700; }

.tracking-form--page { margin-top: 28px; max-width: 720px; }
.alert {
    padding: 18px 22px;
    border-radius: 18px;
    font-weight: 700;
}
.alert--error {
    color: #c43f2a;
    background: #fff1ef;
    border: 1px solid #ffd0c7;
}
.track-result { padding: 30px; }
.badge {
    display: inline-flex;
    padding: 10px 18px;
    border-radius: 999px;
    color: var(--white);
    background: linear-gradient(135deg, var(--blue), var(--sky));
}
.info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.info-grid span {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
}
.timeline { display: grid; gap: 18px; margin-top: 16px; }
.timeline__item {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 14px;
}
.timeline__dot {
    width: 14px;
    height: 14px;
    margin-top: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--orange), var(--orange-strong));
    box-shadow: 0 0 0 8px rgba(255, 138, 36, 0.12);
}
.payments { display: grid; gap: 14px; }
.payment-row {
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
}
.empty-state {
    text-align: center;
    padding: 56px 24px;
}
.empty-state img { width: 110px; margin: 0 auto 18px; }

@media (max-width: 1100px) {
    .feature-strip__grid,
    .news-grid,
    .partners { grid-template-columns: repeat(3, 1fr); }
    .tracking-banner { grid-template-columns: 1fr; }
    .tracking-banner__image { justify-self: start; }
    .mini-card:nth-child(3n) { border-right: 0; }
}

@media (max-width: 860px) {
    .nav-toggle { display: block; }
    .nav-menu {
        position: absolute;
        top: calc(100% + 8px);
        left: 16px;
        right: 16px;
        padding: 18px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: var(--shadow);
        display: none;
        flex-direction: column;
        align-items: stretch;
    }
    .nav-menu.is-open { display: flex; }
    .two-column,
    .about-layout,
    .about-hero__grid,
    .about-story,
    .track-result__grid,
    .service-detail,
    .news-row,
    .footer__grid,
    .footer__contact-grid,
    .faq-layout { grid-template-columns: 1fr; }
    .hero__inner { min-height: 500px; padding: 56px 0 40px; }
    .service-grid,
    .news-grid,
    .market-catalog,
    .contact-grid,
    .feature-strip__grid,
    .partners,
    .market-grid { grid-template-columns: repeat(2, 1fr); }
    .mini-card:nth-child(3n) { border-right: 1px solid var(--line); }
    .mini-card:nth-child(2n) { border-right: 0; }
    .about-hero__art { justify-self: start; width: min(100%, 260px); }
}

@media (max-width: 640px) {
    .topbar__inner { padding: 10px 0; }
    .topbar__contacts { display: none; }
    .topbar__inner { justify-content: flex-end; }
    .topbar__contacts,
    .topbar__socials { gap: 10px; font-size: 12px; }
    .brand img { width: 200px; }
    .hero h1 { font-size: 42px; }
    .hero p,
    .page-hero p { font-size: 16px; }
    .section { padding: 70px 0; }
    .faq-section { padding: 52px 0; }
    .service-grid,
    .news-grid,
    .contact-grid,
    .feature-strip__grid,
    .partners,
    .info-grid,
    .market-grid,
    .footer__contact-grid { grid-template-columns: 1fr; }
    .mini-card { border-right: 0; border-bottom: 1px solid var(--line); }
    .mini-card:last-child { border-bottom: 0; }
    .tracking-form { flex-direction: column; align-items: stretch; }
    .tracking-banner { padding: 28px 22px; }
    .inline-track-result { padding: 20px; }
    .track-step { font-size: 10px; }
    .panel,
    .track-result,
    .service-detail,
    .news-row { padding: 22px; }
    .market-panel { padding: 20px; }
    .market-item { grid-template-columns: 76px 1fr; }
    .market-item__thumb { width: 72px; height: 56px; border-radius: 10px; }
    .market-catalog { grid-template-columns: 1fr; }
    .market-detail { grid-template-columns: 1fr; gap: 26px; padding: 24px; }
    .about-hero { padding: 76px 0 68px; }
    .about-story__aside { min-height: 300px; }
    .service-grid {
        display: flex;
        gap: 14px;
        padding: 4px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }
    .service-grid::-webkit-scrollbar { display: none; }
    .service-grid .service-card {
        flex: 0 0 calc((100% - 14px) / 2);
        min-width: 0;
        scroll-snap-align: start;
    }
    .service-card__image { height: 118px; }
    .service-card__body { padding: 20px 14px 16px; }
    .service-card__icon { left: 14px; }
    .service-card h3 { font-size: 14px; }
    .service-card p { font-size: 12px; }
    .service-card a { font-size: 12px; }
}
