/* ===== FOOTER PREMIUM ===== */

.cs-footer {
    position: relative;
    overflow: hidden;
}

/* glow сверху */
.cs-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #7c5cff, transparent);
    opacity: 0.5;
}

/* текст */
.cs-footer-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 8px;
}

.cs-footer-text {
    color: #b8c0d9;
    font-size: 0.92rem;
    line-height: 1.6;
}

/* ссылки */
.cs-footer-link {
    color: #cfd6ea;
    text-decoration: none;
    transition: all 0.25s ease;
}

.cs-footer-link:hover {
    color: #a78bfa;
    text-shadow: 0 0 10px rgba(167,139,250,0.3);
}

/* линия */
.cs-footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(124,92,255,0.3), transparent);
    margin: 14px 0;
}