/* ============================================================
   Footer Ecoricerche — Modulo 6
   ============================================================ */

/* Logo Ecoricerche su sfondo scuro: invertito */
.eco-footer-logo img {
    filter: brightness(0) invert(1);
    opacity: 0.95;
    transition: opacity 200ms ease-in-out;
}
.eco-footer-logo:hover img { opacity: 1; }

/* Lista contatti */
.eco-footer-contacts p {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #FFFFFF;
    opacity: 0.85;
}
.eco-footer-contacts .eco-footer-label {
    color: #078738;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
}
.eco-footer-contacts a {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px dotted rgba(255,255,255,0.3);
    transition: all 200ms ease-in-out;
}
.eco-footer-contacts a:hover {
    color: #56F09F;
    border-bottom-color: #56F09F;
}

/* Lista navigazione footer */
.eco-footer-nav {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}
.eco-footer-nav li { margin: 0 0 8px; }
.eco-footer-nav a {
    color: #FFFFFF;
    opacity: 0.85;
    text-decoration: none;
    font-size: 14px;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 500;
    transition: all 200ms ease-in-out;
}
.eco-footer-nav a:hover {
    color: #56F09F;
    opacity: 1;
}

/* Certificazioni */
.eco-footer-certs p {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.5;
    color: #FFFFFF;
    opacity: 0.85;
}
.eco-footer-certs strong {
    color: #56F09F;
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 700;
}
.eco-footer-certs small {
    font-size: 12px;
    opacity: 0.85;
    line-height: 1.4;
}

/* Bottom bar */
.eco-copyright {
    margin: 0;
    color: #FFFFFF;
    font-size: 13px;
    opacity: 0.85;
    font-family: "Host Grotesk", sans-serif;
}
.eco-footer-legal {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 16px;
    font-family: "Host Grotesk", sans-serif;
}
.eco-footer-legal a {
    color: #FFFFFF;
    opacity: 0.75;
    text-decoration: none;
    font-size: 12px;
    transition: opacity 200ms ease-in-out;
}
.eco-footer-legal a:hover {
    color: #56F09F;
    opacity: 1;
}
@media (max-width: 768px) {
    .eco-footer-legal {
        justify-content: flex-start;
        margin-top: 12px;
    }
}

/* Hide Hello Elementor default footer (fallback se Theme Builder fosse disabilitato) */
.elementor-location-footer + footer.site-footer { display: none; }
