/* Enlaces rápidos — móvil / tablet (≤992px) */
#cta_container-rd {
    display: none;
}

@media (max-width: 992px) {
    #cta_products {
        height: auto !important;
        padding-bottom: 24px !important;
        background: #fff !important;
    }

    #cta_container-desktop {
        display: none !important;
    }

    #cta_container-rd {
        display: block !important;
        background: #fff !important;
        padding: 8px 16px 20px;
    }

    .cta-links-mobile__spacer {
        display: none !important;
    }

    .cta-links-mobile__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .cta-links-mobile__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 118px;
        padding: 24px 12px;
        background: #fff;
        border: 1px solid #e7ecec;
        border-radius: 14px;
        box-shadow: 0 6px 18px rgba(28, 37, 43, 0.06);
        text-decoration: none;
        color: inherit;
        transition: background 0.2s ease, transform 0.2s ease;
    }

    .cta-links-mobile__item:active {
        background: #f8fafa;
        transform: scale(0.98);
    }

    .cta-links-mobile__icon {
        font-size: 30px;
        line-height: 1;
        color: #0e7a86;
        font-variation-settings: 'wght' 300;
    }

    .cta-links-mobile__label {
        font-family: 'Work Sans', 'gotham_lightregular', sans-serif;
        font-weight: 600;
        font-size: 12.5px;
        line-height: 1.25;
        text-align: center;
        color: #1c252b;
        margin-top: 12px;
    }
}

@media (max-width: 360px) {
    .cta-links-mobile__label {
        font-size: 11px;
    }

    .cta-links-mobile__item {
        min-height: 108px;
        padding: 20px 10px;
    }

    .cta-links-mobile__icon {
        font-size: 28px;
    }
}

@media (min-width: 993px) {
    #cta_container-rd {
        display: none !important;
    }
}
