.spx-footer {
    margin-top: 60px;
    padding: 40px 20px;
    text-align: center;
    background: rgba(12,12,19,0.6);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255,255,255,0.05);
    color: #d4d4e0;
}

.spx-footer-glow::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 150px;
    background: radial-gradient(circle, rgba(123,77,255,0.25), transparent 70%);
    filter: blur(35px);
    pointer-events: none;
}

.spx-footer-brand {
    font-size: 1.4rem;
    font-weight: 700;
    background: linear-gradient(135deg, #7B4DFF, #9D74FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.spx-footer-copy {
    font-size: 0.9rem;
    opacity: 0.6;
    margin-top: 12px;
}
