/* =====================================================
   LEGAL PAGES — Privacidade, Termos, Afiliação
   ===================================================== */

.legal-hero {
  background-color: #F7F5F0;
  padding: 80px 20px 60px;
  text-align: center;
}

.legal-hero__content {
  max-width: 800px;
  margin: 0 auto;
}

.legal-hero__titulo {
  font-family: var(--fonte-display);
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 300;
  color: var(--cor-dourado);
  text-transform: none;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 16px 0 12px;
}

.legal-hero__subtitulo {
  font-family: var(--fonte-texto);
  font-size: 14px;
  color: #4a4a4a;
  font-style: italic;
  margin: 0;
}

/* Breadcrumb scoped */
.legal-hero .breadcrumb { margin: 0; }

.legal-hero .breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  font-family: var(--fonte-texto);
  font-size: 15px;
  color: #4a4a4a;
}

.legal-hero .breadcrumb a {
  color: #4a4a4a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.legal-hero .breadcrumb a:hover { color: var(--cor-dourado); }

.legal-hero .breadcrumb [aria-current="page"] { color: var(--cor-dourado); }

.legal-hero .breadcrumb li + li::before {
  content: ">";
  margin-right: 8px;
  color: #4a4a4a;
}

/* Conteúdo principal */
.legal-content {
  max-width: 800px;
  margin: 60px auto 80px;
  padding: 0 25px;
  font-family: var(--fonte-texto);
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
}

.legal-content > p:first-child {
  font-size: 17px;
  color: #16163f;
  margin-bottom: 32px;
}

.legal-content h2 {
  font-family: var(--fonte-display);
  font-size: 26px;
  color: #16163f;
  font-weight: 600;
  line-height: 1.3;
  margin: 40px 0 16px;
}

.legal-content h3 {
  font-family: var(--fonte-display);
  font-size: 19px;
  color: #16163f;
  font-weight: 500;
  line-height: 1.3;
  margin: 28px 0 12px;
}

.legal-content p { margin: 0 0 16px; }

.legal-content ul,
.legal-content ol {
  margin: 0 0 20px;
  padding-left: 24px;
}

.legal-content li { margin-bottom: 8px; }

.legal-content ul { list-style: disc; }
.legal-content ol { list-style: decimal; }

.legal-content a {
  color: var(--cor-dourado);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.legal-content a:hover { color: var(--cor-dourado-alt); }

.legal-content strong { color: #16163f; font-weight: 700; }

.legal-destaque {
  background-color: #FAF8F5;
  border-left: 4px solid var(--cor-dourado);
  padding: 18px 24px;
  border-radius: 8px;
  margin: 0 0 24px;
  font-size: 15px;
}

.legal-destaque strong { color: var(--cor-dourado); }

@media (max-width: 768px) {
  .legal-hero { padding: 50px 16px 40px; }
  .legal-content {
    margin: 40px auto 60px;
    padding: 0 20px;
    font-size: 15px;
  }
  .legal-content h2 { font-size: 22px; }
  .legal-content h3 { font-size: 17px; }
}
