.pp-hero {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: var(--space-16);
}

.pp-hero__subtitle {
  color: var(--color-text-muted);
  margin-bottom: var(--space-8);
}

.pp-hero__cta {
  display: flex;
  justify-content: center;
}

.pp-card {
  margin-top: var(--space-4);
}

.pp-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-12);
}

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

.pp-section p {
  margin-bottom: var(--space-4);
}

.pp-list {
  list-style: disc;
  padding-left: 1.25rem;
  color: var(--color-text-muted);
}

.pp-list li {
  margin-bottom: var(--space-2);
}

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

  .pp-hero__cta {
    justify-content: flex-start;
  }
}
