html {
    background-color: #0a0f0d;
    overflow-x: hidden;
    max-width: 100vw;
}

body {
    background-color: transparent;
    color: #f9fdf9;
    cursor: crosshair;
    margin: 0;
    overflow-x: hidden;
    max-width: 100vw;
}

#spline-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
    background: transparent;
    transition: opacity 0.5s ease-out;
}

main {
    position: relative;
    z-index: 10;
    background: transparent;
}

section {
    position: relative;
    z-index: 20;
    background-color: #0a0f0d !important;
}

#hero {
    background-color: transparent !important;
    z-index: 10;
}

#hero {
    background-color: transparent !important;
    backdrop-filter: none;
}

.brutal-border {
    border: 2px solid #717773;
}

.brutal-border-heavy {
    border: 4px solid #717773;
}

.neon-glow {
    text-shadow: 0 0 10px rgba(161, 255, 194, 0.4);
}

.active-hardware-shift:active {
    transform: translate(-4px, -4px);
}

/* Logo Styling */
.logo-filter {
    filter: drop-shadow(0 0 5px rgba(161, 255, 194, 0.3));
    transition: filter 0.3s ease;
}

.logo-filter:hover {
    filter: drop-shadow(0 0 8px rgba(161, 255, 194, 0.6));
}
