/* ArezzoMT2 v114 - stabilne tło bez migania między podstronami */
html, body {
    background-color: #07040a !important;
}

.az82-video-bg,
.az86-live-wind {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    overflow: hidden !important;
    z-index: -10 !important;
    pointer-events: none !important;
    background: #07040a url('../images/az86-live-wind-poster.jpg') center center / cover no-repeat fixed !important;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}

.az82-video-bg video,
.az86-live-wind video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    opacity: 1 !important;
}

.az-v22-body {
    background-color: #07040a !important;
}
