.booking-page {
    background: #f4f5f7;
}

.booking-hero {
    position: relative;
    overflow: hidden;
    padding: 54px 0 38px;
    background:
        radial-gradient(circle at 85% 10%, rgba(252, 157, 34, 0.14), transparent 280px),
        linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%);
    border-bottom: 1px solid #e6e8ec;
}

.booking-hero .container,
.booking-content .container {
    max-width: 1240px;
}

.booking-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 28px;
    color: #808691;
    font-size: 10px;
}

.booking-breadcrumbs a {
    color: #6f7580;
}

.booking-breadcrumbs a:hover,
.booking-breadcrumbs a:focus {
    color: #e8890b;
}

.booking-breadcrumbs span {
    color: #252830;
    font-weight: 700;
}

.booking-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
}

.booking-heading > div {
    max-width: 760px;
}

.booking-eyebrow,
.booking-card-kicker {
    display: block;
    margin-bottom: 8px;
    color: #e8890b;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.booking-heading h1 {
    margin: 0;
    color: #20232a;
    font-size: clamp(30px, 4.6vw, 52px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.08;
}

.booking-heading p {
    max-width: 700px;
    margin: 16px 0 0;
    color: #737986;
    font-size: 13px;
    line-height: 1.8;
}

.booking-back-link {
    display: inline-flex;
    min-height: 44px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 16px;
    border: 1px solid #e0e3e8;
    border-radius: 12px;
    background: #fff;
    color: #2c3037;
    font-size: 10px;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(17, 19, 24, 0.05);
    transition: 0.2s ease;
}

.booking-back-link:hover,
.booking-back-link:focus {
    border-color: rgba(252, 157, 34, 0.45);
    color: #e8890b;
    transform: translateY(-2px);
}

.booking-content {
    padding: 42px 0 82px;
}

.booking-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
    gap: 24px;
    align-items: start;
}

.booking-car-card,
.booking-form-card {
    border: 1px solid #e4e7eb;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(17, 19, 24, 0.08);
}

.booking-car-card {
    position: sticky;
    top: 98px;
    overflow: hidden;
}

.booking-car-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e9ebef;
}

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

.booking-car-placeholder {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    color: #8b919b;
}

.booking-car-placeholder i {
    font-size: 38px;
}

.booking-car-placeholder span {
    font-size: 11px;
}

.booking-car-body {
    padding: 24px;
}

.booking-car-body h2 {
    margin: 0 0 20px;
    color: #20232a;
    font-size: 24px;
    letter-spacing: -0.035em;
}

.booking-car-facts {
    margin: 0;
}

.booking-car-facts > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px solid #eceef1;
}

.booking-car-facts dt,
.booking-car-facts dd {
    margin: 0;
}

.booking-car-facts dt {
    color: #858b96;
    font-size: 10px;
}

.booking-car-facts dd {
    color: #2a2d34;
    font-size: 11px;
    font-weight: 700;
    text-align: right;
}

.booking-calculation {
    margin-top: 20px;
    padding: 17px;
    border: 1px solid rgba(252, 157, 34, 0.22);
    border-radius: 16px;
    background: #fff8ee;
}

.booking-calculation > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
}

.booking-calculation span {
    color: #777d87;
    font-size: 9px;
}

.booking-calculation strong {
    color: #d97800;
    font-size: 12px;
}

.booking-calculation small {
    display: block;
    margin-top: 12px;
    color: #99917f;
    font-size: 8px;
    line-height: 1.55;
}

.booking-form-card {
    padding: clamp(24px, 4vw, 38px);
}

.booking-form-heading {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 26px;
}

.booking-form-icon {
    display: grid;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    place-items: center;
    border-radius: 15px;
    background: #fff2df;
    color: #e8890b;
    font-size: 19px;
}

.booking-form-heading h2 {
    margin: 0;
    color: #20232a;
    font-size: 21px;
    letter-spacing: -0.03em;
}

.booking-form-heading p {
    margin: 6px 0 0;
    color: #7a808b;
    font-size: 10px;
    line-height: 1.65;
}

.booking-alert {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 22px;
    padding: 16px 18px;
    border: 1px solid rgba(200, 67, 67, 0.2);
    border-radius: 14px;
    background: #fff1f1;
    color: #a13232;
}

.booking-alert > i {
    margin-top: 2px;
    font-size: 17px;
}

.booking-alert strong {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
}

.booking-alert ul {
    margin: 0;
    padding-left: 18px;
    font-size: 10px;
    line-height: 1.6;
}


.booking-draft-status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: -4px 0 14px;
    color: #6f7580;
    font-size: 10px;
}

.booking-draft-status i {
    color: #e8890b;
}

.booking-draft-status--saved {
    color: #2f7650;
}

.booking-deposit-alert {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 20px;
    padding: 16px 18px;
    border: 1px solid rgba(190, 42, 42, 0.28);
    border-radius: 14px;
    background: #fff0f0;
    color: #9f2424;
}

.booking-deposit-alert[hidden] {
    display: none !important;
}

.booking-deposit-alert__icon {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 10px;
    background: rgba(190, 42, 42, 0.1);
}

.booking-deposit-alert strong {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
}

.booking-deposit-alert p {
    margin: 0 0 10px;
    font-size: 11px;
    line-height: 1.55;
}

.booking-deposit-alert a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 10px;
    background: #b72e2e;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
}

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

.booking-form [hidden] {
    display: none !important;
}

.booking-field {
    display: block;
    margin-bottom: 19px;
}

.booking-field > span {
    display: block;
    margin-bottom: 8px;
    color: #333740;
    font-size: 10px;
    font-weight: 700;
}

.booking-field > small {
    display: block;
    margin-top: 7px;
    color: #969ca5;
    font-size: 8px;
}

.booking-input-wrap {
    position: relative;
}

.booking-input-wrap > i {
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 1;
    color: #e8890b;
    transform: translateY(-50%);
    pointer-events: none;
}

.booking-field input,
.booking-field select,
.booking-field textarea {
    width: 100%;
    border: 1px solid #dfe2e7;
    border-radius: 13px;
    background: #fafbfc;
    color: #24272e;
    font: inherit;
    outline: none;
    transition: 0.2s ease;
}

.booking-field input,
.booking-field select {
    min-height: 50px;
    padding: 0 14px;
}

.booking-input-wrap input,
.booking-input-wrap select {
    padding-left: 42px;
}

.booking-field textarea {
    min-height: 140px;
    padding: 14px;
    resize: vertical;
}

.booking-field input:focus,
.booking-field select:focus,
.booking-field textarea:focus {
    border-color: #fc9d22;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(252, 157, 34, 0.1);
}

.booking-field input:invalid:not(:placeholder-shown) {
    border-color: rgba(200, 67, 67, 0.55);
}

.booking-form-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 4px 0 22px;
    padding: 15px 16px;
    border-radius: 14px;
    background: #f5f6f8;
    color: #6f7580;
}

.booking-form-note i {
    margin-top: 2px;
    color: #e8890b;
}

.booking-form-note p {
    margin: 0;
    font-size: 9px;
    line-height: 1.65;
}

.booking-submit-button {
    display: inline-flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #fc9d22, #ed8b0c);
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(252, 157, 34, 0.24);
    transition: 0.2s ease;
}

.booking-submit-button:hover,
.booking-submit-button:focus {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(252, 157, 34, 0.3);
}

.booking-submit-button:disabled {
    cursor: wait;
    opacity: 0.7;
    transform: none;
}

@media (max-width: 900px) {
    .booking-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .booking-layout {
        grid-template-columns: 1fr;
    }

    .booking-car-card {
        position: static;
    }
}

@media (max-width: 600px) {
    .booking-hero {
        padding: 34px 0 28px;
    }

    .booking-heading h1 {
        font-size: 30px;
    }

    .booking-back-link {
        width: 100%;
    }

    .booking-content {
        padding: 24px 0 58px;
    }

    .booking-date-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .booking-form-card,
    .booking-car-card {
        border-radius: 18px;
    }

    .booking-car-body,
    .booking-form-card {
        padding: 20px;
    }
}

.booking-car-image--graphic {
    background:
        radial-gradient(circle at 75% 20%, rgba(252, 157, 34, 0.28), transparent 150px),
        linear-gradient(145deg, #20232a, #111318);
}

.booking-car-image--graphic .booking-car-placeholder {
    color: rgba(255, 255, 255, 0.72);
}

.booking-car-mark {
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    border-radius: 24px;
    background: linear-gradient(145deg, #ffb34d, #fc9d22);
    color: #fff;
    box-shadow: 0 18px 36px rgba(252, 157, 34, 0.25);
}

.booking-car-mark i {
    font-size: 31px;
}


.booking-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
}
.booking-availability {
    margin: 14px 0 18px;
    padding: 13px 15px;
    border-radius: 12px;
    background: #f1f3f5;
    color: #555c66;
    font-weight: 700;
}
.booking-availability--available { background: #e2f6e9; color: #1f7544; }
.booking-availability--checking { background: #eef4ff; color: #315f9f; }
.booking-availability--unavailable,
.booking-availability--invalid { background: #fff0f0; color: #a12525; }
.booking-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.booking-consent input { margin-top: 4px; }

.booking-loyalty-note {
    grid-column: 1 / -1;
    border-radius: 16px;
    background: #ecfdf5;
    color: #166534;
    padding: 12px 14px;
    display: grid;
    gap: 4px;
}
.booking-loyalty-note span { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.booking-loyalty-note strong { font-size: 22px; }
.booking-loyalty-note small { color: #15803d; }

.booking-calculation--guest {
    gap: 12px;
}

.booking-register-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    background: #202329;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.booking-register-link:hover {
    color: #fff;
    text-decoration: none;
}

.booking-form-note--register a {
    color: #202329;
    font-weight: 800;
    text-decoration: underline;
}

.booking-tariff-picker {
    margin: 0 0 20px;
    padding: 18px;
    border: 1px solid #e5e8ec;
    border-radius: 18px;
    background: #fbfcfd;
}

.booking-tariff-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 13px;
}

.booking-tariff-heading h3 {
    margin: 3px 0 0;
    font-size: 18px;
}

.booking-tariff-heading > small {
    max-width: 280px;
    color: #747b85;
    font-size: 11px;
    line-height: 1.55;
    text-align: right;
}

.booking-tariff-options {
    display: grid;
    gap: 10px;
}

.booking-tariff-option {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
    padding: 15px;
    border: 1px solid #dde1e6;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.booking-tariff-option:hover {
    border-color: #f59b23;
    transform: translateY(-1px);
}

.booking-tariff-option:has(input:checked) {
    border-color: #f59b23;
    box-shadow: 0 0 0 3px rgba(245, 155, 35, .12);
}

.booking-tariff-option > input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    accent-color: #f59b23;
}

.booking-tariff-option--disabled {
    background: #f4f5f7;
    opacity: .76;
    cursor: not-allowed;
}

.booking-tariff-option--disabled:hover {
    border-color: #dde1e6;
    transform: none;
}

.booking-tariff-option-body,
.booking-tariff-option-title {
    display: grid;
    min-width: 0;
}

.booking-tariff-option-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.booking-tariff-option-title strong {
    font-size: 15px;
}

.booking-tariff-option-title small {
    margin-top: 3px;
    color: #747b85;
    font-size: 11px;
}

.booking-tariff-option-price {
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 900;
}

.booking-tariff-option-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: 10px;
    color: #555c66;
    font-size: 11px;
    font-weight: 700;
}

.booking-tariff-option-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.booking-tariff-option-message {
    margin-top: 8px;
    color: #747b85;
    font-size: 11px;
    line-height: 1.55;
}

.booking-tariff-option--disabled .booking-tariff-option-message {
    color: #a12525;
}

.booking-tariff-season-note {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 12px;
    padding: 12px 13px;
    border-radius: 12px;
    background: #fff4e5;
    color: #8a4d00;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.55;
}

@media (max-width: 620px) {
    .booking-tariff-heading,
    .booking-tariff-option-top {
        flex-direction: column;
    }

    .booking-tariff-heading > small {
        max-width: none;
        text-align: left;
    }
}

.booking-service-section {
    margin: 0 0 20px;
    padding: 18px;
    border: 1px solid #e5e8ec;
    border-radius: 18px;
    background: #fbfcfd;
}

.booking-service-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.booking-service-heading h3 {
    margin: 3px 0 0;
    font-size: 18px;
}

.booking-service-heading > small {
    max-width: 280px;
    color: #747b85;
    font-size: 11px;
    line-height: 1.5;
    text-align: right;
}

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

.booking-choice-card,
.booking-addon-card,
.booking-zone-card {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 14px;
    border: 1px solid #dde1e6;
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.booking-choice-card:hover,
.booking-addon-card:hover,
.booking-zone-card:hover {
    border-color: #f59b23;
    transform: translateY(-1px);
}

.booking-choice-card:has(input:checked),
.booking-addon-card:has(input:checked),
.booking-zone-card:has(input:checked) {
    border-color: #f59b23;
    box-shadow: 0 0 0 3px rgba(245, 155, 35, .12);
}

.booking-choice-card input,
.booking-addon-card input,
.booking-zone-card input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #f59b23;
    flex: 0 0 auto;
}

.booking-choice-card > span:last-child,
.booking-addon-card > span:last-child,
.booking-zone-card > span:last-child {
    display: grid;
    gap: 3px;
}

.booking-choice-card strong,
.booking-addon-card strong,
.booking-zone-card strong {
    font-size: 14px;
}

.booking-choice-card small,
.booking-addon-card small,
.booking-zone-card small {
    color: #747b85;
    font-size: 11px;
    line-height: 1.45;
}

.booking-choice-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: #fff4e5;
    color: #c66d00;
    flex: 0 0 auto;
}

.booking-after-hours {
    margin-top: 10px;
}

.booking-after-hours .booking-addon-card {
    background: #fff9e8;
    border-color: #f3dca9;
}

.booking-delivery-panel {
    display: grid;
    gap: 14px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e5e8ec;
}

.booking-delivery-map {
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #e1e4e8;
    background: #eef1f4;
}

.booking-delivery-map iframe {
    display: block;
}

.booking-delivery-help {
    margin: 0;
    color: #646b75;
    font-size: 12px;
    line-height: 1.55;
}

.booking-zone-card--green { border-left: 4px solid #2e7d32; }
.booking-zone-card--blue { border-left: 4px solid #1565c0; }
.booking-zone-card--orange { border-left: 4px solid #ef6c00; }
.booking-zone-card--purple { border-left: 4px solid #6a1b9a; }
.booking-zone-card--red { border-left: 4px solid #c62828; }

.booking-services-summary {
    display: grid;
    gap: 4px;
    margin: 0 0 18px;
    padding: 13px 15px;
    border-radius: 13px;
    background: #eef7ff;
    color: #28557e;
}

.booking-services-summary strong {
    font-size: 13px;
}

.booking-services-summary span {
    font-size: 12px;
    line-height: 1.5;
}

@media (max-width: 620px) {
    .booking-service-heading {
        flex-direction: column;
    }

    .booking-service-heading > small {
        max-width: none;
        text-align: left;
    }

    .booking-choice-grid,
    .booking-zone-grid {
        grid-template-columns: 1fr;
    }
}

.booking-manager-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 168, 38, .12);
    color: #313943;
}

.booking-manager-contact a {
    color: #171b20;
    font-weight: 800;
    text-decoration: none;
}
