/* =========================================================
   EL AVISO MAGAZINE - RESPONSIVE STYLES
   Adaptabilidad para Desktop, Laptop, Tablet y Mobile
   ========================================================= */

/* =========================================================
   1. RESET FLUIDO & CONTENEDOR BASE
   ========================================================= */

:root {
    --site-max-width: 1440px;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

.site-container {
    width: 100% !important;
    max-width: var(--site-max-width) !important;
    margin-inline: auto !important;
    box-sizing: border-box;
}

img,
video {
    max-width: 100%;
    height: auto;
}

/* Ocultar botón de menú móvil en pantallas grandes */
.mobile-nav-toggle-container {
    display: none;
}

/* Permitir que todas las secciones crezcan de forma fluida sin espacios en blanco */
.site-main,
.home-main-section,
.chusco-section,
.entertainment-section,
.community-showcase-section,
.final-info-section,
.marketing-videos-section,
.marketing-videos-grid,
.marketing-video-card,
.digital-edition-block,
.articles-block,
.chusco-intro,
.entertainment-content,
.community-showcase-content,
.final-info-content,
.consulates-block,
.recycling-block,
.emergency-numbers-card,
.footer-main {
    height: auto !important;
    min-height: auto !important;
    box-sizing: border-box !important;
}

.entertainment-content {
    grid-template-rows: auto auto auto !important;
    row-gap: 20px !important;
}

.emergency-numbers-card {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    padding: 20px 24px !important;
}

.consulates-block,
.recycling-block {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    padding: 20px 24px !important;
    box-sizing: border-box !important;
}

.consulates-header,
.recycling-header {
    flex: 0 0 auto !important;
    height: auto !important;
}

.consulates-grid,
.recycling-grid {
    width: 100% !important;
    height: auto !important;
    grid-template-rows: auto !important;
    grid-auto-rows: auto !important;
}

.consulates-footer,
.recycling-footer {
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 46px !important;
    box-sizing: border-box !important;
}

.final-info-content {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
}

.marketing-videos-section,
.marketing-videos-title,
.reconocimientos-title,
.marketing-videos-grid,
.footer-yellow-divider {
    box-sizing: border-box !important;
}

.marketing-video-card {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    border-radius: var(--radius);
    overflow: hidden;
    background: #0f172a;
    border: 2px solid var(--border);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}

.marketing-video-card video,
.marketing-video {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 9 / 16 !important;
    object-fit: cover !important;
    display: block !important;
}

/* =========================================================
   EDICIÓN DIGITAL Y ARTÍCULOS (FLUIDO Y RESPONSIVO)
   ========================================================= */

.home-main-section {
    width: 100% !important;
    height: auto !important;
    align-items: start !important;
}

.digital-edition-block {
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
}

.digital-edition-feature {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: var(--radius);
    overflow: hidden;
}

.digital-edition-feature img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
}

.digital-bottom-ad {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin-top: 14px;
    border-radius: var(--radius);
    overflow: hidden;
}

.digital-bottom-ad img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: contain !important;
}

/* ARTÍCULOS */
.articles-block {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

.article-card {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    padding: 14px 16px !important;
    background: #ffffff !important;
    border: 2px solid var(--border) !important;
    border-radius: var(--radius) !important;
    margin-bottom: 12px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
}

.article-card + .article-card {
    margin-top: 0 !important;
}

.article-card h3 {
    margin: 0 0 10px !important;
    font-family: "Anton", sans-serif !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    color: var(--black) !important;
}

.article-card-content {
    display: grid !important;
    grid-template-columns: 188px 1fr !important;
    column-gap: 16px !important;
    row-gap: 12px !important;
    height: auto !important;
    align-items: stretch !important;
}

.article-image {
    width: 100% !important;
    max-width: 220px !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    border-radius: var(--radius) !important;
    overflow: hidden !important;
    display: block !important;
}

.article-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 200ms ease;
}

.article-summary {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
}

.article-summary p {
    margin: 0 0 10px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    color: var(--text) !important;
}

.article-read-more {
    position: static !important;
    align-self: flex-end !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 140px !important;
    height: 30px !important;
    padding: 0 16px !important;
    background: var(--blue) !important;
    color: #ffffff !important;
    border-radius: 16px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    margin-top: auto !important;
    transition:
        background-color 160ms ease,
        color 160ms ease;
}

.article-read-more:hover {
    background: var(--yellow) !important;
    color: var(--black) !important;
}

/* =========================================================
   ADAPTACIÓN GLOBAL DE TARJETAS DE ENTRETENIMIENTO Y SHOWCASE
   ========================================================= */

.entertainment-card {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff;
    border: 2px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}

.entertainment-card-header {
    flex-shrink: 0;
    height: 58px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
}

.entertainment-card-body {
    width: 100% !important;
    height: auto !important;
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff;
    overflow: hidden;
}

.entertainment-main-image {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}

.entertainment-main-image img {
    width: 85% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block !important;
    object-fit: contain !important;
}

.tia-metiche-card,
.mr-chin-card,
.faranduleando-card,
.retro-notas-card {
    height: auto !important;
}

/* COMMUNITY SHOWCASE (Triunfadores, Reconocimientos, Medicina, Recetas, Cómics) */
.community-showcase-content {
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
}

.hispanos-triunfadores-block,
.reconocimientos-block,
.special-sections-block,
.comics-section {
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
}

.showcase-full-image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    background: #ffffff;
    border: 2px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}

.showcase-full-image img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block !important;
    object-fit: contain !important;
}

.special-sections-block {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    column-gap: 24px !important;
    row-gap: 16px !important;
    height: auto !important;
}

.special-section-card {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    background: #ffffff;
    border: 2px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}

.special-section-card img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block !important;
    object-fit: contain !important;
}

.comics-banner {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    background: #ffffff;
    border: 2px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
}

.comics-banner img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block !important;
    object-fit: contain !important;
}

/* =========================================================
   2. SLIDERS DE BANNERS RESPONSIVOS
   ========================================================= */

.home-banner {
    width: 100% !important;
    height: auto !important;
    margin-top: 14px;
    background: #ffffff !important;
    border-radius: var(--radius);
    overflow: hidden;
}

.banner-slider {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1440 / 170 !important;
    background: #ffffff !important;
    border-radius: var(--radius);
    overflow: hidden;
}

.banner-slide {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
}

.banner-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
}

.banner-arrow {
    width: 36px;
    height: 44px;
    font-size: 26px;
}

@media (max-width: 768px) {
    .banner-dots {
        bottom: 4px !important;
        gap: 5px !important;
    }

    .banner-dot {
        width: 7px !important;
        height: 7px !important;
        border-width: 1.5px !important;
        background: rgba(0, 0, 0, 0.45) !important;
    }

    .banner-dot.is-active {
        background: #ffffff !important;
    }

    .banner-arrow {
        width: 26px !important;
        height: 34px !important;
        font-size: 18px !important;
    }
}

@media (max-width: 480px) {
    .banner-dots {
        bottom: 2px !important;
        gap: 4px !important;
    }

    .banner-dot {
        width: 5px !important;
        height: 5px !important;
        border-width: 1px !important;
    }
}

/* =========================================================
   3. PANTALLAS GRANDES Y LAPTOPS (< 1440px)
   ========================================================= */

@media (max-width: 1440px) {
    .grid-12 {
        display: grid !important;
        grid-template-columns: repeat(12, 1fr) !important;
        column-gap: 16px !important;
        width: 100% !important;
    }

    .header-main {
        height: auto !important;
        padding-block: 10px;
    }

    .header-logo,
    .header-message,
    .header-message-gif,
    .header-seal,
    .header-advertise {
        width: 100% !important;
        height: auto !important;
    }

    .header-flags img {
        width: 100% !important;
        height: auto !important;
    }

    .side-ads,
    .entertainment-side-ads,
    .community-showcase-ads,
    .final-info-ads {
        width: 100% !important;
    }

    .side-ad img,
    .entertainment-side-ad img,
    .community-showcase-ad img,
    .final-info-ad img {
        width: 100% !important;
        height: auto !important;
    }

    .chusco-column {
        width: 100% !important;
    }

    .chusco-intro {
        width: 100% !important;
    }

    .chusco-guide {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        aspect-ratio: 952 / 314 !important;
        box-sizing: border-box !important;
    }

    .chusco-guide img,
    .community-reports-link img {
        width: 100% !important;
        height: auto !important;
    }

    /* ENTRETENIMIENTO EN DESKTOP/LAPTOP */
    .entertainment-content {
        grid-column: 1 / span 10 !important;
        width: 100% !important;
        height: auto !important;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: auto auto auto !important;
        gap: 20px !important;
    }

    .tia-metiche-card {
        grid-column: 1 / 2 !important;
        grid-row: 1 !important;
    }

    .mr-chin-card {
        grid-column: 2 / 3 !important;
        grid-row: 1 !important;
    }

    .faranduleando-card {
        grid-column: 1 / 2 !important;
        grid-row: 2 !important;
    }

    .retro-notas-card {
        grid-column: 2 / 3 !important;
        grid-row: 2 !important;
    }

    .tia-metiche-card,
    .mr-chin-card,
    .faranduleando-card,
    .retro-notas-card {
        height: 440px !important;
        width: 100% !important;
    }

    .emergency-numbers-card {
        grid-column: 1 / 3 !important;
        grid-row: 3 !important;
        height: auto !important;
        width: 100% !important;
    }
}

/* =========================================================
   4. TABLETS Y PANTALLAS MEDIANAS (< 1199px)
   ========================================================= */

@media (max-width: 1199px) {
    /* HEADER TABLET HORIZONTAL */
    .header-main {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        height: auto !important;
        padding: 10px 16px !important;
        gap: 16px !important;
        box-sizing: border-box !important;
    }

    .header-logo {
        grid-column: auto !important;
        flex: 0 1 auto !important;
        width: auto !important;
        height: auto !important;
        max-width: 32% !important;
        min-width: 0 !important;
        display: flex !important;
        align-items: center !important;
    }

    .header-logo img {
        width: auto !important;
        max-width: 100% !important;
        max-height: 60px !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
    }

    .header-message {
        grid-column: auto !important;
        flex: 0 1 auto !important;
        width: auto !important;
        height: auto !important;
        max-width: 30% !important;
        min-width: 0 !important;
        position: static !important;
        overflow: visible !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .header-message-gif {
        width: auto !important;
        max-width: 100% !important;
        max-height: 44px !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
    }

    .header-social {
        position: static !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        margin-top: 4px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        width: auto !important;
    }

    .header-social a,
    .header-social img {
        width: 22px !important;
        height: 22px !important;
        display: block !important;
    }

    .header-seal {
        grid-column: auto !important;
        flex: 0 0 auto !important;
        width: auto !important;
        height: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .header-seal img {
        width: auto !important;
        max-height: 52px !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
    }

    .header-advertise {
        grid-column: auto !important;
        flex: 0 0 auto !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .header-advertise img {
        width: auto !important;
        max-height: 52px !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
    }

    /* NAVEGACIÓN */
    .main-nav {
        height: auto !important;
        padding-block: 6px;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .nav-item {
        font-size: 18px !important;
        padding: 8px 14px !important;
        height: auto !important;
    }

    /* SECCIÓN PRINCIPAL */
    .home-main-section {
        display: flex !important;
        flex-direction: column;
        gap: 24px;
    }

    .digital-edition-block,
    .articles-block {
        grid-column: auto !important;
        width: 100% !important;
    }

    .side-ads {
        display: none !important;
    }

    /* DON CHUSCO */
    .chusco-section {
        display: flex !important;
        flex-direction: column;
        gap: 24px;
    }

    .chusco-column {
        grid-column: auto !important;
        width: 100% !important;
    }

    .community-reports {
        display: none !important;
    }

    /* ENTRETENIMIENTO */
    .entertainment-section {
        display: flex !important;
        flex-direction: column;
        gap: 24px;
    }

    .entertainment-content {
        grid-column: auto !important;
        width: 100% !important;
    }

    .entertainment-side-ads {
        display: none !important;
    }

    /* COMUNIDAD Y SHOWCASE */
    .community-showcase-section {
        display: flex !important;
        flex-direction: column;
        gap: 24px;
    }

    .community-showcase-content {
        grid-column: auto !important;
        width: 100% !important;
    }

    .community-showcase-ads {
        display: none !important;
    }

    /* CONSULADOS Y RECICLAJE */
    .final-info-section {
        display: flex !important;
        flex-direction: column !important;
        gap: 24px !important;
        width: 100% !important;
        height: auto !important;
    }

    .final-info-content {
        grid-column: auto !important;
        width: 100% !important;
    }

    .consulates-block,
    .recycling-block {
        width: 100% !important;
        height: auto !important;
        padding: 20px 18px !important;
        box-sizing: border-box !important;
    }

    .consulates-header,
    .recycling-header {
        margin-bottom: 16px !important;
    }

    .consulates-header h2,
    .recycling-header h2 {
        font-size: 28px !important;
        line-height: 1.15 !important;
    }

    .consulates-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        grid-template-rows: auto !important;
        gap: 16px !important;
    }

    .recycling-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: auto !important;
        gap: 16px !important;
    }

    .final-info-ads {
        display: none !important;
    }

    /* VIDEOS */
    .marketing-videos-section {
        width: 100% !important;
        height: auto !important;
    }

    .marketing-videos-title,
    .reconocimientos-title {
        width: 100% !important;
        font-size: 24px !important;
    }

    .marketing-videos-grid {
        width: 100% !important;
        height: auto !important;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 18px !important;
    }

    .marketing-video-card {
        width: 100% !important;
        aspect-ratio: 9 / 16 !important;
        max-height: 520px;
        margin: 0 auto;
    }

    .footer-yellow-divider {
        width: 100% !important;
    }

    /* FOOTER TABLET */
    .footer-main {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        column-gap: 36px !important;
        row-gap: 28px !important;
        height: auto !important;
        padding-block: 32px 24px !important;
        align-items: start !important;
    }

    .footer-brand {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 24px !important;
        padding-bottom: 20px !important;
        border-bottom: 1px solid var(--line, #e2e8f0) !important;
    }

    .footer-brand .footer-logo {
        width: 240px !important;
        max-width: 240px !important;
        height: auto !important;
        flex-shrink: 0 !important;
    }

    .footer-brand p {
        width: auto !important;
        max-width: 580px !important;
        flex: 1 1 280px !important;
        margin-top: 0 !important;
        font-size: 14px !important;
        line-height: 22px !important;
        color: #475569 !important;
    }

    .footer-links {
        grid-column: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .footer-community {
        grid-column: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .footer-contact {
        grid-column: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .footer-contact-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        width: 100% !important;
    }

    .footer-edition {
        grid-column: 2 !important;
        width: 100% !important;
        height: auto !important;
        padding-left: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }

    .footer-edition .current-edition-link {
        width: 180px !important;
        max-width: 100% !important;
        display: block !important;
    }

    .footer-edition .current-edition-link img {
        width: 100% !important;
        height: auto !important;
        border-radius: 8px !important;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12) !important;
    }
}

/* =========================================================
   5. SMARTPHONES Y MÓVILES (< 767px)
   ========================================================= */

@media (max-width: 767px) {
    /* HEADER MÓVIL HORIZONTAL */
    .header-yellow {
        height: 24px !important;
    }

    .header-main {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        height: auto !important;
        padding: 6px 10px !important;
        gap: 6px !important;
        box-sizing: border-box !important;
    }

    .header-logo {
        grid-column: auto !important;
        flex: 1 1 auto !important;
        width: auto !important;
        height: auto !important;
        max-width: 34% !important;
        min-width: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }

    .header-logo img {
        width: 100% !important;
        max-height: 44px !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
    }

    .header-message {
        grid-column: auto !important;
        flex: 1 1 auto !important;
        width: auto !important;
        height: auto !important;
        max-width: 32% !important;
        min-width: 0 !important;
        position: static !important;
        overflow: visible !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .header-message-gif {
        width: 100% !important;
        max-height: 28px !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
    }

    .header-social {
        position: static !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        margin-top: 2px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 3px !important;
        width: auto !important;
    }

    .header-social a,
    .header-social img {
        width: 16px !important;
        height: 16px !important;
        display: block !important;
    }

    .header-seal {
        grid-column: auto !important;
        flex: 0 0 auto !important;
        width: auto !important;
        height: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .header-seal img {
        width: auto !important;
        max-height: 38px !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
    }

    .header-advertise {
        grid-column: auto !important;
        flex: 0 0 auto !important;
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .header-advertise img {
        width: auto !important;
        max-height: 38px !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
    }

    .header-flags {
        height: auto !important;
    }

    .header-flags img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        display: block !important;
    }

    /* BOTÓN MENÚ MÓVIL */
    .mobile-nav-toggle-container {
        display: block !important;
        padding: 0 !important;
    }

    .mobile-nav-btn {
        width: 100%;
        background-color: var(--blue, #075ba8);
        color: #ffffff;
        border: none;
        padding: 12px 16px;
        font-family: "Anton", sans-serif;
        font-weight: 100;
        font-size: 18px;
        letter-spacing: 1px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border-bottom: 2px solid var(--yellow, #ffd700);
    }

    .mobile-nav-btn:hover {
        background-color: #054580;
    }

    .mobile-nav-icon {
        font-size: 20px;
    }

    /* NAVEGACIÓN MÓVIL TOGGLEABLE */
    .main-nav {
        display: none !important;
        flex-direction: column !important;
        gap: 0 !important;
        padding: 0 !important;
        background-color: #075ba8 !important;
    }

    .main-nav.is-open {
        display: flex !important;
        animation: slideDown 0.3s ease-out;
    }

    @keyframes slideDown {
        from {
            opacity: 0;
            transform: translateY(-8px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .nav-item {
        width: 100% !important;
        padding: 12px 16px !important;
        font-size: 17px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .nav-item:last-child {
        border-bottom: none;
    }

    /* TÍTULOS */
    .home-section-title,
    .marketing-videos-title,
    .reconocimientos-title,
    .consulates-header h2,
    .recycling-header h2 {
        font-size: 20px !important;
    }

    /* ARTÍCULOS EN MÓVIL */
    .article-card {
        padding: 14px !important;
        margin-bottom: 14px !important;
    }

    .article-card h3 {
        font-size: 17px !important;
    }

    .article-card-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
    }

    .article-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
    }

    .article-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .article-summary {
        width: 100% !important;
    }

    .article-read-more {
        width: 100% !important;
        text-align: center !important;
        margin-top: 8px !important;
    }

    /* DON CHUSCO */
    .chusco-intro {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        padding: 16px !important;
    }

    .chusco-image {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .chusco-image img {
        max-width: 200px;
        height: auto !important;
    }

    .chusco-content h2 {
        font-size: 18px !important;
        text-align: center;
    }

    .chusco-content p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .chusco-guide {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        aspect-ratio: 952 / 314 !important;
        border-radius: 14px !important;
        box-sizing: border-box !important;
    }

    .chusco-guide img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }

    /* ENTRETENIMIENTO EN MÓVIL */
    .entertainment-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
    }

    .entertainment-card {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .entertainment-card-header {
        height: 40px !important;
        padding: 0 12px !important;
    }

    .entertainment-card-header h2 {
        font-size: 16px !important;
    }

    .entertainment-card-body {
        height: auto !important;
        max-height: 290px !important;
    }

    .entertainment-main-image {
        height: auto !important;
        max-height: 290px !important;
    }

    .entertainment-main-image img {
        height: auto !important;
        max-height: 290px !important;
        object-fit: cover !important;
    }

    .emergency-numbers-card {
        padding: 16px 14px !important;
        height: auto !important;
    }

    .emergency-header {
        height: 38px !important;
    }

    .emergency-header h2 {
        font-size: 17px !important;
    }

    .emergency-intro {
        margin-top: 4px !important;
        margin-bottom: 12px !important;
    }

    .emergency-intro h3 {
        font-size: 16px !important;
        margin-bottom: 3px !important;
    }

    .emergency-intro p {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .emergency-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .emergency-item {
        padding: 12px !important;
    }

    /* ESPECIALES Y CÓMICS EN MÓVIL */
    .special-sections-block {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
    }

    .special-section-card,
    .showcase-full-image,
    .comics-banner {
        width: 100% !important;
        height: auto !important;
    }

    .special-section-card img,
    .showcase-full-image img,
    .comics-banner img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }

    /* CONSULADOS Y RECICLAJE */
    .final-info-section {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
        margin-top: 20px !important;
        width: 100% !important;
        padding-inline: 12px !important;
    }

    .final-info-content {
        width: 100% !important;
        gap: 20px !important;
    }

    .consulates-block,
    .recycling-block {
        width: 100% !important;
        padding: 16px 12px !important;
        border-radius: 14px !important;
        box-sizing: border-box !important;
    }

    .consulates-header,
    .recycling-header {
        margin-bottom: 14px !important;
        text-align: center !important;
    }

    .consulates-header h2,
    .recycling-header h2 {
        font-size: 21px !important;
        line-height: 1.2 !important;
        margin-bottom: 6px !important;
        letter-spacing: 0.3px !important;
    }

    .desktop-br {
        display: none !important;
    }

    .consulates-header p,
    .recycling-header p {
        font-size: 13px !important;
        line-height: 1.4 !important;
        color: #64748b !important;
    }

    .consulates-grid,
    .recycling-grid {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto !important;
        gap: 12px !important;
        width: 100% !important;
    }

    .consulate-card,
    .recycling-card {
        padding: 14px 12px !important;
        border-radius: 12px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
        box-sizing: border-box !important;
    }

    .recycling-card h3 {
        font-size: 15px !important;
        line-height: 1.3 !important;
        margin: 0 0 6px !important;
        word-break: break-word !important;
    }

    .recycling-address {
        font-size: 12px !important;
        line-height: 1.4 !important;
        margin: 0 0 6px !important;
        color: #475569 !important;
        word-break: break-word !important;
    }

    .recycling-phone {
        font-size: 13px !important;
        font-weight: 700 !important;
        margin-bottom: 6px !important;
        display: inline-block !important;
    }

    .recycling-materials {
        font-size: 11px !important;
        line-height: 1.35 !important;
        margin: 4px 0 10px !important;
    }

    .consulate-actions,
    .recycling-actions {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
        margin-top: 10px !important;
    }

    .consulate-actions a,
    .recycling-actions a {
        min-height: 36px !important;
        height: auto !important;
        padding: 8px 4px !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        border-radius: 8px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .consulates-footer,
    .recycling-footer {
        flex-direction: column !important;
        text-align: center !important;
        gap: 6px !important;
        padding: 12px 14px !important;
        height: auto !important;
        min-height: auto !important;
        margin-top: 14px !important;
        border-radius: 10px !important;
    }

    .consulates-footer span,
    .consulates-footer strong,
    .recycling-footer span,
    .recycling-footer strong {
        font-size: 12px !important;
        line-height: 1.35 !important;
        display: block !important;
        text-align: center !important;
    }

    /* OCULTAR PUBLICIDADES LATERALES EN MODO CELULAR */
    .side-ads,
    .community-reports,
    .entertainment-side-ads,
    .community-showcase-ads,
    .final-info-ads {
        display: none !important;
    }

    /* MARKETING VIDEOS */
    .marketing-videos-section {
        width: 100% !important;
        height: auto !important;
        margin-top: 24px !important;
        padding-inline: 12px !important;
        box-sizing: border-box !important;
    }

    .marketing-videos-title,
    .reconocimientos-title {
        width: 100% !important;
        height: auto !important;
        font-size: 20px !important;
        margin-bottom: 12px !important;
        gap: 8px !important;
    }

    .marketing-videos-grid {
        width: 100% !important;
        height: auto !important;
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 12px !important;
        box-sizing: border-box !important;
    }

    .marketing-video-card {
        width: 100% !important;
        aspect-ratio: 9 / 16 !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        background: #0f172a !important;
        border: 2px solid var(--border) !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
        box-sizing: border-box !important;
    }

    .marketing-video-card video,
    .marketing-video {
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: 9 / 16 !important;
        object-fit: cover !important;
        display: block !important;
    }

    .footer-yellow-divider {
        width: 100% !important;
        margin-top: 20px !important;
    }

    /* FOOTER */
    .footer-main {
        display: flex !important;
        flex-direction: column !important;
        gap: 28px !important;
        text-align: center;
        height: auto !important;
        padding-block: 30px 24px !important;
        align-items: center !important;
    }

    .footer-brand,
    .footer-links,
    .footer-community,
    .footer-contact,
    .footer-edition {
        grid-column: auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .footer-brand {
        display: flex !important;
        align-items: center !important;
        text-align: center !important;
    }

    .footer-brand .footer-logo {
        margin: 0 auto !important;
        object-position: center !important;
    }

    .footer-brand p {
        margin: 12px auto 0 auto !important;
        max-width: 320px !important;
        text-align: center !important;
    }

    .footer-links a,
    .footer-community-links a {
        justify-content: center !important;
        text-align: center !important;
    }

    .footer-social-block h3::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .footer-social {
        justify-content: center !important;
    }

    /* Contacto centrado en móvil */
    .footer-contact {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        margin: 0 auto !important;
        width: 100% !important;
    }

    .footer-contact h2 {
        text-align: center !important;
        width: 100% !important;
        margin-bottom: 14px !important;
    }

    .footer-contact-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        gap: 16px !important;
        text-align: center !important;
    }

    .footer-contact-actions {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        gap: 10px !important;
        margin: 0 auto !important;
    }

    .contact-row {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        width: auto !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    .footer-counties {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        text-align: center !important;
        margin: 0 auto !important;
    }

    .footer-counties strong {
        display: block !important;
        text-align: center !important;
        width: 100% !important;
        margin-bottom: 4px !important;
    }

    .footer-counties span {
        display: block !important;
        text-align: center !important;
        width: 100% !important;
    }

    /* Edición actual centrada en móvil */
    .footer-edition {
        width: 100% !important;
        height: auto !important;
        padding: 0 !important;
        padding-left: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        margin: 0 auto !important;
    }

    .current-edition-link {
        display: inline-block !important;
        width: auto !important;
        max-width: 190px !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    .current-edition-link img {
        display: block !important;
        width: 100% !important;
        max-width: 180px !important;
        height: auto !important;
        max-height: 240px !important;
        object-fit: contain !important;
        margin: 0 auto !important;
    }

    .footer-yellow,
    .footer-blue {
        font-size: 12px !important;
        padding: 12px 8px !important;
        text-align: center;
    }

    /* MODAL */
    .modal-panel {
        width: 92% !important;
        max-width: 480px !important;
        padding: 20px !important;
        max-height: 90vh;
        overflow-y: auto;
    }

    .modal-panel h2 {
        font-size: 20px !important;
    }
}

/* =========================================================
   6. MÓVILES PEQUEÑOS (< 420px)
   ========================================================= */

@media (max-width: 420px) {
    .site-container {
        padding-inline: 10px;
    }

    .nav-item {
        font-size: 15px !important;
        padding: 10px 12px !important;
    }

    .consulate-actions,
    .recycling-actions {
        display: flex !important;
        flex-direction: column !important;
        gap: 6px !important;
    }

    .consulate-actions a,
    .recycling-actions a {
        width: 100% !important;
        height: 34px !important;
        font-size: 11px !important;
        text-align: center !important;
    }

    .consulates-header h2,
    .recycling-header h2,
    .marketing-videos-title,
    .reconocimientos-title {
        font-size: 18px !important;
    }

    .marketing-videos-grid {
        gap: 8px !important;
    }

    .marketing-video-card {
        border-radius: 10px !important;
    }
}
