.flight-page { padding-bottom: 72px; }
li.breadcrumb-item { display: inline-block; }
.flight-search-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .1);
    padding: 22px 22px 14px;
    margin-top: -48px;
    position: relative;
    z-index: 3;
    overflow: visible;
}
.flight-search-card h2 { margin-bottom: 16px; font-size: 22px; }
.flight-trip-types {
    display: inline-flex;
    background: #f3f4f6;
    border-radius: 999px;
    padding: 4px;
    margin-bottom: 16px;
    gap: 4px;
}
.flight-trip-types label {
    margin: 0;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 999px;
    cursor: pointer;
    color: #4b5563;
}
.flight-trip-types label input { display: none; }
.flight-trip-types label.is-active {
    background: #fff;
    color: #111827;
    box-shadow: 0 1px 4px rgba(15, 23, 42, .12);
}
.flight-search-grid {
    display: grid;
    grid-template-columns: minmax(160px, 1.3fr) 44px minmax(160px, 1.3fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(110px, .8fr) minmax(120px, .9fr) auto;
    gap: 8px;
    align-items: stretch;
}
.flight-field {
    position: relative;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 8px 12px 10px;
    background: #f9fafb;
    min-width: 0;
}
.flight-field label {
    display: block;
    margin: 0 0 2px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #6b7280;
}
.flight-field-input,
.flight-field .form-control,
.flight-field select.flight-field-input {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    box-shadow: none;
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    height: 28px;
    line-height: 28px;
}
.flight-field select.flight-field-input {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 2px center;
    padding-right: 16px;
}
.flight-date-field {
    padding-right: 40px;
}
.flight-date-field .flight-field-input {
    cursor: pointer;
    padding-right: 4px;
}
.flight-date-icon {
    position: absolute;
    right: 12px;
    bottom: 10px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff620e;
    font-size: 16px;
    pointer-events: none;
    z-index: 2;
}
.flight-pax-field {
    overflow: visible;
}
.flight-pax-toggle {
    text-align: left;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 2px center;
    padding-right: 16px;
}
.flight-pax-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    z-index: 50;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .14);
    padding: 12px;
    min-width: 260px;
}
.flight-pax-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #f3f4f6;
}
.flight-pax-row:last-of-type { border-bottom: 0; }
.flight-pax-row strong { display: block; font-size: 14px; color: #111827; }
.flight-pax-row small { display: block; font-size: 11px; color: #6b7280; line-height: 1.3; }
.flight-pax-stepper {
    display: flex;
    align-items: center;
    gap: 8px;
}
.flight-pax-stepper button {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #d1d5db;
    background: #fff;
    font-size: 16px;
    line-height: 1;
    color: #111827;
}
.flight-pax-stepper span {
    min-width: 18px;
    text-align: center;
    font-weight: 700;
}
.flight-pax-hint {
    margin: 8px 0 10px;
    font-size: 11px;
    color: #6b7280;
}
.flight-pax-done {
    width: 100%;
    border: 0;
    border-radius: 8px;
    background: #ff620e;
    color: #fff;
    font-weight: 700;
    padding: 8px 12px;
}
.flight-search-submit {
    display: flex;
    align-items: stretch;
}
.btn-flight-search {
    border: 0;
    border-radius: 12px;
    background: #ff620e;
    color: #fff;
    font-weight: 700;
    padding: 0 22px;
    min-width: 112px;
    font-size: 15px;
}
.airport-ac { position: relative; }
.airport-ac-list {
    display: none;
    position: absolute;
    left: 0; right: 0; top: 100%;
    z-index: 40;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    max-height: 280px;
    overflow-y: auto;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.airport-ac-item {
    display: flex;
    width: 100%;
    text-align: left;
    border: 0;
    background: #fff;
    padding: 8px 12px;
    gap: 10px;
    align-items: center;
}
.airport-ac-item.is-active,
.airport-ac-item:hover { background: #f4f7fb; }
.airport-ac-code { min-width: 48px; font-weight: 700; color: #0b6e4f; }
.airport-ac-meta { display: flex; flex-direction: column; }
.airport-ac-meta small { color: #666; }
.airport-ac-empty { padding: 10px 12px; color: #666; }
.flight-swap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 0;
}
.flight-swap button {
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .06);
}
.fare-empty { padding: 20px; background: #fff8e8; border-radius: 8px; margin-top: 20px; }
.quote-success { background: #e8f7ee; border-radius: 8px; padding: 16px; margin-top: 16px; }

.atm-summary {
    margin-top: 18px;
    background: #0f2744;
    color: #fff;
    border-radius: 10px;
    padding: 16px 18px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}
.atm-summary h3 { margin: 0 0 6px; font-size: 20px; color: #fff; }
.atm-summary p { margin: 0; opacity: .9; font-size: 14px; }
.atm-summary .atm-count { font-size: 13px; background: rgba(255,255,255,.12); padding: 8px 12px; border-radius: 20px; }

.atm-fare {
    display: grid;
    grid-template-columns: 72px 1fr 220px;
    gap: 16px;
    align-items: center;
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 12px;
    padding: 16px 18px;
    margin-top: 12px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .04);
}
.atm-logo {
    width: 64px;
    height: 64px;
    border: 1px solid #eef2f7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
}
.atm-logo img { width: 52px; height: 52px; object-fit: contain; }
.atm-logo .atm-fallback {
    font-weight: 800;
    color: #0f2744;
    font-size: 18px;
}
.atm-main h4 { margin: 0 0 4px; font-size: 18px; }
.atm-main h4 span { color: #6b7280; font-size: 13px; font-weight: 600; margin-left: 6px; }
.atm-route { font-weight: 600; color: #111827; }
.atm-dates { color: #4b5563; font-size: 13px; margin: 4px 0 10px; }
.atm-dates i { margin-right: 6px; color: #0b6e4f; }
.atm-cabins { display: flex; flex-wrap: wrap; gap: 8px; }
.atm-cabin {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 6px 10px;
    min-width: 108px;
    background: #f8fafc;
}
.atm-cabin small { display: block; color: #6b7280; font-size: 11px; text-transform: uppercase; letter-spacing: .03em; }
.atm-cabin strong { font-size: 13px; color: #111827; }
.atm-cabin.is-active { border-color: #0b6e4f; background: #eefaf4; }
.atm-cta { text-align: right; }
.atm-cta .from { font-size: 12px; color: #6b7280; }
.atm-cta .amount { font-size: 26px; font-weight: 800; color: #c2410c; line-height: 1.1; }
.atm-cta .star { font-size: 12px; color: #9ca3af; }
.fare-actions { display: flex; gap: 8px; justify-content: flex-end; margin-top: 10px; flex-wrap: wrap; }
.btn-book {
    background: #f59e0b;
    border: 0;
    color: #111;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 6px;
}
.fare-note { font-size: 12px; color: #6b7280; margin-top: 14px; }

.click-call-strip {
    margin: 18px 0 8px;
    padding: 16px 18px;
    border-radius: 8px;
    background: linear-gradient(90deg, #0b3d2e, #0b6e4f);
    color: #fff;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}
.click-call-copy span { display: block; font-size: 13px; opacity: .9; }
.click-call-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.click-call-actions a, .click-call-actions button {
    border: 0;
    border-radius: 4px;
    padding: 10px 14px;
    font-weight: 600;
    color: #0b3d2e;
    background: #fff;
    display: inline-block;
}
.click-call-actions .btn-wa { background: #25d366; color: #fff; }
.click-call-actions .btn-quote { background: #ffc107; }
.click-call-sticky {
    position: fixed;
    left: 0;
    right: 90px;
    bottom: 0;
    z-index: 1050;
    background: #0b3d2e;
    display: flex;
}
.click-call-sticky a, .click-call-sticky button {
    flex: 1;
    border: 0;
    background: transparent;
    color: #fff;
    padding: 12px 8px;
    font-weight: 600;
    text-align: center;
}
.click-call-sticky a + a, .click-call-sticky button { border-left: 1px solid rgba(255,255,255,.2); }
.flight-quote-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.flight-quote-overlay[hidden] { display: none; }
.flight-quote-modal {
    background: #fff;
    max-width: 480px;
    width: 100%;
    border-radius: 8px;
    padding: 22px 22px 16px;
    position: relative;
    max-height: 92vh;
    overflow-y: auto;
}
.quote-close {
    position: absolute;
    right: 10px;
    top: 6px;
    border: 0;
    background: none;
    font-size: 28px;
    line-height: 1;
}
.quote-trip { background: #f4f7fb; padding: 8px 10px; border-radius: 4px; margin-bottom: 12px; font-size: 13px; }
.quote-or { text-align: center; margin: 10px 0 0; }

.gds-book { padding-top: 4px; overflow-x: hidden; }
.gds-stepper {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
    padding: 18px 20px 16px;
    margin: 12px 0 20px;
}
.gds-stepper ol {
    display: flex;
    align-items: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}
.gds-stepper li {
    display: flex;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
}
.gds-stepper-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: inherit;
    text-decoration: none;
    min-width: 0;
}
.gds-stepper-node {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex: 0 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e5e7eb;
    color: #4b5563;
    font-weight: 800;
    font-size: 13px;
}
.gds-stepper-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.gds-stepper-copy strong {
    font-size: 13px;
    color: #6b7280;
    font-weight: 700;
    line-height: 1.2;
}
.gds-stepper-copy small {
    font-size: 11px;
    color: #9ca3af;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gds-stepper-line {
    flex: 1;
    height: 2px;
    background: #e5e7eb;
    margin: 15px 10px 0;
    min-width: 12px;
}
.gds-stepper .is-done .gds-stepper-node { background: #0b6e4f; color: #fff; }
.gds-stepper .is-done .gds-stepper-copy strong { color: #0b6e4f; }
.gds-stepper .is-done .gds-stepper-line { background: #0b6e4f; }
.gds-stepper .is-active .gds-stepper-node { background: #ff620e; color: #fff; box-shadow: 0 0 0 4px rgba(255, 98, 14, .18); }
.gds-stepper .is-active .gds-stepper-copy strong { color: #0f2744; }
.gds-stepper .is-active .gds-stepper-copy small { color: #ff620e; font-weight: 600; }
.gds-steps {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 16px 0 8px;
    margin: 0;
    flex-wrap: wrap;
}
.gds-steps li { color: #9ca3af; font-size: 13px; display: flex; align-items: center; gap: 6px; }
.gds-steps li span {
    width: 24px; height: 24px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: #e5e7eb; font-weight: 700; font-size: 12px; color: #374151;
}
.gds-steps li.active { color: #0f2744; font-weight: 700; }
.gds-steps li.active span { background: #f59e0b; color: #111; }
.gds-steps li.done span { background: #0b6e4f; color: #fff; }
.gds-leg { margin: 8px 0 12px; padding-top: 4px; }
.gds-leg + .gds-leg { border-top: 1px dashed #e5e7eb; padding-top: 10px; }
.gds-leg-head { display: flex; flex-wrap: wrap; gap: 8px; align-items: baseline; margin-bottom: 4px; }
.gds-leg-head strong { font-size: 12px; text-transform: uppercase; letter-spacing: .04em; color: #0b6e4f; }
.gds-leg-head span { font-size: 13px; font-weight: 600; color: #111827; }
.gds-timeline { margin: 8px 0 12px; }
.gds-seg { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 13px; margin-bottom: 6px; }
.gds-fn { font-weight: 700; min-width: 72px; }
.gds-ap { font-weight: 700; color: #0f2744; }
.gds-line { width: 36px; height: 2px; background: #cbd5e1; }
.gds-seg em { color: #6b7280; font-style: normal; font-size: 11px; }
.gds-book-grid { display: grid; grid-template-columns: 280px 1fr; gap: 24px; margin-top: 16px; }
.gds-book-main { min-width: 0; display: flex; flex-direction: column; gap: 18px; }
.gds-itinerary, .gds-panel, .gds-confirm {
    background: #fff; border-radius: 12px; padding: 20px;
    box-shadow: 0 8px 24px rgba(15,23,42,.06);
}
.gds-itinerary { align-self: start; }
.gds-itinerary-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.gds-itinerary-head img { margin: 0; width: 48px; height: 48px; object-fit: contain; }
.gds-itinerary-kicker {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #0b6e4f;
}
.gds-stepper-mobile-label {
    display: none;
    margin: 10px 0 0;
    font-size: 13px;
    font-weight: 700;
    color: #0f2744;
}
.gds-itin-more {
    margin: 0 0 8px;
}
.gds-itin-more summary {
    display: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 13px;
    color: #0f2744;
    list-style: none;
    padding: 8px 0;
}
.gds-itin-more summary::-webkit-details-marker { display: none; }
@media (min-width: 768px) {
    .gds-itin-more > summary { display: none; }
}
.gds-book .flight-field {
    min-width: 0;
}
.gds-book .flight-field-input,
.gds-book select.flight-field-input {
    font-size: 16px;
    min-height: 32px;
    max-width: 100%;
}
.gds-itinerary-head h3 { margin: 0; font-size: 16px; }
.gds-itinerary-head h3 small { color: #6b7280; font-weight: 600; }
.gds-itinerary img { margin-bottom: 8px; }
.gds-cities { font-weight: 700; overflow-wrap: anywhere; }
.gds-itinerary-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
}
.gds-itinerary-meta li {
    background: #f3f4f6;
    border-radius: 999px;
    padding: 3px 8px;
    font-size: 11px;
    font-weight: 600;
    color: #4b5563;
}
.gds-itin-block { margin-bottom: 10px; }
.gds-itin-block strong { display: block; font-size: 12px; color: #0f2744; }
.gds-itin-block > span { display: block; font-size: 13px; color: #4b5563; margin-bottom: 4px; }
.gds-mini-seg { font-size: 13px; margin: 6px 0; color: #374151; }
.gds-price-box { margin-top: 14px; padding-top: 12px; border-top: 1px solid #eee; }
.gds-price-box strong { display: block; font-size: 26px; color: #c2410c; }
.gds-price-row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 13px;
    color: #4b5563;
    margin-bottom: 6px;
}
.gds-price-total {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e5e7eb;
}
.gds-price-total span { font-size: 13px; color: #6b7280; }
.gds-price-total strong small { font-size: 12px; font-weight: 600; color: #9ca3af; }
.gds-panel-title h1,
.gds-panel-title h2 { margin: 0 0 4px; font-size: 22px; color: #0f2744; }
.gds-panel-title p { margin: 0 0 14px; color: #6b7280; font-size: 14px; }
.gds-help {
    display: flex;
    gap: 10px;
    background: #f0f7f4;
    border: 1px solid #d7eee4;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 16px;
    color: #14532d;
}
.gds-help i { margin-top: 3px; color: #0b6e4f; }
.gds-help strong { display: block; font-size: 13px; margin-bottom: 2px; }
.gds-help p { margin: 0; font-size: 13px; line-height: 1.45; color: #3f5b4d; }
.gds-contact-panel .gds-help {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #9a3412;
}
.gds-contact-panel .gds-help i { color: #c2410c; }
.gds-contact-panel .gds-help p { color: #7c2d12; }
.gds-pax-card {
    border: 1px solid #eef2f7;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 12px;
    background: #fafbfc;
}
.gds-pax-card:last-child { margin-bottom: 0; }
.gds-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.gds-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0f2744;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex: 0 0 36px;
}
.gds-card-head h2 { margin: 0; font-size: 16px; }
.gds-card-head p { margin: 0; font-size: 12px; color: #6b7280; }
.gds-fields { display: grid; gap: 16px; margin-bottom: 16px; }
.gds-fields:last-child { margin-bottom: 0; }
.gds-fields-driver-name { grid-template-columns: 110px 1fr 1fr; }
.gds-book .flight-field { padding: 12px 14px 14px; }
.gds-book .flight-field-input,
.gds-book select.flight-field-input {
    height: 36px;
    line-height: 36px;
}
.gds-review-grid { display: grid; gap: 14px; }
.gds-review-block {
    background: #f8fafc;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    padding: 16px 18px;
}
.gds-review-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.gds-review-block h3,
.gds-review-head h3 {
    margin: 0 0 10px;
    font-size: 12px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #0b6e4f;
    font-weight: 800;
}
.gds-review-head h3 { margin: 0; }
.gds-review-head a { font-size: 13px; font-weight: 700; color: #c2410c; }
.gds-review-dl {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 8px 14px;
    margin: 0;
    font-size: 14px;
}
.gds-review-dl dt { color: #6b7280; font-weight: 600; }
.gds-review-dl dd { margin: 0; font-weight: 700; color: #0f2744; overflow-wrap: anywhere; }
.gds-confirm-wrap { display: flex; flex-direction: column; gap: 18px; margin-top: 8px; }
.gds-confirm-hero {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    background: #fff;
    border-radius: 16px;
    padding: 22px 24px;
    box-shadow: 0 8px 24px rgba(15,23,42,.06);
}
.gds-confirm-hero h1 { margin: 0 0 6px; font-size: 28px; color: #0f2744; }
.gds-confirm-hero p { margin: 0; color: #4b5563; max-width: 560px; }
.gds-confirm-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #0b6e4f;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 0 0 6px rgba(11, 110, 79, .12);
}
.gds-confirm-ref {
    text-align: right;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 12px;
    padding: 12px 16px;
    min-width: 180px;
}
.gds-confirm-ref span { display: block; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #9a3412; }
.gds-confirm-ref strong { display: block; font-size: 22px; color: #0f2744; letter-spacing: .04em; }
.gds-confirm-ref em { display: inline-block; margin-top: 4px; font-style: normal; font-size: 12px; font-weight: 700; color: #0b6e4f; background: #eefaf4; border-radius: 999px; padding: 3px 8px; }
.gds-confirm-grid {
    display: grid;
    grid-template-columns: minmax(280px, .9fr) 1.1fr;
    gap: 18px;
    align-items: start;
}
.gds-confirm-side { display: flex; flex-direction: column; gap: 14px; }
.gds-confirm-photo {
    width: 100%;
    max-height: 180px;
    object-fit: contain;
    background: #f8fafc;
    border-radius: 12px;
    margin-bottom: 12px;
}
.gds-confirm-car-name { margin: 0 0 10px; font-size: 20px; color: #0f2744; }
.gds-confirm-legs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 12px 0 4px; }
.gds-next-steps { margin: 0; padding-left: 18px; color: #374151; }
.gds-next-steps li { margin: 0 0 10px; line-height: 1.45; }
.gds-next-steps li:last-child { margin-bottom: 0; }
.gds-fields-2 { grid-template-columns: 1fr 1fr; }
.gds-fields-3 { grid-template-columns: repeat(3, 1fr); }
.gds-fields-4 { grid-template-columns: repeat(4, 1fr); }
.gds-phone-row { grid-template-columns: minmax(180px, 240px) 1fr; }
.gds-req { color: #c2410c; font-weight: 800; }
.gds-pax-section {
    margin: 14px 0 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #0f2744;
}
.gds-book .flight-field.is-invalid {
    border-color: #ef4444;
    background: #fef2f2;
}
.gds-fields-pax-name { grid-template-columns: 110px 1.2fr 1fr 1.2fr; }
.gds-fields-pax-personal { grid-template-columns: 140px 1fr 1fr 1fr; }
.gds-fields-pax-doc { grid-template-columns: 1.2fr 1fr 1fr; }
.gds-subhead { font-size: 15px; margin: 16px 0 10px; color: #0f2744; }
.gds-card-number-field { position: relative; }
.gds-card-number-field .flight-field-input { padding-right: 52px; }
.gds-card-brand {
    position: absolute;
    right: 12px;
    bottom: 8px;
    width: 36px;
    height: 24px;
    border-radius: 4px;
    background: #e5e7eb center / contain no-repeat;
}
.gds-card-brand[data-brand="visa"] { background-color: #1a1f71; }
.gds-card-brand[data-brand="visa"]::after { content: "VISA"; color: #fff; font-size: 9px; font-weight: 800; display: flex; height: 100%; align-items: center; justify-content: center; }
.gds-card-brand[data-brand="mastercard"] { background: linear-gradient(90deg, #eb001b 50%, #f79e1b 50%); }
.gds-card-brand[data-brand="amex"] { background-color: #2e77bc; }
.gds-card-brand[data-brand="amex"]::after { content: "AMEX"; color: #fff; font-size: 8px; font-weight: 800; display: flex; height: 100%; align-items: center; justify-content: center; }
.gds-card-brand[data-brand="discover"] { background-color: #ff6000; }
.gds-card-brand[data-brand="discover"]::after { content: "DISC"; color: #fff; font-size: 8px; font-weight: 800; display: flex; height: 100%; align-items: center; justify-content: center; }
.gds-card-brand[data-brand="card"]::after { content: "CARD"; color: #6b7280; font-size: 8px; font-weight: 800; display: flex; height: 100%; align-items: center; justify-content: center; }
.gds-fields-pax { grid-template-columns: 90px 1fr 1fr 110px 1fr 1fr; }
.gds-fields-pax-name { grid-template-columns: 110px 1.2fr 1fr 1.2fr; }
.gds-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 12px;
}
.gds-check input { margin: 0; }
.gds-alert {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    border-radius: 10px;
    padding: 12px 14px;
}
.gds-alert ul { margin: 8px 0 0; padding-left: 18px; }
.gds-form-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 8px 24px rgba(15,23,42,.06);
}
.gds-lead-actions { box-shadow: none; padding: 8px 0 0; background: transparent; justify-content: flex-start; }
.gds-lead-actions .gds-back { border: 1px solid #d1d5db; border-radius: 8px; padding: 8px 14px; background: #fff; }
.gds-form-actions .btn-book {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 10px;
    background: #ff620e;
    color: #fff;
    text-decoration: none;
}
.gds-pnr { font-size: 20px; }
.gds-pax-list { padding-left: 18px; }

.popular-flights { margin-top: 36px; }
.popular-flights-head { margin-bottom: 18px; }
.popular-flights-head h2 { font-size: 26px; margin: 0 0 6px; color: #0f2744; }
.popular-flights-head p { margin: 0; color: #6b7280; max-width: 640px; }
.popular-flight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.popular-flight-card {
    display: block;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
    color: inherit;
    text-decoration: none;
    height: 100%;
}
.popular-flight-card:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(15, 23, 42, .12); }
.popular-flight-photo { position: relative; height: 168px; background: #0f2744; }
.popular-flight-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.popular-flight-region {
    position: absolute;
    left: 10px;
    top: 10px;
    background: rgba(15, 39, 68, .85);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 999px;
}
.popular-flight-body { padding: 14px 14px 16px; }
.popular-flight-airline {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 6px;
}
.popular-flight-airline img { width: 28px; height: 28px; object-fit: contain; }
.popular-flight-body h3 { font-size: 16px; margin: 0 0 6px; color: #111827; line-height: 1.35; }
.popular-flight-body h3 small { color: #6b7280; font-weight: 600; }
.popular-flight-body p { font-size: 13px; color: #4b5563; margin: 0 0 12px; min-height: 38px; }
.popular-flight-cabins {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}
.popular-flight-cabins div {
    background: #f8fafc;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    padding: 6px 8px;
}
.popular-flight-cabins small { display: block; font-size: 10px; text-transform: uppercase; color: #6b7280; }
.popular-flight-cabins strong { font-size: 13px; color: #c2410c; }

@media (max-width: 1199px) {
    .flight-search-grid {
        grid-template-columns: 1fr 44px 1fr;
    }
    .flight-search-submit { grid-column: 1 / -1; }
    .btn-flight-search { width: 100%; height: 48px; }
    .popular-flight-grid { grid-template-columns: 1fr 1fr; }
    .gds-book-grid { grid-template-columns: 1fr; }
    .gds-fields-pax,
    .gds-fields-pax-name,
    .gds-fields-pax-personal,
    .gds-fields-pax-doc { grid-template-columns: 1fr 1fr; }
    .gds-fields-2,
    .gds-fields-3,
    .gds-fields-driver-name { grid-template-columns: 1fr 1fr; }
    .gds-confirm-grid { grid-template-columns: 1fr; }
    .gds-confirm-hero { grid-template-columns: auto 1fr; }
    .gds-confirm-ref { grid-column: 1 / -1; text-align: left; }
    .gds-phone-row { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
    .flight-search-grid { grid-template-columns: 1fr; }
    .flight-swap { justify-self: center; margin: -6px 0; }
    .gds-book-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 10px; }
    .gds-book .container { padding-left: 12px; padding-right: 12px; }
    .gds-panel, .gds-itinerary, .gds-confirm { padding: 14px; }
    .gds-fields-2,
    .gds-fields-3,
    .gds-fields-4,
    .gds-fields-pax,
    .gds-fields-pax-name,
    .gds-fields-pax-personal,
    .gds-fields-pax-doc,
    .gds-fields-driver-name,
    .gds-phone-row,
    .gds-review-dl,
    .gds-confirm-legs { grid-template-columns: 1fr; }
    .gds-confirm-hero { grid-template-columns: 1fr; text-align: center; }
    .gds-confirm-icon { margin: 0 auto; }
    .gds-confirm-hero p { margin-left: auto; margin-right: auto; }
    .gds-stepper {
        padding: 12px 10px 10px;
        margin: 8px 0 14px;
        overflow: hidden;
    }
    .gds-stepper-copy { display: none; }
    .gds-stepper-mobile-label { display: block; text-align: center; }
    .gds-stepper-node {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
        font-size: 12px;
    }
    .gds-stepper-line { margin: 13px 4px 0; min-width: 6px; }
    .gds-stepper .is-active .gds-stepper-node { box-shadow: 0 0 0 3px rgba(255, 98, 14, .18); }
    .gds-itin-more summary { display: block; }
    .gds-itin-more:not([open]) .gds-itin-block { display: none; }
    .gds-panel-title h1,
    .gds-panel-title h2 { font-size: 18px; }
    .gds-help { padding: 10px 12px; }
    .gds-form-actions {
        position: sticky;
        bottom: 0;
        z-index: 40;
        flex-direction: column-reverse;
        align-items: stretch;
        margin: 0 -12px;
        border-radius: 12px 12px 0 0;
        box-shadow: 0 -8px 24px rgba(15, 23, 42, .12);
        padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
    }
    .gds-form-actions .btn-book,
    .gds-panel .btn-book {
        width: 100%;
        min-height: 48px;
        font-size: 16px;
    }
    .gds-back {
        display: block;
        text-align: center;
        padding: 8px 0;
    }
    .gds-book .flight-field-input,
    .gds-book select.flight-field-input {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .flight-page.gds-book { padding-bottom: 8px; }
    .atm-fare { grid-template-columns: 56px 1fr; }
    .atm-cta { grid-column: 1 / -1; text-align: left; }
    .fare-actions { justify-content: flex-start; }
    .click-call-sticky { right: 0; }
    .popular-flight-grid { grid-template-columns: 1fr; }
}

.flatpickr-calendar {
    font-family: Inter, sans-serif;
    border: 0;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .18);
    border-radius: 14px;
    padding: 8px;
}
.flatpickr-months .flatpickr-month { height: 44px; }
.flatpickr-current-month { font-size: 15px; font-weight: 700; padding-top: 8px; }
.flatpickr-weekdays { background: transparent; }
.flatpickr-weekday { color: #6b7280; font-weight: 600; }
.flatpickr-day {
    border-radius: 8px;
    font-weight: 600;
}
.flatpickr-day.today {
    border-color: #ff620e;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:hover {
    background: #ff620e;
    border-color: #ff620e;
}
.flatpickr-day.inRange {
    background: #ffe8dc;
    border-color: #ffe8dc;
    box-shadow: none;
}

.car-search-grid {
    gap: 14px 16px;
    grid-template-columns: minmax(180px, 1.5fr) minmax(148px, 1fr) 108px minmax(148px, 1fr) 108px 118px minmax(132px, auto);
}
.car-search-grid.is-two-loc {
    grid-template-columns: minmax(150px, 1.2fr) 40px minmax(150px, 1.2fr) minmax(140px, 1fr) 100px minmax(140px, 1fr) 100px 110px minmax(120px, auto);
}
.car-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
    align-items: center;
}
.car-filter-row .flight-field-input {
    min-width: 160px;
    height: 42px;
}
.car-check {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin: 0;
}
.car-fare .atm-logo img { object-fit: contain; }
.car-reviews { margin-top: 28px; }
.car-reviews h3 { font-size: 20px; color: #0f2744; }
.car-reviews blockquote {
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 10px;
    padding: 12px 14px;
    margin: 10px 0 0;
    font-size: 14px;
    color: #374151;
}
.car-reviews cite { display: block; margin-top: 6px; font-size: 12px; color: #6b7280; font-style: normal; }
.popular-car-photo {
    display: flex;
    align-items: flex-end;
    padding: 16px;
    background: linear-gradient(135deg, #0f2744, #0b6e4f);
    min-height: 140px;
}
.popular-car-photo strong { color: #fff; font-size: 22px; position: relative; z-index: 1; }
.car-search-link { font-weight: 700; color: #c2410c; font-size: 13px; }
.car-search-loading {
    position: fixed;
    inset: 0;
    background: rgba(15, 39, 68, .55);
    color: #fff;
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 24px;
    text-align: center;
}
.car-search-loading[hidden] { display: none; }

.car-result-list { display: flex; flex-direction: column; gap: 14px; margin-top: 16px; }
.car-result-card {
    display: grid;
    grid-template-columns: 220px 1fr 200px;
    gap: 18px;
    align-items: stretch;
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .05);
}
.car-result-media {
    background: #f8fafc;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    overflow: hidden;
}
.car-result-media img { width: 100%; height: 140px; object-fit: contain; }
.car-result-top { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.car-result-body h4 { margin: 0 0 4px; font-size: 20px; color: #0f2744; }
.car-result-meta { margin: 0 0 12px; color: #6b7280; font-size: 13px; }
.car-supplier-logo { height: 32px; width: auto; object-fit: contain; }
.car-spec-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
.car-spec-list li {
    background: #f8fafc;
    border: 1px solid #eef2f7;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #374151;
}
.car-spec-list li.is-good { background: #eefaf4; border-color: #b7e4c7; color: #0b6e4f; }
.car-pickup-line { margin: 0; font-size: 13px; color: #4b5563; }
.car-result-cta {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    border-left: 1px solid #eef2f7;
    padding-left: 16px;
}
.car-result-cta .from { font-size: 12px; color: #6b7280; }
.car-result-cta .amount { font-size: 26px; font-weight: 800; color: #c2410c; line-height: 1.1; }
.car-result-cta .btn-book { width: 100%; margin-top: 8px; }
.gds-itinerary img { width: 100%; height: auto; max-height: 140px; object-fit: contain; border-radius: 10px; }

@media (max-width: 1199px) {
    .car-search-grid { grid-template-columns: 1fr 1fr; }
    .car-result-card { grid-template-columns: 160px 1fr 180px; }
}
@media (max-width: 767px) {
    .car-result-card { grid-template-columns: 1fr; }
    .car-result-cta { border-left: 0; padding-left: 0; text-align: left; }
}
