/* Shared by privacy.html, privacidade.html and dpa.html.
   Kept as a separate file so the three pages cannot drift visually, and so a
   reviewer opening any of them sees the same document. Deliberately plain: a
   legal page that fails to render is worse than one that is not pretty. */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px; line-height: 1.7; color: #1a1a1a; background: #fff;
  padding: 2rem 1rem;
}
.container { max-width: 780px; margin: 0 auto; }
h1 { font-size: 1.75rem; font-weight: 700; margin-bottom: 0.25rem; }
.meta { font-size: 0.875rem; color: #666; margin-bottom: 1rem; }
.lang { font-size: 0.875rem; margin-bottom: 2.5rem; }
h2 { font-size: 1.1rem; font-weight: 700; margin: 2.25rem 0 0.5rem; }
h3 { font-size: 0.95rem; font-weight: 700; margin: 1.25rem 0 0.35rem; }
p { margin-bottom: 0.75rem; }
ul { padding-left: 1.5rem; margin-bottom: 0.75rem; }
ul li { margin-bottom: 0.35rem; }
a { color: #0066cc; }
hr { border: none; border-top: 1px solid #e5e5e5; margin: 2.5rem 0; }
footer { font-size: 0.8rem; color: #999; margin-top: 3rem; }
.box { border: 1px solid #e5e5e5; border-radius: 6px; padding: 1rem 1.25rem; margin: 1rem 0; background: #fafafa; }
table { border-collapse: collapse; width: 100%; margin: 1rem 0; font-size: 0.9rem; }
th, td { border: 1px solid #e5e5e5; padding: 0.5rem 0.65rem; text-align: left; vertical-align: top; }
th { background: #fafafa; font-weight: 700; }
.scroll { overflow-x: auto; }
