.site-footer {
    background-color: rgba(220, 237, 220, 0.92);
    border-top: 1px solid rgba(180, 220, 180, 0.4);
}

.footer-brand {
    font-family: "Pompiere", cursive;
    font-size: 1.2rem;
    color: #3a4a3a;
    letter-spacing: 0.03em;
}

.footer-link {
    color: #3a4a3a;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s;
}

.footer-link:hover {
    color: #2e7d32;
}

.footer-link i {
    color: #2e7d32;
}

.footer-separator {
    color: #b2d8b2;
}

.footer-social-label {
    font-size: 0.85rem;
    color: #5a7a5a;
}

.footer-social-icon {
    color: #3a4a3a;
    transition: color 0.2s;
}

.footer-social-icon:hover {
    color: #2e7d32;
}

/* =========================================
   MOBILE — divisori tra i blocchi impilati
   ========================================= */

@media (max-width: 991.98px) {
    .footer-block {
        padding-top: 1rem;
        border-top: 1px solid rgba(180, 220, 180, 0.5);
    }
}
