/* Vista index - banner, hero, servicios, aeronaves, mantenimiento */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Banner home con booking integrado */
.banner-home {
    --banner-pad-x: clamp(1rem, 4vw, 3rem);
    --banner-pad-top: calc(var(--header-height) + clamp(0.75rem, 2vh, 1.5rem));
    --banner-pad-bottom: clamp(1.5rem, 4vh, 2.5rem);
    --banner-headline-gap: clamp(1.75rem, 4vh, 3rem);
    --banner-bottom-bar: clamp(10.5rem, 20vh, 13.5rem);
    --banner-booking-overlay: rgba(255, 255, 255, 0.45);
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 100vw;
    min-height: 100svh;
    min-height: 100dvh;
    overflow: hidden;
    background: #0a0e14;
    box-sizing: border-box;
}

.banner-home:has(.autocomplete-open),
.banner-home:has(.hero-booking-fields-inner:focus-within) {
    overflow: visible;
}

.banner-home__bottom-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: var(--banner-bottom-bar);
    height: auto;
    padding: clamp(0.75rem, 2vh, 1.25rem) clamp(1.25rem, 4vw, 3rem);
    background: #002a44;
    box-sizing: border-box;
}

.banner-home__bottom-inner {
    width: min(920px, 100%);
    margin: 0 auto;
    text-align: center;
}

.banner-home__bottom-line {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    color: #ffffff;
}

.banner-home__bottom-line + .banner-home__bottom-line {
    margin-top: 0.1rem;
}

.banner-home__bottom-tagline {
    margin: clamp(0.35rem, 1vh, 0.55rem) 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
}

.banner-home__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.banner-home__overlay {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: inherit;
    width: 100%;
    padding:
        var(--banner-pad-top)
        var(--banner-pad-x)
        calc(var(--banner-pad-bottom) + var(--banner-bottom-bar));
    box-sizing: border-box;
    background: transparent;
    overflow: visible;
}

.banner-home__content {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--banner-headline-gap);
}

.banner-home__headline {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.banner-home__eyebrow {
    margin: 0 0 0.35rem;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.5rem, 4.5vw, 3.85rem);
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #ffffff;
}

.banner-home__title {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.85rem, 5.4vw, 4.75rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #ffffff;
}

.banner-home__hero {
    width: 100%;
    margin: 0;
    transform: translateY(clamp(3rem, 6vh, 4.75rem));
    background: transparent;
    padding: 0;
    min-height: auto;
    max-height: none;
    overflow: visible;
}

.banner-home__hero.hero,
.banner-home__hero.hero.hero--booking,
.banner-home__hero.hero.hero--booking[data-legs="1"],
.banner-home__hero.hero.hero--booking[data-legs="2"],
.banner-home__hero.hero.hero--booking[data-legs="3"],
.banner-home__hero.hero.hero--booking[data-legs="4"],
.banner-home__hero.hero.hero--booking[data-legs="many"],
.banner-home__hero.hero.hero--step3,
.banner-home__hero.hero.hero--booking:has(.hero-booking[data-step="2"]) {
    background: var(--banner-booking-overlay);
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    min-height: auto;
    max-height: none;
    padding: clamp(1.5rem, 3.5vh, 2rem) clamp(1rem, 2vw, 1.25rem);
    border-radius: 4px;
    overflow: visible;
}

.banner-home__hero.hero--booking {
    display: block;
    width: 100%;
    text-align: left;
}

.banner-home .hero-booking {
    position: relative;
    z-index: 1;
    inset: auto;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    opacity: 1;
    pointer-events: auto;
    overflow: visible;
}

.banner-home .hero-booking[data-step="1"] .hero-booking-title,
.banner-home .hero-booking[data-step="1"] .hero-booking-steps,
.banner-home .hero-booking[data-step="1"] .hero-booking-piernas-header {
    display: none;
}

.banner-home .hero-booking-panel--step1 .hero-booking-form {
    background: transparent;
    padding: 0;
    border-radius: 0;
    overflow: visible;
}

.banner-home .hero-booking-fields-inner,
.banner-home .hero-booking-legs,
.banner-home .hero-booking-leg,
.banner-home .hero-booking-fields {
    overflow: visible;
}

.banner-home .hero-booking-leg-num {
    display: none;
}

.banner-home.banner-home--multi-leg .hero-booking-leg-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-top: 0 !important;
    height: auto;
    min-height: 52px;
    width: 1.75rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
}

.banner-home .hero-booking-leg-row {
    align-items: center !important;
    gap: 0.75rem;
}

.banner-home .hero-booking-leg {
    margin-bottom: 0.75rem;
}

.banner-home .hero-booking-leg:last-child {
    margin-bottom: 0;
}

.banner-home .hero-booking-legs .leg-item .hero-booking-label .hero-booking-field-prefix {
    display: inline !important;
}

.banner-home .hero-booking-legs .leg-item:not(:first-child) .hero-booking-label {
    flex-direction: row !important;
    align-items: center !important;
    gap: 0.35rem !important;
}

.banner-home .hero-booking-fields-inner {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.5rem;
}

.banner-home .hero-booking-fields-inner::after {
    display: none;
}

.banner-home .hero-booking-fields-inner .hero-booking-label {
    position: relative;
    min-width: 0;
    overflow: visible;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 52px;
    background: #ffffff;
    gap: 0.35rem;
}

.banner-home .hero-booking-fields-inner .hero-booking-input {
    width: 100%;
    min-height: 52px;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    line-height: 1.2;
    outline: none;
}

.banner-home .hero-booking-label--icon {
    padding: 0 1rem;
    gap: 0.45rem;
}

.banner-home .hero-booking-label--icon .hero-booking-field-icon {
    position: static;
    transform: none;
    flex-shrink: 0;
    color: #111827;
    font-size: 0.9rem;
    pointer-events: none;
}

.banner-home .hero-booking-label--icon .hero-booking-input {
    flex: 1;
    min-width: 0;
    padding: 0;
    min-height: auto;
    font-weight: 700;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.banner-home .hero-booking-label--icon .hero-booking-input::placeholder {
    color: #111827;
    font-weight: 700;
    opacity: 1;
}

.banner-home .hero-booking-label--meta {
    padding: 0 1rem;
    gap: 0.35rem;
}

.banner-home .hero-booking-field-prefix {
    position: static;
    transform: none;
    flex-shrink: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: #111827 !important;
    pointer-events: none;
    white-space: nowrap;
}

.banner-home .hero-booking-label--meta .hero-booking-input {
    flex: 1;
    min-width: 0;
    padding: 0;
    min-height: auto;
    color: #666666 !important;
    -webkit-text-fill-color: #666666;
    color-scheme: light;
    font-weight: 400;
}

.banner-home .hero-booking-label--meta .hero-booking-input::-webkit-datetime-edit,
.banner-home .hero-booking-label--meta .hero-booking-input::-webkit-datetime-edit-fields-wrapper {
    color: #666666;
}

.banner-home .hero-booking-label--meta .hero-booking-input::-webkit-calendar-picker-indicator,
.banner-home .hero-booking-label--meta .hero-booking-input::-webkit-inner-spin-button {
    opacity: 0.55;
}

.banner-home .hero-booking-add-wrap {
    display: none;
}

.banner-home.banner-home--multi-leg .hero-booking-leg-row {
    display: grid !important;
    grid-template-columns: 1.75rem minmax(0, 1fr) 44px;
    gap: 0.75rem;
    align-items: center;
}

.banner-home.banner-home--multi-leg .hero-booking-leg-num {
    grid-column: 1;
}

.banner-home.banner-home--multi-leg .hero-booking-fields {
    grid-column: 2;
    width: 100%;
    min-width: 0;
}

.banner-home .hero-booking-leg-remove-slot {
    grid-column: 3;
    width: 44px;
    height: 52px;
    flex-shrink: 0;
}

.banner-home .hero-booking-leg-remove-slot .btn-remove-leg {
    width: 100%;
    height: 100%;
}

.banner-home .hero-booking-leg-row .btn-remove-leg {
    flex-shrink: 0;
    width: 44px;
    height: 52px;
    min-width: 44px;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: 4px;
    background: var(--nav-navy);
    color: #ffffff;
    font-size: 1.1rem;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.banner-home .hero-booking-leg-row .btn-remove-leg:hover,
.banner-home .hero-booking-leg-row .btn-remove-leg:focus-visible {
    opacity: 0.9;
    transform: scale(1.03);
}

.banner-home .hero-booking-actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.85rem;
}

.banner-home .hero-booking-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.55rem 1.2rem;
    border: none;
    border-radius: 999px;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.85rem, 1.5vw, 0.95rem);
    font-weight: 700;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.banner-home .hero-booking-btn--add,
.banner-home .hero-booking-btn--next {
    background: var(--nav-navy);
    color: #ffffff;
}

.banner-home .hero-booking-btn:hover,
.banner-home .hero-booking-btn:focus-visible {
    opacity: 0.92;
    transform: translateY(-1px);
}

/* Paso 3 (contacto): mismos estilos que paso 1 + Montserrat */
.banner-home .hero-booking-title,
.banner-home .hero-booking-step,
.banner-home .hero-booking-contact-form,
.banner-home .hero-booking-contact-hint {
    font-family: 'Montserrat', sans-serif;
}

.banner-home .hero-booking-panel--step3 .hero-booking-contact-form {
    background: transparent;
    padding: 0;
}

.banner-home .hero-booking-contact-grid {
    margin-bottom: 0;
}

.banner-home .hero-booking-contact-fields-inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
    position: relative;
}

.banner-home .hero-booking-contact-fields-inner::after {
    display: none;
    content: none;
}

.banner-home .hero-booking-contact-fields-inner .hero-booking-contact-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 52px;
    background: #ffffff;
    padding: 0 1rem;
    gap: 0.35rem;
    min-width: 0;
}

.banner-home .hero-booking-contact-fields-inner .hero-booking-contact-label.hero-booking-contact-phone-wrap {
    flex-direction: row;
    flex-wrap: nowrap;
}

.banner-home .hero-booking-contact-fields-inner .hero-booking-contact-label:nth-child(2) input,
.banner-home .hero-booking-contact-fields-inner .hero-booking-contact-label:nth-child(3) input,
.banner-home .hero-booking-contact-fields-inner .hero-booking-contact-label:nth-child(4) .hero-booking-phone-country {
    border-left: none;
}

.banner-home .hero-booking-contact-fields-inner input,
.banner-home .hero-booking-contact-fields-inner .hero-booking-phone-input {
    width: 100%;
    min-height: auto;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
    outline: none;
    box-sizing: border-box;
}

.banner-home .hero-booking-contact-fields-inner .hero-booking-contact-label:first-child input,
.banner-home .hero-booking-contact-fields-inner .hero-booking-contact-label:last-child .hero-booking-phone-input {
    border-radius: 0;
}

.banner-home .hero-booking-contact-form input::placeholder {
    color: #111827;
    font-weight: 700;
    opacity: 1;
}

.banner-home .hero-booking-phone-prefix {
    flex-shrink: 0;
}

.banner-home .hero-booking-phone-country {
    padding: 0 0.5rem 0 0;
    margin: 0;
    background: transparent;
    color: #111827;
    border: none;
    border-right: 1px solid #e8e8e8;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    min-height: auto;
    cursor: pointer;
    appearance: auto;
    box-sizing: border-box;
}

.banner-home .hero-booking-phone-input {
    flex: 1;
    min-width: 0;
}

.banner-home .hero-booking-contact-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.85rem;
    text-align: right;
}

.banner-home .hero-booking-cotizar,
.banner-home .hero-booking-btn-confirm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.55rem 1.2rem;
    border: none;
    border-radius: 999px;
    background: var(--nav-navy);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.85rem, 1.5vw, 0.95rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
    cursor: pointer;
    box-shadow: none;
    transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
}

.banner-home .hero-booking-cotizar:hover,
.banner-home .hero-booking-cotizar:focus,
.banner-home .hero-booking-btn-confirm:hover,
.banner-home .hero-booking-btn-confirm:focus-visible {
    background: var(--nav-navy);
    color: #ffffff;
    opacity: 0.92;
    transform: translateY(-1px);
}

.banner-home .hero-booking .autocomplete-results {
    z-index: 300;
}

.banner-home .hero-booking-leg.autocomplete-open {
    z-index: 250;
}

.banner-home__hero.hero--booking:has(.autocomplete-open) {
    overflow: visible;
}

.banner-home__hero.hero--booking:has(.autocomplete-open) .hero-booking {
    overflow: visible;
}

.banner-home .hero-booking-loading {
    background: rgba(0, 42, 68, 0.88);
}

/* Banner expandido (pasos 2 y 3) */
.banner-home.banner-home--expanded {
    min-height: 100svh;
    min-height: 100dvh;
    height: auto;
}

.banner-home.banner-home--expanded .banner-home__media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-home.banner-home--expanded .banner-home__overlay {
    min-height: 100svh;
    min-height: 100dvh;
    align-items: flex-start;
    padding-top: calc(var(--header-height) + 1rem);
}

.banner-home.banner-home--expanded .banner-home__headline {
    display: none;
}

.banner-home.banner-home--expanded .banner-home__hero.hero {
    background: rgba(255, 255, 255, 0.48);
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: clamp(1.5rem, 3vh, 1.85rem) clamp(1rem, 2.5vw, 1.25rem);
    border-radius: 4px;
    transform: none;
}

.banner-home.banner-home--expanded .hero-booking-title,
.banner-home.banner-home--expanded .hero-booking-steps {
    display: flex;
}

.banner-home.banner-home--expanded .hero-booking-title {
    display: block;
    color: #ffffff;
}

.banner-home.banner-home--expanded .hero-booking-panel--step1 .hero-booking-form,
.banner-home.banner-home--expanded .hero-booking-panel--step2,
.banner-home.banner-home--expanded .hero-booking-panel--step3 {
    background: transparent;
    border-radius: 0;
    padding: 0;
}

/* Tablet: campos en 2 columnas */
@media (max-width: 1100px) {
    .banner-home {
        --banner-headline-gap: clamp(1.5rem, 3.5vh, 2.5rem);
    }

    .banner-home .hero-booking-fields-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .banner-home .hero-booking-contact-fields-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobile */
@media (max-width: 768px) {
    .banner-home {
        --banner-pad-top: calc(var(--header-height) + 0.5rem);
        --banner-pad-bottom: 1.25rem;
        --banner-headline-gap: clamp(1.25rem, 3vh, 2rem);
        --banner-bottom-bar: clamp(15rem, 30vh, 20rem);
    }

    .banner-home__bottom-bar {
        padding: 0.75rem 1rem;
    }

    .banner-home__eyebrow {
        letter-spacing: 0.12em;
        font-size: clamp(1.3rem, 6.8vw, 2rem);
    }

    .banner-home__title {
        font-size: clamp(1.6rem, 7.6vw, 2.3rem);
        line-height: 1.08;
    }

    .banner-home__hero {
        transform: translateY(clamp(2rem, 4.5vh, 3.25rem));
    }

    .banner-home .hero-booking-fields-inner {
        grid-template-columns: 1fr;
    }

    .banner-home .hero-booking-contact-fields-inner {
        grid-template-columns: 1fr;
    }

    .banner-home .hero-booking-actions {
        justify-content: stretch;
    }

    .banner-home .hero-booking-btn {
        flex: 1 1 calc(50% - 0.375rem);
    }
}

@media (max-width: 480px) {
    .banner-home {
        --banner-bottom-bar: clamp(16rem, 34vh, 22rem);
    }

    .banner-home__title {
        font-size: clamp(1.5rem, 9vw, 2rem);
    }

    .banner-home__eyebrow {
        font-size: clamp(1.25rem, 8vw, 1.8rem);
    }

    .banner-home .hero-booking-btn {
        flex: 1 1 100%;
    }
}

/* Pantallas bajas: compactar sin recortar */
@media (max-height: 760px) and (min-width: 769px) {
    .banner-home {
        --banner-pad-top: calc(var(--header-height) + 0.35rem);
        --banner-pad-bottom: 1rem;
        --banner-headline-gap: clamp(1rem, 2.5vh, 1.75rem);
    }

    .banner-home__title {
        font-size: clamp(1.65rem, 4.2vw, 3rem);
    }

    .banner-home__eyebrow {
        font-size: clamp(1.35rem, 3.75vw, 2.6rem);
    }
    }
}

/* Why Choose BussJets */
.why-choose {
    --why-choose-card-h: 6.5rem;
    background: #ffffff;
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    font-family: 'Montserrat', sans-serif;
}

.why-choose,
.why-choose * {
    font-family: 'Montserrat', sans-serif;
}

.why-choose__inner {
    max-width: min(1280px, 100%);
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 2.5rem);
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2.5rem, 5vw, 4rem);
    align-items: center;
}

.why-choose__feature {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    min-height: clamp(20rem, 38vw, 28rem);
}

.why-choose__feature-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.why-choose__feature-overlay {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100%;
    padding: clamp(1.75rem, 4.5vw, 3rem) clamp(1.5rem, 3.75vw, 2.35rem);
    color: #ffffff;
}

.why-choose__eyebrow {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.45rem, 3vw, 2.15rem);
    font-weight: 400;
    letter-spacing: 0.18em;
    line-height: 1.1;
    text-transform: uppercase;
}

.why-choose__title {
    margin: 0.15em 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.35rem, 5.8vw, 3.85rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.why-choose__text {
    margin: clamp(0.95rem, 2.25vw, 1.4rem) 0 0;
    max-width: 28rem;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    font-weight: 400;
    line-height: 1.55;
}

.why-choose__text strong {
    font-weight: 700;
}

.why-choose__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: clamp(1.1rem, 2.75vw, 1.75rem);
    padding: 0.9rem 1.85rem;
    border-radius: 999px;
    background: #ffffff;
    color: var(--nav-navy, #002a44);
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.95rem, 1.35vw, 1.1rem);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.why-choose__btn:hover,
.why-choose__btn:focus-visible {
    background: #f0f4f7;
    transform: translateY(-1px);
}

.why-choose__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, 6.5rem);
    grid-auto-rows: 6.5rem;
    align-items: stretch;
    align-self: center;
    width: 100%;
    column-gap: clamp(0.7rem, 1.4vw, 0.95rem);
    row-gap: clamp(1.25rem, 2.25vw, 1.75rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.why-choose__card {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 6.5rem;
    min-height: 6.5rem;
    max-height: 6.5rem;
    padding: 0.7rem 0.85rem;
    overflow: hidden;
    align-self: stretch;
    border-radius: 1rem;
    background: #e8f2f8;
    color: var(--nav-navy, #002a44);
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.95rem, 1.35vw, 1.1rem);
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

@media (max-width: 900px) {
    .why-choose__inner {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .why-choose__feature {
        min-height: clamp(18rem, 66vw, 24rem);
    }

    .why-choose__grid {
        align-self: center;
    }
}

@media (max-width: 520px) {
    .why-choose__grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, 6.5rem);
        grid-auto-rows: 6.5rem;
    }
}

/* Our Services - home grid */
.services-home {
    --services-our-size: clamp(2rem, 4.5vw, 3rem);
    --services-services-size: clamp(2.35rem, 5.25vw, 3.65rem);
    --services-intro-pad-top: clamp(1.5rem, 3vw, 2.25rem);
    --services-heading-gap: clamp(1.25rem, 2.5vw, 2rem);
    --services-num-size: clamp(2.25rem, 4.5vw, 3.25rem);
    --services-num-gap: clamp(0.85rem, 1.75vw, 1.25rem);
    --services-item1-offset: calc(
        var(--services-intro-pad-top)
        + var(--services-our-size)
        + var(--services-services-size) * 0.95
        + var(--services-heading-gap)
        - var(--services-num-size)
        - var(--services-num-gap)
    );
    background: #f3f4f6;
    padding: clamp(3rem, 6vw, 5rem) 0 clamp(3.5rem, 7vw, 5.5rem);
    font-family: 'Montserrat', sans-serif;
}

.services-home,
.services-home * {
    font-family: 'Montserrat', sans-serif;
}

.services-home__inner {
    max-width: min(1280px, 100%);
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.services-home__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    column-gap: clamp(3.5rem, 7.5vw, 6.5rem);
}

.services-home__cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    min-height: clamp(11rem, 18vw, 14rem);
    padding: clamp(1.75rem, 3.5vw, 2.75rem) 0;
    border-bottom: 2px solid #002A44;
    color: var(--nav-navy, #002a44);
    box-sizing: border-box;
}

.services-home__cell--intro {
    padding-top: var(--services-intro-pad-top);
}

.services-home__cell:nth-child(2) {
    padding-top: var(--services-item1-offset);
}

.services-home__heading {
    margin: 0 0 var(--services-heading-gap);
    line-height: 0.95;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--nav-navy, #002a44);
}

.services-home__heading-line {
    display: block;
}

.services-home__heading-line--our {
    font-size: var(--services-our-size);
    font-weight: 400;
    line-height: 1;
}

.services-home__heading-line--services {
    font-size: var(--services-services-size);
    font-weight: 800;
    line-height: 0.95;
}

.services-home__num {
    display: block;
    margin: 0 0 var(--services-num-gap);
    font-size: var(--services-num-size);
    font-weight: 800;
    line-height: 1;
    color: var(--nav-navy, #002a44);
}

.services-home__name {
    margin: 0;
    font-size: clamp(1rem, 1.45vw, 1.15rem);
    font-weight: 700;
    line-height: 1.35;
    color: var(--nav-navy, #002a44);
}

.services-home__cell--intro .services-home__name {
    margin-top: 0;
}

.services-home__cell:not(.services-home__cell--intro) .services-home__name {
    margin-top: 0;
}

.services-home__desc {
    margin: clamp(0.65rem, 1.25vw, 0.85rem) 0 0;
    max-width: 26rem;
    font-size: clamp(0.92rem, 1.25vw, 1rem);
    font-weight: 400;
    line-height: 1.55;
    color: var(--nav-navy, #002a44);
}

.services-home__cell--intro .services-home__desc {
    max-width: 28rem;
}

.services-home__actions {
    display: flex;
    justify-content: center;
    margin-top: clamp(2.5rem, 5vw, 3.5rem);
}

.services-home__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 2.25rem;
    border-radius: 999px;
    background: var(--nav-navy, #002a44);
    color: #ffffff;
    font-size: clamp(0.92rem, 1.2vw, 1.05rem);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.services-home__btn:hover,
.services-home__btn:focus-visible {
    background: #003d5c;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .services-home__grid {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .services-home__cell {
        min-height: 0;
    }

    .services-home__cell:nth-child(2) {
        padding-top: clamp(1.75rem, 3.5vw, 2.75rem);
    }
}

/* Fleet & Crew - home banner */
.fleet-crew {
    --fleet-crew-aspect: 1000 / 563;
    background: #ffffff;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}

.fleet-crew,
.fleet-crew * {
    font-family: 'Montserrat', sans-serif;
}

.fleet-crew__inner {
    max-width: min(1280px, 100%);
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 2.5rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    box-sizing: border-box;
}

.fleet-crew__content {
    display: flex;
    align-items: center;
    background: #ffffff;
}

.fleet-crew__content-inner {
    width: 100%;
    padding: clamp(2rem, 4vw, 3rem) 0;
    box-sizing: border-box;
}

.fleet-crew__title {
    margin: 0;
    font-size: clamp(1.85rem, 4.25vw, 3rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #002A44;
}

.fleet-crew__text {
    margin: clamp(1rem, 2vw, 1.35rem) 0 0;
    max-width: 34rem;
    font-size: clamp(0.92rem, 1.25vw, 1rem);
    font-weight: 400;
    line-height: 1.6;
    color: #002A44;
}

.fleet-crew__text + .fleet-crew__text {
    margin-top: clamp(0.85rem, 1.5vw, 1.1rem);
}

.fleet-crew__tagline {
    margin: clamp(1.25rem, 2.5vw, 1.75rem) 0 0;
    font-size: clamp(0.95rem, 1.3vw, 1.05rem);
    font-weight: 700;
    line-height: 1.45;
    color: #002A44;
}

.fleet-crew__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: clamp(1.5rem, 3vw, 2rem);
    padding: 0.9rem 2rem;
    border-radius: 999px;
    background: #002A44;
    color: #ffffff;
    font-size: clamp(0.9rem, 1.15vw, 1rem);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.fleet-crew__btn:hover,
.fleet-crew__btn:focus-visible {
    background: #003d5c;
    transform: translateY(-1px);
}

.fleet-crew__media {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    line-height: 0;
}

.fleet-crew__media-img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: var(--fleet-crew-aspect);
    object-fit: contain;
    object-position: center;
}

@media (min-width: 901px) {
    .fleet-crew__inner {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        align-items: center;
    }

    .fleet-crew__content-inner {
        padding: clamp(2rem, 3.5vw, 3rem) 0;
    }

    .fleet-crew__media {
        width: calc(100% + (100vw - min(1280px, 100vw)) / 2 + clamp(1.25rem, 4vw, 2.5rem));
        max-width: none;
        margin-right: calc(-1 * ((100vw - min(1280px, 100vw)) / 2 + clamp(1.25rem, 4vw, 2.5rem)));
        transform: scale(0.92);
        transform-origin: center right;
    }
}

/* Client Experience - testimonials */
.client-experience {
    background: #ffffff;
    padding: clamp(3rem, 6vw, 5rem) 0 clamp(3.5rem, 7vw, 5.5rem);
    font-family: 'Montserrat', sans-serif;
}

.client-experience,
.client-experience * {
    font-family: 'Montserrat', sans-serif;
}

.client-experience__inner {
    max-width: min(1280px, 100%);
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 4vw, 2.5rem);
    box-sizing: border-box;
}

.client-experience__heading {
    margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
    color: #002A44;
    font-size: clamp(1.25rem, 2.2vw, 1.65rem);
    white-space: nowrap;
}

.client-experience__heading-part {
    display: inline;
}

.client-experience__heading-part--client {
    font-weight: 400;
    letter-spacing: 0.22em;
}

.client-experience__heading-part--experience {
    margin-left: 0.4em;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.client-experience__carousel {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(1rem, 3vw, 2.5rem);
}

.client-experience__viewport {
    min-width: 0;
}

.client-experience__track {
    position: relative;
}

.client-experience__slide {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    color: #002A44;
}

.client-experience__slide[hidden] {
    display: none;
}

.client-experience__quote {
    margin: 0 auto;
    max-width: 42rem;
    font-size: clamp(0.95rem, 1.3vw, 1.05rem);
    font-weight: 400;
    line-height: 1.65;
}

.client-experience__author {
    display: block;
    margin: clamp(1.1rem, 2vw, 1.5rem) 0 0;
    font-size: clamp(0.95rem, 1.25vw, 1.05rem);
    font-weight: 700;
    font-style: italic;
    line-height: 1.4;
}

.client-experience__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 0.25rem;
    border: 0;
    background: transparent;
    color: #002A44;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.client-experience__arrow {
    display: block;
    width: clamp(1.1rem, 2vw, 1.5rem);
    height: auto;
}

.client-experience__nav:hover,
.client-experience__nav:focus-visible {
    opacity: 0.65;
    transform: scale(1.03);
}

@media (max-width: 600px) {
    .client-experience__carousel {
        gap: 0.5rem;
    }

    .client-experience__arrow {
        width: 1rem;
    }
}

/* Journey contact - home CTA */
.journey-contact {
    position: relative;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}

.journey-contact,
.journey-contact * {
    font-family: 'Montserrat', sans-serif;
}

.journey-contact__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.journey-contact__inner {
    position: relative;
    z-index: 1;
    max-width: min(1280px, 100%);
    margin: 0 auto;
    padding: clamp(2rem, 3.5vw, 2.75rem) clamp(1.25rem, 4vw, 2.5rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(1.25rem, 2.5vw, 1.75rem);
    align-items: center;
    box-sizing: border-box;
}

.journey-contact__title {
    margin: 0;
    line-height: 1.1;
    text-transform: uppercase;
    color: #002A44;
}

.journey-contact__title-part {
    display: block;
}

.journey-contact__title-part--light {
    font-size: clamp(1.25rem, 2.6vw, 1.85rem);
    font-weight: 400;
    letter-spacing: 0.02em;
}

.journey-contact__title-part--bold {
    font-size: clamp(1.45rem, 3vw, 2.15rem);
    font-weight: 800;
    letter-spacing: 0.01em;
}

.journey-contact__text {
    margin: clamp(0.65rem, 1.25vw, 0.9rem) 0 0;
    max-width: 28rem;
    font-size: clamp(0.88rem, 1.1vw, 0.95rem);
    font-weight: 400;
    line-height: 1.5;
    color: #002A44;
}

.journey-contact__form {
    display: flex;
    flex-direction: column;
    gap: clamp(0.6rem, 1vw, 0.8rem);
}

.journey-contact__field {
    display: block;
}

.journey-contact__field input,
.journey-contact__field textarea {
    display: block;
    width: 100%;
    padding: 0.7rem 0.9rem;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    color: #002A44;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.9rem, 1.1vw, 0.98rem);
    line-height: 1.4;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 42, 68, 0.08);
}

.journey-contact__field input::placeholder,
.journey-contact__field textarea::placeholder {
    color: #002A44;
    font-weight: 600;
    opacity: 1;
}

.journey-contact__field input::-webkit-input-placeholder,
.journey-contact__field textarea::-webkit-input-placeholder {
    color: #002A44;
    font-weight: 600;
    opacity: 1;
}

.journey-contact__field input::-moz-placeholder,
.journey-contact__field textarea::-moz-placeholder {
    color: #002A44;
    font-weight: 600;
    opacity: 1;
}

.journey-contact__field input:focus,
.journey-contact__field textarea:focus {
    outline: 2px solid rgba(0, 42, 68, 0.25);
    outline-offset: 0;
}

.journey-contact__field textarea {
    min-height: clamp(5rem, 12vw, 6.5rem);
    resize: vertical;
}

.journey-contact__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.25rem;
}

.journey-contact__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.85rem;
    border: 0;
    border-radius: 999px;
    background: #002A44;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(0.9rem, 1.1vw, 1rem);
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.journey-contact__btn:hover,
.journey-contact__btn:focus-visible {
    background: #003d5c;
    transform: translateY(-1px);
}

@media (min-width: 901px) {
    .journey-contact__inner {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        gap: clamp(1.75rem, 3.5vw, 2.5rem);
    }
}

  /* Banner video (debajo del nav) - ocupa todo el ancho y el alto bajo la navbar */
  .banner-video {
      width: 100%;
      max-width: 100vw;
      margin: var(--header-height) 0 0 0;
      height: calc(100vh - var(--header-height));
      min-height: 400px;
      padding: 0;
      border: 0;
      overflow: hidden;
      background: #0a0e14;
      box-sizing: border-box;
  }

  .banner-video__media {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: high-quality;
      transform: translateZ(0);
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
  }

  /* Hero Section - banner azul, contenido centrado */
  #hero-booking {
      scroll-margin-top: 120px;
  }
  .hero {
      --min-height: 400px;
      --container-widget-flex-grow: 0;
      --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
      --container-widget-height: initial;
      --container-widget-align-self: initial;
      --flex-wrap-mobile: wrap;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: var(--min-height);
      flex-wrap: var(--flex-wrap-mobile);
      text-align: center;
      background: #00b8f2;
      padding: 4rem 2rem 5rem;
      position: relative;
      overflow: hidden;
      transition: min-height 0.4s ease, padding 0.4s ease;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
  }

  .hero-initial {
      position: absolute;
      inset: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 4rem 2rem 5rem;
      box-sizing: border-box;
      opacity: 1;
      pointer-events: auto;
      transition: opacity 0.4s ease;
  }

  .hero.hero--booking .hero-initial {
      opacity: 0;
      pointer-events: none;
      z-index: 0;
  }

  .hero-initial h1 {
      font-family: "Poppins", sans-serif;
      font-weight: 800;
      font-size: clamp(2.5rem, 9vw, 4.5rem);
      letter-spacing: 4px;
      margin: 0;
      color: #FFFFFF;
      text-transform: uppercase;
      line-height: 1.1;
  }

  .hero-initial h2 {
      font-family: "Poppins", sans-serif;
      font-weight: 900;
      font-size: clamp(1.35rem, 3vw, 1.85rem);
      letter-spacing: 4px;
      text-transform: uppercase;
      margin: 0.15rem 0 2.5rem 0;
      color: #FFFFFF;
      line-height: 1.2;
  }

  .hero-initial p {
      max-width: 520px;
      margin: 0 auto 3rem;
      font-size: 1.05rem;
      line-height: 1.75;
      color: #ffffff;
      font-weight: 400;
  }

  .hero .btn,
  .hero .hero-cta-btn {
      background-color: #FFFFFF;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      fill: #0CB7F2;
      color: #0CB7F2;
      border-radius: 999px;
      padding: 0.6rem 1.5rem;
      margin-top: 0;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  }

  .hero .btn:hover,
  .hero .hero-cta-btn:hover {
      background-color: #000000;
      color: #FFFFFF;
      fill: #FFFFFF;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }

  /* Vista formulario de reserva (al hacer clic en "Cotiza tu vuelo ahora") */
  .hero-booking {
      position: absolute;
      inset: 0;
      z-index: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
      padding: 2rem 1rem 3.5rem;
      box-sizing: border-box;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.4s ease;
      overflow-x: hidden;
      overscroll-behavior: contain;
  }

  .hero.hero--booking:not([data-legs="many"]) .hero-booking {
      overflow-y: hidden;
  }

  .hero.hero--booking[data-legs="many"] .hero-booking {
      overflow-y: auto;
      scrollbar-width: none;
      -ms-overflow-style: none;
  }

  .hero-booking::-webkit-scrollbar {
      display: none;
  }

  .hero.hero--booking .hero-booking {
      opacity: 1;
      pointer-events: auto;
      z-index: 1;
  }

  .hero.hero--booking:has(.autocomplete-open) {
      overflow: visible;
  }

  .hero.hero--booking:has(.autocomplete-open) .hero-booking {
      overflow: visible;
  }

  .hero.hero--booking {
      padding: 2rem 1rem 0.25rem;
      min-height: 60vh;
      overflow-y: visible;
      overflow-x: hidden;
      transition: min-height 0.55s cubic-bezier(0.25, 0.1, 0.25, 1), max-height 0.55s cubic-bezier(0.25, 0.1, 0.25, 1), padding 0.55s ease;
      overscroll-behavior: contain;
  }

  .hero.hero--booking[data-legs="1"] {
      min-height: 390px;
      justify-content: flex-start;
      padding-bottom: 0.25rem;
  }

  .hero.hero--booking[data-legs="2"] {
      min-height: 450px;
      justify-content: flex-start;
      padding-bottom: 0.25rem;
  }

  .hero.hero--booking[data-legs="3"] {
      min-height: 520px;
      justify-content: flex-start;
      padding-bottom: 0.25rem;
  }

  .hero.hero--booking[data-legs="4"] {
      min-height: 610px;
      justify-content: flex-start;
      padding-bottom: 0.25rem;
  }

  .hero.hero--booking[data-legs="many"] {
      min-height: 660px;
      max-height: 660px;
      overflow-y: auto;
      scrollbar-width: none;
      -ms-overflow-style: none;
  }

  /* Paso 2 (aeronaves disponibles): más altura y cartas hasta los bordes */
  .hero.hero--booking:has(.hero-booking[data-step="2"]) {
      min-height: 80vh;
      max-height: none;
      padding-bottom: 3rem;
  }

  .hero.hero--booking:has(.hero-booking[data-step="2"]) .hero-booking {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
  }

  .hero.hero--booking.hero--step3 {
      min-height: 55vh;
  }

  .hero.hero--booking.hero--step3[data-legs="many"] {
      min-height: 660px;
      max-height: 660px;
  }

  .hero.hero--booking::-webkit-scrollbar {
      display: none;
  }

  .hero-booking-close {
      position: absolute;
      top: 0.5rem;
      right: 0.5rem;
      z-index: 10;
      width: 36px;
      height: 36px;
      border: none;
      background: rgba(255, 255, 255, 0.2);
      color: #fff;
      font-size: 1.5rem;
      line-height: 1;
      cursor: pointer;
      border-radius: 50%;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s, opacity 0.3s;
      opacity: 0;
      pointer-events: none;
  }

  .hero.hero--booking .hero-booking-close {
      opacity: 1;
      pointer-events: auto;
  }

  .hero-booking-close:hover {
      background: rgba(255, 255, 255, 0.35);
  }

  .hero-booking-title {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: clamp(1.25rem, 4vw, 1.75rem);
      letter-spacing: 0.08em;
      color: #FFFFFF;
      text-transform: uppercase;
      margin: 0 0 1rem 0;
      text-align: center;
  }

  .hero-booking-steps {
      display: flex;
      justify-content: center;
      gap: clamp(2rem, 5vw, 5rem);
      flex-wrap: wrap;
      margin-bottom: 12px;
  }

  .hero-booking-step {
      font-family: 'Montserrat', sans-serif;
      font-size: 1rem;
      color: rgba(255, 255, 255, 0.95);
      background: none;
      border: none;
      padding: 0 0 0.35rem 0;
      cursor: pointer;
      position: relative;
      text-transform: uppercase;
      letter-spacing: 0.08em;
  }

  .hero-booking-step.is-active {
      font-weight: 700;
      color: #FFFFFF;
  }

  .hero-booking-step.is-active::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 4px;
      background: #FFFFFF;
      border-radius: 2px;
  }

  .hero-booking-piernas-header {
      display: flex;
      align-items: baseline;
      gap: 0.75rem;
      flex-wrap: wrap;
      margin-bottom: 1.25rem;
      padding-left: 3rem;
  }

  .hero-booking-piernas-title {
      font-family: "Poppins", sans-serif;
      font-size: 1.1rem;
      font-weight: 700;
      color: #FFFFFF;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin: 0;
  }

  .hero-booking-hint {
      font-size: 0.85rem;
      color: rgba(255, 255, 255, 0.85);
      margin: 0;
      font-style: italic;
  }

  .hero-booking-leg {
      width: 100%;
      max-width: 100%;
  }

  .hero-booking-leg-row {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      width: 100%;
  }

  .hero-booking-leg-num {
      font-family: "Poppins", sans-serif;
      font-size: 1.25rem;
      font-weight: 700;
      color: #ffffff;
      flex-shrink: 0;
      width: 2rem;
      height: 44px;
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      line-height: 1;
      box-sizing: border-box;
      /* Alinear el número con la fila de inputs (debajo de los títulos) */
      margin-top: 1.35rem;
  }

  .hero-booking-leg-title {
      font-family: "Poppins", sans-serif;
      font-size: 1.15rem;
      font-weight: 700;
      color: #FFFFFF;
      text-transform: uppercase;
      margin: 0 0 1rem 0;
      text-align: left;
  }

  .hero-booking-fields {
      display: flex;
      gap: 1rem;
      align-items: stretch;
      margin-bottom: 0;
      text-align: left;
      width: 100%;
      flex: 1;
      min-width: 0;
  }

  .hero-booking-fields-inner {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      gap: 0;
      position: relative;
      flex: 1;
      min-width: 0;
  }

  .hero-booking-fields-inner::after {
      content: '';
      position: absolute;
      top: 48%;
      left: 0;
      right: 0;
      bottom: 0;
      background: #ffffff;
      border: 1px solid #f0f0f0;
      border-radius: 8px;
      z-index: 0;
  }

  .hero-booking-fields-inner .hero-booking-label {
      position: relative;
      z-index: 1;
      min-width: 0;
  }

  .hero-booking-fields-inner .hero-booking-label:not(:first-child) .hero-booking-input {
      border-left: 2px solid #e8e8e8;
  }

  .hero-booking-fields-inner .hero-booking-input {
      border: none;
      border-radius: 0;
      background: #ffffff;
      box-shadow: none;
  }

  .hero-booking-fields-inner .hero-booking-label:first-child .hero-booking-input {
      border-radius: 8px 0 0 8px;
  }

  .hero-booking-fields-inner .hero-booking-label:last-child .hero-booking-input {
      border-radius: 0 8px 8px 0;
  }

  .hero-booking-fields-inner .hero-booking-input::placeholder {
      color: #6b7280;
  }

  .hero-booking-fields-inner .hero-booking-input[type="date"],
  .hero-booking-fields-inner .hero-booking-input[type="time"] {
      color: #1f2937;
  }

  .hero-booking-fields-inner .hero-booking-label span {
      color: rgba(255, 255, 255, 0.95);
  }

  /* Ocultar títulos de columnas a partir del segundo tramo */
  .hero-booking-legs .leg-item:not(:first-child) .hero-booking-label span {
      display: none;
  }

  .hero-booking-legs .leg-item:not(:first-child) .hero-booking-label {
      gap: 0;
  }

  .hero-booking-legs .leg-item:not(:first-child) .hero-booking-fields-inner::after {
      top: 0;
  }

  .hero-booking-legs .leg-item:not(:first-child) .hero-booking-leg-row {
      align-items: center;
  }

  .hero-booking-legs .leg-item:not(:first-child) .hero-booking-leg-num {
      margin-top: 0;
  }


  @media (max-width: 600px) {
      .hero-booking-fields {
          flex-direction: column;
      }
      .hero-booking-fields-inner {
          grid-template-columns: 1fr;
      }
      .hero-booking-fields-inner::after {
          top: 0;
          border-radius: 10px;
          border: 1px solid #f0f0f0;
      }
      .hero-booking-fields-inner .hero-booking-label:not(:first-child) .hero-booking-input {
          border-left: none;
          border-top: 2px solid #8d8f94;
      }
      .hero-booking-fields-inner .hero-booking-label:first-child .hero-booking-input {
          border-radius: 8px 8px 0 0;
      }
      .hero-booking-fields-inner .hero-booking-label:last-child .hero-booking-input {
          border-radius: 0 0 8px 8px;
      }
      .hero-booking-piernas-header {
          padding-left: 0;
      }
  }

  .hero-booking-label {
      display: flex;
      flex-direction: column;
      gap: 0.35rem;
  }

  .hero-booking-label span {
      font-size: 0.875rem;
      color: rgba(255, 255, 255, 0.95);
      font-weight: 400;
  }

  .hero-booking-input {
      padding: 0.65rem 0.85rem;
      background: #FFFFFF;
      border: 1px solid #d1d5db;
      border-radius: 8px;
      font-family: inherit;
      font-size: 1rem;
      color: #1f2937;
      width: 100%;
      min-height: 44px;
      box-sizing: border-box;
  }

  .hero-booking-fields-inner .hero-booking-input {
      min-height: 44px;
  }

  .hero-booking-input:not(:first-of-type) {
      border-left: 1px solid #e5e7eb;
  }

  .hero-booking-input::placeholder {
      color: #6b7280;
  }

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

  .hero-booking-input[type="number"]::-webkit-outer-spin-button,
  .hero-booking-input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: inner-spin-button;
      opacity: 1;
  }

  @media (max-width: 600px) {
      .hero-booking-input:not(:first-of-type) {
          border-left: 1px solid #d1d5db;
      }
      .hero-booking-leg-num {
          width: auto;
      }
  }

  .hero-booking-add-wrap {
      display: flex;
      align-items: flex-end;
      justify-content: flex-start;
      padding-bottom: 0;
  }

  .hero-booking-add-placeholder {
      min-width: 44px;
      min-height: 44px;
      width: 44px;
      height: 44px;
  }

  .hero-booking-add-leg {
      width: 44px;
      height: 44px;
      min-width: 44px;
      min-height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      background: rgba(255, 255, 255, 0.25);
      color: #FFFFFF;
      border: 1px solid rgba(255, 255, 255, 0.4);
      border-radius: 8px;
      font-family: "Poppins", sans-serif;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1;
      cursor: pointer;
      transition: background 0.2s, color 0.2s;
  }

  .hero-booking-add-leg:hover {
      background: rgba(255, 255, 255, 0.35);
      color: #FFFFFF;
  }

  @media (max-width: 600px) {
      .hero-booking-add-wrap {
          padding-bottom: 0;
      }
      .hero-booking-leg-row {
          flex-direction: column;
          gap: 0.5rem;
      }
      .hero-booking-leg-num {
          line-height: 1.2;
          margin-top: 0;
      }
  }

  .hero-booking-form {
      width: 100%;
      max-width: 100%;
  }

  .hero-booking-panel {
      width: 100%;
      display: none;
  }

  .hero-booking-panel--step1 {
      display: block;
  }

  .hero-booking[data-step="2"] .hero-booking-panel--step1,
  .hero-booking[data-step="3"] .hero-booking-panel--step1 {
      display: none;
  }

  .hero-booking[data-step="2"] .hero-booking-panel--step2 {
      display: block;
  }

  .hero-booking[data-step="3"] .hero-booking-panel--step1,
  .hero-booking[data-step="3"] .hero-booking-panel--step2 {
      display: none;
  }

  .hero-booking[data-step="3"] .hero-booking-panel--step3 {
      display: block;
  }

  .hero-booking-loading {
      position: absolute;
      inset: 0;
      background: rgba(0, 184, 242, 0.95);
      display: none;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      z-index: 5;
      border-radius: inherit;
  }

  .hero-booking-loading[aria-hidden="false"] {
      display: flex;
  }

  .hero-booking-spinner {
      width: 48px;
      height: 48px;
      border: 4px solid rgba(255, 255, 255, 0.3);
      border-top-color: #fff;
      border-radius: 50%;
      animation: hero-booking-spin 0.8s linear infinite;
  }

  @keyframes hero-booking-spin {
      to { transform: rotate(360deg); }
  }

  .hero-booking-loading p {
      color: #fff;
      margin: 0;
      font-size: 1rem;
  }

  .hero-booking-results {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0.5rem 0;
      text-align: left;
  }

  .hero-booking-quoter-error {
      text-align: center;
      color: rgba(255, 255, 255, 0.95);
      font-size: 1rem;
      line-height: 1.5;
      margin: 0;
      padding: 1rem 1.5rem;
      max-width: 520px;
      margin-left: auto;
      margin-right: auto;
  }

  .hero-booking-quoter-countdown {
      text-align: center;
      color: rgba(255, 255, 255, 0.9);
      font-size: 0.95rem;
      margin: 0.5rem 0 0 0;
      padding: 0 1rem;
  }

  .hero-booking-quote-status {
      text-align: center;
      color: rgba(255, 255, 255, 0.95);
      font-size: 0.95rem;
      margin: 0 0 0.75rem 0;
      padding: 0 1rem;
  }

  .hero-booking-quote-progress {
      font-weight: 700;
  }

  .hero-booking-card--loading {
      pointer-events: none;
  }

  .hero-booking-card--ready {
      animation: hero-booking-card-in 0.35s ease;
  }

  @keyframes hero-booking-card-in {
      from {
          opacity: 0;
          transform: translateY(8px);
      }
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }

  .hero-booking-skeleton-img {
      background: linear-gradient(90deg, #e8e8e8 0%, #f4f4f4 50%, #e8e8e8 100%);
      background-size: 200% 100%;
      animation: hero-booking-skeleton-shimmer 1.2s ease-in-out infinite;
  }

  .hero-booking-skeleton-details {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      padding: 0 1rem 0.5rem;
  }

  .hero-booking-skeleton-line {
      height: 12px;
      border-radius: 6px;
      background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
      background-size: 200% 100%;
      animation: hero-booking-skeleton-shimmer 1.2s ease-in-out infinite;
  }

  .hero-booking-skeleton-line--short {
      width: 65%;
  }

  .hero-booking-skeleton-line--price {
      width: 45%;
      align-self: flex-end;
      margin-top: 0.25rem;
  }

  @keyframes hero-booking-skeleton-shimmer {
      0% { background-position: 200% 0; }
      100% { background-position: -200% 0; }
  }

  .hero-booking-card-slot-spinner {
      position: absolute;
      right: 1rem;
      bottom: 1.25rem;
      width: 22px;
      height: 22px;
      border: 2px solid rgba(0, 42, 68, 0.2);
      border-top-color: #002A44;
      border-radius: 50%;
      animation: hero-booking-spin 0.8s linear infinite;
  }

  .hero-booking-results-carousel {
      position: relative;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      width: 100%;
  }

  .hero-booking-carousel-nav {
      flex-shrink: 0;
      width: 44px;
      height: 44px;
      border: none;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.25);
      color: #fff;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      transition: background 0.2s;
      z-index: 2;
  }

  .hero-booking-carousel-nav:hover {
      background: rgba(255, 255, 255, 0.4);
  }

  .hero-booking-carousel-nav[style*="hidden"] {
      pointer-events: none;
      opacity: 0.4;
  }

  .hero-booking-results-viewport {
      flex: 1;
      overflow: hidden;
      min-width: 0;
  }

  .hero-booking-results-track {
      display: flex;
      gap: 0.625rem;
      transition: transform 0.35s ease;
      width: max-content;
      padding-bottom: 2rem;
  }

  .hero-booking-results-carousel .hero-booking-card {
      flex-shrink: 0;
      min-width: 200px;
  }

  .hero-booking-card {
      background: #ffffff;
      border-radius: 12px;
      overflow: visible;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
      padding: 0 0 1.75rem 0;
      display: flex;
      flex-direction: column;
      transition: box-shadow 0.2s;
      position: relative;
      font-family: 'Montserrat', sans-serif;
      color: #002A44;
  }

  .hero-booking-card-title,
  .hero-booking-card-details,
  .hero-booking-card-price,
  .hero-booking-card-price-note,
  .hero-booking-card .hero-booking-select-btn {
      font-family: 'Montserrat', sans-serif;
  }

  .hero-booking-card i[class*="fa-"] {
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
  }

  .hero-booking-card i[class*="fab"] {
      font-family: "Font Awesome 6 Brands";
      font-weight: 400;
  }

  .hero-booking-card:hover {
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }

  .hero-booking-card-image-wrap {
      width: 100%;
      height: 180px;
      position: relative;
      overflow: hidden;
      background: #e8e8e8;
      border-radius: 12px 12px 0 0;
  }

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

  .hero-booking-card-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 36px;
      height: 36px;
      border: none;
      background: transparent;
      color: #ffffff;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      transition: opacity 0.2s, transform 0.15s;
      z-index: 2;
  }

  .hero-booking-card-arrow:hover {
      opacity: 0.9;
      transform: translateY(-50%) scale(1.1);
  }

  .hero-booking-card-arrow i {
      filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
  }

  .hero-booking-card-prev {
      left: 8px;
  }

  .hero-booking-card-next {
      right: 8px;
  }

  .hero-booking-card-head {
      padding: 1rem 1rem 0.5rem;
  }

  .hero-booking-card-title {
      font-size: 1rem;
      font-weight: 700;
      color: #002A44;
      margin: 0;
      line-height: 1.3;
      text-align: center;
  }

  .hero-booking-card-title::after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #d1d5db;
      margin-top: 0.5rem;
  }

  .hero-booking-card-details {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.4rem 0.85rem;
      padding: 0 1rem 0.25rem;
      font-size: 0.72rem;
      color: #666;
  }

  .hero-booking-card-details-col1,
  .hero-booking-card-details-col2 {
      display: flex;
      flex-direction: column;
      gap: 0.35rem;
  }

  .hero-booking-card-details-col2 {
      align-items: flex-end;
      text-align: right;
  }

  .hero-booking-card-price-wrap {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 0;
      margin-top: 0.15rem;
  }

  .hero-booking-card-price {
      font-size: 1.1rem;
      font-weight: 700;
      color: #002A44;
      line-height: 1.2;
  }

  .hero-booking-card-price-note {
      font-size: 0.7rem;
      color: #9ca3af;
      margin-top: 0.05rem;
      line-height: 1.2;
  }

  .hero-booking-card-time,
  .hero-booking-card-pax,
  .hero-booking-card-range {
      display: inline-flex;
      align-items: center;
      gap: 0.28rem;
      line-height: 1.25;
  }

  .hero-booking-card-details-col2 .hero-booking-card-time,
  .hero-booking-card-details-col2 .hero-booking-card-pax,
  .hero-booking-card-details-col2 .hero-booking-card-range {
      justify-content: flex-end;
  }

  .hero-booking-card-time i,
  .hero-booking-card-pax i,
  .hero-booking-card-range i {
      color: #999;
      font-size: 0.68rem;
  }

  .hero-booking-card .hero-booking-select-btn {
      margin: 0;
      padding: 0.65rem 1.5rem;
      width: auto;
      display: inline-flex;
      background: #002A44;
      color: #ffffff;
      border: none;
      border-radius: 9999px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 0.85rem;
      letter-spacing: 0.5px;
      cursor: pointer;
      transition: background 0.2s;
      align-self: center;
      position: absolute;
      left: 50%;
      bottom: -0.7rem;
      transform: translateX(-50%);
      box-shadow: 0 4px 12px rgba(0, 42, 68, 0.35);
  }

  .hero-booking-card .hero-booking-select-btn:hover {
      background: #003d5c;
  }

  .hero-booking-contact-form {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      text-align: left;
      font-family: 'Montserrat', sans-serif;
  }

  .hero-booking-contact-hint {
      font-size: 0.9rem;
      color: rgba(255, 255, 255, 0.95);
      font-style: italic;
      font-family: 'Montserrat', sans-serif;
      margin: 0 0 1.25rem 0;
      text-align: left;
  }

  .hero-booking-contact-grid {
      width: 100%;
      margin-bottom: 1.5rem;
  }

  /* Celdas unificadas como en paso 1 (itinerario) */
  .hero-booking-contact-fields-inner {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 0;
      position: relative;
      width: 100%;
  }

  .hero-booking-contact-fields-inner::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #ffffff;
      border: 1px solid #f0f0f0;
      border-radius: 8px;
      z-index: 0;
  }

  .hero-booking-contact-fields-inner .hero-booking-contact-label {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      gap: 0;
      min-width: 0;
  }

  .hero-booking-contact-fields-inner .hero-booking-contact-label.hero-booking-contact-phone-wrap {
      flex-direction: row;
  }

  .hero-booking-contact-fields-inner .hero-booking-contact-label:nth-child(2) input,
  .hero-booking-contact-fields-inner .hero-booking-contact-label:nth-child(3) input,
  .hero-booking-contact-fields-inner .hero-booking-contact-label:nth-child(4) .hero-booking-phone-country {
      border-left: 2px solid #e8e8e8;
  }

  .hero-booking-contact-fields-inner input {
      border: none;
      border-radius: 0;
      background: #ffffff;
      box-shadow: none;
      padding: 0.65rem 0.85rem;
      font-family: 'Montserrat', sans-serif;
      font-size: 0.95rem;
      color: #111827;
      min-height: 44px;
      box-sizing: border-box;
  }

  .hero-booking-contact-fields-inner .hero-booking-contact-label:first-child input {
      border-radius: 8px 0 0 8px;
  }

  .hero-booking-contact-fields-inner .hero-booking-contact-label:last-child .hero-booking-phone-input {
      border-radius: 0 8px 8px 0;
  }

  .hero-booking-contact-form input::placeholder {
      color: #111827;
      font-weight: 700;
      opacity: 1;
  }

  .hero-booking-contact-phone-wrap {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
  }

  .hero-booking-phone-prefix {
      flex-shrink: 0;
  }

  .hero-booking-phone-country {
      padding: 0.65rem 0.5rem 0.65rem 0.75rem;
      background: #f3f4f6;
      color: #111827;
      border: none;
      border-right: 1px solid #e8e8e8;
      border-radius: 0;
      font-size: 0.95rem;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      cursor: pointer;
      appearance: auto;
      min-height: 44px;
      box-sizing: border-box;
  }

  .hero-booking-phone-country option {
      background: #fff;
      color: #1f2937;
  }

  .hero-booking-phone-input {
      flex: 1;
      min-width: 0;
  }

  .hero-booking-contact-label input {
      min-width: 0;
  }

  .hero-booking-contact-actions {
      text-align: center;
      margin-top: 1rem;
  }

  .hero-booking-btn-confirm {
      display: inline-block;
      width: auto;
      padding: 0.55rem 1.2rem;
      border-radius: 999px;
      background: var(--nav-navy, #002A44);
      color: #ffffff;
      border: none;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: clamp(0.85rem, 1.5vw, 0.95rem);
      letter-spacing: 0.02em;
      cursor: pointer;
      transition: opacity 0.2s, transform 0.2s;
  }

  .hero-booking-btn-confirm:hover {
      opacity: 0.92;
      transform: translateY(-1px);
  }

  .hero-booking-legs {
      width: 100%;
      transition: min-height 0.35s ease;
  }

  .hero-booking-leg {
      position: relative;
      z-index: 1;
      margin-bottom: 1.25rem;
  }

  .hero-booking-leg.autocomplete-open {
      z-index: 50;
  }

  .hero-booking-leg.hero-booking-leg--animate {
      animation: hero-leg-appear 0.65s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  }

  .hero-booking-leg.hero-booking-leg--removing {
      animation: hero-leg-remove 0.55s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
      pointer-events: none;
      overflow: hidden;
  }

  @keyframes hero-leg-appear {
      0% {
          opacity: 0;
          transform: translateY(-16px);
      }
      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }

  @keyframes hero-leg-remove {
      0% {
          opacity: 1;
          transform: translateY(0);
          max-height: 8rem;
          margin-bottom: 1.25rem;
      }
      100% {
          opacity: 0;
          transform: translateY(-14px);
          max-height: 0;
          margin-bottom: 0;
      }
  }

  @keyframes hero-leg-remove-banner {
      0% {
          opacity: 1;
          transform: translateY(0);
          max-height: 5rem;
          margin-bottom: 0.75rem;
      }
      100% {
          opacity: 0;
          transform: translateY(-12px);
          max-height: 0;
          margin-bottom: 0;
      }
  }

  .banner-home .hero-booking-leg.hero-booking-leg--removing {
      margin-bottom: 0;
      animation-name: hero-leg-remove-banner;
  }

  .hero-booking-leg .leg-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0.5rem;
  }

  .hero-booking-leg .leg-header--minimal:empty {
      display: none;
      margin: 0;
  }

  .hero-booking-leg .leg-header--minimal:not(:empty) {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 0.25rem;
  }

  .hero-booking-leg .btn-remove-leg {
      width: 44px;
      height: 44px;
      min-width: 44px;
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      border: 1px solid rgba(255, 255, 255, 0.4);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.25);
      color: #FFFFFF;
      cursor: pointer;
      transition: background 0.2s, color 0.2s;
      flex-shrink: 0;
  }

  .hero-booking-leg .btn-remove-leg:hover {
      background: rgba(255, 255, 255, 0.35);
      color: #FFFFFF;
  }

  .hero-booking-leg .btn-remove-leg i {
      font-size: 1rem;
  }

  .autocomplete-container {
      position: relative;
  }

  .hero-booking .autocomplete-results {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 100;
      background: #ffffff;
      border-radius: 8px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
      max-height: 220px;
      overflow-y: auto;
      display: none;
      margin-top: 4px;
      border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .hero-booking .autocomplete-results[style*="block"] {
      display: block;
  }

  .hero-booking .autocomplete-item {
      display: flex;
      align-items: center;
      gap: 0.6rem;
      padding: 0.6rem 1rem;
      cursor: pointer;
      background: #ffffff;
      color: #1a1a1a;
      font-size: 0.9rem;
      line-height: 1.35;
      border-bottom: 1px solid #e5e5e5;
  }

  .hero-booking .autocomplete-item:last-child {
      border-bottom: none;
  }

  .hero-booking .autocomplete-item:hover {
      background: #e8f4fc;
      color: #0d0d0d;
  }

  .hero-booking .autocomplete-item .item-flag {
      flex-shrink: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      height: 16px;
      overflow: hidden;
      border-radius: 3px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  }

  .hero-booking .autocomplete-item .item-flag-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
  }

  .hero-booking .autocomplete-item .item-content {
      flex: 1;
      min-width: 0;
  }

  .hero-booking .autocomplete-item .item-main,
  .hero-booking .autocomplete-item .item-name,
  .hero-booking .autocomplete-item .item-sub {
      color: inherit;
  }

  .hero-booking .autocomplete-item .item-main {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 0.4rem;
      font-weight: 500;
      margin-bottom: 0.15rem;
  }

  .hero-booking .autocomplete-item .item-code-badge {
      display: inline-block;
      padding: 0.2rem 0.5rem;
      background: #00b8f2;
      color: #fff;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.02em;
      border-radius: 6px;
      line-height: 1.2;
  }

  .hero-booking .autocomplete-item .item-sub {
      font-size: 0.8rem;
      color: #444;
      opacity: 1;
  }

  .hero-booking .autocomplete-item:hover .item-sub {
      color: #333;
  }

  .hero-booking-actions {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1rem;
      margin-top: 0.25rem;
  }

  .hero-booking-cotizar {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.55rem 1.2rem;
      background: var(--nav-navy, #002A44);
      color: #ffffff;
      border: none;
      border-radius: 999px;
      font-family: 'Montserrat', sans-serif;
      font-size: clamp(0.85rem, 1.5vw, 0.95rem);
      font-weight: 700;
      letter-spacing: 0.02em;
      text-transform: none;
      cursor: pointer;
      box-shadow: none;
      transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
  }

  .hero-booking-cotizar:hover,
  .hero-booking-cotizar:focus {
      background: var(--nav-navy, #002A44);
      color: #ffffff;
      opacity: 0.92;
      transform: translateY(-1px);
      box-shadow: none;
  }

  /* Hero booking: móvil y tablet — scroll natural de página, sin cajas internas */
  @media (max-width: 900px) {
      .hero.hero--booking {
          min-height: auto;
          max-height: none;
          overflow: visible;
          overscroll-behavior: auto;
          padding: 1.25rem var(--container-padding, 1rem) 2rem;
      }

      .hero.hero--booking[data-legs="1"],
      .hero.hero--booking[data-legs="2"],
      .hero.hero--booking[data-legs="3"],
      .hero.hero--booking[data-legs="4"],
      .hero.hero--booking[data-legs="many"] {
          min-height: auto;
          max-height: none;
          overflow: visible;
      }

      .hero.hero--booking:has(.hero-booking[data-step="2"]) {
          min-height: auto;
      }

      .hero.hero--booking.hero--step3,
      .hero.hero--booking.hero--step3[data-legs="many"] {
          min-height: auto;
          max-height: none;
          overflow: visible;
      }

      .hero.hero--booking:not([data-legs="many"]) .hero-booking,
      .hero.hero--booking[data-legs="many"] .hero-booking,
      .hero.hero--booking:has(.autocomplete-open) .hero-booking {
          max-height: none;
          overflow: visible;
          overscroll-behavior: auto;
      }

      .hero-booking {
          position: relative;
          inset: auto;
          flex: 0 0 auto;
          width: 100%;
          padding: 0.5rem 0.75rem 1.5rem;
          max-height: none;
          overflow: visible;
          overscroll-behavior: auto;
          -webkit-overflow-scrolling: touch;
      }

      .hero-booking-title {
          font-size: clamp(1rem, 4.5vw, 1.35rem);
          margin-bottom: 0.75rem;
      }

      .hero-booking-steps {
          display: grid;
          grid-template-columns: repeat(3, minmax(0, 1fr));
          align-items: end;
          gap: 0.35rem 0.5rem;
          width: 100%;
          margin-bottom: 0.75rem;
          padding: 0 0.15rem;
      }

      .hero-booking-step {
          flex: 1 1 0;
          min-width: 0;
          font-size: clamp(0.6rem, 2.5vw, 0.78rem);
          letter-spacing: 0;
          line-height: 1.25;
          text-align: center;
          padding: 0 0.1rem 0.45rem;
          white-space: normal;
          word-break: break-word;
          hyphens: auto;
      }

      .hero-booking-step.is-active::after {
          height: 3px;
      }

      .hero-booking-piernas-header {
          flex-direction: column;
          align-items: flex-start;
          gap: 0.35rem;
          padding-left: 0;
          margin-bottom: 0.75rem;
      }

      .hero-booking-fields {
          flex-direction: column;
      }

      .hero-booking-fields-inner {
          grid-template-columns: 1fr;
      }

      .hero-booking-fields-inner::after {
          top: 0;
          border-radius: 10px;
          border: 1px solid #f0f0f0;
      }

      .hero-booking-fields-inner .hero-booking-label:not(:first-child) .hero-booking-input {
          border-left: none;
          border-top: 2px solid #8d8f94;
      }

      .hero-booking-fields-inner .hero-booking-label:first-child .hero-booking-input {
          border-radius: 8px 8px 0 0;
      }

      .hero-booking-fields-inner .hero-booking-label:last-child .hero-booking-input {
          border-radius: 0 0 8px 8px;
      }

      .hero-booking-input:not(:first-of-type) {
          border-left: 1px solid #d1d5db;
      }

      .hero-booking-leg-row {
          flex-direction: column;
          gap: 0.5rem;
          padding-left: 0.25rem;
          padding-right: 0.25rem;
      }

      .hero-booking-leg-num {
          width: auto;
          min-height: 0;
          height: auto;
          line-height: 1.2;
          margin-top: 0;
      }

      /* Pierna 1 igual que 2+: solo inputs apilados, sin títulos de columna */
      .hero-booking-legs .leg-item .hero-booking-label span {
          display: none;
      }

      .hero-booking-legs .leg-item .hero-booking-label {
          gap: 0;
      }

      .hero-booking-legs .leg-item .hero-booking-leg-row {
          align-items: center;
      }

      .hero-booking-add-wrap {
          padding-bottom: 0;
          align-self: flex-end;
      }

      .hero-booking-close {
          top: 0.5rem;
          right: 0.5rem;
      }

      .hero-booking-contact-fields-inner {
          grid-template-columns: 1fr;
      }

      .hero-booking-contact-fields-inner::after {
          top: 0;
          border-radius: 10px;
      }

      .hero-booking-contact-fields-inner .hero-booking-contact-label:nth-child(2) input,
      .hero-booking-contact-fields-inner .hero-booking-contact-label:nth-child(3) input,
      .hero-booking-contact-fields-inner .hero-booking-contact-label:nth-child(4) .hero-booking-phone-country {
          border-left: none;
          border-top: 2px solid #8d8f94;
      }

      .hero-booking-contact-fields-inner .hero-booking-contact-label:first-child input {
          border-radius: 8px 8px 0 0;
      }

      .hero-booking-contact-fields-inner .hero-booking-contact-label:last-child .hero-booking-phone-input {
          border-radius: 0 0 8px 8px;
      }
  }

  /* Celulares: pasos sin línea inferior al cambiar de sección */
  @media (max-width: 600px) {
      .hero-booking-step.is-active::after {
          content: none;
          display: none;
      }

      .hero-booking-step,
      .hero-booking-step.is-active {
          padding-bottom: 0;
      }
  }

  /* Banner home: overrides legacy del hero (estilos base en bloque .banner-home al inicio) */
  .banner-home .banner-home__hero.hero,
  .banner-home .banner-home__hero.hero.hero--booking,
  .banner-home .banner-home__hero.hero.hero--booking[data-legs="1"],
  .banner-home .banner-home__hero.hero.hero--booking[data-legs="2"],
  .banner-home .banner-home__hero.hero.hero--booking[data-legs="3"],
  .banner-home .banner-home__hero.hero.hero--booking[data-legs="4"],
  .banner-home .banner-home__hero.hero.hero--booking[data-legs="many"],
  .banner-home .banner-home__hero.hero.hero--step3,
  .banner-home .banner-home__hero.hero.hero--booking:has(.hero-booking[data-step="2"]) {
      min-height: auto;
      max-height: none;
      overflow: visible;
  }

  /* Banner home: celdas del booking (anulan estilos legacy del hero) */
  .banner-home .hero-booking-fields-inner::after {
      display: none !important;
      content: none !important;
  }

  .banner-home .hero-booking-fields-inner .hero-booking-label {
      flex-direction: row !important;
      align-items: center !important;
      gap: 0.35rem;
      background: #ffffff;
      border-radius: 0;
  }

  .banner-home .hero-booking-fields-inner .hero-booking-input {
      border: none !important;
      border-radius: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
      min-height: auto !important;
      padding: 0 !important;
  }

  .banner-home .hero-booking-fields-inner .hero-booking-label:not(:first-child) .hero-booking-input,
  .banner-home .hero-booking-fields-inner .hero-booking-label:first-child .hero-booking-input,
  .banner-home .hero-booking-fields-inner .hero-booking-label:last-child .hero-booking-input {
      border: none !important;
      border-radius: 0 !important;
  }

  .banner-home .hero-booking-label--icon .hero-booking-field-icon {
      order: -1;
      position: static !important;
      transform: none !important;
  }

  .banner-home .hero-booking-label--icon .hero-booking-input {
      flex: 1;
      font-weight: 700;
      color: #111827;
      text-transform: uppercase;
  }

  .banner-home .hero-booking-label--icon .hero-booking-input::placeholder {
      color: #111827;
      font-weight: 700;
      opacity: 1;
  }

  .banner-home .hero-booking-fields-inner .hero-booking-label span.hero-booking-field-prefix,
  .banner-home .hero-booking-fields-inner .hero-booking-label .hero-booking-field-prefix {
      color: #111827 !important;
      font-weight: 700 !important;
  }

  .banner-home .hero-booking-field-prefix {
      position: static !important;
      transform: none !important;
      font-weight: 700;
      color: #111827 !important;
  }

  .banner-home .hero-booking-label--meta .hero-booking-input,
  .banner-home .hero-booking-fields-inner .hero-booking-label--meta .hero-booking-input,
  .banner-home .hero-booking-label--meta .hero-booking-input[type="date"],
  .banner-home .hero-booking-label--meta .hero-booking-input[type="time"],
  .banner-home .hero-booking-label--meta .hero-booking-input[type="number"] {
      color: #666666 !important;
      -webkit-text-fill-color: #666666;
      color-scheme: light;
      font-weight: 400;
  }

  .banner-home .hero-booking-label--meta .hero-booking-input::-webkit-datetime-edit,
  .banner-home .hero-booking-label--meta .hero-booking-input::-webkit-datetime-edit-fields-wrapper,
  .banner-home .hero-booking-label--meta .hero-booking-input::-webkit-datetime-edit-text,
  .banner-home .hero-booking-label--meta .hero-booking-input::-webkit-datetime-edit-month-field,
  .banner-home .hero-booking-label--meta .hero-booking-input::-webkit-datetime-edit-day-field,
  .banner-home .hero-booking-label--meta .hero-booking-input::-webkit-datetime-edit-year-field,
  .banner-home .hero-booking-label--meta .hero-booking-input::-webkit-datetime-edit-hour-field,
  .banner-home .hero-booking-label--meta .hero-booking-input::-webkit-datetime-edit-minute-field,
  .banner-home .hero-booking-label--meta .hero-booking-input::-webkit-datetime-edit-ampm-field {
      color: #666666 !important;
      -webkit-text-fill-color: #666666;
  }

  .banner-home .hero-booking-label--meta .hero-booking-input::-webkit-calendar-picker-indicator,
  .banner-home .hero-booking-label--meta .hero-booking-input::-webkit-inner-spin-button {
      filter: none;
      opacity: 0.7;
  }

  /* Piernas 2+: mismas celdas y etiquetas que la fila 1 */
  .banner-home .hero-booking-legs .leg-item .hero-booking-label .hero-booking-field-prefix {
      display: inline !important;
  }

  .banner-home .hero-booking-legs .leg-item:not(:first-child) .hero-booking-label span.hero-booking-field-prefix {
      display: inline !important;
  }

  .banner-home .hero-booking-legs .leg-item:not(:first-child) .hero-booking-label {
      flex-direction: row !important;
      align-items: center !important;
      gap: 0.35rem !important;
  }

  .banner-home .hero-booking-leg-row {
      align-items: center !important;
  }

  @media (max-width: 600px) {
      .banner-home .hero-booking-legs .leg-item .hero-booking-label .hero-booking-field-prefix {
          display: inline !important;
      }

      .banner-home .hero-booking-legs .leg-item .hero-booking-label {
          flex-direction: row !important;
          gap: 0.35rem !important;
      }
  }

  /* Servicios - franja blanca | franja negra | franja blanca */
  .servicios-section {
      background: #FFFFFF;
      padding: var(--section-padding-y, 6rem) 0 0 0;
      overflow: visible;
  }

  .servicios-section .section-inner {
      max-width: var(--container-max, 1200px);
      margin: 0 auto;
      padding-left: var(--container-padding, 2.5rem);
      padding-right: var(--container-padding, 2.5rem);
  }

  .servicios-section .section-title-wrap {
      margin-top: 1rem;
  }

  .servicios-dark-band {
      width: 100%;
      max-width: 100%;
      background: linear-gradient(to bottom, #212121 0, #212121 44rem, #ffffff 44rem, #ffffff 100%);
      padding: var(--section-padding-y, 3rem) 0 var(--section-padding-y, 4rem) 0;
      margin: 10rem 0 0 0;
      box-sizing: border-box;
  }

  /* Móvil y tablet: tarjetas apiladas */
  @media (max-width: 900px) {
      .servicios-dark-band {
          padding-bottom: calc(var(--section-padding-y, 4rem) + 0.75rem);
      }
  }

  @media (max-width: 600px) {
      .servicios-dark-band {
          background: linear-gradient(to bottom, #212121 0, #212121 158rem, #ffffff 156rem, #ffffff 100%);
      }
  }

  /* Tablet: franja negra más alta (tarjetas más anchas) */
  @media (min-width: 601px) and (max-width: 900px) {
      .servicios-dark-band {
          background: linear-gradient(to bottom, #212121 0, #212121 212rem, #ffffff 210rem, #ffffff 100%);
          padding-bottom: calc(var(--section-padding-y, 4rem) + 1rem);
      }
  }

  .servicios-dark-band-inner {
      max-width: var(--container-max, 1200px);
      margin: -140px auto 0 auto;
      padding-left: var(--container-padding, 2.5rem);
      padding-right: var(--container-padding, 2.5rem);
      width: 100%;
      box-sizing: border-box;
      background: transparent;
  }

  .servicios-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0.5rem;
      align-items: stretch;
      background: transparent;
  }

  @media (max-width: 900px) {
      .servicios-grid {
          grid-template-columns: 1fr;
      }
  }

  .servicio-card {
      display: flex;
      flex-direction: column;
      max-width: 300px;
      margin: 0 auto;
      height: 100%;
      border-radius: 0;
      overflow: visible;
      transition: transform 0.3s ease;
      background: transparent;
      box-shadow: none;
  }

  /* Móvil y tablet: tarjetas a ancho completo */
  @media (max-width: 900px) {
      .servicios-dark-band .servicio-card {
          max-width: 100%;
          margin: 0;
      }
  }

  .servicio-card:hover {
      transform: translateY(-2px);
  }

  .servicio-card-img-wrap {
      width: 100%;
      aspect-ratio: 2 / 2;
      overflow: hidden;
      background: transparent;
      border: none;
  }

  .servicio-card-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: high-quality;
      vertical-align: middle;
  }

  .servicio-card-content {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      flex: 1;
      width: 100%;
      min-height: 0;
      padding-top: 10px;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 50px;
      text-align: left;
  }

  .servicio-card-content .btn-servicio {
      margin-top: auto;
      align-self: flex-start;
  }

  .servicio-card--dark .servicio-card-content {
      background: transparent;
      color: #fff;
  }

  .servicio-card--light .servicio-card-content {
      background: transparent;
      color: #111827;
  }

  @keyframes servicio-entrada-izq {
      from {
          opacity: 0;
          transform: translateX(-50px);
      }
      to {
          opacity: 1;
          transform: translateX(0);
      }
  }

  @keyframes servicio-entrada-arriba {
      from {
          opacity: 0;
          transform: translateY(-40px);
      }
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }

  @keyframes servicio-entrada-der {
      from {
          opacity: 0;
          transform: translateX(50px);
      }
      to {
          opacity: 1;
          transform: translateX(0);
      }
  }

  .servicio-num {
      font-family: "Poppins", sans-serif;
      font-size: 3.75rem;
      font-weight: 700;
      line-height: 1;
      margin-bottom: 0.5rem;
      display: block;
      opacity: 0;
  }

  .servicio-card:nth-child(1) .servicio-num,
  .servicio-card:nth-child(4) .servicio-num {
      transform: translateX(-50px);
  }

  .servicio-card:nth-child(2) .servicio-num,
  .servicio-card:nth-child(5) .servicio-num {
      transform: translateY(-40px);
  }

  .servicio-card:nth-child(3) .servicio-num,
  .servicio-card:nth-child(6) .servicio-num {
      transform: translateX(50px);
  }

  .servicios-section.in-view-row-1 .servicio-card:nth-child(1) .servicio-num {
      animation: servicio-entrada-izq 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
      animation-delay: 0.1s;
  }
  .servicios-section.in-view-row-1 .servicio-card:nth-child(2) .servicio-num {
      animation: servicio-entrada-arriba 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
      animation-delay: 0.2s;
  }
  .servicios-section.in-view-row-1 .servicio-card:nth-child(3) .servicio-num {
      animation: servicio-entrada-der 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
      animation-delay: 0.3s;
  }
  .servicios-section.in-view-row-2 .servicio-card:nth-child(4) .servicio-num {
      animation: servicio-entrada-izq 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
      animation-delay: 0.5s;
  }
  .servicios-section.in-view-row-2 .servicio-card:nth-child(5) .servicio-num {
      animation: servicio-entrada-arriba 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
      animation-delay: 0.6s;
  }
  .servicios-section.in-view-row-2 .servicio-card:nth-child(6) .servicio-num {
      animation: servicio-entrada-der 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
      animation-delay: 0.7s;
  }

  .servicio-card--dark .servicio-num {
      color: rgba(255, 255, 255, 0.9);
  }

  .servicio-card--light .servicio-num {
      color: #212121;
  }

  .servicio-title-underline {
      display: block;
      width: 30px;
      height: 5px;
      background: #0CB7F2;
      margin: 0 0 0.75rem 0;
      margin-left: 0;
  }

  .servicio-card h3 {
      font-family: "Poppins", sans-serif;
      font-size: 30px;
      font-weight: 700;
      color: #FFFFFF;
      letter-spacing: 0.15px;
      text-transform: uppercase;
      margin: 0 0 1rem 0;
      line-height: 1.2;
      min-height: 2.5em;
      opacity: 0;
  }

  .servicio-card:nth-child(1) h3,
  .servicio-card:nth-child(4) h3 {
      transform: translateX(-50px);
  }

  .servicio-card:nth-child(2) h3,
  .servicio-card:nth-child(5) h3 {
      transform: translateY(-40px);
  }

  .servicio-card:nth-child(3) h3,
  .servicio-card:nth-child(6) h3 {
      transform: translateX(50px);
  }

  .servicios-section.in-view-row-1 .servicio-card:nth-child(1) h3 {
      animation: servicio-entrada-izq 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
      animation-delay: 0.25s;
  }
  .servicios-section.in-view-row-1 .servicio-card:nth-child(2) h3 {
      animation: servicio-entrada-arriba 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
      animation-delay: 0.35s;
  }
  .servicios-section.in-view-row-1 .servicio-card:nth-child(3) h3 {
      animation: servicio-entrada-der 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
      animation-delay: 0.45s;
  }
  .servicios-section.in-view-row-2 .servicio-card:nth-child(4) h3 {
      animation: servicio-entrada-izq 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
      animation-delay: 0.65s;
  }
  .servicios-section.in-view-row-2 .servicio-card:nth-child(5) h3 {
      animation: servicio-entrada-arriba 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
      animation-delay: 0.75s;
  }
  .servicios-section.in-view-row-2 .servicio-card:nth-child(6) h3 {
      animation: servicio-entrada-der 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
      animation-delay: 0.85s;
  }

  .servicio-card--light h3 {
      color: #374151;
  }

  .servicio-card-content p {
      flex: 1;
      min-height: 0;
      font-size: 0.95rem;
      line-height: 1.6;
      margin: 0 0 1.25rem 0;
  }

  .servicio-card--dark p {
      color: rgba(255, 255, 255, 0.85);
  }

  .servicio-card--light p {
      color: #6b7280;
  }

  .btn-servicio {
      display: inline-block;
      padding: 0.6rem 1.5rem;
      font-size: 0.9rem;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      text-decoration: none;
      border-radius: 9999px;
      transition: background 0.2s, color 0.2s, border-color 0.2s;
      text-align: center;
  }

  .servicio-card--dark .btn-servicio {
      background: #FFFFFF;
      color: #1a1a1a;
      border: 1px solid rgba(0, 0, 0, 0.12);
  }

  .servicio-card--dark .btn-servicio:hover,
  .servicio-card--dark .btn-servicio:focus,
  .servicio-card--dark .btn-servicio:active {
      background: #00b8f2;
      color: #FFFFFF;
      border-color: transparent;
  }

  .servicio-card--light .btn-servicio,
  .btn-servicio--dark {
      background: #212529;
      color: #FFFFFF;
      border: none;
      border-radius: 9999px;
      padding: 0.75rem 1.75rem;
      font-weight: 500;
  }

  .servicio-card--light .btn-servicio:hover,
  .servicio-card--light .btn-servicio:focus,
  .servicio-card--light .btn-servicio:active,
  .btn-servicio--dark:hover,
  .btn-servicio--dark:focus,
  .btn-servicio--dark:active {
      background: #00b8f2;
      color: #FFFFFF;
  }

  /* Imagen full-width despuÃ©s de servicios */
  .servicios-banner-img {
      width: 100%;
      overflow: hidden;
  }

  .servicios-banner-img img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
  }

  /* Aeronaves */
  .aeronaves-section {
      background: #f5f5f5;
      padding: var(--section-padding-y, 5rem) 0;
  }

  .aeronaves-section .section-inner {
      max-width: var(--container-max, 1200px);
      margin: 0 auto;
      padding-left: var(--container-padding, 2rem);
      padding-right: var(--container-padding, 2rem);
  }

  .aeronaves-section .section-title {
      color: #374151;
  }

  .aeronaves-intro {
      text-align: center;
      max-width: 700px;
      margin: 0 auto 3rem;
      color: #6b7280;
      font-size: 1rem;
      line-height: 1.6;
  }

  .aeronaves-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem;
      margin-top: 2rem;
  }

  @media (max-width: 900px) {
      .aeronaves-grid {
          grid-template-columns: 1fr;
      }
  }

  .aeronave-card {
      background: #ffffff;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      transition: box-shadow 0.3s ease, transform 0.3s ease;
  }

  .aeronave-card:hover {
      box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
      transform: translateY(-4px);
  }

  .aeronave-card-header {
      padding: 1.5rem 1.5rem 0;
      text-align: center;
  }

  .aeronave-card-header h3 {
      font-family: "Poppins", sans-serif;
      font-size: 1.25rem;
      font-weight: 700;
      color: #374151;
      margin: 0 0 0.5rem 0;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      text-align: left;
  }

  .aeronave-title-underline {
      display: block;
      width: 50px;
      height: 5px;
      background: #0CB7F2;
      margin: 0 0 0.75rem 0;
      margin-left: 0;
  }

  .aeronave-img-wrap {
      width: 100%;
      aspect-ratio: 3 / 3;
      overflow: hidden;
      background: #e5e7eb;
  }

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

  .aeronave-content {
      padding: 1.5rem;
  }

  .aeronave-content ul {
      list-style: disc;
      color: #4b5563;
      font-size: 0.9rem;
      line-height: 1.7;
      margin: 0 0 1.25rem 0;
      padding-left: 1.25rem;
  }

  .aeronave-content li {
      padding: 0.25rem 0;
  }

  .btn-aeronave {
      display: block;
      width: 100%;
      text-align: center;
      padding: 0.7rem 1.5rem;
      background: #212529;
      color: #ffffff;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 0.95rem;
      text-decoration: none;
      border-radius: 9999px;
      border: none;
      transition: background 0.2s ease;
  }

  .btn-aeronave:hover {
      background: #1a1d21;
      color: #ffffff;
  }

  /* Mantenimiento */
  .mantenimiento-section {
      padding: 0;
  }

  .mantenimiento {
      display: grid;
      grid-template-columns: 1fr 1fr;
      min-height: 420px;
      align-items: stretch;
  }

  @media (max-width: 900px) {
      .mantenimiento {
          grid-template-columns: 1fr;
      }
  }

  .mantenimiento-content {
      background: #1a1a1a;
      padding: 3rem 100px 3rem 180px;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .mantenimiento-title {
      font-family: "Poppins", sans-serif;
      font-size: clamp(1.75rem, 3.5vw, 2.25rem);
      font-weight: 700;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 1.2;
      margin: 0 0 0.75rem 0;
  }

  .mantenimiento-underline {
      display: block;
      width: 60px;
      height: 3px;
      background: #00b8f2;
      margin: 0 0 1.5rem 0;
  }

  .mantenimiento-text {
      color: rgba(255, 255, 255, 0.9);
      font-size: 1rem;
      line-height: 1.6;
      margin: 0 0 1.5rem 0;
  }

  .mantenimiento-list {
      list-style: disc;
      color: #ffffff;
      font-size: 1rem;
      line-height: 1.7;
      margin: 0;
      padding-left: 1.25rem;
  }

  .mantenimiento-list li {
      padding: 0.35rem 0;
  }

  .mantenimiento-list li::marker {
      color: rgba(255, 255, 255, 0.6);
  }

  .mantenimiento-img-wrap {
      width: 100%;
      min-height: 380px;
      overflow: hidden;
  }

  .mantenimiento-img {
      width: 100%;
      height: 100%;
      min-height: 380px;
      object-fit: cover;
      display: block;
  }

/* Why Choose: altura uniforme en tarjetas */
.why-choose .why-choose__grid > .why-choose__card {
    height: 6.5rem;
    min-height: 6.5rem;
    max-height: 6.5rem;
    flex-shrink: 0;
}
