.cdmx-itinerarios-section {
    display: block;
    width: 100%;
    max-width: none;
    align-self: stretch;
    background-image: url('../../../themes/travel-cdmx-mundial-2026/src/images/mundial/images/itinerario_bg.svg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.home-itineraries-grid {
    padding: 2rem 1rem;
    width: 100%;
    box-sizing: border-box;
}

.home-itineraries-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #663399;
    text-align: center;
    margin-bottom: 0.5rem;
}

.home-itineraries-subtitle {
    font-size: 1.25rem;
    color: #333;
    text-align: center;
    margin-bottom: 2rem;
}

.itinerary-cards {
    display: flex;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
}

.itinerary-card {
    text-decoration: none;
    color: white;
    width: 220px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .cdmx-itinerarios-section {
        background-size: 100% auto;
        background-position: top center;
        background-color: #F8F8F8;
    }

    .home-itineraries-title {
        font-size: 1.4rem;
        padding: 0 1rem;
    }

    .home-itineraries-subtitle {
        font-size: 1rem;
        padding: 0 1rem;
    }

    .itinerary-cards {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 1rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 1rem 1rem;
    }

    .itinerary-card {
        width: 75vw;
        max-width: 260px;
        flex-shrink: 0;
        scroll-snap-align: start;
    }

    .card-bg {
        height: 240px;
    }
}

.card-bg {
    background-size: cover;
    background-position: center;
    height: 300px;
    border-radius: 12px;
    display: flex;
    align-items: end;
    padding: 1rem;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.overlay-text {
    background: rgba(0, 0, 0, 0.5);
    padding: 0.75rem;
    border-radius: 6px;
    font-size: 1rem;
    width: 100%;
    text-align: center;
}
