/* ===================== TERMS PAGE ===================== */

.terms-section {
    padding: 80px 24px;
    min-height: 60vh;
}

.terms-back-link {
    color: var(--text-muted);
    font-size: 14px;
    display: inline-flex;
    gap: 6px;
    margin-bottom: 32px;
}

.terms-updated {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 48px;
}

.terms-body {
    font-size: 16px;
    color: var(--text-light);
    line-height: 1.85;
}

.terms-intro {
    margin-bottom: 24px;
}

.terms-divider {
    border: none;
    border-top: 1px solid var(--border);
    margin: 32px 0;
}

.terms-h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 12px;
}

.terms-h3 {
    font-size: 17px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 8px;
}

.terms-p {
    margin-bottom: 12px;
}

.terms-p--lg {
    margin-bottom: 24px;
}

.terms-p--sm {
    margin-bottom: 8px;
}

.terms-p--xs {
    margin-bottom: 4px;
}

.terms-list {
    margin: 0 0 20px 20px;
    padding: 0;
}

.terms-list--lg {
    margin-bottom: 24px;
}

.terms-list--sm {
    margin-bottom: 12px;
}

.terms-list li {
    margin-bottom: 6px;
}

.terms-link {
    color: var(--primary);
}
