.terms-container {
    max-width: 900px;
    margin: 100px auto 40px auto; /* margem superior respeitando o header fixo */
    padding: 2rem;
    background-color: rgba(30, 30, 47, 0.85);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    color: #e0e0e0;
    line-height: 1.8;
    backdrop-filter: blur(4px);
}

.terms-container h1 {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 1.5rem;
    text-align: center;
}

.terms-section {
    margin-bottom: 2rem;
}

.terms-section h2 {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 0.8rem;
    border-left: 4px solid #007bff;
    padding-left: 0.6rem;
}

.terms-section p {
    font-size: 1.1rem;
    color: #cccccc;
}

.terms-update {
    text-align: right;
    font-size: 0.95rem;
    color: #999999;
    margin-top: 2rem;
    font-style: italic;
}
