/*
 * Comprarteycafé — Portada Estructural Final v2.2.0
 *
 * Archivo limpio. Sustituye CSS acumulativo anterior.
 * Todas las reglas quedan acotadas a body.home y a clases propias.
 */

/* ============================================================
   BASE COMPACTA YA APROBADA
   ============================================================ */

body.home.cyc-home-v22 .cyc-v22-band {
    box-sizing: border-box !important;
    padding-top: var(--cyc-v22-pt, clamp(18px, 2.2vw, 34px)) !important;
    padding-bottom: var(--cyc-v22-pb, clamp(18px, 2.2vw, 34px)) !important;
    margin-top: var(--cyc-v22-mt, 0px) !important;
    margin-bottom: var(--cyc-v22-mb, 0px) !important;
    min-height: 0 !important;
}

body.home.cyc-home-v22 .cyc-v22-gap {
    margin-top: var(--cyc-v22-gap-top, 0px) !important;
    margin-bottom: var(--cyc-v22-gap-bottom, 0px) !important;
}

body.home.cyc-home-v22 .cyc-v22-title {
    margin-top: 0 !important;
    margin-bottom: clamp(8px, .9vw, 14px) !important;
}

body.home.cyc-home-v22 .cyc-v22-kicker {
    margin-top: 0 !important;
    margin-bottom: 6px !important;
}

/* Franja 25 / 100% / Origen / Fuengirola */
body.home.cyc-home-v22 .cyc-v22-stats {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    min-height: 0 !important;
}

body.home.cyc-home-v22 .cyc-v22-stats > * {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    min-height: 0 !important;
}

/* ============================================================
   CUATRO MUNDOS — ESTRUCTURA DEFINITIVA
   ============================================================ */

body.home.cyc-home-v22 .cyc-v22-worlds {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    padding-top: clamp(20px, 2.2vw, 32px) !important;
    padding-bottom: clamp(20px, 2.2vw, 32px) !important;
    overflow: visible !important;
}

body.home.cyc-home-v22 .cyc-v22-worlds-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .75fr) !important;
    gap: clamp(24px, 3vw, 56px) !important;
    align-items: end !important;
    width: 100% !important;
    margin: 0 0 clamp(16px, 1.5vw, 24px) !important;
    padding: 0 !important;
}

body.home.cyc-home-v22 .cyc-v22-worlds-header-left,
body.home.cyc-home-v22 .cyc-v22-worlds-header-right {
    min-width: 0 !important;
    width: 100% !important;
}

body.home.cyc-home-v22 .cyc-v22-worlds-header-left h1,
body.home.cyc-home-v22 .cyc-v22-worlds-header-left h2,
body.home.cyc-home-v22 .cyc-v22-worlds-header-left h3 {
    margin: 0 !important;
    max-width: 100% !important;
    font-size: clamp(38px, 3.8vw, 62px) !important;
    line-height: 1.02 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
}

body.home.cyc-home-v22 .cyc-v22-worlds-header-right > * {
    margin: 0 !important;
    max-width: 620px !important;
    font-size: clamp(15px, 1.15vw, 20px) !important;
    line-height: 1.5 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

/* ÚNICAMENTE las cinco cartas forman esta rejilla. */
body.home.cyc-home-v22 .cyc-v22-worlds-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: clamp(10px, 1vw, 16px) !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

body.home.cyc-home-v22 .cyc-v22-world-card {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 205px !important;
    height: auto !important;
    margin: 0 !important;
    padding: clamp(17px, 1.35vw, 23px) !important;
    border-radius: clamp(18px, 1.4vw, 24px) !important;
    overflow: visible !important;
}

body.home.cyc-home-v22 .cyc-v22-world-card h2,
body.home.cyc-home-v22 .cyc-v22-world-card h3,
body.home.cyc-home-v22 .cyc-v22-world-card h4 {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
    font-size: clamp(20px, 1.45vw, 27px) !important;
    line-height: 1.07 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
}

body.home.cyc-home-v22 .cyc-v22-world-card p {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    line-height: 1.35 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

body.home.cyc-home-v22 .cyc-v22-empty-wrapper {
    display: none !important;
}

/* ============================================================
   UNA SELECCIÓN DE LA TIENDA — configuración ya aprobada
   ============================================================ */

body.home.cyc-home-v22 .cyc-v22-selection {
    padding-top: clamp(20px, 2.2vw, 32px) !important;
    padding-bottom: clamp(20px, 2.2vw, 32px) !important;
}

body.home.cyc-home-v22 .cyc-v22-products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(12px, 1.15vw, 18px) !important;
    align-items: stretch !important;
    overflow: visible !important;
}

body.home.cyc-home-v22 .cyc-v22-product-card {
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

body.home.cyc-home-v22 .cyc-v22-product-card:nth-child(n+5) {
    display: none !important;
}

body.home.cyc-home-v22 .cyc-v22-product-card img {
    max-height: 285px !important;
    object-fit: contain !important;
}

body.home.cyc-home-v22 .cyc-v22-product-card h2,
body.home.cyc-home-v22 .cyc-v22-product-card h3 {
    font-size: clamp(18px, 1.3vw, 24px) !important;
    line-height: 1.08 !important;
}

/* ============================================================
   NUESTRA HISTORIA / 25 AÑOS — ESTRUCTURA DEFINITIVA
   ============================================================ */

body.home.cyc-home-v22 .cyc-v22-history {
    display: block !important;
    padding-top: clamp(18px, 2vw, 30px) !important;
    padding-bottom: clamp(18px, 2vw, 30px) !important;
    overflow: visible !important;
}

body.home.cyc-home-v22 .cyc-v22-history-row {
    display: grid !important;
    grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr) !important;
    gap: clamp(24px, 3vw, 52px) !important;
    align-items: center !important;
    width: 100% !important;
    overflow: visible !important;
}

body.home.cyc-home-v22 .cyc-v22-history-left,
body.home.cyc-home-v22 .cyc-v22-history-right {
    min-width: 0 !important;
    width: 100% !important;
    overflow: visible !important;
}

body.home.cyc-home-v22 .cyc-v22-history-panel {
    box-sizing: border-box !important;
    width: 100% !important;
    height: auto !important;
    min-height: clamp(280px, 22vw, 350px) !important;
    max-height: none !important;
    overflow: visible !important;
}

body.home.cyc-home-v22 .cyc-v22-history-number {
    font-size: clamp(92px, 9vw, 145px) !important;
    line-height: .9 !important;
}

body.home.cyc-home-v22 .cyc-v22-history-title {
    margin-top: 8px !important;
    margin-bottom: clamp(12px, 1.2vw, 18px) !important;
    max-width: 100% !important;
    font-size: clamp(42px, 3.25vw, 58px) !important;
    line-height: 1.04 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
}

body.home.cyc-home-v22 .cyc-v22-history-copy {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: 920px !important;
    font-size: clamp(15px, 1.1vw, 19px) !important;
    line-height: 1.48 !important;
}

/* ============================================================
   CADA FAMILIA — conservar exactamente la versión que ya quedó bien
   ============================================================ */

body.home.cyc-home-v22 .cyc-v22-families {
    padding-top: clamp(20px, 2.2vw, 32px) !important;
    padding-bottom: clamp(20px, 2.2vw, 32px) !important;
}

body.home.cyc-home-v22 .cyc-v22-family-sidecopy,
body.home.cyc-home-v22 .cyc-v22-family-sidecopy-wrap {
    display: none !important;
}

body.home.cyc-home-v22 .cyc-v22-family-title {
    font-size: clamp(31px, 3.45vw, 49px) !important;
    line-height: 1.02 !important;
    margin-top: 0 !important;
    margin-bottom: clamp(16px, 1.5vw, 22px) !important;
}

body.home.cyc-home-v22 .cyc-v22-family-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(12px, 1.2vw, 18px) !important;
    align-items: stretch !important;
}

body.home.cyc-home-v22 .cyc-v22-family-card {
    box-sizing: border-box !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    padding: clamp(16px, 1.5vw, 22px) !important;
}

body.home.cyc-home-v22 .cyc-v22-family-card h2,
body.home.cyc-home-v22 .cyc-v22-family-card h3,
body.home.cyc-home-v22 .cyc-v22-family-card h4 {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    line-height: 1.07 !important;
}

body.home.cyc-home-v22 .cyc-v22-family-card p {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    line-height: 1.42 !important;
}

/* Google Reviews: sólo margen exterior, funcionalidad intacta. */
body.home.cyc-home-v22 #cyc-core-google-reviews-final {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
}

/* Evitar scroll horizontal en contenido de Inicio. */
body.home.cyc-home-v22 main,
body.home.cyc-home-v22 #primary,
body.home.cyc-home-v22 .site-main,
body.home.cyc-home-v22 .entry-content {
    overflow-x: clip;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* En 1200–1499 px es más seguro 3 + 2 que forzar cinco tarjetas estrechas. */
@media (max-width: 1499px) and (min-width: 769px) {
    body.home.cyc-home-v22 .cyc-v22-worlds-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    body.home.cyc-home-v22 .cyc-v22-products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    body.home.cyc-home-v22 .cyc-v22-product-card:nth-child(n+4) {
        display: none !important;
    }

    body.home.cyc-home-v22 .cyc-v22-history-title {
        font-size: clamp(36px, 3.4vw, 48px) !important;
    }
}

@media (max-width: 768px) {
    body.home.cyc-home-v22 .cyc-v22-band {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    body.home.cyc-home-v22 .cyc-v22-worlds-header {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        align-items: start !important;
    }

    body.home.cyc-home-v22 .cyc-v22-worlds-header-left h1,
    body.home.cyc-home-v22 .cyc-v22-worlds-header-left h2,
    body.home.cyc-home-v22 .cyc-v22-worlds-header-left h3 {
        font-size: clamp(32px, 9vw, 44px) !important;
    }

    body.home.cyc-home-v22 .cyc-v22-worlds-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    body.home.cyc-home-v22 .cyc-v22-world-card {
        min-height: 165px !important;
        padding: 14px !important;
    }

    body.home.cyc-home-v22 .cyc-v22-world-card h2,
    body.home.cyc-home-v22 .cyc-v22-world-card h3,
    body.home.cyc-home-v22 .cyc-v22-world-card h4 {
        font-size: clamp(19px, 5.4vw, 26px) !important;
    }

    body.home.cyc-home-v22 .cyc-v22-products {
        display: flex !important;
        gap: 11px !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory;
        padding-bottom: 7px !important;
    }

    body.home.cyc-home-v22 .cyc-v22-product-card {
        display: block !important;
        flex: 0 0 min(78vw, 290px) !important;
        scroll-snap-align: start;
    }

    body.home.cyc-home-v22 .cyc-v22-product-card:nth-child(n+5) {
        display: none !important;
    }

    body.home.cyc-home-v22 .cyc-v22-product-card img {
        max-height: 245px !important;
    }

    body.home.cyc-home-v22 .cyc-v22-history-row {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    body.home.cyc-home-v22 .cyc-v22-history-panel {
        min-height: 230px !important;
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }

    body.home.cyc-home-v22 .cyc-v22-history-number {
        font-size: clamp(78px, 24vw, 112px) !important;
    }

    body.home.cyc-home-v22 .cyc-v22-history-title {
        font-size: clamp(30px, 8.8vw, 40px) !important;
        line-height: 1.05 !important;
    }

    body.home.cyc-home-v22 .cyc-v22-history-copy {
        font-size: 15px !important;
        line-height: 1.42 !important;
    }

    body.home.cyc-home-v22 .cyc-v22-family-grid {
        grid-template-columns: 1fr !important;
        gap: 11px !important;
    }

    body.home.cyc-home-v22 .cyc-v22-family-card {
        padding: 16px !important;
    }

    body.home.cyc-home-v22 #cyc-core-google-reviews-final {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }
}

/* ============================================================
   2. CUATRO MUNDOS — DEFINITIVO v3.0.0
   Única geometría válida del bloque.
   ============================================================ */

body.home.cyc-home-final .cyc-worlds-def-section {
    padding-top: clamp(18px, 2vw, 28px) !important;
    padding-bottom: clamp(18px, 2vw, 28px) !important;
    overflow: visible !important;
}

/* Cabecera: 65 / 35, sólo cuando el DOM ya dispone de un wrapper propio. */
body.home.cyc-home-final .cyc-worlds-def-header {
    display: grid !important;
    grid-template-columns: minmax(0, 65fr) minmax(260px, 35fr) !important;
    gap: clamp(24px, 3vw, 48px) !important;
    align-items: end !important;
    width: 100% !important;
    margin: 0 0 clamp(20px, 1.6vw, 24px) !important;
    padding: 0 !important;
}

body.home.cyc-home-final .cyc-worlds-def-header-left,
body.home.cyc-home-final .cyc-worlds-def-header-right {
    min-width: 0 !important;
    width: 100% !important;
}

body.home.cyc-home-final .cyc-worlds-def-header-left h1,
body.home.cyc-home-final .cyc-worlds-def-header-left h2,
body.home.cyc-home-final .cyc-worlds-def-header-left h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: manual !important;
}

body.home.cyc-home-final .cyc-worlds-def-header-right p,
body.home.cyc-home-final .cyc-worlds-def-header-right div {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

/* Los envoltorios intermedios dejan de interferir SIN mover contenido. */
body.home.cyc-home-final .cyc-worlds-def-pass {
    display: contents !important;
}

/* Rejilla real: dos columnas pequeñas, centradas. */
body.home.cyc-home-final .cyc-worlds-def-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(260px, 320px)) !important;
    grid-auto-flow: row !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 16px !important;
    width: min(100%, 656px) !important;
    max-width: 656px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: visible !important;
}

/* Tarjetas: pequeñas, casi cuadradas y uniformes. */
body.home.cyc-home-final .cyc-worlds-def-card {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 320px !important;
    min-width: 0 !important;
    min-height: 205px !important;
    height: auto !important;
    aspect-ratio: 1.3 / 1 !important;
    margin: 0 !important;
    padding: 20px 22px !important;
    border-radius: inherit !important;
    overflow: hidden !important;
    align-self: stretch !important;
    justify-self: stretch !important;

    /* Nunca banners. */
    grid-column: auto !important;
}

/* Geometría 2 + 2 + 1, independiente del orden heredado. */
body.home.cyc-home-final .cyc-worlds-def-card-1 {
    grid-column: 1 !important;
    grid-row: 1 !important;
}
body.home.cyc-home-final .cyc-worlds-def-card-2 {
    grid-column: 2 !important;
    grid-row: 1 !important;
}
body.home.cyc-home-final .cyc-worlds-def-card-3 {
    grid-column: 1 !important;
    grid-row: 2 !important;
}
body.home.cyc-home-final .cyc-worlds-def-card-4 {
    grid-column: 2 !important;
    grid-row: 2 !important;
}
body.home.cyc-home-final .cyc-worlds-def-card-5 {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    justify-self: center !important;
    width: 100% !important;
    max-width: 320px !important;
}

/* Interior de tarjeta: mantener tipografía; sólo proporción/espaciado. */
body.home.cyc-home-final .cyc-worlds-def-card h1,
body.home.cyc-home-final .cyc-worlds-def-card h2,
body.home.cyc-home-final .cyc-worlds-def-card h3,
body.home.cyc-home-final .cyc-worlds-def-card h4 {
    font-size: clamp(22px, 1.65vw, 30px) !important;
    line-height: 1.08 !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: manual !important;
}

body.home.cyc-home-final .cyc-worlds-def-card p,
body.home.cyc-home-final .cyc-worlds-def-card span {
    word-break: normal !important;
    overflow-wrap: normal !important;
}

body.home.cyc-home-final .cyc-worlds-def-card p {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    line-height: 1.38 !important;
}

/* Tablet: 2 + 2 + 1, con columnas flexibles pero controladas. */
@media (max-width: 1024px) and (min-width: 641px) {
    body.home.cyc-home-final .cyc-worlds-def-grid {
        grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
        width: min(100%, 656px) !important;
        max-width: 656px !important;
    }

    body.home.cyc-home-final .cyc-worlds-def-card {
        max-width: 320px !important;
        justify-self: center !important;
    }

    body.home.cyc-home-final .cyc-worlds-def-header {
        grid-template-columns: minmax(0, 1fr) minmax(220px, .55fr) !important;
        gap: 22px !important;
    }
}

/* Móvil: una sola columna, centrada y sin scroll horizontal. */
@media (max-width: 640px) {
    body.home.cyc-home-final .cyc-worlds-def-header {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        align-items: start !important;
        margin-bottom: 16px !important;
    }

    body.home.cyc-home-final .cyc-worlds-def-grid {
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100% !important;
        max-width: 340px !important;
        gap: 12px !important;
    }

    body.home.cyc-home-final .cyc-worlds-def-card,
    body.home.cyc-home-final .cyc-worlds-def-card-1,
    body.home.cyc-home-final .cyc-worlds-def-card-2,
    body.home.cyc-home-final .cyc-worlds-def-card-3,
    body.home.cyc-home-final .cyc-worlds-def-card-4,
    body.home.cyc-home-final .cyc-worlds-def-card-5 {
        grid-column: 1 !important;
        grid-row: auto !important;
        width: 100% !important;
        max-width: 340px !important;
        min-height: 190px !important;
        aspect-ratio: auto !important;
        justify-self: center !important;
        padding: 18px 20px !important;
    }
}

/* CYC CUATRO MUNDOS — CARTAS COMPACTAS v2.2.0 */

/* La corrección sólo afecta al bloque identificado por el JS. */
body.home.cyc-home-final .cyc-worlds-compact-v220 {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    overflow: visible !important;
}

/* Cualquier rejilla antigua queda neutralizada. */
body.home.cyc-home-final .cyc-worlds-compact-v220 .cyc-worlds-old-grid-v220 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: none !important;
}

/*
 * Rejilla nueva:
 * 2 + 2 + 1.
 * Las cartas NO pueden crecer horizontalmente.
 */
body.home.cyc-home-final .cyc-worlds-compact-v220 > .cyc-worlds-grid-v220 {
    display: grid !important;
    grid-template-columns: repeat(2, 300px) !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 760px !important;
    margin: 18px auto 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

/* Cartas pequeñas y casi cuadradas. */
body.home.cyc-home-final .cyc-worlds-compact-v220 .cyc-world-card-v220 {
    box-sizing: border-box !important;
    width: 300px !important;
    max-width: 300px !important;
    min-width: 300px !important;
    height: 205px !important;
    min-height: 205px !important;
    max-height: 205px !important;
    padding: 18px !important;
    margin: 0 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
}

/* Quinta carta centrada en la tercera fila, con EL MISMO tamaño. */
body.home.cyc-home-final .cyc-worlds-compact-v220 .cyc-world-card-v220:nth-child(5) {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
}

/* Tipografía compacta, sin deformaciones. */
body.home.cyc-home-final .cyc-worlds-compact-v220 .cyc-world-card-v220 h1,
body.home.cyc-home-final .cyc-worlds-compact-v220 .cyc-world-card-v220 h2,
body.home.cyc-home-final .cyc-worlds-compact-v220 .cyc-world-card-v220 h3,
body.home.cyc-home-final .cyc-worlds-compact-v220 .cyc-world-card-v220 h4 {
    font-size: 26px !important;
    line-height: 1.06 !important;
    margin: 7px 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
}

body.home.cyc-home-final .cyc-worlds-compact-v220 .cyc-world-card-v220 p {
    margin: 5px 0 0 !important;
    line-height: 1.34 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

/* Tablet: siguen siendo 2 + 2 + 1, algo más pequeñas. */
@media (max-width: 980px) and (min-width: 641px) {
    body.home.cyc-home-final .cyc-worlds-compact-v220 > .cyc-worlds-grid-v220 {
        grid-template-columns: repeat(2, 260px) !important;
        max-width: 560px !important;
        gap: 14px !important;
    }

    body.home.cyc-home-final .cyc-worlds-compact-v220 .cyc-world-card-v220 {
        width: 260px !important;
        max-width: 260px !important;
        min-width: 260px !important;
        height: 190px !important;
        min-height: 190px !important;
        max-height: 190px !important;
        padding: 16px !important;
    }

    body.home.cyc-home-final .cyc-worlds-compact-v220 .cyc-world-card-v220 h1,
    body.home.cyc-home-final .cyc-worlds-compact-v220 .cyc-world-card-v220 h2,
    body.home.cyc-home-final .cyc-worlds-compact-v220 .cyc-world-card-v220 h3,
    body.home.cyc-home-final .cyc-worlds-compact-v220 .cyc-world-card-v220 h4 {
        font-size: 23px !important;
    }
}

/* Móvil: una columna centrada, sin scroll horizontal. */
@media (max-width: 640px) {
    body.home.cyc-home-final .cyc-worlds-compact-v220 > .cyc-worlds-grid-v220 {
        grid-template-columns: minmax(0, 1fr) !important;
        max-width: 320px !important;
        gap: 11px !important;
        margin-top: 14px !important;
    }

    body.home.cyc-home-final .cyc-worlds-compact-v220 .cyc-world-card-v220,
    body.home.cyc-home-final .cyc-worlds-compact-v220 .cyc-world-card-v220:nth-child(5) {
        grid-column: auto !important;
        justify-self: stretch !important;
        width: 100% !important;
        max-width: 320px !important;
        min-width: 0 !important;
        height: 185px !important;
        min-height: 185px !important;
        max-height: 185px !important;
        padding: 15px !important;
    }
}

