/* Estilo das páginas legais (política de privacidade e termos de uso).
   Independente do runtime do Design Canvas: são páginas HTML simples, para
   carregarem rápido e não dependerem de JavaScript. */
@font-face { font-family: Poppins; src: url(/fonts/poppins-700-latin.woff2) format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: Poppins; src: url(/fonts/poppins-800-latin.woff2) format('woff2'); font-weight: 800; font-display: swap; }
@font-face { font-family: Inter;   src: url(/fonts/inter-var-latin.woff2) format('woff2'); font-weight: 400 600; font-display: swap; }

*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0; background: #FFFFFF; color: #1F2937;
  font-family: Inter, system-ui, sans-serif; font-size: 16.5px; line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: #134E8C; }
a:hover { color: #2BB3D4; }
a:focus-visible, button:focus-visible { outline: 3px solid #2BB3D4; outline-offset: 2px; }
img, svg { max-width: 100%; }

.topo {
  background: linear-gradient(135deg, #0A2E5C, #134E8C);
  color: #FFFFFF; padding: 22px 0;
}
.faixa { max-width: 820px; margin: 0 auto; padding: 0 20px; }
.topo .faixa { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.marca { display: inline-flex; align-items: center; gap: 11px; color: #FFFFFF; text-decoration: none; }
.marca span { font-family: Poppins, sans-serif; font-weight: 800; font-size: 19px; letter-spacing: -.3px; }
.marca span i { color: #7CD7EA; font-style: normal; }
.voltar {
  color: rgba(255,255,255,.9); text-decoration: none; font-size: 14.5px; font-weight: 500;
  border: 1px solid rgba(255,255,255,.32); border-radius: 999px; padding: 8px 18px;
  transition: background .2s, border-color .2s;
}
.voltar:hover { background: rgba(255,255,255,.12); color: #FFFFFF; border-color: rgba(255,255,255,.5); }

main { max-width: 820px; margin: 0 auto; padding: clamp(36px, 6vw, 60px) 20px 20px; }
h1 {
  font-family: Poppins, sans-serif; font-weight: 800; font-size: clamp(28px, 5vw, 38px);
  line-height: 1.18; letter-spacing: -.02em; color: #0A2E5C; margin: 0 0 10px;
}
.atualizado { font-size: 14.5px; color: #6B7280; margin: 0 0 8px; }
.resumo {
  background: #F3F4F6; border-left: 3px solid #2BB3D4; border-radius: 0 10px 10px 0;
  padding: 16px 20px; margin: 26px 0 6px; font-size: 15.5px; color: #374151;
}
h2 {
  font-family: Poppins, sans-serif; font-weight: 700; font-size: clamp(20px, 3vw, 24px);
  color: #0A2E5C; margin: 40px 0 12px; scroll-margin-top: 20px;
}
h3 { font-family: Poppins, sans-serif; font-weight: 700; font-size: 17.5px; color: #134E8C; margin: 26px 0 8px; }
p { margin: 0 0 15px; }
ul, ol { margin: 0 0 15px; padding-left: 22px; }
li { margin-bottom: 8px; }
strong { color: #1F2937; }

.dados {
  border: 1px solid rgba(10,46,92,.15); border-radius: 12px; padding: 20px 22px;
  margin: 22px 0; display: grid; gap: 9px; font-size: 15.5px; background: #FFFFFF;
}
.dados div { display: flex; gap: 10px; flex-wrap: wrap; }
.dados b { min-width: 132px; color: #6B7280; font-weight: 500; }

table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 15px; }
th, td { text-align: left; padding: 11px 12px; border-bottom: 1px solid rgba(10,46,92,.12); vertical-align: top; }
th { background: #F3F4F6; color: #0A2E5C; font-family: Poppins, sans-serif; font-weight: 700; font-size: 14px; }
.rolagem { overflow-x: auto; }

.rodape {
  margin-top: 56px; background: #0A2E5C; color: rgba(255,255,255,.8);
  padding: 34px 0; font-size: 14.5px;
}
.rodape a { color: #7CD7EA; }
.rodape .faixa { display: flex; flex-wrap: wrap; gap: 14px 30px; justify-content: space-between; align-items: center; }
.rodape p { margin: 0; }

@media (max-width: 520px) {
  .dados b { min-width: 100%; margin-bottom: -6px; }
  .topo .faixa { justify-content: center; }
}
@media (prefers-reduced-motion: reduce) { * { transition-duration: .01ms !important; } }
