style>
/* Fuerza al contenedor principal del módulo a comportarse de forma fluida en HubSpot */
.hs-segmentos-section {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Transición suave de elevación interactiva de las tarjetas */
.hs-segmentos-section .hover-lift {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s ease;
}

/* Elevación responsiva al pasar el mouse por encima (Idéntica en todas para mantener simetría) */
@media (min-width: 1024px) {
    .hs-segmentos-section .hover-lift:hover {
        transform: translateY(-8px);
        box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.25);
    }
}

/* ======================================================================
   RESET ULTRA-ESTRICTO PARA BOTONES CTA CONTRA SOBREESCRITURAS DE HUBSPOT
   ======================================================================
*/
.hs-segmentos-section .btn-cta-reset,
.hs-segmentos-section .btn-cta-reset:hover,
.hs-segmentos-section .btn-cta-reset:focus,
.hs-segmentos-section .btn-cta-reset:active {
    text-transform: none !important;
    letter-spacing: normal !important;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent !important;
}
</style>