/* Footer */
footer {
    text-align: center;
    margin-top: 6rem; /* Restore margin */
    padding: 2.5rem;
    color: var(--text-secondary);
    font-size: 0.9rem;
    border-top: 1px solid var(--border-color);
    background-color: var(--bg-primary);
}
