/* Loop Mídia — Página de Política de Privacidade.
   Reaproveita header/footer de servico-landing.css; aqui só o
   tipográfico do conteúdo jurídico (mais legível que o texto
   secundário padrão, já que é o conteúdo principal da página). */

.legal {
  padding-top: clamp(2.5rem, 6vw, 4rem);
}

.legal__intro {
  color: var(--gray-400);
  font-size: 1rem;
  line-height: 1.7;
  margin: 1rem 0 2.5rem;
}

.legal__section {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--glass-border);
}

.legal__section:last-of-type {
  border-bottom: none;
}

.legal__section h2 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.legal__section p {
  color: var(--gray-100);
  font-size: 0.9375rem;
  line-height: 1.75;
}

.legal__section a {
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 2px;
}
