/* === FOOTER - ALWAYS VISIBLE === */
.footer-section {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.footer-section .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.125rem;
    margin-bottom: 1rem;
}

.footer-section .links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    flex: 0 0 2.4rem;
    min-height: 2.75rem;
    padding: 0;
    border-radius: 0;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.8rem;
    transition: transform 0.2s, opacity 0.2s;
    background: transparent;
    color: #fff;
    border: 0;
}

.footer-section .links a:hover {
    transform: translateY(-2px);
    opacity: 0.8;
}

.footer-section .footer-text {
    font-size: 0.8rem;
    color: #7a6a92;
}

.footer-section .footer-text a {
    color: #6d4f9a;
    text-decoration: none;
}

.footer-section .links a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}
