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

/* New Hero Split Design */
/* New Hero Design */
.hero {
    position: relative;
    width: 100%;
    min-height: 120vh;
    background: #22223A;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 15px solid #212121;
}

.hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero__background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    /* Capa gris para legibilidad */
    z-index: 2;
}

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

.hero__logo-top {
    position: relative;
    z-index: 10;
    padding-top: 60px;
    margin-bottom: 110px;
}

.hero-logo-main {
    width: 180px;
    height: auto;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}

.hero__container {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1200px;
    padding: 0 40px 100px;
    display: flex;
    flex-direction: column;
    gap: 120px;
}

.hero__main-content {
    max-width: 1200px;
    text-align: left;
}

.hero__title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(40px, 6vw, 75px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero__description {
    max-width: 1100px;
}

.hero__description p {
    font-family: 'Poppins Light', 'Poppins', 'Outfit', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 600;
}

.hero__bottom-section {
    display: grid;
    grid-template-columns: 1fr 650px;
    gap: 40px;
    align-items: flex-end;
    margin-right: calc((100vw - 100%) / -2);
    width: calc(100% + (100vw - 100%) / 2);
}

.hero__why-choose {
    max-width: 450px;
}

.hero__why-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero__why-line {
    width: 100px;
    height: 8px;
    background: #ffffff;
    margin-bottom: 30px;
}

.hero__why-text {
    font-family: 'Poppins Light', 'Poppins', 'Outfit', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 600;
}

.hero__experience-box {
    background: #ffffff;
    padding: 40px 0 40px 40px;
    /* Bleeds into the right edge */
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    position: relative;
    transform: translateY(40px);
    display: flex;
    flex-direction: column;
}

.experience-img-wrapper {
    position: relative;
    width: 100%;
}

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

.experience-label {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ffffff;
    padding: 15px 25px;
    min-width: 180px;
}

.experience-label span {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #22223A;
    text-transform: uppercase;
    letter-spacing: 1px;
}



/* Language Selector for Hero */
.lang-selector-hero {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 100;
    display: flex;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.lang-link-hero {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

.lang-divider-hero {
    color: rgba(255, 255, 255, 0.4);
}

/* Intro Playa Section - Overlapping Hero */
.intro-text p {
    font-family: 'Poppins light', 'Poppins', 'Outfit', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 300;
}

/* Unique Cancun Section */
.unique-cancun {
    padding: 100px 0;
    background: #ffffff;
}

.unique-header {
    text-align: center;
    margin-bottom: 80px;
}

.unique-main-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    color: #22223A;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.unique-main-divider {
    width: 80px;
    height: 8px;
    background: #22223A;
    margin: 20px auto 0;
}

.unique-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    /* Images are together in the screenshot */
    max-width: 1400px;
    margin: 0 auto;
}

.unique-item {
    display: flex;
    flex-direction: column;
}

.unique-image-wrapper {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    background: #f0f0f0;
}

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

.unique-item:hover .unique-img {
    transform: scale(1.05);
}

.unique-content {
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
}

.unique-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(18px, 2.5vw, 22px);
    font-weight: 700;
    color: #22223A;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1.2;
    overflow-wrap: break-word;
}

.unique-line {
    width: 50px;
    height: 4px;
    background: #22223A;
    margin-bottom: 25px;
}

.unique-text {
    font-family: 'Poppins Light', 'Poppins', 'Outfit', sans-serif;
    font-size: clamp(15px, 1.8vw, 17px);
    line-height: 1.6;
    color: #333333;
    font-weight: 400;
}

/* Explore Beyond Section (Dark) */
.explore-beyond {
    padding: 100px 0;
    background: #22223A;
    color: #ffffff;
}

.explore-header {
    text-align: center;
    margin-bottom: 60px;
}

.explore-main-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.explore-main-divider {
    width: 60px;
    height: 6px;
    background: #ffffff;
    margin: 20px auto 0;
}

.explore-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.explore-item {
    display: flex;
    flex-direction: column;
}

.explore-image-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-bottom: 25px;
}

.explore-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.explore-item:hover .explore-img {
    transform: scale(1.08);
}

.explore-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.explore-line {
    width: 40px;
    height: 4px;
    background: #ffffff;
    margin-bottom: 20px;
}

.explore-text {
    font-family: 'Poppins Light', 'Poppins', 'Outfit', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
}

/* Responsive adjustments for Unique Cancun */
@media (max-width: 992px) {
    .unique-grid {
        grid-template-columns: 1fr;
    }

    .unique-image-wrapper {
        aspect-ratio: 16 / 9;
    }

    .unique-content {
        padding: 40px 20px;
        text-align: center;
    }

    .unique-line {
        margin: 0 auto 25px;
    }

    .explore-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .explore-item {
        text-align: center;
    }

    .explore-line {
        margin: 0 auto 20px;
    }
}



/* Destination Full Section (Image Left Stuck) */
.destination-full {
    padding: 120px 0;
    background: #ffffff;
    overflow: hidden;
}

.destination-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
}

.destination-image {
    position: relative;
    height: 550px;
    margin-left: calc((100vw - 100%) / -2 - 40px);
    /* Sticks to left screen edge */
    width: calc(100% + (100vw - 100%) / 2 + 40px);
}

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

.destination-content {
    padding-right: 40px;
}

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

.destination-divider {
    width: 120px;
    height: 10px;
    background: #22223A;
    margin-bottom: 40px;
}

.destination-text p {
    font-family: 'Poppins Light', 'Poppins', 'Outfit', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 30px;
    font-weight: 400;
}

/* Responsive adjustments for Destination Full */
@media (max-width: 1024px) {
    .destination-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .destination-image {
        margin-left: -40px;
        width: calc(100% + 80px);
        height: 450px;
    }

    .destination-content {
        padding-right: 0;
        text-align: center;
    }

    .destination-divider {
        margin: 0 auto 40px;
    }
}

/* 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 */
.beyond-beach {
    background: #eef2f6;
    padding: 60px 0;
    /* More compact padding */
    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 Improvements
   ========================================================================== */

/* ==========================================================================
   Responsive Design Improvements (Mobile & Tablet Unified)
   ========================================================================== */

/* Large Screens (Desktop) - No changes needed above 1024px */

/* Tablets, iPads & Mobiles (up to 1024px) */
@media (max-width: 1024px) {
    .hero {
        min-height: auto;
        padding-bottom: 80px !important;
    }

    .hero__container {
        gap: 60px;
        padding: 0 30px 40px;
    }

    .hero__title {
        font-size: clamp(32px, 7vw, 48px);
        text-align: center;
    }

    .hero__description {
        text-align: center;
        margin: 0 auto;
    }

    .hero__bottom-section {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .hero__experience-box {
        transform: none;
        max-width: 550px;
        margin: 0 auto;
        width: 100% !important;
    }

    /* Unique Cancun Grid - 1 Column for Tablet and Mobile */
    .unique-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }

    .unique-image-wrapper {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .unique-content {
        padding: 30px 0;
        text-align: center;
    }

    .unique-item {
        text-align: center;
    }

    .unique-line {
        margin: 0 auto 20px;
    }

    .unique-cancun, .explore-beyond, .destination-full {
        padding: 80px 0;
    }

    .unique-header, .explore-header {
        margin-bottom: 50px;
    }

    /* Explore Beyond - 1 Column */
    .explore-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .explore-item {
        text-align: center;
    }

    .explore-line {
        margin: 0 auto 20px;
    }

    /* Destination - 1 Column */
    .destination-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }

    .destination-image {
        margin-left: -20px;
        width: calc(100% + 40px);
        height: 400px;
    }

    .destination-content {
        padding-right: 0;
        text-align: center;
    }

    .destination-divider {
        margin: 0 auto 30px;
    }

    /* Contact & Footer */
    .contact-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
        padding: 0 20px;
    }

    .contact-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

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

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

    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .footer-left, .footer-right {
        align-items: center;
    }
}

/* Specific adjustments for smaller Mobiles */
@media (max-width: 480px) {
    .hero__title {
        font-size: 28px;
    }

    .unique-main-title, .explore-main-title {
        font-size: 24px;
    }

    .unique-title {
        font-size: 18px;
    }

    .unique-image-wrapper {
        aspect-ratio: 16 / 10;
    }

    .destination-image {
        height: 280px;
    }

    .destination-title {
        font-size: 22px;
    }
}

/* 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);
}

/* Minimalist Language Selector (Top) */
.lang-selector-hero {
    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-hero {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: var(--transition-smooth);
    font-weight: 300;
}

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

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

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

