.thanks-page {
  min-height: calc(100vh - 200px);
  padding: 90px 20px 40px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thanks-card {
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 48px 36px;
  text-align: center;
}

.thanks-title {
  margin: 0 0 16px;
  font-size: 46px;
  line-height: 1.15;
  font-weight: 800;
  color: #16325c;
}

.thanks-subtitle {
  margin: 0 0 18px;
  font-size: 21px;
  line-height: 1.4;
  color: #2e4a70;
}

.thanks-note {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.55;
  color: #6a7b91;
}

.thanks-btn {
  background: linear-gradient(135deg, #667eea 0%, #4f46e5 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(79, 70, 229, 0.35);
}

.thanks-btn:hover {
  opacity: 0.95;
}



