.terms-hero {
  max-width: 760px;
  margin: 0 auto var(--space-10);
  text-align: left;
}

.terms-hero__eyebrow {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--color-highlight);
  margin-bottom: var(--space-2);
}

.terms-hero__title {
  margin-bottom: var(--space-4);
}

.terms-hero__intro {
  color: var(--color-text-muted);
  line-height: var(--line-height-relaxed);
}

.terms-section {
  max-width: 820px;
  margin: 0 auto var(--space-8);
}

.terms-section h2 {
  font-size: var(--font-size-2xl);
  margin-bottom: var(--space-4);
}

.terms-section p {
  line-height: var(--line-height-relaxed);
}

.terms-section--meta {
  padding-top: var(--space-4);
  border-top: 1px solid rgba(217, 190, 138, 0.2);
}

@media (max-width: 768px) {
  .terms-hero {
    text-align: left;
  }

  .terms-section h2 {
    font-size: var(--font-size-xl);
  }
}
