.thanks-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg, #f7f5f0);
  padding: 2rem;
}

.thanks-card {
  background: #fff;
  border-radius: 16px;
  padding: clamp(2.5rem, 6vw, 4.5rem);
  text-align: center;
  max-width: 520px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(201, 163, 58, 0.18);
}

.thanks-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(201, 163, 58, 0.12);
  border: 2px solid rgba(201, 163, 58, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
}

.thanks-icon svg {
  width: 34px;
  height: 34px;
  stroke: #c9a33a;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.thanks-card h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 700;
  color: #111110;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
}

.thanks-card p {
  font-size: 1rem;
  color: #6a6866;
  line-height: 1.72;
  margin-bottom: 2rem;
}

.thanks-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
