/* ============================================= */
/* LEGAL PAGES – Progetto Forense               */
/* ============================================= */

.legal-page .footer {
    margin-top: 0;
}

.legal {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    background: linear-gradient(160deg, #0a0a0f 0%, #141418 25%, #1e1e24 50%, #28282f 75%, #2d2d3a 100%);
}

.legal__content {
    width: 100%;
    max-width: 800px;
    padding: 60px 40px 80px;
}

.legal__back {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #a5b4fc;
    margin-bottom: 40px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.legal__back:hover {
    opacity: 0.7;
}

.legal__heading {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}

.legal__text h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #a5b4fc;
    margin-top: 32px;
    margin-bottom: 12px;
}

.legal__text h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #a5b4fc;
    margin-top: 20px;
    margin-bottom: 8px;
}

.legal__text p {
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.9;
    margin-bottom: 12px;
}

.legal__text em {
    color: rgba(255, 255, 255, 0.45);
}

.legal__text ul {
    margin: 8px 0 16px 20px;
    padding: 0;
}

.legal__text li {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.9;
    margin-bottom: 6px;
}

.legal__text a {
    color: #a5b4fc;
    text-decoration: underline;
}

.legal__text a:hover {
    opacity: 0.8;
}

.legal__text strong {
    color: #ffffff;
}

@media (max-width: 768px) {
    .legal__content {
        padding: 40px 24px 60px;
    }

    .legal__heading {
        font-size: 1.6rem;
    }
}
