/* ==================================================
   PÁGINAS LEGAIS — Termos de Uso e Política de Privacidade
   ================================================== */

.legal-page {
    padding: 130px 0 80px 0; /* topo: navbar (76px) + folga */
    background-color: #fafafa;
    min-height: calc(100vh - 400px);
}

.legal-header {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 2px solid #F7941D;
}

.legal-header h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 36px;
    color: #553216;
    letter-spacing: 0.5px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

.legal-updated {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 14px;
    color: #999;
    font-style: italic;
    margin: 0;
}

.legal-content {
    max-width: 820px;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px 60px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.legal-intro {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    padding: 20px 24px;
    background-color: #FAF3ED;
    border-left: 4px solid #F7941D;
    border-radius: 4px;
    margin-bottom: 36px;
}

.legal-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #553216;
    letter-spacing: 0.3px;
    margin: 36px 0 16px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.legal-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #553216;
    margin: 24px 0 12px 0;
    letter-spacing: 0.2px;
}

.legal-content p {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 15px;
    line-height: 1.85;
    color: #444;
    margin: 0 0 16px 0;
}

.legal-content strong {
    color: #553216;
    font-weight: 700;
}

.legal-content a {
    color: #F7941D;
    text-decoration: underline;
    transition: color 0.2s ease;
}
.legal-content a:hover {
    color: #c97810;
}

.legal-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.legal-list li {
    position: relative;
    padding: 6px 0 6px 26px;
    font-family: 'Merriweather', Georgia, serif;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}
.legal-list li:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 16px;
    width: 6px;
    height: 6px;
    background-color: #F7941D;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .legal-page {
        padding: 110px 0 50px 0;
    }
    .legal-header h1 {
        font-size: 26px;
    }
    .legal-content {
        padding: 30px 24px;
    }
    .legal-content h2 {
        font-size: 18px;
    }
    .legal-content h3 {
        font-size: 15px;
    }
    .legal-content p,
    .legal-list li {
        font-size: 14px;
    }
}
