/* =========================================================
   LEGAL PAGES — Política de Privacidade & Termos de Uso
========================================================= */

.legal-page{
    padding: 60px 0 80px;
    min-height: 60vh;
}

/* HEADER */
.legal-header{
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.legal-badge{
    display: inline-block;
    background: rgba(0,217,255,0.1);
    color: #00d9ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 6px 14px;
    border-radius: 8px;
    border: 1px solid rgba(0,217,255,0.2);
    margin-bottom: 20px;
}
.legal-header h1{
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    color: white;
    margin-bottom: 12px;
}
.legal-updated{
    color: #6f7694;
    font-size: 13px;
}

/* CONTENT */
.legal-content{
    max-width: 820px;
}

/* SECTIONS */
.legal-section{
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}
.legal-section:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.legal-section h2{
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin-bottom: 16px;
    padding-left: 14px;
    border-left: 3px solid #00d9ff;
}
.legal-section h3{
    font-size: 16px;
    font-weight: 600;
    color: #d8def3;
    margin-top: 24px;
    margin-bottom: 12px;
}
.legal-section p{
    color: #8d95b3;
    font-size: 14.5px;
    line-height: 26px;
    margin-bottom: 12px;
}
.legal-section p:last-child{
    margin-bottom: 0;
}
.legal-section strong{
    color: #d8def3;
}
.legal-section a{
    color: #00d9ff;
    text-decoration: none;
    transition: opacity .2s;
}
.legal-section a:hover{
    opacity: 0.75;
}

/* LISTS */
.legal-section ul{
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
}
.legal-section ul li{
    position: relative;
    color: #8d95b3;
    font-size: 14.5px;
    line-height: 26px;
    padding-left: 20px;
    margin-bottom: 8px;
}
.legal-section ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: rgba(0,217,255,0.5);
    border-radius: 50%;
}
.legal-section ul li strong{
    color: #d8def3;
}

/* CONTACT BOX */
.legal-contact-box{
    background: rgba(0,217,255,0.04);
    border: 1px solid rgba(0,217,255,0.1);
    border-radius: 14px;
    padding: 24px 28px;
    margin-top: 16px;
}
.legal-contact-box p{
    margin-bottom: 6px;
    font-size: 14px;
}
.legal-contact-box p:last-child{
    margin-bottom: 0;
}

/* RESPONSIVE */
@media(max-width: 700px){
    .legal-page{
        padding: 40px 0 60px;
    }
    .legal-header h1{
        font-size: 28px;
    }
    .legal-section h2{
        font-size: 17px;
    }
    .legal-contact-box{
        padding: 18px 20px;
    }
}
