/* Tarjeta de producto unificada — móvil / tablet (≤992px) */
@media (max-width: 992px) {
    .maim-product-card {
        background: #fff;
        border: 1px solid #e7ecec;
        border-radius: 18px;
        box-shadow: 0 12px 28px rgba(28, 37, 43, 0.09);
        overflow: hidden;
    }

    .maim-product-card.is-unavailable .maim-product-card__image img.enlace_rd_img_blur {
        opacity: 0.45;
        filter: grayscale(0.15);
    }

    .maim-product-card.is-unavailable .maim-product-card__tap {
        pointer-events: none;
    }

    .maim-product-card.is-unavailable .maim-product-card__cta {
        display: none;
    }

    .maim-product-card__image {
        width: 100%;
        height: 210px;
        background: #f3f6f6;
        overflow: hidden;
        line-height: 0;
    }

    .maim-product-card__image img {
        display: block;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        max-height: none !important;
        margin: 0 !important;
        object-fit: cover;
        object-position: center;
    }

    .maim-product-card__image img.enlace_rd_img_blur,
    .maim-product-card__image img.enlace_rd_img_disponible {
        width: 100% !important;
        height: 100% !important;
    }

    .maim-product-card__body {
        padding: 16px 18px 18px;
        border-top: 3px solid #0e7a86;
    }

    .maim-product-card__title {
        font-family: 'Poppins', 'GothamBold 2', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.25;
        color: #1c252b;
        margin: 0;
    }

    .maim-product-card__meta {
        font-family: 'Work Sans', 'gotham_lightregular', sans-serif;
        font-size: 12px;
        line-height: 1.45;
        color: #8a949b;
        margin: 3px 0 0;
    }

    .maim-product-card__highlight {
        font-family: 'Work Sans', 'gotham_lightregular', sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
        color: #0e7a86;
        margin: 10px 0 0;
    }

    .maim-product-card__detail {
        font-family: 'Work Sans', 'gotham_lightregular', sans-serif;
        font-size: 13px;
        line-height: 1.45;
        color: #76828a;
        margin: 8px 0 0;
    }

    .maim-product-card__cta,
    .maim-product-card__body .productCard-cta .btn {
        display: block;
        width: 100%;
        margin-top: 14px;
        background: #0e7a86 !important;
        color: #fff !important;
        border: none !important;
        border-radius: 9px !important;
        padding: 14px !important;
        font-family: 'Work Sans', 'gotham_lightregular', sans-serif !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
    }

    .maim-product-card__body .productCard-cta {
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .maim-product-card__body .leftBannerProduct_button_txt {
        background: transparent !important;
        padding: 0 !important;
        font-family: inherit !important;
        font-size: inherit !important;
        font-weight: inherit !important;
        letter-spacing: inherit !important;
    }

    .maim-product-card__tap {
        display: block;
        text-decoration: none;
        color: inherit;
    }

    .maim-product-card__tap .maim-product-card__cta {
        pointer-events: none;
    }

    .maim-product-card__unavailable,
    .maim-product-card .label-no-disponible-rd {
        display: block;
        position: static !important;
        margin: 0 !important;
        padding: 0 18px 16px !important;
        font-family: 'Work Sans', 'gotham_lightregular', sans-serif;
        font-size: 12px;
        font-weight: 600;
        color: #0e7a86 !important;
        text-align: left;
    }

    .maim-product-card hr,
    .maim-product-card .difuminado-rd {
        display: none !important;
    }

    .maim-product-card-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .calculadora-section #productos_sugeridos_list > .row,
    .calculadora-section #productos_inversion_list > .row {
        gap: 18px;
    }

    .calculadora-section .maim-product-card__image {
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        min-height: 200px;
        padding: 16px;
        overflow: visible;
    }

    .calculadora-section .maim-product-card--calculator,
    .calculadora-section .maim-product-card {
        overflow: visible;
    }

    .calculadora-section .maim-product-card--calculator .maim-product-card__image img,
    .calculadora-section .maim-product-card__image img {
        display: block;
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 200px !important;
        margin: 0 auto !important;
        object-fit: contain !important;
        object-position: center;
    }
}

@media (min-width: 993px) {
    .calculadora-section .maim-product-card {
        background: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
        overflow: visible;
        text-align: center;
    }

    .calculadora-section .maim-product-card__image {
        height: auto;
        background: transparent;
        display: block;
        padding: 0;
    }

    .calculadora-section .maim-product-card__image img {
        width: 50% !important;
        max-width: none !important;
        max-height: none !important;
    }

    .calculadora-section .maim-product-card__body {
        border-top: none;
        padding: 0;
        margin-top: 15px;
    }

    .calculadora-section .maim-product-card__body::before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #006072;
        margin-bottom: 15px;
    }

    .calculadora-section .maim-product-card__title {
        font-size: 20px;
        font-weight: 400;
    }

    .calculadora-section .maim-product-card__meta {
        font-size: inherit;
        color: inherit;
    }

    .calculadora-section .maim-product-card__highlight {
        font-size: 20px;
        font-weight: 400;
        margin-top: 8px;
    }

    .calculadora-section .maim-product-card__detail {
        font-size: 15px;
        margin-top: 8px;
    }

    .calculadora-section .maim-product-card__cta {
        margin-top: 15px;
        background: #006270 !important;
        border-radius: 0 !important;
        font-family: 'gotham_lightregular', sans-serif !important;
        font-size: inherit !important;
        font-weight: 400 !important;
        letter-spacing: 0;
        padding: 10px !important;
    }
}
