/* =========== Terms Page ========== */
.terms {
    max-width: 800px;
    margin: 3rem auto;
    padding: 1rem;
}

.terms h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--accent-primary);
    margin-bottom: 1.5rem;
    text-align: center;
}

.terms p {
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.terms h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-top: 2rem;
}

.terms ul {
    padding-right: 1.5rem;
    list-style-type: disc;
}

.terms .update-date {
    margin-top: 2rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}
