@font-face {
  font-family: 'Ton Condensed';
  src: url('fonts/TonCondensed.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: #000000;
  color: #d6d6d6;
  font-family: 'Inter', sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: #00D700; }

.legal-top {
  background: #000;
  border-bottom: 1px solid #1f1f1f;
  padding: 16px;
}
.legal-top-inner {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.legal-top a { text-decoration: none; font-weight: 800; }
.legal-top .brand { color: #fff; font-size: 18px; }
.legal-top .brand span { color: #00D700; }
.legal-top .back { font-size: 14px; }

.partner-strip {
  background: #00D700;
  color: #003C00;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 16px;
}

main {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 16px 60px;
}
h1 { color: #fff; font-size: 30px; line-height: 1.25; margin: 0 0 6px; }
h2 { color: #fff; font-size: 20px; margin: 36px 0 10px; }
h3 { color: #fff; font-size: 16px; margin: 22px 0 6px; }
.updated { color: #888; font-size: 14px; margin: 0 0 28px; }
p, li { font-size: 16px; }
ul { padding-left: 22px; }
li { margin-bottom: 6px; }
strong, b { color: #fff; }

.box {
  background: #121314;
  border: 1px solid #00D700;
  border-radius: 12px;
  padding: 18px 20px;
  margin: 24px 0;
}
.box p:first-child { margin-top: 0; }
.box p:last-child { margin-bottom: 0; }

table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 15px; }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid #242424; vertical-align: top; }
th { color: #fff; background: #121314; }
.table-wrap { overflow-x: auto; }

.legal-footer {
  background: #000;
  border-top: 1px solid #1f1f1f;
  color: #777;
  font-size: 13px;
  text-align: center;
  padding: 28px 16px;
}
.legal-footer nav { margin-bottom: 12px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; }
.legal-footer nav a { color: #bbb; text-decoration: none; }
.legal-footer p { max-width: 760px; margin: 6px auto; font-size: 13px; }

@media (max-width: 480px) {
  h1 { font-size: 24px; }
  main { padding-top: 28px; }
}

/* Padrão Ton: Ton Condensed nos títulos, Inter no texto */
h1, h2 { font-family: 'Ton Condensed', 'Inter', sans-serif; font-weight: 700; letter-spacing: -0.4px; }
h1 { font-size: clamp(2.4rem, 5vw, 3.2rem); line-height: 1.05; }
h2 { font-size: 1.9rem; line-height: 1.1; }
.legal-top .brand { font-family: 'Ton Condensed', 'Inter', sans-serif; font-size: 24px; font-weight: 700; }
