.page-hero {
  background: radial-gradient(circle at top, rgba(244, 162, 89, 0.18), transparent 55%);
}


.page-hero__lead {
  font-size: var(--font-size-lg);
}

.breadcrumbs {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  margin-bottom: var(--space-4);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}

.breadcrumbs li::after {
  content: "/";
  margin-left: 0.4rem;
  color: var(--color-neutral-400);
}

.breadcrumbs li:last-child::after {
  content: "";
}

.breadcrumbs a {
  color: var(--color-text-muted);
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: #ffffff;
}

.terms {
  font-size: var(--font-size-base);
}

.terms__content section + section {
  border-top: 1px solid var(--color-border-subtle);
  padding-top: var(--space-6);
}

.terms h3 {
  font-size: var(--font-size-xl);
  margin-bottom: var(--space-3);
}

.terms ul {
  list-style: disc;
  padding-left: 1.3rem;
  margin-bottom: var(--space-3);
}

.terms li {
  margin-bottom: 0.4rem;
}

@media (max-width: 768px) {
  .card.terms {
    padding: var(--space-4);
  }
}
