/* ==========================================================
   FOOTER
   Part of the CiaoCity modular stylesheet system.
   Design tokens live in base.css — do not redefine colors here.
   ========================================================== */

/* Footer */
.main-footer { padding: 40px 24px 24px; margin-top: auto; }

.footer-glass { padding: 32px; border-radius: var(--radius-lg); }

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.copyright { color: var(--text-muted); font-size: 0.9rem; }

.footer-links { display: flex; gap: 24px; }

.footer-links a { color: var(--text-muted); text-decoration: none; font-size: 0.9rem; font-weight: 500;}

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