/* MisionST v0.64.1 - Hotfix visual exclusivo de /antivirus.
   Aislado para no alterar catalogo, portada, footer ni checkout. */
.antivirus-solutions-section .row{align-items:stretch}
.antivirus-solutions-section .row>[class*="col-"]{display:flex}
.antivirus-solution-card{
    width:100%;
    display:flex;
    flex-direction:column;
    background:#fff;
    border:1px solid #e7edf5;
    border-radius:1.25rem;
    overflow:hidden;
    transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.antivirus-solution-card:hover{transform:translateY(-3px);border-color:#cfe0ff;box-shadow:0 18px 42px rgba(15,23,42,.08)}
.antivirus-solution-media{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:240px;
    min-height:240px;
    padding:1.25rem;
    overflow:hidden;
    background:#f8fafc;
    text-decoration:none;
}
.antivirus-solution-media img{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:100%!important;
    max-height:210px!important;
    object-fit:contain!important;
    object-position:center!important;
    margin:0 auto!important;
}
.antivirus-solution-placeholder{display:grid;place-items:center;width:92px;height:92px;border-radius:24px;background:#e9f2ff;color:#0d6efd;font-size:2rem;font-weight:800}
.antivirus-solution-body{display:flex;flex-direction:column;flex:1;width:100%;padding:1.4rem}
.antivirus-solution-kicker{color:#0d6efd;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.55rem}
.antivirus-solution-body h3{font-size:1.18rem;font-weight:800;line-height:1.3;margin-bottom:.75rem}
.antivirus-solution-body p{color:#64748b;line-height:1.6;flex:1;margin-bottom:1rem}
.antivirus-solution-price{font-weight:800;color:#0f172a;margin:0 0 1rem}
.antivirus-solutions-alt{background:#f8fafc}
.antivirus-advice-panel{background:#0b5ed7;color:#fff;padding:2rem;border-radius:1.35rem;box-shadow:0 18px 48px rgba(13,110,253,.18)}
.antivirus-advice-panel strong{display:block;font-size:1.4rem;margin-bottom:.7rem}.antivirus-advice-panel p{opacity:.92;line-height:1.65}
.antivirus-final-panel{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:2rem;border-radius:1.25rem;background:#f1f5f9;border:1px solid #e2e8f0}
@media(max-width:767.98px){
 .antivirus-solution-media{height:210px;min-height:210px;padding:1rem}
 .antivirus-solution-media img{max-height:180px!important}
 .antivirus-advice-panel{padding:1.35rem}
 .antivirus-final-panel{align-items:stretch;flex-direction:column;padding:1.35rem}.antivirus-final-panel .btn{width:100%}
}
