/* Vista index — hero split (imagen + franja título + intro) */

.hero {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    background: #0a2f3a;
    overflow: visible;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}

.hero__background {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
}

.hero-bg-img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center center;
    display: block;
    vertical-align: top;
}

.hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        180deg,
        rgba(0, 33, 56, 0.28) 0%,
        rgba(0, 33, 56, 0.12) 45%,
        rgba(0, 33, 56, 0.22) 100%
    );
    pointer-events: none;
}

.hero__logo-center {
    position: absolute;
    top: clamp(28px, 5vh, 52px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.hero-logo-icon {
    width: clamp(150px, 16vw, 220px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
}

/* Hero CDMX — título centrado sobre el banner */
.hero--overlay-title .hero__overlay {
    background: rgba(20, 32, 48, 0.52);
}

.hero--overlay-title .hero__content {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: clamp(80px, 12vh, 120px) clamp(16px, 4vw, 40px) clamp(32px, 5vh, 48px);
    pointer-events: none;
}

.hero--overlay-title .hero__title-block {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(0.35rem, 1vw, 0.65rem);
}

.hero--overlay-title .hero__title {
    display: block;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(1.85rem, 5.5vw, 4rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.hero--overlay-title .hero__subtitle {
    display: block;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.95rem, 2.2vw, 1.45rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}

@media (max-width: 640px) {
    .hero--overlay-title .hero__subtitle {
        letter-spacing: 0.16em;
    }
}

/* Hero Guadalajara — panel blanco + imagen a la derecha + franja navy */
.hero--split {
    background: #ffffff;
}

.hero--split .hero__split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    align-items: stretch;
    min-height: clamp(420px, 50vw, 620px);
    background: #ffffff;
}

.hero--split .hero__panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(110px, 14vw, 170px) clamp(24px, 5vw, 80px) clamp(48px, 7vw, 90px);
}

.hero--split .hero__logo-badge {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #002138;
    border-radius: 0 0 clamp(26px, 4vw, 46px) 0;
    padding: clamp(16px, 2.4vw, 28px) clamp(26px, 4vw, 54px) clamp(18px, 2.8vw, 32px);
    text-decoration: none;
}

.hero--split .hero__logo-img {
    display: block;
    width: clamp(112px, 12vw, 180px);
    height: auto;
}

.hero--split .hero__title-block {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(0.35rem, 1vw, 0.7rem);
}

.hero--split .hero__title {
    display: block;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(1.9rem, 4.6vw, 3.5rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #002138;
}

.hero--split .hero__subtitle {
    display: block;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    /* 0.5705 del tamaño del título: iguala el ancho visual de "Guadalajara" */
    font-size: clamp(1.084rem, 2.624vw, 1.997rem);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #002138;
}

.hero--split .hero__media {
    position: relative;
    margin: 0;
    overflow: hidden;
}

.hero--split .hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hero__ribbon {
    background: #002138;
    padding: clamp(20px, 3vw, 34px) clamp(20px, 5vw, 64px);
}

.hero__ribbon-text {
    margin: 0 auto;
    max-width: min(1100px, 94vw);
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.78rem, 1.05vw, 0.95rem);
    font-weight: 400;
    line-height: 1.65;
    color: #ffffff;
    text-align: left;
}

.hero__ribbon-text strong {
    font-weight: 700;
    color: #ffffff;
}

@media (max-width: 860px) {
    .hero--split .hero__split {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .hero--split .hero__panel {
        padding: clamp(96px, 26vw, 130px) clamp(20px, 6vw, 32px) clamp(28px, 7vw, 40px);
    }

    .hero--split .hero__media img {
        height: clamp(240px, 58vw, 380px);
    }
}

/* Franja navy con título */
.hero-title-band {
    background: #002138;
    margin: 0 !important;
    padding: clamp(36px, 5.5vw, 64px) clamp(20px, 4vw, 40px);
    text-align: center;
}

.hero-title-band__title {
    margin: 0 auto;
    max-width: min(980px, 94vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15em;
}

.hero-title-band__line {
    display: block;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.15;
    letter-spacing: 0.06em;
}

.hero-title-band__line--light {
    font-size: clamp(1.35rem, 3.2vw, 2.15rem);
    font-weight: 600;
}

.hero-title-band__line--bold {
    font-size: clamp(1.2rem, 2.8vw, 2rem);
    font-weight: 400;
    letter-spacing: 0.04em;
}

/* Intro blanca bajo el título */
.hero-intro {
    background: #ffffff;
    margin: 0 !important;
    padding: clamp(40px, 6vw, 72px) 0 clamp(28px, 4vw, 40px);
}

.hero-intro__inner {
    max-width: min(920px, 92vw);
    margin-left: auto;
    margin-right: auto;
}

.hero-intro__text {
    margin: 0;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.95rem, 1.35vw, 1.12rem);
    font-weight: 400;
    line-height: 1.7;
    color: #1a2b4a;
    text-align: justify;
}

.hero-intro__text strong {
    font-weight: 700;
    color: #001e42;
}

/* Tu llegada — tarjeta navy centrada */
.arrival-note {
    background: #ffffff;
    margin: 0 !important;
    padding: clamp(40px, 6vw, 72px) 0 clamp(8px, 2vw, 16px);
}

.arrival-note__card {
    background: #002138;
    max-width: min(1100px, 92vw);
    margin: 0 auto;
    padding: clamp(30px, 4.5vw, 54px) clamp(24px, 5vw, 72px);
    text-align: center;
}

.arrival-note__title {
    margin: 0;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(1.1rem, 2.4vw, 1.6rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
}

.arrival-note__rule {
    display: block;
    width: clamp(40px, 4vw, 58px);
    height: 3px;
    margin: clamp(14px, 2vw, 20px) auto clamp(16px, 2.4vw, 24px);
    background: #ffffff;
}

.arrival-note__text {
    margin: 0 auto;
    max-width: min(840px, 100%);
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.8rem, 1.1vw, 0.95rem);
    font-weight: 400;
    line-height: 1.7;
    color: #ffffff;
    text-align: center;
}

/* El vuelo perfecto — copy + CTA e imagen con corte diagonal */
.perfect-split {
    background: #ffffff;
    margin: 0 !important;
    padding: clamp(44px, 6.5vw, 80px) 0;
    overflow: hidden;
}

.perfect-split__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    align-items: center;
    gap: clamp(24px, 4vw, 56px);
    width: 100%;
    padding-left: max(calc((100% - min(1100px, 92vw)) / 2), clamp(16px, 4vw, 40px));
}

.perfect-split__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 30rem;
}

.perfect-split__title {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.12em;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #002138;
}

.perfect-split__title-line {
    display: block;
    font-size: clamp(1.1rem, 2.3vw, 1.6rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.04em;
}

.perfect-split__title-line--bold {
    font-weight: 800;
}

.perfect-split__text {
    margin: clamp(18px, 2.6vw, 28px) 0 clamp(24px, 3.5vw, 36px);
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.85rem, 1.15vw, 1rem);
    font-weight: 400;
    line-height: 1.75;
    color: #1a3350;
    text-align: justify;
}

.perfect-split__text strong {
    font-weight: 700;
    color: #002138;
}

.perfect-split__btn {
    display: inline-block;
    padding: clamp(12px, 1.6vw, 15px) clamp(26px, 3.5vw, 40px);
    border-radius: 999px;
    background: #002138;
    color: #ffffff;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.7rem, 0.95vw, 0.82rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.perfect-split__btn:hover {
    background: #0a2f55;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 33, 56, 0.25);
}

.perfect-split__media {
    margin: 0;
    overflow: hidden;
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

.perfect-split__media img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 860px) {
    .perfect-split__layout {
        grid-template-columns: 1fr;
        padding-left: clamp(16px, 4vw, 40px);
        padding-right: clamp(16px, 4vw, 40px);
    }

    .perfect-split__copy {
        max-width: none;
    }

    .perfect-split__btn {
        width: 100%;
        text-align: center;
    }

    .perfect-split__media {
        clip-path: none;
        -webkit-clip-path: none;
    }
}

/* Por qué volar en privado — tarjeta de datos + copy */
.why-private {
    background: #ffffff;
    margin: 0 !important;
    padding: clamp(48px, 7vw, 88px) 0;
}

.why-private__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(32px, 6vw, 88px);
    max-width: min(1100px, 92vw);
    margin: 0 auto;
}

.why-private__stats {
    background: #eff5fb;
    padding: clamp(24px, 3vw, 40px) clamp(20px, 2.6vw, 34px);
}

.why-private__stat {
    padding: clamp(14px, 2vw, 22px) 0;
    text-align: center;
}

.why-private__stat + .why-private__stat {
    border-top: 1px solid rgba(0, 33, 56, 0.18);
}

.why-private__stat:first-child {
    padding-top: clamp(6px, 1vw, 10px);
}

.why-private__stat:last-child {
    padding-bottom: clamp(6px, 1vw, 10px);
}

.why-private__value {
    margin: 0 0 0.35rem;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(1.25rem, 2.4vw, 1.75rem);
    font-weight: 800;
    line-height: 1.15;
    color: #002138;
}

.why-private__label {
    margin: 0;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.65rem, 0.95vw, 0.78rem);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #002138;
}

.why-private__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: clamp(16px, 2.6vw, 36px);
}

.why-private__title {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15em;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #002138;
}

.why-private__title-line {
    display: block;
    font-size: clamp(1.1rem, 2.3vw, 1.6rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

.why-private__title-line--bold {
    font-weight: 800;
    letter-spacing: 0.04em;
}

.why-private__rule {
    display: block;
    width: clamp(48px, 5vw, 72px);
    height: 4px;
    margin: clamp(16px, 2.4vw, 24px) 0 clamp(18px, 2.6vw, 28px);
    background: #002138;
}

.why-private__text {
    margin: 0;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.85rem, 1.15vw, 1rem);
    font-weight: 400;
    line-height: 1.75;
    color: #1a3350;
    text-align: justify;
}

.why-private__text strong {
    font-weight: 700;
    color: #002138;
}

@media (max-width: 860px) {
    .why-private__layout {
        grid-template-columns: 1fr;
        gap: clamp(28px, 6vw, 40px);
    }

    .why-private__copy {
        padding-top: 0;
    }
}

/* Franja de datos — debajo del intro */
.stats-band {
    background: #002138;
    margin: 0 !important;
    padding: 0;
}

.stats-band__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    max-width: min(1200px, 100%);
    margin: 0 auto;
}

.stats-band__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.45rem;
    padding: clamp(28px, 4vw, 44px) clamp(12px, 2vw, 24px);
    border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.stats-band__inner--3 {
    grid-template-columns: repeat(3, 1fr);
}

.stats-band__item:last-child {
    border-right: 0;
}

.stats-band__value {
    margin: 0;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(1.35rem, 2.6vw, 2rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.stats-band__label {
    margin: 0;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.68rem, 1.05vw, 0.82rem);
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
}

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

    .stats-band__item:nth-child(2n) {
        border-right: 0;
    }

    .stats-band__item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    }
}

@media (max-width: 520px) {
    .stats-band__inner {
        grid-template-columns: 1fr;
    }

    .stats-band__item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
        padding: clamp(22px, 5vw, 32px) 20px;
    }

    .stats-band__item:last-child {
        border-bottom: 0;
    }

    .stats-band__item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    }
}

/* Language Selector for Hero */
.lang-selector-hero {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(6, 30, 40, 0.72);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.lang-link-hero {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
    transition: color 0.3s ease, opacity 0.3s ease;
}

.lang-link-hero:hover,
.lang-link-hero.is-active {
    color: #ffffff;
    font-weight: 700;
    opacity: 1;
}

.lang-divider-hero {
    color: rgba(255, 255, 255, 0.55);
    font-weight: 300;
}

/* Sección excepcional — imagen diagonal + copy */
.exceptional {
    background: #ffffff;
    margin: 0 !important;
    padding: clamp(36px, 5vw, 64px) 0 clamp(48px, 7vw, 80px);
}

.exceptional__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(20px, 3vw, 40px);
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 clamp(16px, 4vw, 48px) 0 0;
}

.exceptional__media {
    position: relative;
    width: 80%;
    max-width: 80%;
    margin: 0 0 0 15%;
    overflow: hidden;
    border-radius: 0 clamp(48px, 7vw, 96px) 0 clamp(48px, 7vw, 96px);
}

.exceptional__media img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center center;
}

.exceptional__copy {
    max-width: 34rem;
    margin: 0;
    padding: clamp(8px, 1.5vw, 16px) 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.exceptional__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    text-align: left;
}

.exceptional__title {
    margin: 0;
    max-width: none;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(1.35rem, 2.8vw, 2.1rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: left;
    color: #002b45;
    display: flex;
    flex-direction: column;
    gap: 0.12em;
}

.exceptional__title-line {
    display: block;
}

.exceptional__title-line--bold {
    font-weight: 800;
    letter-spacing: 0.06em;
}

.exceptional__rule {
    display: block;
    width: clamp(64px, 7vw, 96px);
    height: 5px;
    margin: clamp(14px, 2vw, 20px) 0 clamp(18px, 2.5vw, 28px);
    background: #002b45;
}

.exceptional__text {
    margin: 0;
    max-width: none;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.95rem, 1.25vw, 1.08rem);
    font-weight: 400;
    line-height: 1.7;
    color: #002b45;
    text-align: justify;
}

.exceptional__text strong {
    font-weight: 700;
    color: #002b45;
}

@media (max-width: 900px) {
    .exceptional__layout {
        grid-template-columns: 1fr;
        gap: clamp(24px, 4vw, 36px);
        padding: 0 clamp(16px, 4vw, 40px);
    }

    .exceptional__media {
        width: 80%;
        max-width: 80%;
        margin: 0 auto;
        border-radius: 0 clamp(36px, 8vw, 72px) 0 clamp(36px, 8vw, 72px);
    }

    .exceptional__media img {
        height: auto;
        min-height: 0;
        aspect-ratio: auto;
        object-fit: contain;
    }

    .exceptional__copy {
        max-width: none;
    }
}

/* Tiempos de vuelo — copy + tabla */
.flight-duration {
    background: #eef3f7;
    margin: 0 !important;
    padding: clamp(40px, 6vw, 72px) 0;
}

.flight-duration__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(28px, 4vw, 56px);
    max-width: min(1180px, 94vw);
    margin: 0 auto;
    padding: 0 clamp(16px, 2vw, 24px);
}

.flight-duration__copy {
    max-width: 28rem;
}

.flight-duration__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.flight-duration__title {
    margin: 0;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(1.35rem, 2.8vw, 2.05rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #002138;
    display: flex;
    flex-direction: column;
    gap: 0.1em;
}

.flight-duration__title-line {
    display: block;
}

.flight-duration__title-line--bold {
    font-weight: 800;
}

.flight-duration__rule {
    display: block;
    width: clamp(56px, 6vw, 84px);
    height: 5px;
    margin: clamp(14px, 2vw, 20px) 0 clamp(18px, 2.5vw, 26px);
    background: #002138;
}

.flight-duration__text {
    margin: 0;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.95rem, 1.25vw, 1.08rem);
    font-weight: 400;
    line-height: 1.7;
    color: #002138;
}

.flight-duration__text strong {
    font-weight: 700;
}

.flight-duration__table-wrap {
    width: 100%;
    overflow-x: auto;
}

.flight-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.88rem, 1.15vw, 1rem);
    color: #002138;
    background: #ffffff;
}

.flight-table thead th {
    background: #002138;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    padding: 0.5rem 1rem;
}

.flight-table thead th:last-child {
    text-align: center;
    white-space: nowrap;
}

.flight-table tbody td {
    padding: 0.4rem 1rem;
    border: 1px solid #c5d0da;
    background: #f7fafc;
    line-height: 1.35;
}

.flight-table tbody tr:nth-child(even) td {
    background: #eef3f7;
}

.flight-table tbody td:last-child {
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
    width: 34%;
}

@media (max-width: 900px) {
    .flight-duration__layout {
        grid-template-columns: 1fr;
        gap: clamp(24px, 4vw, 36px);
    }

    .flight-duration__copy {
        max-width: none;
    }
}

/* Tu llegada */
.arrival {
    background: #ffffff;
    margin: 0 !important;
    padding: clamp(40px, 6vw, 72px) 0 clamp(48px, 7vw, 80px);
}

.arrival__copy {
    max-width: min(920px, 92vw);
    margin: 0 auto clamp(36px, 5vw, 56px);
}

.arrival__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.arrival__title {
    margin: 0;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(1.55rem, 3.4vw, 2.45rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #001f3f;
    text-align: center;
}

.arrival__rule {
    display: block;
    width: clamp(48px, 5vw, 72px);
    height: 6px;
    margin: clamp(14px, 2vw, 20px) auto clamp(22px, 3vw, 32px);
    background: #001f3f;
}

.arrival__text {
    margin: 0;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.95rem, 1.25vw, 1.08rem);
    font-weight: 400;
    line-height: 1.75;
    color: #4a4a4a;
    text-align: justify;
}

.arrival__text strong {
    font-weight: 700;
    color: #001f3f;
}

.arrival__media {
    max-width: min(1062px, 84.6vw);
    margin: 0 auto;
    overflow: visible;
}

.arrival__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center center;
}

@media (max-width: 768px) {
    .arrival__heading {
        width: 100%;
    }
}

/* Vuelo directo — banner + dos columnas + CTA */
.direct-flight {
    background: #ffffff;
    margin: 0 !important;
    padding: clamp(40px, 6vw, 72px) 0 clamp(48px, 7vw, 80px);
}

.direct-flight__banner {
    margin: 0 auto clamp(40px, 6vw, 64px);
    max-width: min(1100px, 92vw);
    overflow: hidden;
}

.direct-flight__banner img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3.036;
    object-fit: cover;
    object-position: center center;
}

.direct-flight__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(28px, 4vw, 48px);
    max-width: min(1100px, 92vw);
    margin: 0 auto clamp(36px, 5vw, 52px);
    align-items: start;
}

.direct-flight__col {
    position: relative;
    padding: 0 clamp(8px, 1.5vw, 16px);
}

.direct-flight__col + .direct-flight__col {
    border-left: 2px solid #002138;
    padding-left: clamp(28px, 4vw, 48px);
}

.direct-flight__title {
    margin: 0 0 clamp(14px, 2vw, 22px);
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    line-height: 1.25;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #002138;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15em;
}

.direct-flight__title-light {
    font-weight: 500;
}

.direct-flight__title-bold {
    font-weight: 800;
}

.direct-flight__text {
    margin: 0;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.92rem, 1.2vw, 1.05rem);
    font-weight: 400;
    line-height: 1.7;
    color: #3a4a5c;
    text-align: justify;
}

.direct-flight__text strong {
    font-weight: 700;
    color: #002138;
}

.direct-flight__cta {
    display: flex;
    justify-content: center;
    max-width: min(1100px, 92vw);
    margin: 0 auto;
}

.direct-flight__btn {
    display: inline-block;
    padding: clamp(12px, 1.6vw, 15px) clamp(28px, 4vw, 44px);
    border-radius: 999px;
    background: #002138;
    color: #ffffff;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.72rem, 1vw, 0.88rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.direct-flight__btn:hover {
    background: #0a2f55;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 33, 56, 0.25);
}

@media (max-width: 800px) {
    .direct-flight__columns {
        grid-template-columns: 1fr;
        gap: clamp(28px, 5vw, 40px);
    }

    .direct-flight__col + .direct-flight__col {
        border-left: 0;
        border-top: 2px solid #002138;
        padding-left: clamp(8px, 1.5vw, 16px);
        padding-top: clamp(28px, 5vw, 40px);
    }

    .direct-flight__btn {
        width: 100%;
    }
}

/* Qué hacer CDMX — filas alternadas texto/imagen */
.spots {
    background: #ffffff;
    margin: 0 !important;
    padding: clamp(48px, 7vw, 88px) 0;
}

.spots__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto clamp(40px, 6vw, 64px);
    max-width: min(920px, 92vw);
}

.spots__title {
    margin: 0;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    color: #002138;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2px, 0.4vw, 6px);
    line-height: 1.15;
}

.spots__title-line {
    font-size: clamp(1rem, 2.1vw, 1.4rem);
    font-weight: 500;
    letter-spacing: 0.05em;
}

.spots__title-line--bold {
    font-size: clamp(1.6rem, 3.8vw, 2.6rem);
    font-weight: 800;
    letter-spacing: 0.04em;
}

.spots__rule {
    display: block;
    width: clamp(48px, 5vw, 72px);
    height: 5px;
    margin-top: clamp(14px, 2vw, 20px);
    background: #002138;
}

.spots__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: clamp(28px, 4.5vw, 56px);
    max-width: min(1100px, 92vw);
    margin: 0 auto clamp(48px, 7vw, 72px);
}

.spots__row:last-child {
    margin-bottom: 0;
}

.spots__row--reverse .spots__copy {
    order: 2;
}

.spots__row--reverse .spots__media {
    order: 1;
}

.spots__copy {
    max-width: 32rem;
}

.spots__item-title {
    margin: 0 0 clamp(14px, 2vw, 22px);
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(1.15rem, 2.2vw, 1.55rem);
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #002138;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35em;
}

.spots__item-title-light {
    font-weight: 500;
}

.spots__item-title-bold {
    font-weight: 800;
}

.spots__text {
    margin: 0;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.95rem, 1.25vw, 1.08rem);
    font-weight: 400;
    line-height: 1.7;
    color: #3a4a5c;
    text-align: justify;
}

.spots__media {
    margin: 0;
    background: transparent;
    line-height: 0;
    overflow: hidden;
    border-radius: clamp(40px, 5vw, 60px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.spots__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.85;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.14);
    transform-origin: center center;
}

@media (max-width: 860px) {
    .spots__row,
    .spots__row--reverse {
        grid-template-columns: 1fr;
        gap: clamp(20px, 4vw, 28px);
    }

    .spots__row--reverse .spots__copy,
    .spots__row--reverse .spots__media {
        order: initial;
    }

    .spots__copy {
        max-width: none;
    }
}

/* Qué hacer en Monterrey — dos columnas */
.activities {
    background: #f4f6f8;
    margin: 0 !important;
    padding: clamp(48px, 7vw, 88px) 0;
}

.activities__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 5vw, 72px);
    max-width: min(1100px, 92vw);
    margin: 0 auto;
    align-items: start;
}

.activities__col {
    display: flex;
    flex-direction: column;
    gap: clamp(28px, 4vw, 40px);
}

.activities__intro {
    margin: 0 0 clamp(8px, 1.5vw, 16px);
}

.activities__title {
    margin: 0;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    color: #002138;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 0.08em;
    line-height: 1.1;
}

.activities__title-line {
    display: block;
    font-size: clamp(1.15rem, 2.2vw, 1.55rem);
    font-weight: 500;
    letter-spacing: 0.06em;
}

.activities__title-line--bold {
    font-size: clamp(2rem, 4.2vw, 3.1rem);
    font-weight: 800;
    letter-spacing: 0.04em;
}

.activities__rule {
    display: block;
    width: clamp(48px, 5vw, 72px);
    height: 5px;
    margin: clamp(14px, 2vw, 20px) 0 0;
    background: #002138;
}

.activities__item {
    display: block;
    padding-bottom: clamp(22px, 3vw, 32px);
    border-bottom: 1px solid rgba(0, 33, 56, 0.35);
}

.activities__num {
    margin: 0 0 0.35rem;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #002138;
    line-height: 1.1;
}

.activities__item-title {
    margin: 0 0 0.7rem;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.95rem, 1.35vw, 1.1rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #002138;
}

.activities__item-text {
    margin: 0;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.9rem, 1.15vw, 1rem);
    font-weight: 400;
    line-height: 1.7;
    color: #5a6570;
    text-align: left;
}

@media (max-width: 800px) {
    .activities__grid {
        grid-template-columns: 1fr;
        gap: clamp(24px, 4vw, 36px);
    }
}

/* Sección vuelo perfecto — imagen + copy */
.perfect-flight {
    background: #ffffff;
    margin: 0 !important;
    padding: clamp(40px, 6vw, 80px) 0;
}

.perfect-flight__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 2.5vw, 32px);
    max-width: min(1062px, 84.6vw);
    margin: 0 auto;
}

.perfect-flight__media {
    margin: 0;
    width: 80%;
    justify-self: end;
    transform: translateX(-15%);
    overflow: hidden;
    border-radius: clamp(18px, 2.5vw, 28px);
}

.perfect-flight__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: clamp(192px, 25.6vw, 336px);
    aspect-ratio: 25 / 16;
    object-fit: cover;
    object-position: center center;
}

.perfect-flight__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-self: start;
    max-width: 32rem;
    gap: clamp(24px, 3.5vw, 36px);
}

.perfect-flight__content {
    position: relative;
    padding-left: clamp(18px, 2vw, 26px);
}

.perfect-flight__content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.15em;
    bottom: 0.15em;
    width: 4px;
    background: #002138;
}

.perfect-flight__title {
    margin: 0 0 clamp(14px, 2vw, 22px);
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(1.25rem, 2.5vw, 1.85rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #002138;
    display: flex;
    flex-direction: column;
    gap: 0.1em;
}

.perfect-flight__title-line {
    display: block;
}

.perfect-flight__title-line--light {
    font-weight: 500;
}

.perfect-flight__text {
    margin: 0;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.95rem, 1.25vw, 1.08rem);
    font-weight: 400;
    line-height: 1.7;
    color: #002138;
    text-align: justify;
}

.perfect-flight__text strong {
    font-weight: 700;
    color: #002138;
}

.perfect-flight__btn {
    display: inline-block;
    padding: clamp(12px, 1.6vw, 15px) clamp(28px, 4vw, 40px);
    border-radius: 999px;
    background: #002138;
    color: #ffffff;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.75rem, 1vw, 0.88rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.perfect-flight__btn:hover {
    background: #0a2f55;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 33, 56, 0.25);
}

@media (max-width: 900px) {
    .perfect-flight__layout {
        grid-template-columns: 1fr;
        gap: clamp(24px, 4vw, 36px);
    }

    .perfect-flight__copy {
        max-width: none;
    }

    .perfect-flight__media {
        width: 100%;
        transform: none;
        justify-self: stretch;
    }

    .perfect-flight__media img {
        min-height: 176px;
        aspect-ratio: 16 / 8;
    }

    .perfect-flight__btn {
        width: 100%;
        max-width: 100%;
    }
}

/* Destination Intro — debajo del banner */
.destination-intro {
    background: #ffffff;
    padding: 0 0 clamp(56px, 8vw, 96px);
}

.destination-intro__inner {
    max-width: var(--container-max, 1200px);
}

.destination-intro__text {
    margin: 0 auto clamp(48px, 7vw, 72px);
    max-width: 95%;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1rem, 1.35vw, 1.125rem);
    font-weight: 500;
    line-height: 1.65;
    color: #333333;
    text-align: center;
}

.destination-intro__heading {
    text-align: center;
}

.destination-intro__title {
    margin: 0;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-size: clamp(2rem, 4.2vw, 3.25rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.destination-intro__title-dark,
.destination-intro__title-accent {
    display: block;
}

.destination-intro__title-dark {
    color: #1a2b4a;
}

.destination-intro__title-accent {
    color: #66c2ea;
}

.destination-intro__divider {
    width: clamp(120px, 18vw, 180px);
    height: 7px;
    margin: clamp(20px, 3vw, 28px) auto 0;
    background: #66c2ea;
    border-radius: 2px;
}

.destination-spot {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
    margin-top: clamp(56px, 8vw, 96px);
    padding-bottom: clamp(16px, 3vw, 32px);
}

.destination-spot + .destination-spot {
    margin-top: clamp(48px, 7vw, 88px);
}

.destination-spot--03 .destination-spot__media {
    transform: scale(0.9);
    transform-origin: center center;
}

.destination-spot--04 {
    position: relative;
    overflow: visible;
    padding-bottom: clamp(100px, 14vw, 180px);
}

.destination-spot--04 .destination-spot__media {
    position: relative;
    z-index: 1;
    transform: translate(-15%, 20%) scale(1.2);
    margin-bottom: clamp(40px, 6vw, 80px);
}

.destination-spot--04 .destination-spot__content {
    position: relative;
    z-index: 2;
    transform: translateX(10%);
}

.destination-spot--05 {
    margin-top: clamp(48px, 7vw, 88px);
    margin-bottom: clamp(72px, 11vw, 140px);
    position: relative;
    align-items: start;
    padding-top: 0;
    padding-bottom: clamp(48px, 8vw, 96px);
    overflow: visible;
    z-index: 1;
}

.destination-spot--05 .destination-spot__bridge-bar {
    position: absolute;
    top: clamp(-300px, -70vw, -220px);
    left: calc(-1 * var(--container-padding, 2rem) + 10%);
    width: clamp(312px, 53vw, 593px);
    height: clamp(116px, 11.9vw, 172px);
    background: #1a2b4a;
    z-index: 0;
    pointer-events: none;
}

.destination-spot--05 .destination-spot__content {
    grid-column: 2;
    grid-row: 1;
    position: relative;
    z-index: 2;
    margin-top: clamp(28px, 4vw, 48px);
    transform: translate(-16%, 30%);
}

.destination-spot--05 .destination-spot__media {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
    align-self: start;
    width: fit-content;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: clamp(56px, 9vw, 120px);
    transform: translateY(-165px) scale(2.12);
    transform-origin: center top;
    z-index: 1;
}

@media (min-width: 901px) {
    .destination-spot--05 .destination-spot__bridge-bar {
        left: calc(-1 * var(--container-padding, 2rem) - max(0px, (100vw - var(--container-max, 1200px)) / 2) + 10%);
        width: clamp(374px, 56vw, 655px);
        height: clamp(127px, 12.5vw, 185px);
    }

    .destination-spot--05 .destination-spot__media img {
        width: min(100%, clamp(377px, 45.3vw, 529px));
    }

    .destination-spot--05 {
        margin-top: clamp(48px, 7vw, 88px);
        padding-top: 0;
    }

    .destination-spot--05 .destination-spot__media {
        margin-top: 0;
        transform: translateY(-165px) scale(2.12);
    }
}

.destination-spot__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.destination-spot__media img {
    display: block;
    width: min(100%, clamp(343px, 41.2vw, 481px));
    height: auto;
    max-width: 100%;
}

.destination-spot__number {
    margin: 0 0 0.35em;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-size: clamp(1.75rem, 3.2vw, 2.65rem);
    font-weight: 600;
    line-height: 1;
    color: #66c2ea;
}

.destination-spot__title {
    margin: 0 0 clamp(20px, 3vw, 28px);
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-size: clamp(1.75rem, 3.2vw, 2.65rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.destination-spot__title-dark {
    color: #1a2b4a;
}

.destination-spot__title-accent {
    color: #66c2ea;
}

.destination-spot__title-line {
    display: block;
}

.destination-spot__body p {
    margin: 0 0 1.1em;
    font-family: 'Poppins', sans-serif;
    font-size: calc(clamp(0.98rem, 1.25vw, 1.125rem) * 0.92);
    font-weight: 400;
    line-height: 1.7;
    color: #333333;
    text-align: justify;
}

.destination-spot__body p:last-child {
    margin-bottom: 0;
}

.destination-spot--overlap {
    display: block;
    overflow: visible;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: clamp(40px, 5vw, 64px);
}

.destination-spot--overlap .destination-spot__layout {
    position: relative;
    max-width: min(1200px, 100%);
    min-height: clamp(520px, 48vw, 680px);
    margin: 0 auto;
}

.destination-spot--overlap .destination-spot__accent-bar {
    position: absolute;
    top: 0;
    bottom: clamp(-72px, -6vw, -40px);
    left: calc(-1 * var(--container-padding, 2rem));
    width: calc(clamp(300px, 40vw, 500px) * 0.81);
    background: #1a2b4a;
    z-index: 1;
}

.destination-spot--overlap .destination-spot__media {
    position: absolute;
    top: clamp(72px, 9vw, 120px);
    left: clamp(24px, 4vw, 72px);
    z-index: 2;
    width: min(58%, clamp(480px, 52vw, 660px));
    padding: 0;
    margin: 0;
    max-width: none;
}

.destination-spot--overlap .destination-spot__content {
    position: absolute;
    top: 50%;
    left: clamp(35%, 37vw, 41%);
    right: 0;
    z-index: 3;
    width: auto;
    transform: translateY(-50%);
    background: transparent;
    padding: clamp(28px, 4vw, 48px) clamp(24px, 3.5vw, 40px);
    box-sizing: border-box;
    box-shadow: none;
}

.destination-spot--overlap .destination-spot__media img {
    width: 100%;
    max-width: none;
    display: block;
}

@media (min-width: 901px) {
    .destination-spot--overlap .destination-spot__accent-bar {
        left: calc(-1 * var(--container-padding, 2rem) - max(0px, (100vw - var(--container-max, 1200px)) / 2));
        width: calc((clamp(300px, 40vw, 500px) + var(--container-padding, 2rem) + max(0px, (100vw - var(--container-max, 1200px)) / 2)) * 0.81);
    }
}

@media (min-width: 901px) {
    .destination-spot {
        align-items: center;
    }

    .destination-spot__content {
        align-self: center;
    }

    .destination-spot__media {
        align-self: center;
    }

    .destination-spot:not(.destination-spot--overlap) .destination-spot__media img {
        width: min(100%, clamp(367px, 45.8vw, 527px));
    }
}

@media (max-width: 900px) {
    .destination-intro > .destination-spot--overlap:first-child {
        margin-top: 0;
        padding-top: clamp(28px, 5vw, 44px);
    }

    .destination-spot {
        grid-template-columns: 1fr;
        gap: clamp(24px, 5vw, 36px);
        margin-top: clamp(40px, 7vw, 64px);
        justify-items: center;
    }

    .destination-spot__content {
        width: 100%;
        max-width: min(560px, 100%);
        margin: 0 auto;
        text-align: center;
    }

    .destination-spot__body p {
        text-align: center;
    }

    .destination-spot--overlap .destination-spot__layout {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(20px, 4vw, 28px);
        min-height: 0;
        width: 100%;
    }

    .destination-spot--overlap .destination-spot__accent-bar {
        display: none;
    }

    .destination-spot--overlap .destination-spot__media {
        position: relative;
        top: auto;
        left: auto;
        width: min(100%, 520px);
        margin: 0 auto;
        padding-left: 0;
        box-sizing: border-box;
    }

    .destination-spot--overlap .destination-spot__media::before {
        display: none;
    }

    .destination-spot--overlap .destination-spot__media img {
        position: relative;
        z-index: 1;
        width: min(100%, clamp(343px, 93.9vw, 458px));
        margin: 0 auto;
    }

    .destination-spot--overlap .destination-spot__content {
        position: static;
        transform: none;
        width: 100%;
        max-width: min(560px, 100%);
        margin: 0 auto;
        box-shadow: none;
        padding: 0 clamp(4px, 2vw, 12px);
        text-align: center;
    }

    .destination-spot--03 .destination-spot__media {
        transform: none;
    }

    .destination-spot--04 {
        padding-bottom: clamp(32px, 6vw, 64px);
    }

    .destination-spot--04 .destination-spot__media {
        transform: none;
        margin-bottom: 0;
    }

    .destination-spot--04 .destination-spot__content {
        transform: none;
    }

    .destination-spot--05 .destination-spot__bridge-bar {
        display: none;
    }

    .destination-spot--05 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: clamp(40px, 7vw, 64px);
        margin-bottom: clamp(40px, 7vw, 64px);
        padding-top: 0;
        padding-bottom: 0;
    }

    .destination-spot--05 .destination-spot__media {
        grid-column: auto;
        grid-row: auto;
        margin-top: 0;
        margin-bottom: clamp(20px, 4vw, 32px);
        transform: none;
        transform-origin: center top;
        width: 100%;
    }

    .destination-spot--05 .destination-spot__content {
        grid-column: auto;
        grid-row: auto;
        transform: none;
        margin-top: 0;
        max-width: min(560px, 100%);
        text-align: center;
    }

    .destination-spot__media {
        max-width: min(520px, 100%);
        margin: 0 auto;
        width: 100%;
        justify-content: center;
    }

    .destination-spot__media img {
        width: min(100%, clamp(343px, 93.9vw, 458px));
        margin: 0 auto;
    }

    .contact-cta {
        margin-top: clamp(12px, 3vw, 24px);
    }

    .contact-cta__heading {
        margin-bottom: clamp(6px, 1.5vw, 12px);
        transform: translateY(clamp(-64px, -9vw, -96px));
    }

    .contact-cta__heading-outline {
        font-size: clamp(2.25rem, 10vw, 4.25rem);
    }

    .contact-cta__inner {
        max-width: min(560px, 92vw);
    }

    .contact-cta__text {
        font-size: clamp(0.95rem, 2.8vw, 1.05rem);
    }
}

/* Contact CTA — arriba del footer */
.contact-cta {
    position: relative;
    overflow: visible;
    background: transparent;
    margin: clamp(-8px, -1vw, 0px) 0 0;
    padding: 0;
}

.contact-cta__heading {
    position: relative;
    z-index: 2;
    margin: 0 auto clamp(8px, 1.2vw, 16px);
    text-align: center;
    pointer-events: none;
    transform: translateY(clamp(-120px, -11vw, -160px));
}

.contact-cta__heading-outline {
    margin: 0;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-size: clamp(3rem, 9.5vw, 6.5rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(26, 43, 74, 0.55);
    pointer-events: none;
    user-select: none;
}

.contact-cta__panel {
    background: #1a2b4a;
    color: #ffffff;
    padding: clamp(56px, 8vw, 96px) 0 clamp(48px, 7vw, 84px);
}

.contact-cta__inner {
    max-width: min(640px, 100%);
    margin: 0 auto;
    text-align: center;
}

.contact-cta__text {
    margin: 0 auto clamp(32px, 4.5vw, 44px);
    font-family: 'Helvetica Neue', sans-serif;
    font-size: clamp(1rem, 1.35vw, 1.125rem);
    font-weight: 400;
    line-height: 1.65;
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
}

.contact-cta__text strong {
    font-family: inherit;
    font-weight: 700;
    color: #ffffff;
}

.contact-cta__btn {
    display: inline-block;
    padding: clamp(12px, 1.5vw, 14px) clamp(28px, 4vw, 36px);
    border-radius: 999px;
    background: #ffffff;
    color: #3d9fd4;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-size: clamp(0.82rem, 1.1vw, 0.95rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-cta__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 480px) {
    .contact-cta {
        margin-top: clamp(-4px, -1vw, 0px);
    }

    .contact-cta__heading {
        margin-bottom: clamp(4px, 1.5vw, 10px);
        transform: translateY(clamp(-96px, -12vw, -128px));
    }

    .contact-cta__heading-outline {
        font-size: clamp(1.85rem, 11vw, 2.5rem);
        letter-spacing: 0.01em;
        -webkit-text-stroke-width: 1px;
        white-space: normal;
    }

    .contact-cta__panel {
        padding: clamp(44px, 11vw, 56px) 0 clamp(40px, 8vw, 52px);
    }
}

/* Playa Features Section */
.playa-features {
    padding: 120px 0 0 0;
    /* Removed bottom padding */
    background: #ffffff;
    overflow: hidden;
}

.feature-row {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-bottom: 150px;
}

.feature-row.reverse {
    flex-direction: row-reverse;
}

.feature-row:last-child {
    margin-bottom: 0;
}

.feature-content {
    flex: 0 0 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 80px 40px calc((100vw - 1200px) / 2 + 20px);
}

.feature-row.reverse .feature-content {
    padding: 40px calc((100vw - 1200px) / 2 + 20px) 40px 80px;
}

.feature-media {
    flex: 0 0 45%;
    overflow: hidden;
}

.feature-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.feature-row:hover .feature-media img {
    transform: scale(1.05);
}

.feature-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(28px, 4vw, 35px);
    font-weight: 700;
    color: #22223A;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.feature-line {
    width: 80px;
    height: 8px;
    background: #22223A;
    margin-bottom: 20px;
}

.feature-desc {
    font-family: 'Poppins light', 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #333333;
    font-weight: 300;
    max-width: 500px;
}

/* Mobile adjustments for features */
@media (max-width: 1100px) {
    .feature-content {
        padding: 40px 40px 40px 5%;
    }

    .feature-row.reverse .feature-content {
        padding: 40px 5% 40px 40px;
    }
}

@media (max-width: 992px) {

    .feature-row,
    .feature-row.reverse {
        flex-direction: column;
        margin-bottom: 80px;
    }

    .feature-content {
        flex: 0 0 auto;
        padding: 40px 20px;
        order: 2;
        /* Text always below on mobile */
    }

    .feature-media {
        flex: 0 0 auto;
        width: 100%;
        height: 400px;
        order: 1;
    }
}

/* Beyond the Beach Banner */
/* css/views/index.css */
.beyond-beach {
    background: #eef2f6;
    padding: 60px 0;
    margin-top: 120px; /* Separación añadida */
    text-align: center;
}


.beyond-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(24px, 4vw, 32px);
    /* Slightly smaller font */
    font-weight: 700;
    color: #22223A;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    /* Reduced spacing */
}

.beyond-line {
    width: 60px;
    height: 8px;
    background: #22223A;
    margin: 0 auto;
}

/* Full Width Banner Image */
.full-banner {
    width: 100%;
    height: auto;
    /* Scale with image to show it completely */
    background: #ffffff;
    line-height: 0;
    /* Remove potential gap */
}

.full-banner-img {
    width: 100%;
    height: auto;
    display: block;
}

/* CTA Section */
.cta-playa {
    padding: 0 0 120px 0;
    /* Removed top padding */
    background: #ffffff;
    text-align: center;
}

.cta-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(28px, 4vw, 35px);
    font-weight: 700;
    color: #22223A;
    line-height: 1.2;
    margin-bottom: 25px;
}

.cta-line {
    width: 80px;
    height: 8px;
    background: #22223A;
    margin: 0 auto 40px;
}

.cta-text {
    max-width: 950px;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-text p {
    font-family: 'Poppins light', 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 30px;
    font-weight: 300;
    text-align: left;
}

/* Section 2: Contact Section */
.contact-section {
    background: #22223A;
    color: #ffffff;
    padding: 35px 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    align-items: center;
}

.contact-headline {
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-size: clamp(30px, 4vw, 42px);
    font-weight: 600;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 15px;
}

.contact-subheadline {
    font-family: 'Poppins light', 'Poppins', 'Outfit', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    opacity: 0.9;
    max-width: 580px;
    /* Limit width to align with title */
    font-weight: 300;
}

.contact-details {
    margin-top: 35px;
}

.contact-detail-row {
    display: flex;
    gap: 40px;
    align-items: center;
}

.contact-detail-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-size: 16px;
}

.contact-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.form-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}

.form-subheading {
    font-family: 'Poppins light', 'Poppins', 'Outfit', sans-serif;
    font-size: 15px;
    opacity: 0.7;
    margin-bottom: 25px;
    font-weight: 300;
}

.contact-form-final {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form-final input,
.contact-form-final textarea {
    background: #CACBD7;
    /* Gray-blue background matching the image */
    border: none;
    padding: 15px 22px;
    border-radius: 10px;
    color: #22223A;
    /* Dark text for readability */
    font-family: 'Poppins', 'Outfit', sans-serif;
    font-size: 16px;
}

.contact-form-final input::placeholder,
.contact-form-final textarea::placeholder {
    color: #22223A;
    /* Darker placeholder */
}

.contact-form-final textarea {
    height: 120px;
    resize: none;
}

.form-footer-final {
    display: flex;
    justify-content: flex-end;
}

.btn-submit {
    background: #ffffff;
    color: #22223A;
    padding: 10px 20px;
    border-radius: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-submit:hover {
    background: #CACBD7;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .contact-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .contact-details {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .contact-detail-row {
        flex-direction: column;
        gap: 25px;
    }

    .contact-subheadline {
        margin: 0 auto 40px;
    }

    .form-footer-final {
        justify-content: center;
    }

    .travel-card {
        margin: 0 20px;
        border-radius: 60px 60px 0 0;
        padding: 60px 20px;
    }
}

@media (max-width: 768px) {
    .hero {
        height: auto;
        min-height: 0;
    }

    .hero-bg-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .hero__logo-center {
        top: clamp(20px, 3vh, 32px);
    }

    .hero-logo-icon {
        width: clamp(130px, 34vw, 170px);
    }

    .hero-title-band {
        padding: clamp(28px, 7vw, 44px) clamp(16px, 5vw, 28px);
    }

    .hero-title-band__line--light {
        font-size: clamp(1.15rem, 5.2vw, 1.55rem);
    }

    .hero-title-band__line--bold {
        font-size: clamp(1.25rem, 5.8vw, 1.75rem);
    }

    .hero-intro {
        padding: clamp(32px, 8vw, 48px) 0 clamp(20px, 4vw, 28px);
    }

    .hero-intro__text {
        font-size: clamp(0.98rem, 3.8vw, 1.12rem);
    }

    .lang-selector-hero {
        top: clamp(18px, 3vh, 24px);
        right: clamp(16px, 4vw, 24px);
        padding: 7px 12px;
        font-size: 13px;
        gap: 8px;
    }

    .discover-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .rhythm-overlay-box {
        position: relative;
        width: 100%;
        max-width: none;
        bottom: 0;
        right: 0;
        padding: 40px 20px;
        text-align: center;
    }

    .rhythm-media img {
        height: 350px;
    }

    .travel-info {
        padding-top: 60px;
    }

    .contact-section {
        padding: 20px 0;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .hero {
        height: auto;
        min-height: 0;
    }

    .destination-spot__title {
        font-size: clamp(1.55rem, 3vw, 2.1rem);
    }

    .contact-cta__heading {
        transform: translateY(clamp(-88px, -10vw, -120px));
    }

    .contact-cta__heading-outline {
        font-size: clamp(2.75rem, 8vw, 5rem);
    }
}

@media (min-width: 1200px) {
    .contact-cta__inner {
        max-width: min(680px, 100%);
    }
}

/* Base Transition Variable */
:root {
    --transition-smooth: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Animations Reveal */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: var(--transition-smooth);
    will-change: opacity, transform;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* Selector de Idioma Minimalista (Superior) */
.lang-selector-top {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    z-index: 100;
    display: flex;
    gap: 0.75rem;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    letter-spacing: 1.5px;
}

.lang-link-top {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: var(--transition-smooth);
    font-weight: 300;
}

.lang-link-top:hover,
.lang-link-top.is-active {
    color: #ffffff;
    font-weight: 700;
}

.lang-divider-top {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.8rem;
}

/* Global strong style for index */
strong {
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-weight: 600;
}

/* —— Formulario de viaje (Hawker 800 / BussJets) —— */
.trip-form {
    position: relative;
    overflow: hidden;
    padding: clamp(48px, 7vw, 88px) 0;
    background: #eef1f4;
}

.trip-form__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.trip-form__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 1;
}

.trip-form__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(32px, 6vw, 80px);
    align-items: center;
    max-width: min(1100px, 92vw);
}

.trip-form__title {
    margin: 0 0 1.15rem;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(1.85rem, 4vw, 2.85rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #001f3f;
}

.trip-form__text {
    margin: 0;
    max-width: min(42rem, 100%);
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: clamp(0.98rem, 1.3vw, 1.1rem);
    font-weight: 500;
    line-height: 1.7;
    color: #001f3f;
    text-align: justify;
}

.trip-form__form {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
}

.trip-form__field input,
.trip-form__field textarea {
    width: 100%;
    padding: 0.95rem 1.15rem;
    border: none;
    border-radius: 2px;
    background: #ffffff;
    color: #001f3f;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: 1rem;
    box-shadow: 0 2px 10px rgba(0, 31, 63, 0.06);
}

.trip-form__field input::placeholder,
.trip-form__field textarea::placeholder {
    color: #9aa3ad;
}

.trip-form__field input:focus,
.trip-form__field textarea:focus {
    outline: 2px solid #001f3f;
    outline-offset: 1px;
}

.trip-form__field textarea {
    resize: vertical;
    min-height: 140px;
}

.trip-form__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.35rem;
}

.trip-form__submit {
    padding: 0.8rem 2.1rem;
    border: none;
    border-radius: 999px;
    background: #001f3f;
    color: #ffffff;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.trip-form__submit:hover {
    background: #0a2f55;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 31, 63, 0.25);
}

@media (max-width: 900px) {
    .trip-form__inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .trip-form__form {
        margin-left: 0;
        max-width: 100%;
    }

    .trip-form__text {
        max-width: 100%;
    }

    .trip-form__actions {
        justify-content: flex-start;
    }
}