.hilane-booking {
    --hilane-black: #101114;
    --hilane-text: #161616;
    --hilane-muted: #7c8187;
    --hilane-line: #dedede;
    --hilane-soft: #f2f2f2;
    --hilane-panel: #ffffff;
    color: var(--hilane-text);
    background: var(--hilane-panel);
    border-top: 1px solid #eeeeee;
    max-width: none;
    min-height: 705px;
    width: 100%;
}

.hilane-booking * {
    box-sizing: border-box;
}

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

.hilane-booking label,
.hilane-booking button,
.hilane-booking input,
.hilane-booking select {
    box-shadow: none;
    font-family: inherit !important;
    letter-spacing: 0;
    margin: 0;
    max-width: none;
    text-transform: none;
}

.hilane-booking button {
    appearance: none;
    font-size: 13px;
    min-height: 0;
    min-width: 0;
}

.hilane-booking input[type="radio"] {
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

.hilane-booking input[type="number"] {
    appearance: textfield;
}

.hilane-booking input[type="number"]::-webkit-inner-spin-button,
.hilane-booking input[type="number"]::-webkit-outer-spin-button {
    appearance: none;
    margin: 0;
}

.hilane-service-note {
    background: #f7f7f7;
    border-bottom: 1px solid #e8e8e8;
    color: #111111;
    display: grid;
    gap: 3px;
    font-size: 15px;
    line-height: 1.4;
    padding: 11px 50px;
}

.hilane-service-note strong {
    font-weight: 700;
}

.hilane-service-note span {
    color: #4c5560;
    font-weight: 500;
}

.hilane-steps {
    align-items: start;
    border-bottom: 1px solid #e9e9e9;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 18px 28px 12px;
}

.hilane-step {
    display: grid;
    gap: 11px;
    justify-items: center;
    min-width: 0;
}

.hilane-step-number {
    align-items: center;
    background: #a9a9a9;
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    height: 17px;
    justify-content: center;
    line-height: 1;
    width: 17px;
}

.hilane-step.is-active .hilane-step-number {
    background: var(--hilane-black);
}

.hilane-step-line {
    background: #ededed;
    display: block !important;
    height: 4px;
    width: 72px;
}

.hilane-step.is-active .hilane-step-line {
    background: linear-gradient(90deg, var(--hilane-black) 0 34%, #ededed 34% 100%);
}

.hilane-step-label {
    color: #5a6067;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
}

.hilane-step.is-active .hilane-step-label {
    color: #000000;
    font-weight: 700;
}

.hilane-form-body {
    padding: 18px 50px 28px;
}

.hilane-field-group {
    margin-bottom: 18px;
}

.hilane-label {
    color: #000000;
    display: block !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 8px;
}

.hilane-segmented,
.hilane-mini-tabs {
    align-items: stretch;
    display: inline-flex;
    flex-wrap: nowrap;
}

.hilane-segmented label,
.hilane-mini-tabs label {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    color: #17202a;
    cursor: pointer;
    display: inline-flex !important;
    font-size: 14px;
    font-weight: 500;
    gap: 7px;
    height: 37px !important;
    justify-content: center;
    min-width: 106px;
    padding: 0 12px;
    position: relative;
    vertical-align: top;
    white-space: nowrap;
}

.hilane-segmented label + label,
.hilane-mini-tabs label + label {
    border-left: 0;
}

.hilane-segmented label.is-active,
.hilane-mini-tabs label.is-active {
    background: #e7e5e5;
    color: #000000;
    font-weight: 700;
}

.hilane-segmented input,
.hilane-mini-tabs input {
    pointer-events: none;
}

.hilane-icon {
    color: #9a9a9a;
    font-size: 16px;
    line-height: 1;
}

.hilane-control {
    appearance: none;
    background: #ffffff;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    color: #57616b;
    display: block !important;
    font-size: 15px;
    height: 45px !important;
    line-height: 1.2;
    padding: 0 38px 0 12px;
    width: 100%;
}

select.hilane-control {
    background-image: linear-gradient(45deg, transparent 50%, #8f9499 50%), linear-gradient(135deg, #8f9499 50%, transparent 50%);
    background-position: calc(100% - 16px) 20px, calc(100% - 12px) 20px;
    background-repeat: no-repeat;
    background-size: 4px 4px, 4px 4px;
}

.hilane-date-wrap {
    position: relative;
}

.hilane-field-error {
    color: #c62828;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 6px;
}

.hilane-address-row .hilane-field-error {
    grid-column: 2;
}

.hilane-passenger-row .hilane-field-error,
.hilane-stop-row .hilane-field-error,
.hilane-airline-field .hilane-field-error,
.hilane-flight-row .hilane-field-error {
    grid-column: 1 / -1;
}

.hilane-control.has-error,
.hilane-counter input.has-error {
    border-color: #c62828 !important;
}

.hilane-calendar {
    color: #9d9d9d;
    font-size: 18px;
    pointer-events: none;
    position: absolute;
    right: 11px;
    top: 12px;
}

.hilane-trip-section {
    margin-top: 6px;
}

.hilane-route-card {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    margin-bottom: 16px;
    padding: 18px 18px 16px;
}

.hilane-route-card h3 {
    border-bottom: 1px solid #d7d7d7;
    color: #000000;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 22px;
    padding-bottom: 13px;
}

.hilane-location-group {
    border-top: 1px solid var(--hilane-line);
    margin-bottom: 24px;
    padding-top: 7px;
}

.hilane-location-head {
    align-items: center;
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: 10px;
    margin-bottom: 7px;
}

.hilane-location-head .hilane-label {
    margin-bottom: 0;
}

.hilane-mini-tabs label {
    height: 37px !important;
    min-width: 58px !important;
    padding: 0 11px !important;
}

.hilane-edit-icon {
    color: #777777;
    font-size: 21px;
    justify-self: end;
    line-height: 1;
}

.hilane-address-row {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 28px 1fr;
}

.hilane-airport-panel {
    display: grid;
    gap: 14px;
}

.hilane-airport-details {
    background: #fbfbfb;
    display: grid;
    gap: 14px;
    margin-left: 18px;
    padding: 10px 0 0;
}

.hilane-airline-field {
    position: relative;
}

.hilane-floating-label {
    background: #fbfbfb;
    color: #57616b;
    display: inline-block !important;
    font-size: 13px;
    font-weight: 500;
    left: 12px;
    line-height: 1;
    padding: 0 5px;
    position: absolute;
    top: -6px;
    z-index: 1;
}

.hilane-flight-row {
    align-items: start;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr auto;
}

.hilane-confirm-btn {
    background: #0f0f0f !important;
    border: 0 !important;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    color: #ffffff !important;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    height: 45px !important;
    line-height: 1.2 !important;
    padding: 0 16px !important;
    -webkit-text-fill-color: #ffffff !important;
}

.hilane-no-flight {
    align-items: center;
    color: #111111;
    cursor: pointer;
    display: inline-flex !important;
    font-size: 15px;
    gap: 10px;
}

.hilane-no-flight input {
    appearance: auto;
    height: 20px;
    margin: 0;
    width: 20px;
}

.hilane-drag {
    color: #b4b4b4;
    font-size: 18px;
    text-align: center;
    transform: rotate(90deg);
}

.hilane-add-stop-wrap {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr auto 1fr;
    margin: -1px 0 24px;
}

.hilane-add-stop-wrap span:not(.hilane-add-stop span) {
    border-top: 1px solid #eeeeee;
    display: block;
}

.hilane-add-stop {
    align-items: center;
    background: transparent;
    border: 0;
    color: #000000;
    cursor: pointer;
    display: inline-flex !important;
    font-size: 14px;
    font-weight: 700;
    gap: 7px;
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 8px !important;
    width: auto !important;
}

.hilane-add-stop span {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.hilane-stop-row {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 28px 1fr auto;
    margin: -12px 0 18px;
}

.hilane-remove-stop {
    background: transparent;
    border: 0;
    color: #777777;
    cursor: pointer;
    font-size: 18px;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    width: 34px !important;
}

.hilane-passenger-row {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    margin-top: 2px;
}

.hilane-passenger-row .hilane-label {
    margin-bottom: 0;
}

.hilane-counter {
    align-items: center;
    display: inline-grid;
    gap: 13px;
    grid-template-columns: 24px 50px 24px;
    justify-items: center;
    width: 124px;
}

.hilane-counter input {
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    font-size: 15px;
    height: 45px !important;
    line-height: 45px;
    padding: 0 !important;
    text-align: center;
    width: 50px !important;
}

.hilane-counter-btn {
    background: transparent;
    border: 0;
    color: #1d1d1d;
    cursor: pointer;
    font-size: 21px;
    font-weight: 300;
    align-items: center;
    display: inline-flex !important;
    height: 32px !important;
    justify-content: center;
    line-height: 1;
    min-height: 32px !important;
    padding: 0 !important;
    width: 24px !important;
}

.hilane-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}

.hilane-vehicle-panel {
    padding: 20px;
}

.hilane-request-summary {
    border: 1px solid #ececec;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
    margin-bottom: 48px;
    padding: 18px 20px 22px;
}

.hilane-summary-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 28px;
}

.hilane-summary-head h3,
.hilane-vehicle-toolbar h3 {
    color: #111111;
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
}

.hilane-edit-step {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    color: #111111;
    cursor: pointer;
    display: inline-flex !important;
    font-size: 16px;
    gap: 7px;
    padding: 0 !important;
}

.hilane-summary-grid {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.hilane-summary-grid span {
    color: #8c8f96;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.hilane-summary-grid strong {
    color: #111111;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
}

.hilane-summary-stops {
    grid-column: auto;
}

.hilane-vehicle-toolbar {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 0 0 26px;
}

.hilane-capacity-pill {
    background: #111111;
    border-radius: 16px;
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 11px;
    white-space: nowrap;
}

.hilane-vehicle-list {
    display: grid;
    gap: 22px;
}

.hilane-vehicle-card {
    align-items: stretch;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(220px, 0.95fr) minmax(220px, 1fr) minmax(170px, 0.45fr);
    min-width: 0;
}

.hilane-vehicle-media {
    align-items: center;
    background: #ffffff;
    display: flex;
    justify-content: center;
    min-height: 250px;
    position: relative;
}

.hilane-vehicle-media img {
    display: block;
    height: auto;
    max-height: 260px;
    max-width: 100%;
    object-fit: contain;
}

.hilane-vehicle-placeholder {
    align-items: center;
    background: #f3f3f3;
    color: #777777;
    display: flex;
    font-size: 15px;
    height: 220px;
    justify-content: center;
    width: 100%;
}

.hilane-recommended-badge {
    background: #ffffff;
    border: 1px solid #111111;
    border-radius: 3px;
    color: #111111;
    font-size: 12px;
    font-weight: 700;
    left: 50%;
    padding: 5px 8px;
    position: absolute;
    top: 26px;
    transform: translateX(-50%);
    z-index: 1;
}

.hilane-vehicle-info {
    padding-top: 3px;
}

.hilane-vehicle-info h4 {
    color: #111111;
    font-size: 26px;
    line-height: 1.35;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.hilane-vehicle-type {
    color: #979aa0;
    font-size: 16px;
    margin: 0 0 10px;
}

.hilane-vehicle-capacity {
    align-items: center;
    color: #111111;
    display: flex;
    font-size: 16px;
    gap: 10px;
    margin: 0 0 18px;
}

.hilane-vehicle-features span {
    color: #8c8f96;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.hilane-vehicle-features ul {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hilane-vehicle-features li {
    color: #222222;
    font-size: 15px;
    line-height: 1.3;
}

.hilane-vehicle-features li::before {
    color: #777777;
    content: "▣";
    display: inline-block;
    font-size: 11px;
    margin-right: 10px;
}

.hilane-vehicle-price {
    align-self: start;
    background: #eeeeee;
    display: grid;
    gap: 10px;
    justify-items: stretch;
    min-width: 0;
    overflow: hidden;
    padding: 7px;
}

.hilane-vehicle-price strong {
    color: #111111;
    display: block;
    font-size: 28px;
    line-height: 1;
    text-align: right;
}

.hilane-choose-vehicle {
    align-items: center;
    background: #0f0f0f !important;
    border: 0 !important;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    color: #ffffff !important;
    cursor: pointer;
    display: inline-flex !important;
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    min-height: 45px;
    padding: 10px 16px !important;
    -webkit-text-fill-color: #ffffff !important;
    white-space: nowrap;
    width: 100%;
}

.hilane-no-vehicles {
    background: #f7f7f7;
    color: #555555;
    font-size: 15px;
    margin: 0;
    padding: 18px;
}

.hilane-next-btn {
    background: #0f0f0f;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    color: #ffffff !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2 !important;
    min-height: 38px;
    overflow: visible !important;
    padding: 9px 16px !important;
    text-indent: 0 !important;
    -webkit-text-fill-color: #ffffff !important;
    width: auto !important;
}

.hilane-next-btn:focus,
.hilane-add-stop:focus,
.hilane-counter-btn:focus,
.hilane-remove-stop:focus,
.hilane-segmented label:focus-within,
.hilane-mini-tabs label:focus-within {
    outline: 0 !important;
    box-shadow: inset 0 0 0 1px #1f5eff;
}

.hilane-booking .hilane-segmented label,
.hilane-booking .hilane-mini-tabs label {
    border-color: #d4d4d4 !important;
    line-height: 37px !important;
}

.hilane-booking .hilane-counter-btn,
.hilane-booking .hilane-add-stop,
.hilane-booking .hilane-remove-stop {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none;
}

.hilane-booking .hilane-counter input {
    background: #ffffff !important;
    border: 1px solid #d5d5d5 !important;
}

.hilane-booking .hilane-next-btn {
    background: #0f0f0f !important;
    border: 0 !important;
    color: #ffffff !important;
}

@media (max-width: 640px) {
    .hilane-booking {
        max-width: none;
        min-height: 0;
        width: 100%;
    }

    .hilane-steps {
        padding-left: 14px;
        padding-right: 14px;
    }

    .hilane-step-line {
        width: 48px;
    }

    .hilane-form-body {
        padding: 18px 18px 26px;
    }

    .hilane-service-note {
        padding-left: 18px;
        padding-right: 18px;
    }

    .hilane-segmented {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
    }

    .hilane-segmented label {
        min-width: 0;
        padding: 0 6px;
    }

    .hilane-location-head {
        grid-template-columns: auto 1fr auto;
    }

    .hilane-passenger-row {
        grid-template-columns: 1fr;
        justify-items: start;
    }
}

/* ═══════════════════════════════════════════════════════════════════
   STEP 3 — CONFIRM / REVIEW & RESERVE
   ═══════════════════════════════════════════════════════════════════ */

.hilane-confirm-panel {
    padding: 0 0 36px;
}

/* ── Header ──────────────────────────────────────────────────────── */
.hilane-confirm-header {
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 18px 50px 16px;
}

.hilane-confirm-date {
    color: #111111;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.hilane-confirm-header-right {
    align-items: center;
    display: flex;
    gap: 12px;
}

.hilane-confirm-airport-tag {
    align-items: center;
    color: #555555;
    display: inline-flex;
    font-size: 15px;
    gap: 6px;
}

.hilane-confirm-airport-tag::before {
    content: "✈";
    font-size: 16px;
}

.hilane-reservation-pill {
    border: 2px solid #2ecc71;
    border-radius: 20px;
    color: #2ecc71;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 5px 14px;
}

/* ── Title ───────────────────────────────────────────────────────── */
.hilane-confirm-title {
    color: #111111;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 22px 50px 0;
}

/* ── Sections ────────────────────────────────────────────────────── */
.hilane-confirm-section {
    border-bottom: 1px solid #eeeeee;
    padding: 26px 50px;
}

.hilane-confirm-section h3 {
    color: #111111;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 18px;
}

.hilane-confirm-section-head {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.hilane-confirm-section-head h3 {
    margin-bottom: 0;
}

/* ── Trip header ─────────────────────────────────────────────────── */
.hilane-confirm-trip-header {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.hilane-confirm-trip-header h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.hilane-confirm-trip-meta {
    align-items: center;
    display: flex;
    gap: 20px;
}

.hilane-confirm-meta-item {
    align-items: center;
    border-left: 1px solid #dddddd;
    color: #555555;
    display: inline-flex;
    font-size: 15px;
    gap: 7px;
    padding-left: 20px;
}

.hilane-confirm-meta-icon {
    font-size: 16px;
}

/* ── Trip body: route + map ──────────────────────────────────────── */
.hilane-confirm-trip-body {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr 1fr;
}

.hilane-confirm-route {
    display: grid;
    gap: 18px;
}

.hilane-confirm-route-item {
    display: grid;
    gap: 5px;
}

.hilane-confirm-pickup,
.hilane-confirm-stop,
.hilane-confirm-dropoff {
    display: grid;
    gap: 10px;
    grid-template-columns: 16px 1fr;
}

.hilane-confirm-route-dot {
    border-radius: 50%;
    height: 14px;
    margin-top: 4px;
    width: 14px;
    flex-shrink: 0;
}

.hilane-confirm-dot-pickup  { background: #f39c12; }
.hilane-confirm-dot-stop    { background: #1683ff; }
.hilane-confirm-dot-dropoff { background: #8e44ad; }

.hilane-confirm-route-label {
    color: #8c8f96;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hilane-confirm-route-value {
    color: #111111;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

.hilane-confirm-route-sub {
    align-items: center;
    color: #555555;
    display: flex;
    font-size: 14px;
    gap: 5px;
    margin-top: 4px;
}

/* ── OpenStreetMap ───────────────────────────────────────────────── */
.hilane-confirm-map-wrap {
    background: #eef2f5;
    border: 1px solid #dfe3e7;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(17, 24, 39, 0.08);
    overflow: hidden;
}

.hilane-osm-map {
    height: 320px;
    width: 100%;
    z-index: 0;
}

.hilane-map-loading::after {
    align-items: center;
    background: rgba(255, 255, 255, 0.88);
    color: #3c4043;
    content: "Building route...";
    display: flex;
    font-size: 14px;
    font-weight: 600;
    inset: 0;
    justify-content: center;
    position: absolute;
    z-index: 1000;
}

.hilane-map-marker-wrap {
    background: transparent !important;
    border: 0 !important;
    overflow: visible !important;
}

.hilane-map-marker {
    align-items: center;
    background: #1683ff;
    border: 3px solid #ffffff;
    border-radius: 50% 50% 50% 8px;
    box-shadow: 0 3px 8px rgba(17, 24, 39, 0.35);
    color: #ffffff;
    display: flex;
    font-size: 12px;
    font-weight: 800;
    height: 30px;
    justify-content: center;
    transform: rotate(-45deg);
    width: 30px;
}

.hilane-map-marker span {
    transform: rotate(45deg);
}

.hilane-map-marker-pickup {
    background: #188038;
}

.hilane-map-marker-dropoff {
    background: #d93025;
}

.hilane-map-tooltip {
    border: 0;
    border-radius: 6px;
    box-shadow: 0 3px 12px rgba(17, 24, 39, 0.22);
    color: #202124;
    max-width: 280px;
    padding: 9px 11px;
}

.hilane-map-tooltip strong,
.hilane-map-tooltip span {
    display: block;
    letter-spacing: 0;
}

.hilane-map-tooltip strong {
    font-size: 12px;
    margin-bottom: 3px;
}

.hilane-map-tooltip span {
    font-size: 13px;
    line-height: 1.35;
    white-space: normal;
}

.hilane-osm-map .leaflet-control-zoom {
    border: 0;
    box-shadow: 0 1px 5px rgba(17, 24, 39, 0.28);
}

.hilane-osm-map .leaflet-control-zoom a {
    color: #3c4043;
}

@media (max-width: 640px) {
    .hilane-osm-map {
        height: 280px;
    }
}

/* ── Additional trip info grid ───────────────────────────────────── */
.hilane-confirm-info-grid {
    display: grid;
    gap: 18px 24px;
    grid-template-columns: repeat(4, 1fr);
}

.hilane-confirm-info-grid span {
    color: #8c8f96;
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.hilane-confirm-info-grid strong {
    color: #111111;
    display: block;
    font-size: 16px;
    font-weight: 500;
}

/* ── Vehicle confirm card ────────────────────────────────────────── */
.hilane-confirm-vehicle {
    align-items: center;
    display: grid;
    gap: 20px;
    grid-template-columns: 120px 1fr auto;
}

.hilane-cv-img-wrap img {
    display: block;
    height: auto;
    max-height: 90px;
    max-width: 120px;
    object-fit: contain;
}

.hilane-cv-info {
    display: grid;
    gap: 5px;
}

.hilane-cv-name {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.hilane-cv-cat {
    color: #8c8f96;
    font-size: 14px;
}

.hilane-cv-cap {
    color: #333333;
    font-size: 14px;
}

.hilane-cv-price strong {
    color: #111111;
    font-size: 24px;
    font-weight: 700;
}

/* ── Price overview ──────────────────────────────────────────────── */
.hilane-price-block {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    padding: 20px 24px;
}

.hilane-price-block-title {
    color: #111111;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 16px;
}

.hilane-price-row {
    align-items: center;
    color: #444444;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    padding: 6px 0;
}

.hilane-price-total {
    border-top: 1px solid #dddddd;
    color: #111111;
    font-weight: 700;
    margin-top: 8px;
    padding-top: 12px;
}

/* ── Add-ons ─────────────────────────────────────────────────────── */
.hilane-addons-label {
    color: #8c8f96;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.hilane-addon-group {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 16px;
    padding: 20px 20px 10px;
}

.hilane-addon-group-title {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 16px;
}

.hilane-addon-row {
    align-items: center;
    border-top: 1px solid #f0f0f0;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 14px 0;
}

.hilane-addon-info {
    display: grid;
    gap: 8px;
}

.hilane-addon-name {
    color: #222222;
    font-size: 15px;
    font-weight: 500;
}

.hilane-addon-photo-btn {
    appearance: none;
    background: transparent;
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: #444444;
    cursor: pointer;
    font-size: 13px;
    padding: 5px 12px;
    width: fit-content;
}

.hilane-addon-photo-btn:hover {
    background: #f5f5f5;
}

.hilane-addon-qty-wrap {
    align-items: flex-end;
    display: grid;
    gap: 6px;
    justify-items: end;
}

.hilane-addon-qty-label {
    color: #8c8f96;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.hilane-addon-qty-select-wrap {
    border: 1px solid #cccccc;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.hilane-addon-qty-select-wrap::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #666666;
    content: '';
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.hilane-addon-qty {
    appearance: none;
    background: #ffffff;
    border: 0;
    color: #111111;
    font-size: 15px;
    height: 38px !important;
    padding: 0 32px 0 14px !important;
    width: 90px;
}

.hilane-addon-price {
    color: #555555;
    font-size: 14px;
    font-weight: 600;
}

/* ── Luggage ─────────────────────────────────────────────────────── */
.hilane-luggage-grid {
    display: flex;
}

.hilane-luggage-row {
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    min-width: 0;
    padding: 14px 0;
    width: 30%;
}

.hilane-luggage-row:last-child {
    border-bottom: 0;
}

.hilane-luggage-label {
    color: #222222;
    font-size: 15px;
}

.hilane-luggage-counter {
    align-items: center;
    display: flex;
    gap: 0;
}

.hilane-luggage-btn {
    align-items: center;
    background: #f5f5f5;
    border: 1px solid #dddddd;
    color: #333333;
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    height: 40px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 40px;
}

.hilane-luggage-btn:first-child { border-radius: 4px 0 0 4px; }
.hilane-luggage-btn:last-child  { border-radius: 0 4px 4px 0; }

.hilane-luggage-input {
    border: 1px solid #dddddd;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    color: #111111;
    font-size: 15px;
    height: 40px;
    text-align: center;
    width: 60px;
}

/* ── Booking contact ─────────────────────────────────────────────── */
.hilane-contact-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 1fr;
}

.hilane-contact-full {
    grid-column: 1 / -1;
}

.hilane-contact-phone-wrap {
    align-items: stretch;
    display: flex;
    gap: 0;
}

.hilane-phone-prefix {
    align-items: center;
    background: #f5f5f5;
    border: 1px solid #d3d3d3;
    border-radius: 2px 0 0 2px;
    border-right: 0;
    display: flex;
    gap: 6px;
    padding: 0 12px;
    white-space: nowrap;
}

.hilane-phone-flag { font-size: 18px; }
.hilane-phone-code { color: #444444; font-size: 14px; font-weight: 600; }

.hilane-contact-phone-input {
    border-radius: 0 2px 2px 0 !important;
    flex: 1;
}

.hilane-trip-note {
    height: auto !important;
    min-height: 100px;
    padding: 12px !important;
    resize: vertical;
    line-height: 1.5;
    vertical-align: top;
}

.hilane-control::placeholder {
    color: #aab0b7;
    opacity: 1;
}

/* ── Support block ───────────────────────────────────────────────── */
.hilane-confirm-support {
    align-items: flex-start;
    background: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    display: flex;
    gap: 16px;
    margin: 0 50px 24px;
    padding: 18px 20px;
}

.hilane-confirm-support-icon {
    align-items: center;
    background: transparent;
    border: 2px solid #aaaaaa;
    border-radius: 50%;
    color: #aaaaaa;
    display: flex;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.hilane-confirm-support-label {
    color: #8c8f96;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.hilane-confirm-support a {
    color: #111111;
    text-decoration: underline;
}

/* ── Actions ─────────────────────────────────────────────────────── */
.hilane-confirm-actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 0 50px;
}

.hilane-prev-btn {
    appearance: none;
    background: transparent !important;
    border: 0 !important;
    color: #111111 !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 0 !important;
    text-decoration: underline;
}

.hilane-submit-btn {
    align-items: center;
    background: #0f0f0f !important;
    border: 0 !important;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
    color: #ffffff !important;
    cursor: pointer;
    display: inline-flex !important;
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    min-height: 48px;
    padding: 10px 24px !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* ── Photo lightbox ──────────────────────────────────────────────── */
.hilane-photo-lightbox {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.hilane-lightbox-backdrop {
    background: rgba(0, 0, 0, 0.75);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.hilane-lightbox-box {
    background: #ffffff;
    border-radius: 6px;
    left: 50%;
    max-width: 90vw;
    padding: 16px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
}

.hilane-lightbox-close {
    appearance: none;
    background: transparent;
    border: 0;
    color: #555555;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    padding: 4px;
    position: absolute;
    right: 14px;
    top: 12px;
}

.hilane-lightbox-img {
    display: block;
    height: auto;
    margin-top: 8px;
    max-height: 70vh;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

/* ── Responsive ──────────────────────────────────────────────────── */
@media (max-width: 900px) {
    .hilane-confirm-trip-body {
        grid-template-columns: 1fr;
    }
    .hilane-confirm-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hilane-confirm-vehicle {
        grid-template-columns: 90px 1fr;
    }
    .hilane-cv-price {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .hilane-confirm-header,
    .hilane-confirm-title,
    .hilane-confirm-section,
    .hilane-confirm-support,
    .hilane-confirm-actions {
        padding-left: 18px;
        padding-right: 18px;
    }
    .hilane-confirm-date { font-size: 20px; }
    .hilane-confirm-info-grid { grid-template-columns: 1fr 1fr; }
    .hilane-contact-grid { grid-template-columns: 1fr; }
    .hilane-confirm-actions { flex-direction: column-reverse; align-items: stretch; }
    .hilane-submit-btn { justify-content: center; }
}
/* ═══════════════════════════════════════════════════════════════════
   VEHICLE FEATURES — Grouped with icons + Child Seat Counters
   ═══════════════════════════════════════════════════════════════════ */

.hilane-vehicle-features {
    margin-top: 4px;
}

.hilane-feature-group {
    margin-bottom: 14px;
}

.hilane-feature-group-label {
    color: #8c8f96;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.07em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.hilane-feature-group ul {
    display: grid;
    gap: 7px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hilane-feature-group li {
    align-items: center;
    color: #222222;
    display: flex;
    font-size: 14px;
    gap: 9px;
    line-height: 1.3;
}

.hilane-feature-icon {
    flex-shrink: 0;
    font-size: 15px;
    line-height: 1;
    width: 20px;
    text-align: center;
    color: #555;
}

/* ── Child seat counter inside feature list ──────────────────────── */
.hilane-child-seats-list {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hilane-child-seat-item {
    align-items: center;
    display: flex;
    gap: 9px;
}

.hilane-seat-label {
    color: #222;
    flex: 1;
    font-size: 14px;
}

.hilane-seat-counter {
    align-items: center;
    display: flex;
    gap: 0;
    margin-left: auto;
}

.hilane-seat-btn {
    align-items: center;
    background: #f0f0f0;
    border: 1px solid #d5d5d5;
    color: #333;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    height: 28px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 28px;
}

.hilane-seat-btn:first-child { border-radius: 4px 0 0 4px; }
.hilane-seat-btn:last-child  { border-radius: 0 4px 4px 0; border-left: 0; }

.hilane-seat-val {
    border: 1px solid #d5d5d5;
    border-left: 0;
    border-right: 0;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    height: 28px;
    line-height: 28px;
    min-width: 30px;
    text-align: center;
}


/* ═══════════════════════════════════════════════════════════════════
   STEP 1 — TOP ROW (Trip Type | Order Type | Date & Time | Passengers)
   ═══════════════════════════════════════════════════════════════════ */

.hilane-top-row {
    display: grid;
    gap: 16px;
    grid-template-columns: auto 1fr 1fr auto;
    align-items: end;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.hilane-top-cell {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-width: 0;
}

.hilane-top-cell .hilane-label {
    margin-bottom: 8px;
}

.hilane-top-cell .hilane-counter {
    width: auto;
}

/* On mobile stack to 2×2 then 1 col */
@media (max-width: 900px) {
    .hilane-top-row {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .hilane-top-row {
        grid-template-columns: 1fr;
    }
}

.hilane-time-picker {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100000;
}

.hilane-time-picker-backdrop {
    background: rgba(0, 0, 0, 0.52);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.hilane-time-picker-card {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
    left: 50%;
    max-width: calc(100vw - 32px);
    padding: 8px 16px 14px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 362px;
}

.hilane-time-picker-date {
    color: #111827;
    font-size: 28px;
    line-height: 1.15;
    padding: 0 64px 4px;
    text-align: center;
}

.hilane-time-picker-display {
    color: #111827;
    font-size: 56px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
}

.hilane-time-picker-nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 18px 64px 12px;
}

.hilane-time-picker-nav button,
.hilane-time-picker-actions button,
.hilane-time-period {
    appearance: none;
    background: transparent;
    border: 0;
    color: #111827;
    cursor: pointer;
    font: inherit;
    padding: 0;
}

.hilane-time-picker-nav button {
    font-size: 34px;
    height: 32px;
    line-height: 24px;
    width: 32px;
}

.hilane-time-picker-body {
    align-items: center;
    display: grid;
    grid-template-columns: 44px 1fr 44px;
}

.hilane-time-periods {
    display: flex;
    flex-direction: column;
    gap: 154px;
    justify-content: space-between;
}

.hilane-time-period {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.hilane-time-period.is-active {
    background: #111827;
    color: #ffffff;
}

.hilane-clock-face {
    background: #f0f0f1;
    border-radius: 50%;
    height: 248px;
    margin: 0 auto;
    position: relative;
    width: 248px;
}

.hilane-clock-center {
    background: #111827;
    border-radius: 50%;
    height: 6px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    z-index: 3;
}

.hilane-clock-hand {
    background: #111827;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: 0 50%;
    width: 82px;
    z-index: 2;
}

.hilane-clock-number {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: #111827;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    height: 42px;
    justify-content: center;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    z-index: 4;
}

.hilane-clock-number.is-active {
    background: #111827;
    color: #ffffff;
}

.hilane-time-picker-actions {
    display: flex;
    gap: 36px;
    justify-content: flex-end;
    padding: 14px 16px 0;
}

.hilane-time-picker-actions button {
    font-size: 17px;
    font-weight: 700;
    min-height: 34px;
}

.hilane-vehicle-panel {
    box-sizing: border-box;
    overflow: hidden;
    padding: 28px 56px 34px;
    width: 100%;
}

.hilane-request-summary,
.hilane-vehicle-toolbar,
.hilane-vehicle-list {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
}

.hilane-vehicle-toolbar {
    padding: 0 20px;
}

.hilane-capacity-pill {
    gap: 4px;
}

.hilane-vehicle-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-sizing: border-box;
    gap: 22px;
    grid-template-columns: minmax(180px, 0.8fr) minmax(210px, 1fr) minmax(170px, 0.52fr);
    max-width: 100%;
    overflow: hidden;
    padding: 20px;
    width: 100%;
}

.hilane-vehicle-info h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.hilane-vehicle-price {
    border-radius: 10px;
    padding: 16px;
}

.hilane-choose-vehicle {
    flex-wrap: nowrap;
    min-width: 150px;
    white-space: nowrap;
}

@media (max-width: 820px) {
    .hilane-vehicle-panel {
        padding: 24px;
    }

    .hilane-vehicle-toolbar {
        padding: 0;
    }

    .hilane-vehicle-card {
        grid-template-columns: minmax(150px, 0.75fr) minmax(190px, 1fr);
    }

    .hilane-vehicle-price {
        align-items: center;
        grid-column: 1 / -1;
        grid-template-columns: 1fr auto;
    }
}

@media (max-width: 600px) {
    .hilane-vehicle-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .hilane-vehicle-card {
        grid-template-columns: 1fr;
    }

    .hilane-vehicle-price {
        grid-column: auto;
    }
}
