/* Páginas legais + tipografia legível (container ≤700px) */
.legal-page {
  min-height: 100vh;
  background-color: #0a0e14;
  color: #e5e7eb;
  font-family: 'Open Sans', system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
.legal-page .font-heading {
  font-family: 'Montserrat', 'Open Sans', system-ui, sans-serif;
}
.legal-skip {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.legal-skip:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  background: #1e293b;
  color: #f3cf7a;
  border-radius: 0.5rem;
  z-index: 100;
}
.legal-topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 14, 20, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  justify-content: center;
}
.legal-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 700px;
  margin: 0 auto;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #d4af37;
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}
.legal-back:hover {
  color: #f3cf7a;
}
.legal-back svg {
  width: 1rem;
  height: 1rem;
  opacity: 0.85;
}
.legal-main {
  padding: 2rem 0 4rem;
}
.legal-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.legal-container h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 0.75rem;
  line-height: 1.2;
}
.legal-subtitle {
  font-size: 1.0625rem;
  color: #d4af37;
  font-weight: 600;
  margin: 0 0 1.5rem;
}
.legal-date {
  font-size: 0.8125rem;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.legal-container > p {
  margin: 0 0 1.25rem;
  color: #d1d5db;
}
.legal-container h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  margin: 2.25rem 0 1rem;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .legal-main .legal-container h1,
  .legal-main .legal-container h2,
  .legal-main .legal-container h3 {
    font-size: 36px !important;
    line-height: 1.2 !important;
    text-align: left !important;
  }
}
.legal-container h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #e5e7eb;
  margin: 1.5rem 0 0.75rem;
}
.legal-container ul {
  margin: 0 0 1.25rem;
  padding-left: 1.35rem;
  color: #d1d5db;
}
.legal-container li {
  margin-bottom: 0.5rem;
}
.legal-container li::marker {
  color: #d4af37;
}
.legal-container address {
  font-style: normal;
  color: #d1d5db;
  margin: 0 0 1rem;
  line-height: 1.7;
}
.legal-container a[href^='mailto'],
.legal-container a[href^='tel'] {
  color: #d4af37;
  text-decoration: none;
  transition: color 0.2s ease;
}
.legal-container a:hover {
  color: #f3cf7a;
  text-decoration: underline;
}

/* Rodapé global reutilizável */
.site-footer-global {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0a0e14;
  padding: 2.5rem 1.25rem 2rem;
  margin-top: auto;
}
.site-footer-global__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .site-footer-global__inner {
    grid-template-columns: 1fr 1.2fr;
    align-items: start;
  }
}
.site-footer-global h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6b7280;
  margin: 0 0 1rem;
}
.site-footer-global ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer-global li + li {
  margin-top: 0.65rem;
}
.site-footer-global a {
  color: #d1d5db;
  text-decoration: none;
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}
.site-footer-global a:hover {
  color: #d4af37;
}
.site-footer-global address {
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #9ca3af;
}
.site-footer-global address a {
  display: inline-block;
}
.site-footer-global__copy {
  max-width: 1100px;
  margin: 2rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
  font-size: 0.8125rem;
  color: #6b7280;
}
@media (min-width: 768px) {
  .site-footer-global__copy {
    text-align: left;
  }
}
.legal-page {
  display: flex;
  flex-direction: column;
}
.legal-page .legal-main {
  flex: 1;
}
