@import url('index.css');

.legal-page-section {
    padding: 80px 0;
}
.visual-legal-box {
    background-color: var(--bg-card);
    padding: 56px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.visual-legal-box h1 {
    font-size: 2.4rem;
    font-weight: 900;
    margin-bottom: 8px;
    color: white;
}
.legal-date {
    color: var(--neon-cyan);
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 40px;
}
.legal-body-text h3 {
    font-size: 1.3rem;
    color: var(--text-light);
    margin: 32px 0 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding-bottom: 8px;
}
.legal-body-text p {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-bottom: 16px;
    text-align: justify;
    line-height: 1.7;
}