.site-footer {
    margin-top: 4rem;
    padding: 2rem 1rem;
    border-top: 1px solid #e5e7eb;
    text-align: center;
    background: #f9fafb;
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-links a {
    color: #4b5563;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #2f5d3a;
}

.footer-copy {
    margin-top: 1rem;
    color: #6b7280;
    font-size: 0.9rem;
}
