  /* Footer Styling */
    footer {
        background-color: #ffffff;
        border-top: 1px solid rgba(0,0,0,0.05);
        padding: 60px 0 30px;
        color: #2d3436;
        font-family: 'Inter', sans-serif;
    }

    .footer-title {
        font-weight: 700;
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 25px;
        color: #000;
    }

    .footer-link {
        color: #636e72;
        text-decoration: none;
        font-size: 0.95rem;
        transition: all 0.3s ease;
        display: inline-block;
        margin-bottom: 10px;
    }

    .footer-link:hover {
        color: #000;
        transform: translateX(5px);
    }

    .contact-email {
        font-weight: 600;
        color: #000;
        text-decoration: none;
        border-bottom: 1px solid #000;
        transition: opacity 0.3s;
    }

    .contact-email:hover {
        opacity: 0.7;
    }

    .gdpr-box {
        background-color: #f8f9fa;
        padding: 20px;
        border-radius: 12px;
        font-size: 0.85rem;
        color: #636e72;
        line-height: 1.6;
    }

    .social-link {
        font-weight: 600;
        color: #000;
        margin-right: 15px;
        text-decoration: none;
        font-size: 0.9rem;
    }

    .social-link:hover {
        text-decoration: underline;
    }

    hr.footer-divider {
        margin: 40px 0 20px;
        opacity: 0.05;
    }

    .credits {
        font-size: 0.8rem;
        color: #b2bec3;
    }

    /* .main-content-hero {
        background: #fff;
        border: none;
        border-radius: 20px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
        background-color: rgba(255, 255, 255, 0.8);
        transition: transform 0.3s ease;
    } */

    .feature-box {
        border-left: 3px solid #2d3436;
        padding-left: 15px;
    }

    .feature-box h5 {
        font-size: 1rem;
        margin-bottom: 5px;
    }

    .feature-box i {
        opacity: 0.8;
        transition: transform 0.3s ease;
        display: inline-block;
    }

    .feature-box:hover i {
        transform: translateY(-5px);
        opacity: 1;
    }

    .stats-box {
        padding: 20px 10px;
        border-radius: 12px;
        background: #ffffff;
        transition: all 0.3s ease;
        border: 1px solid transparent; /* Per evitare scatti al passaggio del mouse */
    }

    .stats-box:hover {
        background: #f8f9fa;
        border-color: rgba(0,0,0,0.05);
    }

    .stats-box i {
        opacity: 0.6;
    }

    .stats-box h4 {
        font-size: 1.5rem;
        letter-spacing: -1px;
    }

    .stats-box p {
        /* font-size: 0.75rem; */
        line-height: 1.2;
        margin-top: 5px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .stats-label {
        font-size: 0.65rem; /* Font molto piccolo ed elegante per le etichette */
        text-transform: uppercase;
        letter-spacing: 0.8px;
        margin-top: 4px;
        line-height: 1.2;
    }

    /* Footer Styles */
.footer-title {
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 700;
    font-size: 0.9rem;
    color: #212529;
    margin-bottom: 1.5rem;
}

.footer-link {
    text-decoration: none;
    color: #6c757d;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 3px 0;
}

.footer-link:hover {
    color: #000;
    padding-left: 5px;
}

.contact-email {
    text-decoration: none;
    color: #212529;
    font-weight: 500;
}

.social-link {
    text-decoration: none;
    font-weight: 600;
    color: #495057;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #000;
}

.gdpr-box {
    background-color: #fcfcfc;
    font-size: 0.85rem;
    color: #6c757d;
    line-height: 1.6;
}

.compliance-badges {
    font-size: 0.7rem;
    font-weight: 700;
    color: #adb5bd;
}

.badge-item {
    display: flex;
    align-items: center;
    padding: 5px 12px;
    border: 1px solid #f0f0f0;
    border-radius: 50px;
    background: #fff;
    transition: all 0.3s ease;
}

.badge-item:hover {
    border-color: #212529;
    color: #212529;
    box-shadow: 0 3px 6px rgba(0,0,0,0.05);
}

.credits {
    font-size: 0.8rem;
    color: #adb5bd;
}

.footer-divider {
    border-top: 1px solid #eee;
    opacity: 1;
}

/* Divider più visibile ma discreto */
.footer-divider-accessible {
    border: 0;
    border-top: 1px solid #707070; /* Grigio più scuro per visibilità */
    opacity: 1;
}

/* Badge di conformità: contrasto elevato */
.compliance-badge, .compliance-link {
    font-size: 0.85rem;
    font-weight: 500;
    color: #444444; /* Contrasto sicuro su bianco/grigio chiaro */
    padding: 4px 10px;
    background-color: #f8f9fa; /* Sfondo leggero per separazione visiva */
    border: 1px solid #dee2e6;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

/* Stato hover per i link per soddisfare il requisito di feedback visivo */
.compliance-link:hover, .compliance-link:focus {
    color: #000000;
    background-color: #e2e6ea;
    outline: 2px solid #0056b3; /* Focus visibile per navigazione da tastiera */
    outline-offset: 2px;
}

/* Testi legali in basso */
.footer-legal-text {
    font-size: 0.9rem;
    color: #555555; /* Grigio scuro per contrasto AA */
    letter-spacing: 0.02rem;
}

/* Assicura che le icone non vengano lette dagli screen reader se sono decorative */
.bi {
    vertical-align: middle;
}