.terms-hero {
  max-width: 880px;
}

.terms-hero__header {
  margin-bottom: var(--space-10);
}

.terms-hero__eyebrow {
  color: var(--color-accent-gold);
  margin-bottom: var(--space-3);
}

.terms-hero__intro {
  max-width: 60rem;
}

.terms-grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.terms-section h2 {
  margin-bottom: var(--space-3);
}

.terms-section ul {
  margin-top: 0;
}

.terms-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-8);
}

@media (max-width: 640px) {
  .terms-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
