.page-hero {
  background: var(--hit-ink);
  padding: var(--hit-space-2xl) 0 var(--hit-space-xl);
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  pointer-events: none;
}

.page-hero::after {
  content: "";
  position: absolute;
  right: 60px;
  top: -160px;
  width: 800px;
  height: 800px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  pointer-events: none;
}

.page-hero--legal {
  padding: var(--hit-space-xl) 0;
}

.page-hero--legal::before {
  width: 400px;
  height: 400px;
}

.page-hero--legal::after {
  display: none;
}

.page-hero__inner {
  position: relative;
  z-index: 1;
}

.page-eyebrow {
  color: var(--hit-ember-2);
  margin-bottom: 16px;
}

.page-eyebrow--muted {
  color: var(--hit-steel);
  margin-bottom: 12px;
}

.page-hero__title--narrow {
  max-width: 600px;
}

.page-hero__title--regular {
  max-width: 680px;
}

.page-hero__title--wide {
  max-width: 700px;
}

.page-hero__subtitle--wide {
  max-width: 580px;
}

.page-hero__title--light {
  color: var(--hit-parch);
}

.page-hero__meta {
  color: var(--hit-steel);
  margin-top: 12px;
}

.section-eyebrow {
  margin-bottom: 12px;
}

.section-eyebrow--muted {
  color: var(--hit-steel);
}

.section-title {
  margin-top: 12px;
  margin-bottom: 8px;
}

.section-title--light {
  color: var(--hit-parch);
}

.section-copy {
  margin-top: 12px;
  max-width: 520px;
}

.section-copy--sm {
  max-width: 480px;
}

.section-copy--lg {
  max-width: 540px;
}

.section-copy--xl {
  max-width: 580px;
}

.section-copy--center {
  margin-left: auto;
  margin-right: auto;
}

.cta-panel {
  text-align: center;
}

.cta-panel__eyebrow {
  margin-bottom: 12px;
}

.cta-panel__eyebrow--muted {
  color: var(--hit-steel);
}

.cta-panel__title {
  margin-bottom: var(--hit-space-sm);
}

.cta-panel__title--light {
  color: var(--hit-parch);
}

.cta-panel__copy {
  max-width: 480px;
  margin: 0 auto var(--hit-space-md);
}

.cta-panel__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.accent-em {
  color: var(--hit-ember-2);
  font-style: italic;
}

.link-muted {
  color: var(--hit-steel);
}

.legal-content h2 {
  font-family: var(--hit-font-display);
  font-size: var(--hit-text-lg);
  font-weight: 300;
  color: var(--hit-ink);
  margin-top: var(--hit-space-lg);
  margin-bottom: var(--hit-space-sm);
}

.legal-content h3 {
  font-size: var(--hit-text-base);
  font-weight: 500;
  color: var(--hit-ink);
  margin-top: var(--hit-space-md);
  margin-bottom: 8px;
}

.legal-content p {
  font-size: var(--hit-text-base);
  font-weight: 300;
  color: var(--hit-slate);
  line-height: var(--hit-lh-loose);
  margin-bottom: 12px;
}

.legal-content ul {
  padding-left: 20px;
  margin-bottom: 12px;
}

.legal-content ul li {
  font-size: var(--hit-text-base);
  font-weight: 300;
  color: var(--hit-slate);
  line-height: var(--hit-lh-loose);
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .cta-panel__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-panel__actions .hit-btn {
    width: 100%;
    justify-content: center;
  }
}
