.legal-page {
  min-height: 100vh;
}

.legal-header {
  background: #fff;
  border-bottom: 1px solid #e9ecef;
}

.legal-brand img {
  max-height: 48px;
  width: auto;
}

.legal-content {
  max-width: 820px;
  margin: 0 auto;
}

.legal-content .section-label {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1b3968;
  margin-bottom: 0.5rem;
}

.legal-content .legal-updated {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.legal-content h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1b3968;
  margin: 1.75rem 0 0.75rem;
}

.legal-content p,
.legal-content li {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #495057;
  margin-bottom: 0.65rem;
}

.legal-content ul {
  padding-left: 1.25rem;
}

.legal-content a {
  color: #11b5b3;
}

.legal-footer {
  border-top: 1px solid #e9ecef;
  background: #fff;
}
