.starfield-container {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1920px;
    height: 100vh;
    background-color: black; /* Fallback for areas beyond canvas */
    z-index: -1; /* Behind all content */
    overflow: hidden;
}

.starfield-canvas {
    width: 100%;
    height: 100%;
}

/* Override existing backgrounds */
body, .wrapper, .mask, .mask-home-1, .mask-home-2, .mask-1, .mask-2 {
    background: transparent !important; /* Ensure starfield is visible */
}