/* Estilos das páginas legais/suporte (privacidade, termos, suporte).
   Tokens de marca, reset e base já vêm de style.css. */
.wrap{ max-width: 720px; padding: 64px 28px 96px; }
.logo{ font-family: var(--font-display); font-weight: 700; font-size: 20px; margin-bottom: 48px; }
h1{ font-family: var(--font-display); font-weight: 700; font-size: 30px; margin-bottom: 8px; letter-spacing: -0.01em; }
.updated, .subtitle{ color: var(--text-dim); font-size: 13px; margin-bottom: 40px; }
.subtitle{ font-size: 15px; }
h2{ font-family: var(--font-display); font-weight: 600; font-size: 18px; margin: 36px 0 12px; }
p{ color: var(--text-dim); font-size: 15px; margin-bottom: 14px; }
ul{ color: var(--text-dim); font-size: 15px; margin: 0 0 14px 20px; }
li{ margin-bottom: 8px; }
strong{ color: var(--text); font-weight: 600; }
a{ color: var(--text); text-decoration: underline; }
.contato-box{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
  margin: 24px 0;
}
.contato-box p{ margin-bottom: 6px; }
.contato-box p:last-child{ margin-bottom: 0; }
.back{ display: inline-block; margin-top: 48px; font-size: 14px; color: var(--text); }
