/* Estilos utilitários e tipografia para a página FAQ */

.bg-black-opaque {
  position: relative;
  background: rgba(0, 0, 0, 0.6);
}

.bg-gradient-black-linear {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(255,255,255,0.15), rgba(255,255,255,0));
}

.terms-content h2 {
  font-weight: 700;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}

.terms-article p {
  line-height: 1.7;
  margin-bottom: 0.75rem;
  color: #333;
}

.terms-toc ul li + li {
  margin-top: 0.5rem;
}

.terms-toc a {
  text-decoration: none;
  color: #555;
}

.terms-toc a:hover {
  color: #000;
}