/* =============================================================
   LDP Footer istituzionale
   ============================================================= */

.ldp-footer-new {
    background: #ffffff;
    padding: 40px 48px 24px;
    text-align: center;
    font-family: Arial, sans-serif;
}

/* Logo */
.ldp-footer-logo {
    margin-bottom: 12px;
}

.ldp-footer-logo img {
    max-height: 64px;
    width: auto;
    display: block;
    margin: 0 auto;
}

/* Tagline */
.ldp-footer-tagline {
    font-size: 11px;
    color: #999;
    letter-spacing: .07em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.ldp-footer-tagline strong {
    color: #7ab648;
    font-weight: 600;
}

/* Divisore */
.ldp-footer-divider {
    width: 40px;
    height: 2px;
    background: #7ab648;
    margin: 14px auto;
}

/* Dati aziendali */
.ldp-footer-company {
    margin-bottom: 18px;
}

.ldp-footer-company p {
    font-size: 12px;
    color: #777;
    line-height: 1.9;
}

.ldp-footer-company strong {
    color: #444;
    font-weight: 600;
}

/* Link istituzionali */
.ldp-footer-inst {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 18px;
}

.ldp-footer-inst a {
    font-size: 12px;
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1px;
    transition: color .15s, border-color .15s;
}

.ldp-footer-inst a:hover {
    color: #7ab648;
    border-color: #7ab648;
}

/* Social */
.ldp-footer-social {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}

.ldp-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    color: #666;
    text-decoration: none;
    background: #fafafa;
    transition: border-color .15s, color .15s, background .15s;
}

.ldp-footer-social a:hover {
    border-color: #7ab648;
    color: #7ab648;
    background: #fff;
}

/* Siti collegati */
.ldp-footer-sites {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.ldp-footer-sites a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #555;
    text-decoration: none;
    padding: 6px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    background: #fafafa;
    transition: border-color .15s, color .15s;
}

.ldp-footer-sites a:hover {
    border-color: #7ab648;
    color: #7ab648;
}

/* Bottom strip */
.ldp-footer-bottom {
    border-top: 1px solid #f0f0f0;
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.ldp-footer-copy {
    font-size: 11px;
    color: #bbb;
}

.ldp-footer-made {
    font-size: 11px;
    color: #bbb;
}

.ldp-footer-made a {
    color: #7ab648;
    text-decoration: none;
    font-weight: 600;
}

.ldp-footer-made a:hover {
    text-decoration: underline;
}

/* Mobile */
@media (max-width: 768px) {

    .ldp-footer-new {
        padding: 28px 16px 18px;
    }

    .ldp-footer-logo img {
        max-height: 50px;
    }

    .ldp-footer-company p {
        font-size: 11px;
    }

    .ldp-footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 6px;
    }

    .ldp-footer-sites a span[style] {
        font-size: 14px;
    }
}
