/* Documentos legales — EffyOne */
.legal-document {
  max-width: 720px;
  margin: 0 auto 3rem;
  padding: 0 0.25rem;
}

.legal-document-head {
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border, rgba(255, 255, 255, 0.1));
}

.legal-document-head h1 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin: 0 0 0.5rem;
  line-height: 1.2;
}

.legal-updated {
  font-size: 0.85rem;
  color: var(--text-muted, var(--bc-muted));
  margin: 0 0 1rem;
}

.legal-intro {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-muted, var(--bc-muted));
  margin: 0;
}

.legal-section {
  margin-bottom: 1.75rem;
}

.legal-section h2 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.65rem;
  color: inherit;
}

.legal-section p {
  margin: 0 0 0.75rem;
  line-height: 1.65;
  font-size: 0.95rem;
}

.legal-section ul {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
  line-height: 1.65;
  font-size: 0.95rem;
}

.legal-section li + li {
  margin-top: 0.5rem;
}

.legal-document-foot {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border, rgba(255, 255, 255, 0.1));
  font-size: 0.88rem;
  line-height: 1.5;
}

.legal-document-foot a {
  color: var(--accent, var(--bc-gold));
}

.mode-public .legal-document-head {
  border-bottom-color: var(--bc-line);
}

.mode-public .legal-section h2 {
  color: var(--bc-gold);
}

.app-footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.app-footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.65rem;
  font-size: 0.85rem;
}

.app-footer-legal a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.app-footer-legal a:hover {
  color: var(--accent, var(--bc-gold));
}

.app-footer-legal-sep {
  opacity: 0.45;
  user-select: none;
}
