/* ============================================================
   PÁGINAS LEGAIS (termos de uso / política de privacidade)
============================================================ */
.legal {
  padding: 3rem 0 4rem;
}

.legal__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.legal__logo img {
  height: 32px;
  width: auto;
  filter: brightness(0);
  opacity: 0.85;
}

.legal__content {
  max-width: 70ch;
}

.legal__content h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.legal__updated {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
}

.legal__content h2 {
  font-size: 1.25rem;
  margin: 2rem 0 0.75rem;
}

.legal__content p,
.legal__content li {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0.75rem;
}

.legal__content ul {
  padding-left: 1.25rem;
  margin-bottom: 0.75rem;
  list-style: disc;
}

.legal__content li {
  margin-bottom: 0.35rem;
}

.legal__content a {
  color: var(--accent-primary);
  text-decoration: underline;
}

.legal__back {
  display: inline-block;
  margin-top: 2.5rem;
}
