/* Compact private-car booking form — matches airport/ski layout. */

.cr-hub--simple .cr-hub-hero {
    background-color: #8aa3c4;
}

.cr-hub--simple .cr-hub-hero__bg {
    filter: none;
    object-position: 78% center;
}

.cr-hub--simple .cr-hub-hero__overlay {
    background:
        linear-gradient(90deg, rgba(38, 53, 43, 0.38) 0%, rgba(38, 53, 43, 0.16) 26%, rgba(38, 53, 43, 0) 56%),
        linear-gradient(180deg, transparent 62%, rgba(38, 53, 43, 0.1) 100%);
}

.cr-hub--simple .cr-hub-hero__content h1,
.cr-hub--simple .cr-hub-hero__tagline,
.cr-hub--simple .cr-hub-hero__highlights li {
    text-shadow: 0 1px 10px rgba(38, 53, 43, 0.35);
}

@media (max-width: 640px) {
    .cr-hub--simple .cr-hub-hero {
        align-items: flex-start;
    }

    .cr-hub--simple .cr-hub-hero__inner {
        padding-top: 1.75rem;
        padding-bottom: 0;
    }

    .cr-hub--simple .cr-hub-hero__content {
        margin: 0;
    }

    .cr-hub--simple .cr-hub-hero__overlay {
        background:
            linear-gradient(180deg, rgba(24, 38, 32, 0.38) 0%, rgba(24, 38, 32, 0.12) 48%, rgba(24, 38, 32, 0.08) 100%),
            linear-gradient(90deg, rgba(24, 38, 32, 0.3) 0%, rgba(24, 38, 32, 0.08) 72%, transparent 100%);
    }
}

.cr-hub--simple .cr-hub-booking__search-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 0;
}

.cr-hub-booking__head-copy {
    min-width: 0;
}

.cr-hub--simple .cr-hub-booking__search-head h2 {
    margin: 6px 0 0;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.cr-hub--simple .cr-hub-booking__search-head p {
    display: block;
    max-width: none;
    margin: 6px 0 0;
    color: #6d786d;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.cr-hub--simple .cr-hub-booking__itinerary-note {
    display: flex;
    flex: 1 1 480px;
    align-items: center;
    gap: 11px;
    min-height: 54px;
    margin: 0;
    padding: 8px 14px 8px 10px;
    border: 1px solid #dce7cf;
    border-radius: 13px;
    background: linear-gradient(135deg, #f7faf3 0%, #eef5e6 100%);
    color: #324a21;
    box-shadow: 0 5px 14px rgba(81, 111, 49, 0.07);
}

.cr-hub-booking__itinerary-icon {
    display: grid;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 10px;
    background: #5d8238;
    color: #fff;
    box-shadow: 0 4px 10px rgba(83, 119, 48, 0.18);
}

.cr-hub-booking__itinerary-icon .material-symbols-outlined {
    font-size: 20px;
}

.cr-hub-booking__itinerary-copy {
    display: grid;
    gap: 1px;
    min-width: 0;
    line-height: 1.3;
}

.cr-hub-booking__itinerary-copy strong {
    color: #486a2c;
    font-size: 13px;
    font-weight: 800;
}

.cr-hub-booking__itinerary-copy > span {
    color: #66725e;
    font-size: 12px;
    font-weight: 500;
}

.cr-hub-type-chips,
.cr-hub--simple .cr-map-picker-link,
.cr-hub--simple .cr-hub-booking__trust,
.cr-hub--simple .cr-hub-booking__hint {
    display: none !important;
}

.cr-hub--simple .cr-hub-booking__fields {
    display: grid;
    grid-template-columns: repeat(24, minmax(0, 1fr));
    gap: 14px 16px;
    counter-reset: journey-field;
}

.cr-hub--simple .cr-hub-booking__field--pickup-region,
.cr-hub--simple .cr-hub-booking__field--pickup-type {
    grid-column: span 6;
}

.cr-hub--simple .cr-hub-booking__field--pickup-address {
    grid-column: span 12;
}

.cr-hub--simple .cr-hub-booking__field--destination {
    grid-column: span 8;
}

.cr-hub--simple .cr-hub-booking__field--datetime {
    grid-column: span 6;
}

.cr-hub--simple .cr-hub-booking__field--sm,
.cr-hub--simple .cr-hub-booking__field--luggage {
    grid-column: span 3;
}

.cr-hub--simple .cr-hub-booking__field--language {
    grid-column: span 4;
}

.cr-hub--simple .cr-hub-booking__field[data-journey-step] {
    counter-increment: journey-field;
}

.cr-hub--simple .cr-hub-booking__field[data-journey-step] > .cr-hub-booking__label {
    display: flex;
    align-items: center;
    min-height: 18px;
    white-space: nowrap;
}

.cr-hub--simple .cr-hub-booking__field--sm > .cr-hub-booking__label,
.cr-hub--simple .cr-hub-booking__field--luggage > .cr-hub-booking__label,
.cr-hub--simple .cr-hub-booking__field--language > .cr-hub-booking__label {
    font-size: 12px;
    letter-spacing: 0;
}

.cr-hub--simple .cr-hub-booking__field[data-journey-step] > .cr-hub-booking__label::before {
    content: counter(journey-field);
    display: inline-grid;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    place-items: center;
    border-radius: 50%;
    background: #edf1e7;
    color: #587337;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    vertical-align: 1px;
}

.cr-hub--simple .cr-hub-booking__field--sm > .cr-hub-booking__label::before,
.cr-hub--simple .cr-hub-booking__field--luggage > .cr-hub-booking__label::before,
.cr-hub--simple .cr-hub-booking__field--language > .cr-hub-booking__label::before {
    width: 17px;
    height: 17px;
    margin-right: 4px;
}

.cr-hub--simple .cr-hub-booking__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 14px;
    padding-top: 0;
    border-top: 0;
}

.cr-hub-extras {
    flex: 1 1 220px;
    min-width: 0;
    margin-top: 0;
}

.cr-hub-extras[open] {
    flex: 1 1 100%;
}

.cr-hub-extras > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cr-hub--simple .cr-hub-booking__submit {
    display: inline-flex;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    min-height: 54px;
    height: 54px;
    padding: 0 20px;
    font-size: 14px;
    box-shadow: 0 8px 20px rgba(91, 128, 53, 0.2);
}

.cr-hub-booking__progress {
    display: grid;
    flex: 0 0 188px;
    gap: 7px;
    padding-bottom: 3px;
    color: #667085;
    font-size: 11px;
    font-weight: 650;
    text-align: right;
}

.cr-hub-booking__progress b {
    color: #587d32;
    font-size: 12px;
}

.cr-hub-booking__progress-track {
    display: block;
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: #e9eee4;
}

.cr-hub-booking__progress-track i {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #7ca846, #587d32);
    transition: width 220ms ease;
}

.cr-hub--simple .cr-hub-booking__field {
    padding: 8px;
    margin: -8px;
    border-radius: 12px;
    transition: background-color 160ms ease;
}

.cr-hub--simple .cr-hub-booking__field:focus-within {
    background: #f7faf4;
}

.cr-hub--simple .cr-hub-booking__field.is-complete .cr-hub-booking__label::after {
    content: "check_circle";
    margin-left: 5px;
    color: #5f8a34;
    font-family: "Material Symbols Outlined";
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    vertical-align: -2px;
    font-variation-settings: "FILL" 1;
}

.cr-hub--simple .cr-hub-booking__field--sm.is-complete .cr-hub-booking__label::after,
.cr-hub--simple .cr-hub-booking__field--luggage.is-complete .cr-hub-booking__label::after {
    margin-left: 3px;
    font-size: 14px;
}

.cr-hub--simple .cr-hub-booking__control,
.cr-hub--simple .cr-hub-booking__control-wrap .select2-selection--single {
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.cr-hub--simple .cr-hub-booking__control:hover,
.cr-hub--simple .cr-hub-booking__control-wrap .select2-selection--single:hover {
    border-color: #aebfa0;
    background-color: #fff;
}

.cr-hub--simple .cr-hub-booking__control:focus,
.cr-hub--simple .cr-hub-booking__control-wrap .select2-container--focus .select2-selection--single,
.cr-hub--simple .cr-hub-booking__control-wrap .select2-container--open .select2-selection--single {
    border-color: #6f963f;
    box-shadow: 0 0 0 3px rgba(111, 150, 63, 0.14);
}

.cr-hub--simple .cr-hub-booking__field:has(.cr-hub-booking__control:user-invalid) .cr-hub-booking__label {
    color: #b42318;
}

.cr-hub--simple .cr-hub-booking__control:user-invalid {
    border-color: #d92d20;
    box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.1);
}

/* Explicit classes make every missing required field visible at once after submit. */
.cr-hub--simple .cr-hub-booking__field.is-invalid .cr-hub-booking__label {
    color: #b42318;
}

.cr-hub--simple .cr-hub-booking__field.is-invalid .cr-hub-booking__control,
.cr-hub--simple .cr-hub-booking__field.is-invalid .flatpickr-input + .form-control,
.cr-hub--simple .cr-hub-booking__field.is-invalid .select2-selection--single {
    border-color: #d92d20;
    background-color: #fff8f7;
    box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.1);
}

.cr-hub--simple .cr-hub-booking__field.is-invalid .select2-selection--single,
.cr-hub--simple .cr-hub-booking__field.is-invalid .flatpickr-input:not([type="hidden"]) {
    border-color: #d92d20 !important;
    background-color: #fff8f7 !important;
    box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.1) !important;
}

/* Keep editable fields visually active. The previous blue-grey fill looked disabled. */
.cr-hub--simple .cr-hub-booking__control:not(:disabled),
.cr-hub--simple .cr-hub-booking__control-wrap .select2-container:not(.select2-container--disabled) .select2-selection--single {
    border-color: #c8d3c0;
    background-color: #fffefa;
    color: #26352b;
    box-shadow: 0 1px 2px rgba(38, 53, 43, 0.035);
    cursor: text;
}

.cr-hub--simple select.cr-hub-booking__control:not(:disabled),
.cr-hub--simple .cr-hub-booking__control-wrap .select2-container:not(.select2-container--disabled) .select2-selection--single {
    cursor: pointer;
}

.cr-hub--simple .cr-hub-booking__control:not(:disabled)::placeholder,
.cr-hub--simple .cr-hub-booking__control-wrap .select2-selection__placeholder {
    color: #788578;
    opacity: 1;
}

.cr-hub--simple .cr-hub-booking__control-wrap:focus-within .cr-hub-booking__control-icon,
.cr-hub--simple .cr-hub-booking__control-wrap:focus-within .cr-hub-booking__control-chevron {
    color: #607d3b;
}

.cr-hub--simple .cr-hub-booking__control:disabled,
.cr-hub--simple .cr-hub-booking__control-wrap .select2-container--disabled .select2-selection--single {
    border-color: #e2e6df;
    background: #f1f3f0;
    color: #9aa39b;
    cursor: not-allowed;
    opacity: .72;
}

.cr-hub-booking__submit-copy {
    display: grid;
    gap: 1px;
    text-align: left;
}

/* Favorite private-car routes */
.cr-hub-main > .cr-favorite-routes { order: 2; }
.cr-hub-main > .cr-hub-routes-section { order: 3; }
.cr-hub-main > .cr-hub-fleet { order: 4; }

.cr-favorite-routes {
    background: #fff;
}

.cr-favorite-routes__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.cr-favorite-routes__header > div {
    max-width: 760px;
}

.cr-favorite-routes__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    color: #64843e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cr-favorite-routes__eyebrow .material-symbols-outlined {
    font-size: 17px;
    font-variation-settings: 'FILL' 1;
}

.cr-favorite-routes__header h2 {
    margin: 0;
    color: #263c1d;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 850;
    letter-spacing: -.035em;
}

.cr-favorite-routes__header p {
    margin: 8px 0 0;
    color: #687263;
    font-size: 14px;
    line-height: 1.6;
}

.cr-favorite-routes__count {
    display: grid;
    flex: 0 0 auto;
    width: 76px;
    height: 76px;
    place-content: center;
    border: 1px solid #dce7cf;
    border-radius: 22px;
    background: #fff;
    color: #547832;
    text-align: center;
    box-shadow: 0 8px 24px rgba(63, 91, 37, .08);
}

.cr-favorite-routes__count strong { font-size: 25px; line-height: 1; }
.cr-favorite-routes__count small { margin-top: 3px; font-size: 11px; font-weight: 700; }

.cr-favorite-routes__tools {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
}

.cr-favorite-routes__nav {
    display: flex;
    gap: 7px;
}

.cr-favorite-routes__nav button {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid #cfddc1;
    border-radius: 50%;
    background: #fff;
    color: #587d36;
    box-shadow: 0 5px 14px rgba(63, 91, 37, .07);
    transition: background 160ms ease, color 160ms ease, opacity 160ms ease;
}

.cr-favorite-routes__nav button:not(:disabled):hover { background: #5e8239; color: #fff; }
.cr-favorite-routes__nav button:disabled { cursor: default; opacity: .35; }
.cr-favorite-routes__nav .material-symbols-outlined { font-size: 20px; }

.cr-favorite-routes__filters {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(210px, 270px) auto;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    padding: 10px;
    border: 1px solid #e0e8d8;
    border-radius: 14px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 5px 16px rgba(63, 91, 37, .05);
}

.cr-favorite-routes__search,
.cr-favorite-routes__region {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
}

.cr-favorite-routes__search > .material-symbols-outlined,
.cr-favorite-routes__region > .material-symbols-outlined:first-child {
    position: absolute;
    z-index: 1;
    left: 12px;
    color: #658641;
    font-size: 19px;
    pointer-events: none;
}

.cr-favorite-routes__search input,
.cr-favorite-routes__region select {
    width: 100%;
    height: 42px;
    border: 1px solid #d7e2cd;
    border-radius: 10px;
    outline: none;
    background: #fff;
    color: #304129;
    font-size: 13px;
    font-weight: 600;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.cr-favorite-routes__search input { padding: 0 13px 0 40px; }
.cr-favorite-routes__region select { appearance: none; padding: 0 38px 0 40px; }
.cr-favorite-routes__search input:focus,
.cr-favorite-routes__region select:focus { border-color: #789956; box-shadow: 0 0 0 3px rgba(96, 134, 59, .12); }
.cr-favorite-routes__select-arrow { position: absolute; right: 11px; color: #658641; font-size: 18px; pointer-events: none; }
.cr-favorite-routes__filter-result { padding-inline: 8px; color: #74806e; font-size: 12px; white-space: nowrap; }
.cr-favorite-routes__filter-result strong { color: #527632; font-size: 14px; }

.cr-favorite-routes__grid {
    display: flex;
    gap: 14px;
    padding: 5px 1px 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    -webkit-overflow-scrolling: touch;
}

.cr-favorite-routes__grid::-webkit-scrollbar { display: none; }

.cr-favorite-routes__empty {
    margin: 0;
    padding: 34px 16px;
    border: 1px dashed #ccd9c0;
    border-radius: 14px;
    background: rgba(255, 255, 255, .72);
    color: #71806a;
    text-align: center;
    font-size: 13px;
    font-weight: 650;
}

.cr-favorite-route-card {
    display: flex;
    flex: 0 0 calc((100% - 42px) / 4);
    min-width: 0;
    min-height: 220px;
    flex-direction: column;
    padding: 17px;
    border: 1px solid #e1e8d9;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(45, 67, 30, .06);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.cr-favorite-route-card:hover {
    transform: translateY(-3px);
    border-color: #baceaa;
    box-shadow: 0 13px 28px rgba(45, 67, 30, .11);
}

.cr-favorite-route-card__ranking {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 11px;
    color: #71806a;
    font-size: 11px;
    font-weight: 750;
}

.cr-favorite-route-card__ranking > span {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.cr-favorite-route-card__ranking .material-symbols-outlined {
    color: #d39a19;
    font-size: 15px;
}

.cr-favorite-route-card__rating .material-symbols-outlined {
    color: #f2b400;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 20;
}

.cr-favorite-route-card__ranking .cr-favorite-route-card__rank {
    margin-right: auto;
    padding: 6px 9px;
    border-radius: 9px;
    background: #ffd329;
    color: #25351f;
    font-size: 12px;
    font-weight: 900;
}

.cr-favorite-route-card__ranking .cr-favorite-route-card__rank .material-symbols-outlined {
    color: currentColor;
}

.cr-favorite-route-card__rank--1 { background: #ffd329 !important; color: #342900 !important; }
.cr-favorite-route-card__rank--2 { background: #dce2e8 !important; color: #36414b !important; }
.cr-favorite-route-card__rank--3 { background: #d8945b !important; color: #fff !important; }
.cr-favorite-route-card__rank--4 { background: #4f86c6 !important; color: #fff !important; }
.cr-favorite-route-card__rank--5 { background: #7968b2 !important; color: #fff !important; }
.cr-favorite-route-card__rank--6 { background: #3e968c !important; color: #fff !important; }
.cr-favorite-route-card__rank--7 { background: #d87945 !important; color: #fff !important; }
.cr-favorite-route-card__rank--8 { background: #66727d !important; color: #fff !important; }

.cr-favorite-route-card__top,
.cr-favorite-route-card__footer,
.cr-favorite-route-card__meta {
    display: flex;
    align-items: center;
}

.cr-favorite-route-card__top { justify-content: space-between; gap: 8px; }
.cr-favorite-route-card__code { padding: 4px 8px; border-radius: 999px; background: #5e8239; color: #fff; font-size: 11px; font-weight: 850; }
.cr-favorite-route-card__area { display: flex; min-width: 0; align-items: center; gap: 3px; overflow: hidden; color: #7a8574; font-size: 11px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.cr-favorite-route-card__area .material-symbols-outlined { flex: 0 0 auto; font-size: 15px; }
.cr-favorite-route-card h3 { margin: 14px 0 12px; color: #25351f; font-size: 15px; font-weight: 800; line-height: 1.45; }
.cr-favorite-route-card__meta { flex-wrap: wrap; gap: 7px 12px; color: #6d7868; font-size: 11px; }
.cr-favorite-route-card__meta > span { display: inline-flex; align-items: center; gap: 4px; }
.cr-favorite-route-card__meta .material-symbols-outlined { color: #66883f; font-size: 15px; }
.cr-favorite-route-card__footer { justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 14px; border-top: 1px solid #edf1e9; }
.cr-favorite-route-card__price { display: grid; gap: 1px; }
.cr-favorite-route-card__price small { color: #84907e; font-size: 10px; }
.cr-favorite-route-card__price strong { color: #527632; font-size: 13px; }
.cr-favorite-route-card__footer a { display: inline-flex; align-items: center; gap: 4px; color: #527632; font-size: 12px; font-weight: 800; }
.cr-favorite-route-card__footer a .material-symbols-outlined { font-size: 17px; transition: transform 160ms ease; }
.cr-favorite-route-card__footer a:hover .material-symbols-outlined { transform: translateX(3px); }

.cr-favorite-routes__progress {
    height: 3px;
    margin-top: 18px;
    overflow: hidden;
    border-radius: 999px;
    background: #e2ead9;
}

.cr-favorite-routes__progress span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #60863b;
    transform: scaleX(.06);
    transform-origin: left center;
    transition: transform 100ms linear;
}

@media (max-width: 1024px) {
    .cr-favorite-routes__filters { grid-template-columns: 1fr minmax(190px, 240px); }
    .cr-favorite-routes__filter-result { display: none; }
    .cr-favorite-route-card { flex-basis: calc((100% - 14px) / 2); }
}

@media (max-width: 640px) {
    .cr-favorite-routes__header { align-items: flex-start; }
    .cr-favorite-routes__tools { display: grid; justify-items: end; gap: 8px; }
    .cr-favorite-routes__count { width: 62px; height: 62px; border-radius: 17px; }
    .cr-favorite-routes__count strong { font-size: 21px; }
    .cr-favorite-routes__nav button { width: 34px; height: 34px; }
    .cr-favorite-routes__filters { grid-template-columns: 1fr; padding: 8px; }
    .cr-favorite-routes__grid { gap: 12px; padding: 2px 2px 8px; }
    .cr-favorite-route-card { flex-basis: min(84vw, 310px); }
}

.cr-hub-booking__submit-copy b {
    font-size: 14px;
    line-height: 1.2;
}

.cr-hub-booking__submit-copy small {
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
}

.cr-hub--simple .cr-hub-booking__submit:hover .material-symbols-outlined {
    transform: translateX(3px);
}

.cr-hub--simple .cr-hub-booking__submit .material-symbols-outlined {
    transition: transform 160ms ease;
}

.cr-hub--simple .cr-hub-booking__submit:disabled {
    cursor: wait;
    opacity: 0.78;
    transform: none;
}

.cr-hub--simple .cr-hub-booking__submit[aria-busy="true"] .material-symbols-outlined {
    animation: cr-submit-pulse 900ms ease-in-out infinite alternate;
}

@keyframes cr-submit-pulse {
    to { transform: translateX(4px); opacity: 0.6; }
}

@media (max-width: 720px) {
    .cr-hub--simple .cr-hub-booking__search-head {
        display: grid;
        gap: 12px;
    }

    .cr-hub-booking__progress {
        width: 100%;
        padding: 0;
        text-align: left;
    }

    .cr-hub--simple .cr-hub-booking__fields {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .cr-hub--simple .cr-hub-booking__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cr-hub--simple .cr-hub-booking__itinerary-note {
        flex-basis: auto;
        max-width: none;
    }

    .cr-hub--simple .cr-hub-booking__field--destination,
    .cr-hub--simple .cr-hub-booking__field--pickup-region,
    .cr-hub--simple .cr-hub-booking__field--pickup-address,
    .cr-hub--simple .cr-hub-booking__field--pickup-type,
    .cr-hub--simple .cr-hub-booking__field--luggage,
    .cr-hub--simple .cr-hub-booking__field--language,
    .cr-hub--simple .cr-hub-booking__field--datetime,
    .cr-hub--simple .cr-hub-booking__field--sm {
        grid-column: 1;
    }

    .cr-hub-extras,
    .cr-hub--simple .cr-hub-booking__submit {
        flex-basis: 100%;
        width: 100%;
    }

    .cr-hub--simple .cr-hub-booking__submit {
        position: sticky;
        z-index: 12;
        bottom: max(10px, env(safe-area-inset-bottom));
        justify-content: center;
        min-height: 58px;
        height: 58px;
        box-shadow: 0 10px 28px rgba(50, 75, 29, 0.3);
    }

    .cr-hub-extras > div {
        grid-template-columns: 1fr;
    }

    .cr-hub--simple .cr-hub-why {
        display: flex;
        grid-template-columns: none;
        gap: 10px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        padding: 10px;
        scroll-behavior: smooth;
        scroll-padding-inline: 10px;
        scroll-snap-type: x mandatory;
        touch-action: pan-x pan-y;
        -webkit-overflow-scrolling: touch;
    }

    .cr-hub--simple .cr-hub-why__item {
        flex: 0 0 min(72vw, 260px);
        min-height: 62px;
        padding: 10px 12px;
        border: 1px solid #e5eadf;
        border-radius: 13px;
        background: #fbfcf9;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }
}

@media (min-width: 721px) and (max-width: 1024px) {
    .cr-hub--simple .cr-hub-booking__fields,
    .cr-hub-extras > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cr-hub--simple .cr-hub-booking__field--pickup-address,
    .cr-hub--simple .cr-hub-booking__field--destination {
        grid-column: 1 / -1;
    }

    .cr-hub--simple .cr-hub-booking__field--datetime {
        grid-column: auto;
    }

    .cr-hub--simple .cr-hub-booking__field--pickup-region,
    .cr-hub--simple .cr-hub-booking__field--pickup-type,
    .cr-hub--simple .cr-hub-booking__field--luggage,
    .cr-hub--simple .cr-hub-booking__field--language,
    .cr-hub--simple .cr-hub-booking__field--sm {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cr-hub-booking__progress-track i,
    .cr-hub--simple .cr-hub-booking__submit .material-symbols-outlined,
    .cr-hub--simple .cr-hub-booking__field,
    .cr-hub--simple .cr-hub-booking__control {
        transition: none;
    }

    .cr-hub--simple .cr-hub-booking__submit[aria-busy="true"] .material-symbols-outlined {
        animation: none;
    }
}

/* Private-car process timeline */
.cr-hub--simple .cr-hub-process.cr-hub-process--book {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    padding: 20px;
    overflow: visible;
    border: 1px solid #e4eadf;
    border-radius: 22px;
    background:
        radial-gradient(circle at 0 0, rgba(119, 153, 74, 0.08), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #fbfcf9 100%);
    box-shadow: 0 16px 38px rgba(27, 51, 19, 0.08);
}

.cr-hub--simple .cr-hub-process--book .cr-hub-process__step,
.cr-hub--simple .cr-hub-process--book .cr-hub-process__step:last-child {
    position: relative;
    display: block;
    min-width: 0;
    min-height: 188px;
    padding: 78px 24px 24px;
    overflow: visible;
    border: 1px solid #e3e9dd;
    border-top: 3px solid var(--step-accent, #6f963f);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 6px 18px rgba(31, 50, 25, 0.05);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.cr-hub--simple .cr-hub-process--book .cr-hub-process__step:nth-child(1) {
    --step-accent: #d7793f;
    --step-soft: #fff3e8;
}

.cr-hub--simple .cr-hub-process--book .cr-hub-process__step:nth-child(2) {
    --step-accent: #477ca7;
    --step-soft: #edf5fb;
}

.cr-hub--simple .cr-hub-process--book .cr-hub-process__step:nth-child(3) {
    --step-accent: #5f8737;
    --step-soft: #eef5e7;
}

.cr-hub--simple .cr-hub-process--book .cr-hub-process__step:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--step-accent) 45%, #dce5d7);
    border-top-color: var(--step-accent);
    box-shadow: 0 14px 26px rgba(31, 50, 25, 0.1);
}

.cr-hub--simple .cr-hub-process--book .cr-hub-process__icon,
.cr-hub--simple .cr-hub-process--book .cr-hub-process__step:nth-child(3) .cr-hub-process__icon,
.cr-hub--simple .cr-hub-process--book .cr-hub-process__step:nth-child(4) .cr-hub-process__icon {
    position: absolute;
    top: 18px;
    left: 20px;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--step-accent) 20%, transparent);
    border-radius: 14px;
    background: var(--step-soft);
    color: var(--step-accent);
    box-shadow: none;
}

.cr-hub--simple .cr-hub-process--book .cr-hub-process__icon .material-symbols-outlined {
    font-size: 23px;
    font-variation-settings: "FILL" 0, "wght" 550;
}

.cr-hub--simple .cr-hub-process--book .cr-hub-process__number {
    top: 22px;
    right: 18px;
    display: inline-flex;
    align-items: center;
    min-width: 42px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid color-mix(in srgb, var(--step-accent) 20%, transparent);
    border-radius: 999px;
    background: var(--step-soft);
    color: var(--step-accent);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.06em;
}

.cr-hub--simple .cr-hub-process--book .cr-hub-process__copy h3 {
    margin: 0;
    color: #24351f;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.cr-hub--simple .cr-hub-process--book .cr-hub-process__copy p {
    margin: 8px 0 0;
    color: #667085;
    font-size: 13.5px;
    line-height: 1.55;
}

.cr-hub--simple .cr-hub-process--book .cr-hub-process__arrow {
    top: 40px;
    right: -19px;
    z-index: 4;
    width: 20px;
    height: 2px;
    background: var(--step-accent);
    opacity: 0.55;
    transform: none;
}

.cr-hub--simple .cr-hub-process--book .cr-hub-process__arrow::after {
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    border-width: 2px;
    border-color: var(--step-accent);
    transform: translateY(-50%) rotate(45deg);
}

.cr-hub--simple .cr-hub-process__assurance {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 14px auto 0;
    padding: 9px 14px;
    border: 1px solid #dce8d2;
    border-radius: 999px;
    background: #f5f9f1;
    color: #4f702f;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.35;
    text-align: center;
}

.cr-hub--simple .cr-hub-process__assurance .material-symbols-outlined {
    flex: 0 0 auto;
    font-size: 19px;
    font-variation-settings: "FILL" 1, "wght" 550;
}

@media (max-width: 900px) {
    .cr-hub--simple .cr-hub-process.cr-hub-process--book {
        grid-template-columns: 1fr;
        gap: 14px;
        max-width: 640px;
        padding: 14px;
    }

    .cr-hub--simple .cr-hub-process--book .cr-hub-process__step,
    .cr-hub--simple .cr-hub-process--book .cr-hub-process__step:last-child {
        min-height: 120px;
        padding: 22px 64px 20px 86px;
    }

    .cr-hub--simple .cr-hub-process--book .cr-hub-process__icon,
    .cr-hub--simple .cr-hub-process--book .cr-hub-process__step:nth-child(3) .cr-hub-process__icon,
    .cr-hub--simple .cr-hub-process--book .cr-hub-process__step:nth-child(4) .cr-hub-process__icon {
        top: 22px;
        left: 20px;
    }

    .cr-hub--simple .cr-hub-process--book .cr-hub-process__number {
        top: 20px;
        right: 16px;
    }

    .cr-hub--simple .cr-hub-process--book .cr-hub-process__arrow {
        top: auto;
        right: auto;
        bottom: -15px;
        left: 42px;
        width: 2px;
        height: 16px;
        background: var(--step-accent);
        transform: none;
    }

    .cr-hub--simple .cr-hub-process--book .cr-hub-process__arrow::after {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%) rotate(135deg);
    }
}

@media (max-width: 520px) {
    .cr-hub--simple .cr-hub-cta__copy {
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    .cr-hub--simple .cr-hub-cta__copy h2#cr-hub-cta-heading {
        width: 100%;
        font-size: clamp(0.64rem, 3.2vw, 0.95rem);
        line-height: 1.2;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .cr-hub--simple .cr-hub-process--book .cr-hub-process__step,
    .cr-hub--simple .cr-hub-process--book .cr-hub-process__step:last-child {
        min-height: 0;
        padding: 76px 18px 20px;
    }

    .cr-hub--simple .cr-hub-process--book .cr-hub-process__copy h3 {
        padding-right: 0;
        font-size: 15px;
    }

    .cr-hub--simple .cr-hub-process--book .cr-hub-process__copy p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .cr-hub--simple .cr-hub-process__assurance {
        width: 100%;
        border-radius: 14px;
        font-size: 12px;
    }

    .cr-hub--simple .cr-hub-process--book .cr-hub-process__arrow {
        left: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cr-hub--simple .cr-hub-process--book .cr-hub-process__step {
        transition: none;
    }
}
