.privacy-container {
    max-width: 900px;
    margin: 100px auto 40px auto; /* espaço abaixo do header fixo */
    padding: 2rem;
    background-color: rgba(30, 30, 47, 0.9);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
    color: #e0e0e0;
    line-height: 1.8;
}

.privacy-container h1 {
    font-size: 2.2rem;
    color: #007bff;
    margin-bottom: 1rem;
    text-align: center;
}

.privacy-container h2 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    color: #66aaff;
    border-bottom: 1px solid #333;
    padding-bottom: 0.3rem;
}

.privacy-section {
    margin-bottom: 1.5rem;
}

.privacy-section p,
.privacy-section ul {
    margin-top: 0.8rem;
    font-size: 1rem;
    color: #cccccc;
}

.privacy-section ul {
    list-style: disc;
    margin-left: 1.5rem;
}

.privacy-update {
    margin-top: 2rem;
    font-size: 0.9rem;
    color: #999;
    text-align: right;
}
