.thank-you-section {
  padding-block: var(--space-16);
}

.thank-you-container {
  display: flex;
  justify-content: center;
}

.thank-you-card {
  max-width: 720px;
  margin-inline: auto;
  text-align: left;
}

.thank-you-card h1 {
  margin-bottom: var(--space-4);
}

.thank-you-lead {
  font-size: var(--font-size-lg);
  color: var(--gray-50);
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-6);
}

.thank-you-actions .btn-secondary {
  min-width: 0;
}

@media (max-width: 640px) {
  .thank-you-section {
    padding-block: var(--space-12);
  }

  .thank-you-card {
    padding: var(--space-6) var(--space-4);
  }

  .thank-you-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .thank-you-actions .btn {
    width: 100%;
  }
}
