/* ── PÁGINAS DE DOCUMENTO (referências, política, termos) ── */
.doc-hero {
  background: var(--ame);
  color: #fff;
  padding: 120px var(--pad) 64px;
  text-align: center;
}
.doc-hero .eyebrow { color: rgba(255,255,255,.55); }
.doc-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  margin: 12px 0 0;
  color: #fff;
}
.doc-hero-sub {
  margin-top: 14px;
  font-size: .95rem;
  color: rgba(255,255,255,.6);
  font-style: italic;
  font-family: "Cormorant Garamond", Georgia, serif;
}
.doc-corpo {
  max-width: 820px;
  margin: 0 auto;
  padding: 64px var(--pad) 100px;
}
.doc-corpo h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--ame);
  margin: 48px 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(90,45,71,.12);
}
.doc-corpo h2:first-child { margin-top: 0; }
.doc-corpo p {
  font-size: 1rem;
  color: var(--texto);
  line-height: 1.8;
  margin-bottom: 18px;
}
.doc-corpo strong { color: var(--ame-dk); }
.doc-destaque {
  background: rgba(246,242,236,.8);
  border-left: 3px solid var(--terra);
  padding: 20px 24px;
  margin: 24px 0;
  border-radius: 0 4px 4px 0;
}
.doc-destaque p {
  margin-bottom: 0 !important;
  font-size: .95rem !important;
}
.doc-rodape-autoria {
  margin-top: 64px;
  padding: 28px 32px;
  background: rgba(246,242,236,.8);
  border: 1px solid rgba(90,45,71,.12);
  border-radius: 4px;
  text-align: center;
}
.doc-rodape-autoria p {
  font-size: .82rem !important;
  color: var(--texto-s) !important;
  margin-bottom: 4px !important;
}
.doc-rodape-autoria strong { color: var(--texto) !important; }
.doc-voltar {
  text-align: center;
  margin-top: 48px;
}

/* referências */
.ref-grupo {
  margin-bottom: 52px;
}
.ref-grupo-titulo {
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--terra);
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(90,45,71,.12);
}
.ref-lista {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ref-item {
  border-left: 3px solid var(--ouro);
  padding: 12px 18px;
  font-size: .9rem;
  line-height: 1.75;
  color: var(--texto);
  background: rgba(246,242,236,.5);
}
.ref-item em { font-style: italic; }
.ref-nota {
  margin-top: 56px;
  padding: 24px 28px;
  background: rgba(90,45,71,.04);
  border: 1px solid rgba(90,45,71,.1);
  border-radius: 4px;
}
.ref-nota p {
  font-size: .82rem;
  color: var(--texto-s);
  line-height: 1.7;
  margin-bottom: 6px;
}
.ref-nota p:last-child { margin-bottom: 0; }
