.legal-hero {
  padding: 3rem 0 2rem;
  background-color: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
}

.legal-hero__eyebrow {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: var(--color-veci-green);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-hero__title {
  margin: 0 0 0.9rem;
  color: #1f1f1f;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.1;
}

.legal-body {
  padding: 3rem 0 4rem;
}

.legal-body__content {
  max-width: 800px;
}

.legal-body__content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-text);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.legal-body__content p {
  color: var(--color-text-muted);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.legal-body__content strong,
.legal-body__content b {
  color: var(--color-text);
}

.legal-body__content ol.legal-list {
  padding-left: 0;
  list-style: none;
  counter-reset: legal-counter;
}

.legal-body__content ol.legal-list li {
  counter-increment: legal-counter;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
  color: var(--color-text-muted);
  line-height: 1.8;
}

.legal-body__content ol.legal-list li::before {
  content: counter(legal-counter) ".";
  position: absolute;
  left: 0;
  font-weight: 600;
  color: var(--color-primary);
  min-width: 1.5rem;
}

.legal-body__content ul.legal-bullets {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.legal-body__content ul.legal-bullets li {
  color: var(--color-text-muted);
  line-height: 1.8;
  margin-bottom: 0.4rem;
}
