footer {
    border-top: 2px solid var(--line);
    background: rgba(4, 14, 22, 0.95);
}

.footer-links {
    width: min(1200px, 92vw);
    margin: 0 auto;
    list-style: none;
    min-height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.9rem 1.4rem;
}

.footer-links a {
    text-decoration: none;
    color: var(--text-soft);
    font-size: 0.76rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: var(--accent);
}
