/* The final campaign artwork contains its visible copy and CTA. */
.antivirus-hero {
    height: auto;
    min-height: 0;
    aspect-ratio: 1672 / 944;
    background: #061729;
}

.antivirus-hero:after { display: none; }
.antivirus-hero picture img { object-fit: cover; object-position: center; }

.antivirus-hero-content {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
    pointer-events: none;
}

.antivirus-hero-badge,
.antivirus-hero-content > h1,
.antivirus-hero-content > p,
.antivirus-hero-points,
.hero-secondary,
.phone-warning {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.antivirus-hero-actions {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    pointer-events: none;
}

.antivirus-hero .hero-phone {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 0;
    height: 100% !important;
    min-height: 48px !important;
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: .01;
    border: 0 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: none !important;
    animation: none !important;
    pointer-events: auto;
    cursor: pointer;
}

.antivirus-hero .hero-phone:focus-visible {
    opacity: .16;
    outline: 5px solid #fff;
    outline-offset: 4px;
}

@media (max-width: 620px) {
    .antivirus-hero {
        height: auto;
        min-height: 0;
        aspect-ratio: 1004 / 1536;
    }

    .antivirus-hero picture img { object-position: center; }

    .antivirus-hero .hero-phone {
        left: 0;
        top: 0;
        width: 100%;
        height: 100% !important;
        min-height: 52px !important;
        border-radius: 999px !important;
    }
}
