/* Footer */
footer {
    color: var(--text-dark);
    text-align: center;
    padding: 2rem;
    font-size: 0.9rem;
}

footer .mt-sm {
    margin-top: 1.5rem;
}

footer small, a {
    font-size: 0.6rem;
    color: var(--text-medium);
}

footer a {
    color: var(--text-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--accent-terracotta);
    text-decoration: underline;
}

footer .creator-link {
    font-weight: 500;
}