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

.terms-intro {
  font-size: var(--font-size-lg);
  color: var(--color-text-muted);
}

.terms-section + .terms-section {
  margin-top: var(--space-8);
}

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

.terms-section h3 {
  margin-top: var(--space-4);
  margin-bottom: var(--space-2);
}

.terms-list {
  list-style: disc;
  padding-left: var(--space-6);
  margin-bottom: var(--space-4);
}

.terms-list li {
  margin-bottom: var(--space-2);
  color: var(--color-text-muted);
}

.terms-section a {
  color: var(--color-primary);
}

.terms-section a::after {
  bottom: -0.1em;
}

.cta-text {
  flex: 2 1 260px;
}

.cta-actions {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  justify-content: center;
}

@media (min-width: 768px) {
  .cta-actions {
    align-items: flex-end;
  }
}

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