/* ── Footer ─────────────────────────────── */
.site-footer {
    text-align: center;
    padding: 48px 24px 32px;
    border-top: 1px solid rgba(0, 212, 255, 0.12);
}

.footer-logo {
    height: 36px;
    margin-bottom: 20px;
}

.footer-links {
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.footer-links a {
    color: rgba(245, 245, 245, 0.7);
    text-decoration: none;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: color 0.2s ease;
}

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

.footer-copy {
    color: rgba(245, 245, 245, 0.4);
    font-size: 0.75rem;
    margin: 0;
}

.footer-credit {
    color: rgba(245, 245, 245, 0.4);
    font-size: 0.75rem;
    margin: 0.25rem 0 0;
}

.footer-credit a {
    color: rgba(245, 245, 245, 0.6);
    text-decoration: underline;
}

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