/* Cloud-only motion layer. The existing responsive picture stays underneath. */
html:root body.mvo-landing-next #main-content .service-hero--cloud .cloud-hero-video {
    position: absolute;
    inset: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}
html:root body.mvo-landing-next #main-content .service-hero--cloud .cloud-hero-video-toggle {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid #59738d;
    border-radius: 8px;
    background: #051526;
    color: #f5f8fc;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
html:root body.mvo-landing-next #main-content .service-hero--cloud .cloud-hero-video-toggle:hover {
    background: #203d59;
}
html:root body.mvo-landing-next #main-content .service-hero--cloud .cloud-hero-video-toggle:focus-visible {
    outline: 2px solid #80b9ff;
    outline-offset: 4px;
}
html:root body.mvo-landing-next #main-content .service-hero--cloud :is(.cloud-hero-video,.cloud-hero-video-toggle)[hidden] {
    display: none;
}
@media (max-width: 900px) {
    html:root body.mvo-landing-next #main-content .service-hero--cloud .cloud-hero-video {
        top: auto;
        height: 260px;
        object-fit: contain;
        object-position: right bottom;
    }
    html:root body.mvo-landing-next #main-content .service-hero--cloud .cloud-hero-video-toggle {
        top: auto;
        right: auto;
        bottom: 20px;
        left: 22px;
    }
}
@media (max-width: 600px) {
    html:root body.mvo-landing-next #main-content .service-hero--cloud .cloud-hero-video {
        height: 190px;
        object-fit: cover;
    }
}
@media (prefers-reduced-motion: reduce) {
    html:root body.mvo-landing-next #main-content .service-hero--cloud :is(.cloud-hero-video,.cloud-hero-video-toggle) {
        display: none;
    }
}
