/* Páginas de texto legal — Termos e Privacidade */
.doc { padding: var(--e-7) 0 var(--e-8); }
.doc .container { max-width: 820px; }
.doc h1 { font-size: var(--t-3xl); margin-bottom: var(--e-3); }
.doc .data { color: var(--texto-suave); font-size: var(--t-sm); margin-bottom: var(--e-6); }
.doc h2 { font-size: var(--t-xl); margin: var(--e-7) 0 var(--e-3); scroll-margin-top: 90px; }
.doc h3 { font-size: var(--t-lg); margin: var(--e-5) 0 var(--e-2); }
.doc p, .doc li { max-width: 68ch; }
.doc ul, .doc ol { padding-left: 1.3rem; }
.doc li { margin-bottom: .5rem; }
.doc .indice { background: var(--cinza-50); border: 1px solid var(--cinza-200); border-radius: var(--r-lg); padding: var(--e-5); margin-bottom: var(--e-6); }
.doc .indice ol { margin: 0; columns: 2; column-gap: var(--e-6); }
@media (max-width: 640px) { .doc .indice ol { columns: 1; } }
.doc .indice a { color: var(--texto); text-decoration: none; }
.doc .indice a:hover { color: var(--roxo-escuro); text-decoration: underline; }
.doc .destaque-caixa { border-left: 3px solid var(--roxo); background: var(--roxo-suave); padding: var(--e-4); border-radius: 0 var(--r-md) var(--r-md) 0; margin: var(--e-5) 0; }
.doc .destaque-caixa p:last-child { margin-bottom: 0; }
.pendente { background: var(--ambar-fundo); color: var(--ambar); border: 1px solid #F2DFA6; border-radius: var(--r-md); padding: var(--e-4); font-size: var(--t-sm); margin-bottom: var(--e-5); }
