/* ════════════════════════════════════════════════════════════
   LEGAL — Privacy Policy e Terms of Service (SEZ-014)

   Páginas de compliance TCPA/CTIA. O conteúdo é servido em inglês
   nos três idiomas do site: o texto é padronizado pelas operadoras
   americanas e não pode ser traduzido.

   Layout de leitura: coluna estreita, tipografia da marca, sem
   animação. Aqui a pessoa está lendo um documento, não navegando
   por uma vitrine.
   ════════════════════════════════════════════════════════════ */

.legal-hero {
  background: #60222C;
  padding: 190px 32px 84px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.legal-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(45deg, rgba(245,247,237,.03) 0, rgba(245,247,237,.03) 1px, transparent 1px, transparent 40px),
    repeating-linear-gradient(-45deg, rgba(245,247,237,.03) 0, rgba(245,247,237,.03) 1px, transparent 1px, transparent 40px);
  pointer-events: none;
}

.legal-hero > * { position: relative; z-index: 1; }

.legal-hero .legal-eyebrow {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #AC9164;
  margin: 0 0 20px;
}

.legal-hero h1 {
  font-family: 'IvyOra Text', 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(40px, 5.4vw, 66px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.06;
  color: #E2CFBF;
  margin: 0 0 20px;
}

.legal-hero .legal-effective {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .5px;
  color: rgba(226, 207, 191, 0.72);
  margin: 0;
}

/* ── corpo do documento ── */

.legal-body {
  background: #fdfbf7;
  padding: 80px 32px 100px;
}

.legal-wrap {
  max-width: 760px;
  margin: 0 auto;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: #3a3236;
}

.legal-wrap h2 {
  font-family: 'IvyOra Text', 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 400;
  font-style: italic;
  color: #60222C;
  margin: 56px 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(172, 145, 100, 0.34);
}

.legal-wrap h2:first-child { margin-top: 0; }

.legal-wrap h3 {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #AC9164;
  margin: 38px 0 14px;
}

.legal-wrap p { margin: 0 0 18px; }

.legal-wrap a {
  color: #60222C;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(172, 145, 100, 0.6);
  transition: color .2s ease;
}

.legal-wrap a:hover { color: #AC9164; }

.legal-wrap ul {
  margin: 0 0 22px;
  padding-left: 0;
  list-style: none;
}

.legal-wrap ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}

.legal-wrap ul li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 12px;
  width: 6px;
  height: 6px;
  background: #AC9164;
  transform: rotate(45deg);
}

.legal-wrap strong { font-weight: 600; color: #2a2327; }

/* Bloco em destaque: usado na declaração de não compartilhamento do
   opt-in de SMS, que é justamente o ponto que gera rejeição automática
   da operadora quando está ausente ou ambíguo. */
.legal-highlight {
  background: rgba(172, 145, 100, 0.09);
  border-left: 3px solid #AC9164;
  padding: 22px 26px;
  margin: 0 0 24px;
}

.legal-highlight p:last-child { margin-bottom: 0; }

/* Palavras-chave das operadoras (HELP / STOP). Não podem ser
   traduzidas nem descaracterizadas. */
.legal-kw {
  font-weight: 600;
  letter-spacing: .6px;
  color: #60222C;
}

.legal-contact {
  margin-top: 56px;
  padding: 28px 30px;
  background: #fff;
  border: 1px solid rgba(172, 145, 100, 0.3);
}

.legal-contact p { margin: 0 0 6px; }
.legal-contact p:last-child { margin-bottom: 0; }

@media (max-width: 640px) {
  .legal-hero { padding: 150px 22px 62px; }
  .legal-body { padding: 56px 22px 72px; }
  .legal-wrap { font-size: 15px; }
  .legal-wrap h2 { margin-top: 42px; }
  .legal-contact { padding: 22px 20px; }
}
