/* css/footer.css */
.site-footer {
    background: #fff;
    border-top: 1px solid var(--border);
    padding: 30px 0;
    margin-top: auto;
    text-align: center;
}
.footer-content { color: #64748b; font-size: 0.9rem; }