.hero-lead {
  max-width: 42rem;
  margin-top: var(--space-3);
  color: var(--color-text-muted);
}

.privacy-card {
  max-width: 860px;
  margin: 0 auto;
}

.privacy-card h2:first-of-type {
  margin-top: 0;
}

.privacy-cta {
  margin-top: var(--space-8);
}

.privacy-cta__text {
  margin-bottom: var(--space-4);
}

.privacy-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

@media (max-width: 640px) {
  .privacy-cta__actions {
    flex-direction: column;
  }

  .privacy-cta__actions .button {
    width: 100%;
    justify-content: center;
  }
}
