#neural-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

#section-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 50% 50%, rgba(0, 51, 153, 0.15) 0%, rgba(0, 0, 0, 1) 100%);
}

#section-hero .container {
    position: relative;
    z-index: 10;
}

#section-hero .sw-overlay {
    z-index: 1;
}

#section-hero .gradient-edge-top,
#section-hero .gradient-edge-bottom {
    z-index: 2;
}

#section-hero .abs-centered {
    z-index: 10;
}

.text-logo {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(0, 102, 255, 0.5);
    background: linear-gradient(90deg, #ffffff 0%, #0066ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    transition: all 0.3s;
}

.text-logo:hover {
    text-shadow: 0 0 15px rgba(0, 102, 255, 0.8);
    transform: scale(1.05);
}

.footer-logo {
    font-size: 40px;
    margin-bottom: 20px;
}