.thankyou-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
}

.thankyou-card {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.thankyou-header {
  margin-bottom: var(--space-4);
}

.thankyou-title {
  font-size: clamp(2rem, 3.2vw, 2.6rem);
}

.thankyou-body p {
  text-align: left;
}

.thankyou-actions {
  margin-top: var(--space-4);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-3);
}

@media (max-width: 640px) {
  .thankyou-card {
    padding: var(--space-3);
  }

  .thankyou-body p {
    text-align: left;
  }
}
