html,
body {
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #020617 !important;
}

body {
    position: relative;
    overflow: hidden !important;
}

.video-bg {
    position: fixed !important;
    inset: 0 !important;
    z-index: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    background: #020617 !important;
}

.video-bg video {
    position: absolute !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    object-fit: cover !important;
    object-position: center center !important;

    /* вертикальное зеркало */
    transform: scaleY(-1) scale(1.04) !important;

    filter: brightness(0.9) contrast(1.08) saturate(1.05) !important;
}

.video-bg-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(2, 6, 23, 0.16) !important;
    backdrop-filter: none !important;
}

.video-bg-credit,
.space-scene {
    display: none !important;
}

body > *:not(.video-bg) {
    position: relative;
    z-index: 1;
}
