body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.site-header {
    background: #f7f8fb;
    border-bottom: 1px solid #e9edf2;
}

.site-header__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #151a26;
    text-decoration: none;
    flex-shrink: 0;
}

.site-brand__mark {
    width: 54px;
    height: 34px;
    display: inline-block;
    border-radius: 18px 18px 16px 16px;
    background: linear-gradient(140deg, #6a2ec9 0%, #2e67cf 48%, #26a0a8 100%);
    position: relative;
    box-shadow: inset -8px -7px 0 rgba(255, 255, 255, 0.35);
}

.site-brand__mark::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 14px;
    top: 10px;
    left: 14px;
    border: 2px solid rgba(255, 255, 255, 0.95);
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.site-brand__text {
    display: inline-flex;
    align-items: baseline;
    gap: 7px;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.site-brand__text strong {
    font-size: 31px;
    line-height: 1;
    font-weight: 800;
}

.site-brand__text span {
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    color: #374151;
}

.site-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    flex: 1;
    min-width: 0;
}

.site-nav a {
    color: #171c27;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.site-nav a:hover {
    color: #128264;
}

.site-nav__more {
    letter-spacing: 2px;
    font-size: 22px;
    transform: translateY(-1px);
}

.site-phone {
    background: linear-gradient(180deg, #1f7a66 0%, #176b59 100%);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 7px;
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    box-shadow: 0 4px 10px rgba(17, 86, 73, 0.25);
    flex-shrink: 0;
}

.site-phone svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
}

.site-phone:hover {
    filter: brightness(1.05);
}

input,
select {
    outline: none;
}

@media (max-width: 1080px) {
    .site-header__inner {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 12px;
    }

    .site-nav {
        order: 3;
        width: 100%;
        gap: 20px;
        flex-wrap: wrap;
    }

    .site-nav a {
        font-size: 16px;
    }

    .site-brand__text strong {
        font-size: 26px;
    }

    .site-phone {
        font-size: 16px;
        padding: 10px 16px;
    }
}

@media (max-width: 600px) {
    .site-header__inner {
        padding: 12px 14px;
    }

    .site-brand {
        width: 100%;
        justify-content: center;
    }

    .site-phone {
        width: 100%;
        justify-content: center;
    }
}

.sub-header {
    max-width: 1320px;
    margin: 0 auto 24px;
    min-height: 320px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    background:
        linear-gradient(90deg, rgba(246, 247, 252, 0.96) 0%, rgba(246, 247, 252, 0.9) 38%, rgba(246, 247, 252, 0.18) 62%, rgba(246, 247, 252, 0.04) 100%),
        url("../images/subheader-mobility.png") center / cover no-repeat;
}

.sub-header__content {
    position: relative;
    z-index: 1;
    width: min(540px, 100%);
    padding: 42px 42px 34px;
}

.sub-header__title {
    margin: 0;
    color: #151a26;
    font-size: 34px;
    line-height: 1.14;
    font-weight: 400;
    letter-spacing: 0.1px;
}

.sub-header__title span {
    display: block;
}

.sub-header__title span:first-child {
    font-weight: 700;
}

.sub-header__list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}

.sub-header__list li {
    position: relative;
    padding-left: 28px;
    color: #222938;
    font-size: 17px;
    line-height: 1.32;
    font-weight: 400;
}

.sub-header__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    color: #1f7a66;
    font-size: 19px;
    line-height: 1.1;
    font-weight: 600;
}

@media (max-width: 1080px) {
    .sub-header {
        margin: 0 0 24px;
        min-height: 250px;
    }

    .sub-header__content {
        padding: 30px 24px 24px;
        width: min(470px, 100%);
    }

    .sub-header__title {
        font-size: 30px;
    }

    .sub-header__list li {
        font-size: 16px;
    }
}

@media (max-width: 700px) {
    .sub-header {
        min-height: 220px;
        background:
            linear-gradient(180deg, rgba(246, 247, 252, 0.95) 0%, rgba(246, 247, 252, 0.84) 58%, rgba(246, 247, 252, 0.36) 100%),
            url("../images/subheader-mobility.jpg") center / cover no-repeat;
    }

    .sub-header__content {
        width: 100%;
        padding: 24px 18px;
    }

    .sub-header__title {
        font-size: 26px;
    }

    .sub-header__list {
        margin-top: 14px;
        gap: 7px;
    }

    .sub-header__list li {
        font-size: 15px;
        padding-left: 24px;
    }

    .sub-header__list li::before {
        font-size: 17px;
    }
}

.car-classes {
    padding: 10px 0 40px;
    font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background:
        radial-gradient(1200px 420px at 50% -180px, rgba(92, 114, 164, 0.14) 0%, rgba(92, 114, 164, 0) 70%),
        linear-gradient(180deg, #f2f4fb 0%, #eef1f8 100%);
}

.car-classes__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 14px;
}

.car-classes__title {
    margin: 0 0 12px;
    color: #1a2233;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0;
}

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

.car-card {
    background: linear-gradient(180deg, #fbfcff 0%, #f4f6fc 100%);
    border: none;
    border-radius: 12px;
    padding: 14px 12px 12px;
    box-shadow: 0 14px 28px rgba(21, 33, 58, 0.09), 0 3px 7px rgba(21, 33, 58, 0.05);
    text-align: center;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.car-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 32px rgba(21, 33, 58, 0.12), 0 4px 9px rgba(21, 33, 58, 0.06);
}

.car-card__name {
    margin: 0 0 6px;
    color: #111a2c;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.7px;
}

.car-card__image-wrap {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    height: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    overflow: hidden;
    border-radius: 10px;
    background:
        radial-gradient(250px 90px at 50% 100%, rgba(177, 187, 212, 0.33) 0%, rgba(177, 187, 212, 0) 80%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(243, 246, 253, 0.78) 100%);
}

.car-card__image {
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    transform: translateY(2px);
    filter: drop-shadow(0 3px 5px rgba(24, 31, 49, 0.15));
}

.car-card__line {
    margin: 0;
    color: #1e2638;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
}

.car-card__line span {
    font-size: 0.94em;
    color: #2b3348;
}

.car-card__price {
    margin: 6px 0 4px;
    color: #111b2f;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.car-card__price strong {
    font-weight: 700;
}

.car-card__line--small {
    margin-bottom: 9px;
    color: #3b455d;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 10px;
}

.car-card__line--small strong {
    font-weight: 600;
}

.car-card__line--small span {
    font-size: 0.92em;
    color: #4a5265;
}

.car-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 33px;
    border: 1px solid #cdd5e8;
    border-radius: 8px;
    color: #202b45;
    background: linear-gradient(180deg, #f9fbff 0%, #eef3fc 100%);
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.car-card__button:hover {
    background: #ffffff;
    border-color: #b6c2df;
    transform: translateY(-1px);
}

@media (max-width: 1080px) {
    .car-classes__inner {
        padding: 0 12px;
    }

    .car-classes__title {
        font-size: 22px;
    }

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

    .car-card__line {
        font-size: 15px;
    }

    .car-card__price {
        font-size: 17px;
    }

    .car-card__button {
        font-size: 13px;
    }

    .car-card__image-wrap {
        height: 138px;
    }
}

@media (max-width: 700px) {
    .car-classes {
        padding-top: 6px;
    }

    .car-classes__title {
        font-size: 20px;
    }

    .car-classes__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .car-card {
        padding: 11px;
        border-radius: 10px;
    }

    .car-card__name {
        font-size: 14px;
    }

    .car-card__image-wrap {
        width: calc(100% + 22px);
        margin-left: -11px;
        margin-right: -11px;
        height: 120px;
    }

    .car-card__line {
        font-size: 14px;
    }

    .car-card__price {
        font-size: 22px;
    }

    .car-card__button {
        min-height: 34px;
        font-size: 16px;
    }
}

.accident-cta {
    max-width: 1200px;
    margin: 0 auto 40px;
    min-height: 360px;
    overflow: hidden;
    background:
        linear-gradient(100deg, rgba(10, 21, 49, 0.86) 0%, rgba(10, 21, 49, 0.78) 46%, rgba(10, 21, 49, 0.6) 100%),
        url("../images/cta/accident-bg.png") center / cover no-repeat;
    box-shadow: 0 14px 28px rgba(16, 25, 45, 0.22);
}

.accident-cta__overlay {
    max-width: 880px;
    padding: 34px 38px;
}

.accident-cta__title {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 700;
}

.accident-cta__lead {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
}

.accident-cta__lead strong {
    font-weight: 800;
}

.accident-cta__text {
    margin: 0 0 24px;
    color: rgba(244, 248, 255, 0.9);
    font-size: 16px;
    line-height: 1.5;
    max-width: 780px;
}

.accident-cta__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 26px;
    border-radius: 7px;
    border: 1px solid rgba(214, 223, 243, 0.85);
    background: linear-gradient(180deg, #f8fbff 0%, #eef3ff 100%);
    color: #1a2640;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
    transition: transform 0.15s ease, filter 0.15s ease;
}

.accident-cta__button:hover {
    transform: translateY(-1px);
    filter: brightness(1.02);
}

.accident-cta__icon {
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 1080px) {
    .accident-cta {
        margin: 0 12px 34px;
        min-height: 330px;
    }

    .accident-cta__overlay {
        padding: 28px 24px;
        max-width: 760px;
    }

    .accident-cta__title {
        font-size: 38px;
    }
}

@media (max-width: 700px) {
    .accident-cta {
        margin: 0 10px 28px;
        min-height: 300px;
        border-radius: 8px;
        background:
            linear-gradient(180deg, rgba(10, 21, 49, 0.86) 0%, rgba(10, 21, 49, 0.74) 100%),
            url("../images/cta/accident-bg.jpg") center / cover no-repeat;
    }

    .accident-cta__overlay {
        padding: 22px 16px;
    }

    .accident-cta__title {
        font-size: 31px;
    }

    .accident-cta__lead {
        font-size: 16px;
    }

    .accident-cta__text {
        font-size: 15px;
        line-height: 1.45;
        margin-bottom: 18px;
    }

    .accident-cta__button {
        min-height: 44px;
        padding: 0 18px;
        font-size: 15px;
    }
}

.why-autogab {
    max-width: 1200px;
    margin: 0 auto 42px;
}

.why-autogab__inner {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 14px 30px rgba(22, 33, 56, 0.08);
    padding: 18px 22px;
}

.why-autogab__title {
    margin: 0 0 12px;
    color: #1b2438;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 500;
}

.why-autogab__title strong {
    font-weight: 800;
}

.why-autogab__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 12px;
}

.why-autogab__item {
    min-height: 46px;
    border-radius: 10px;
    background: #f6f8fd;
    border: 1px solid #e3e8f4;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #27314a;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
}

.why-autogab__item::before {
    width: 18px;
    flex: 0 0 18px;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    color: #3a4868;
}

.why-autogab__item--check::before {
    content: "\2713";
    color: #21936a;
}

.why-autogab__item--briefcase::before {
    content: "\25A1";
}

.why-autogab__item--search::before {
    content: "\2315";
}

@media (max-width: 1080px) {
    .why-autogab {
        margin: 0 12px 34px;
    }

    .why-autogab__title {
        font-size: 25px;
    }

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

    .why-autogab__item {
        font-size: 15px;
    }
}

@media (max-width: 700px) {
    .why-autogab {
        margin: 0 10px 24px;
    }

    .why-autogab__inner {
        padding: 14px 12px;
        border-radius: 10px;
    }

    .why-autogab__title {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .why-autogab__list {
        grid-template-columns: 1fr;
        gap: 8px;
    }

.why-autogab__item {
    min-height: 42px;
    font-size: 14px;
    padding: 9px 10px;
    }
}

.site-footer {
    margin-top: 80px;
    color: #f5f8ff;
    background:
        radial-gradient(900px 420px at 50% 0%, rgba(58, 80, 122, 0.22) 0%, rgba(58, 80, 122, 0) 70%),
        linear-gradient(180deg, #172133 0%, #121b2d 100%);
    border-top: 1px solid rgba(201, 212, 234, 0.2);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.site-footer__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 8px 24px 0;
}

.site-footer__top {
    display: grid;
    grid-template-columns: 1.05fr 0.8fr 1.05fr 1fr;
    gap: 0;
    border-top: 1px solid rgba(208, 219, 238, 0.22);
}

.site-footer__brand-col,
.site-footer__nav-col,
.site-footer__contact-col {
    min-width: 0;
    padding: 22px 24px 18px;
}

.site-footer__brand-col,
.site-footer__nav-col,
.site-footer__contact-col {
    border-right: 1px solid rgba(208, 219, 238, 0.18);
}

.site-footer__contact-col {
    border-right: none;
}

.site-footer__brand {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    line-height: 1;
}

.site-footer__brand-main {
    color: #ffffff;
    font-size: 33px;
    font-weight: 900;
    letter-spacing: 0.8px;
    font-style: italic;
}

.site-footer__brand-sub {
    margin-top: 4px;
    padding-left: 52px;
    color: #27b5ff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2.4px;
    position: relative;
}

.site-footer__brand-sub::before,
.site-footer__brand-sub::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 42px;
    height: 3px;
    background: linear-gradient(90deg, #26a2ff 0%, #2ad0ff 100%);
    transform: translateY(-50%);
}

.site-footer__brand-sub::before {
    left: 0;
}

.site-footer__brand-sub::after {
    right: -50px;
}

.site-footer__tagline {
    margin: 24px 0 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(208, 219, 238, 0.16);
    color: rgba(244, 247, 253, 0.92);
    font-size: 15px;
    line-height: 1.4;
    font-style: italic;
    font-weight: 600;
}

.site-footer__heading {
    margin: 0 0 18px;
    color: #dbe6f8;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
}

.site-footer__heading::after {
    content: "";
    display: block;
    width: 84px;
    height: 1px;
    margin-top: 8px;
    background: rgba(208, 219, 238, 0.18);
}

.site-footer__heading--social {
    text-align: center;
}

.site-footer__heading--social::after {
    margin-left: auto;
    margin-right: auto;
}

.site-footer__social-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.site-footer__social-link {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.26);
    transition: transform 0.16s ease, filter 0.16s ease;
}

.site-footer__social-link:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

.site-footer__social-link svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.site-footer__social-link--facebook {
    background: linear-gradient(180deg, #2f66d0 0%, #274ea6 100%);
}

.site-footer__social-link--linkedin {
    background: linear-gradient(180deg, #187cc6 0%, #145e98 100%);
}

.site-footer__social-link--tiktok {
    background: linear-gradient(180deg, #0b1118 0%, #000000 100%);
}

.site-footer__list,
.site-footer__contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer__list li,
.site-footer__contact-list li {
    border-bottom: 1px solid rgba(208, 219, 238, 0.14);
}

.site-footer__list a,
.site-footer__contact-list a {
    display: block;
    color: #f2f6ff;
    text-decoration: none;
}

.site-footer__list a {
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.35;
    position: relative;
    padding-left: 14px;
}

.site-footer__list a::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 10px;
    color: #dce6f7;
}

.site-footer__contact-list a {
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    line-height: 1.35;
}

.site-footer__contact-list svg {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    fill: #f4f7ff;
    opacity: 0.95;
}

.site-footer__middle,
.site-footer__bottom {
    border-top: 1px solid rgba(208, 219, 238, 0.18);
}

.site-footer__middle {
    min-height: 64px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-footer__middle p,
.site-footer__bottom p {
    margin: 0;
}

.site-footer__middle p {
    color: rgba(245, 248, 255, 0.94);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}

.site-footer__payments {
    display: flex;
    align-items: center;
    gap: 18px;
    color: rgba(245, 248, 255, 0.94);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
}

.site-footer__payment-icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-footer__card {
    height: 28px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
}

.site-footer__card--visa {
    width: 52px;
    color: #17479e;
    background: linear-gradient(180deg, #ffffff 0%, #edf3ff 100%);
}

.site-footer__card--mastercard {
    width: 50px;
    position: relative;
    background: transparent;
}

.site-footer__card--mastercard span {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: inline-block;
}

.site-footer__card--mastercard span:first-child {
    background: #ec5b2a;
    transform: translateX(5px);
}

.site-footer__card--mastercard span:last-child {
    background: #f0b321;
    transform: translateX(-5px);
    opacity: 0.95;
}

.site-footer__card--netopia {
    width: 42px;
    color: #21477f;
    background: linear-gradient(180deg, #ffffff 0%, #edf3ff 100%);
    border: 2px solid #d6e0f3;
    font-size: 13px;
}

.site-footer__bottom {
    padding: 14px 24px;
    text-align: center;
}

.site-footer__bottom p {
    color: rgba(229, 236, 248, 0.78);
    font-size: 15px;
    line-height: 1.4;
}

@media (max-width: 1080px) {
    .site-footer__inner {
        padding-left: 14px;
        padding-right: 14px;
    }

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

    .site-footer__nav-col:nth-child(3) {
        border-right: none;
    }

    .site-footer__contact-col {
        border-top: 1px solid rgba(208, 219, 238, 0.18);
    }

    .site-footer__middle {
        padding-left: 16px;
        padding-right: 16px;
        flex-direction: column;
        text-align: center;
    }

    .site-footer__payments {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 700px) {
    .site-footer {
        margin-top: 48px;
    }

    .site-footer__inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .site-footer__top {
        grid-template-columns: 1fr;
    }

    .site-footer__brand-col,
    .site-footer__nav-col,
    .site-footer__contact-col {
        padding: 18px 14px 16px;
        border-right: none;
        border-top: 1px solid rgba(208, 219, 238, 0.16);
    }

    .site-footer__top > :first-child {
        border-top: none;
    }

    .site-footer__brand {
        align-items: center;
        width: 100%;
    }

    .site-footer__brand-main {
        font-size: 30px;
    }

    .site-footer__brand-sub {
        padding-left: 0;
        letter-spacing: 2px;
    }

    .site-footer__brand-sub::before,
    .site-footer__brand-sub::after {
        width: 30px;
    }

    .site-footer__brand-sub::before {
        left: -40px;
    }

    .site-footer__brand-sub::after {
        right: -40px;
    }

    .site-footer__tagline,
    .site-footer__heading,
    .site-footer__middle,
    .site-footer__bottom {
        text-align: center;
    }

    .site-footer__tagline {
        margin-top: 18px;
    }

    .site-footer__list a,
    .site-footer__contact-list a,
    .site-footer__middle p,
    .site-footer__payments,
    .site-footer__bottom p {
        font-size: 14px;
    }

    .site-footer__contact-list a {
        gap: 10px;
    }

    .site-footer__middle,
    .site-footer__bottom {
        padding-left: 14px;
        padding-right: 14px;
    }

    .site-footer__payment-icons {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.booking-page {
    padding: 56px 0 72px;
    background:
        radial-gradient(900px 360px at 50% -120px, rgba(85, 107, 150, 0.12) 0%, rgba(85, 107, 150, 0) 70%),
        linear-gradient(180deg, #f7f8fc 0%, #eef2f8 100%);
}

.booking-page__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18px;
}

.booking-page__intro {
    max-width: 760px;
    margin-bottom: 22px;
}

.booking-page__eyebrow {
    margin: 0 0 10px;
    color: #1e7a66;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.booking-page__title {
    margin: 0 0 10px;
    color: #172033;
    font-size: 40px;
    line-height: 1.08;
    font-weight: 800;
}

.booking-page__lead {
    margin: 0;
    color: #42506a;
    font-size: 17px;
    line-height: 1.55;
}

.booking-alert {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
}

.booking-alert--success {
    color: #166534;
    background: #ecfdf3;
    border: 1px solid #b7ebc6;
}

.booking-alert--error {
    color: #991b1b;
    background: #fff1f2;
    border: 1px solid #fecdd3;
}

.booking-form {
    display: grid;
    gap: 18px;
}

.booking-form__panel,
.booking-form__details {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 255, 0.98) 100%);
    border: 1px solid rgba(209, 218, 235, 0.92);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(23, 32, 51, 0.08);
}

.booking-form__panel {
    padding: 18px;
}

.booking-form__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr auto;
    gap: 12px;
    align-items: end;
}

.booking-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.booking-field__label {
    color: #1f2a40;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}

.booking-field__control {
    width: 100%;
    min-height: 52px;
    border: 1px solid #d5dceb;
    border-radius: 10px;
    background: #ffffff;
    color: #1f2a40;
    font-size: 15px;
    line-height: 1.35;
    padding: 0 15px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.booking-field__control:focus {
    border-color: #1f7a66;
    box-shadow: 0 0 0 4px rgba(31, 122, 102, 0.12);
}

.booking-field__control--textarea {
    min-height: 130px;
    padding-top: 14px;
    padding-bottom: 14px;
    resize: vertical;
}

.booking-form__check-button,
.booking-form__submit-button {
    min-height: 52px;
    border: none;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.16s ease, filter 0.16s ease, opacity 0.16s ease;
}

.booking-form__check-button {
    min-width: 226px;
    padding: 0 18px;
    color: #ffffff;
    background: linear-gradient(180deg, #2a7f68 0%, #1e6956 100%);
    box-shadow: 0 10px 18px rgba(31, 122, 102, 0.18);
}

.booking-form__submit-button {
    padding: 0 28px;
    color: #ffffff;
    background: linear-gradient(180deg, #223b67 0%, #162949 100%);
    box-shadow: 0 12px 22px rgba(22, 41, 73, 0.18);
}

.booking-form__check-button:hover,
.booking-form__submit-button:hover {
    transform: translateY(-1px);
    filter: brightness(1.02);
}

.booking-form__check-button:disabled {
    cursor: default;
    opacity: 0.8;
    transform: none;
}

.booking-form__checks {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 28px;
    padding-top: 14px;
}

.booking-check {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #4a5770;
    font-size: 15px;
    line-height: 1.35;
}

.booking-check input {
    width: 18px;
    height: 18px;
    accent-color: #1f7a66;
}

.booking-form__dropoff {
    padding-top: 14px;
    max-width: 360px;
}

.booking-field--dropoff .booking-field__control {
    background: #fefefe;
}

.booking-form__details {
    padding: 24px;
}

.booking-form__details-header {
    margin-bottom: 18px;
}

.booking-form__details-header h2 {
    margin: 0 0 8px;
    color: #172033;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 800;
}

.booking-form__details-header p {
    margin: 0;
    color: #51607b;
    font-size: 15px;
    line-height: 1.5;
}

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

.booking-field--full {
    grid-column: 1 / -1;
}

.booking-form__actions {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.booking-form__note {
    margin: 0;
    color: #50607a;
    font-size: 14px;
    line-height: 1.5;
    max-width: 620px;
}

.home-booking {
    position: relative;
    z-index: 2;
    margin: -6px 0 20px;
}

.home-booking__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 18px;
}

.booking-form--compact .booking-form__panel,
.booking-form--compact .booking-form__details {
    border-radius: 0;
}

.booking-form--compact .booking-form__panel {
    box-shadow: 0 18px 34px rgba(21, 33, 58, 0.1);
}

@media (max-width: 1080px) {
    .booking-form__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .booking-form__check-button {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 700px) {
    .booking-page {
        padding: 34px 0 44px;
    }

    .home-booking {
        margin-top: 8px;
    }

    .booking-page__inner {
        padding: 0 12px;
    }

    .home-booking__inner {
        padding: 0 12px;
    }

    .booking-page__title {
        font-size: 31px;
    }

    .booking-page__lead {
        font-size: 15px;
    }

    .booking-form__panel,
    .booking-form__details {
        border-radius: 14px;
    }

    .booking-form__panel {
        padding: 14px;
    }

    .booking-form__grid,
    .booking-form__details-grid {
        grid-template-columns: 1fr;
    }

    .booking-form__checks,
    .booking-form__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .booking-form__dropoff {
        max-width: none;
    }

    .booking-form__details {
        padding: 18px 14px;
    }

    .booking-form__details-header h2 {
        font-size: 22px;
    }

    .booking-form__check-button,
    .booking-form__submit-button {
        width: 100%;
    }
}
