.koisurechigai-mvp-page {
  background:
    radial-gradient(circle at top left, rgba(224, 187, 165, 0.22), transparent 34%),
    linear-gradient(180deg, #f7f0ea 0%, #fcf8f4 52%, #f6ede6 100%);
  color: #45362f;
}

.thanks-page {
  min-height: calc(100vh - 120px);
  padding: 32px 16px 72px;
}

.thanks-page__shell {
  width: min(100%, 980px);
  margin: 0 auto;
}

.thanks-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.thanks-page__brand {
  margin: 0;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  color: rgba(69, 54, 47, 0.74);
}

.thanks-page__back-link {
  color: #8a5e52;
  text-decoration: none;
  font-size: 0.95rem;
}

.thanks-page__hero,
.thanks-page__card,
.thanks-page__answers,
.thanks-page__closing {
  background: rgba(255, 252, 249, 0.92);
  border: 1px solid rgba(171, 129, 113, 0.16);
  border-radius: 28px;
  box-shadow: 0 24px 54px rgba(100, 69, 52, 0.08);
}

.thanks-page__hero,
.thanks-page__answers,
.thanks-page__closing {
  padding: 28px;
}

.thanks-page__grid {
  margin-top: 20px;
  display: grid;
  gap: 20px;
}

.thanks-page__card {
  padding: 22px 20px;
}

.thanks-page__kicker,
.thanks-page__label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: rgba(69, 54, 47, 0.7);
}

.thanks-page__hero h1,
.thanks-page__section-head h2 {
  margin: 14px 0 0;
  font-size: clamp(1.92rem, 8vw, 3rem);
  line-height: 1.14;
  letter-spacing: -0.04em;
  color: #332520;
  text-wrap: balance;
}

.thanks-page__lead,
.thanks-page__summary,
.thanks-page__card-copy,
.thanks-page__closing p,
.thanks-page__answer-card p {
  margin: 0;
  line-height: 1.75;
  color: rgba(69, 54, 47, 0.84);
}

.thanks-page__lead {
  margin-top: 16px;
}

.thanks-page__summary {
  margin-top: 10px;
}

.thanks-page__list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.thanks-page__list li {
  position: relative;
  padding-left: 22px;
  line-height: 1.7;
}

.thanks-page__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #bb7a66;
  transform: translateY(-50%);
}

.thanks-page__answers {
  margin-top: 20px;
}

.thanks-page__answers-list {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

.thanks-page__answer-card {
  background: rgba(247, 236, 228, 0.58);
  border-radius: 20px;
  padding: 18px;
}

.thanks-page__answer-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: #3b2c25;
}

.thanks-page__closing {
  margin-top: 20px;
}

.thanks-page__actions {
  margin-top: 18px;
}

.thanks-page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #bc7c68, #a86656);
  color: #fffaf8;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(168, 102, 86, 0.24);
}

@media (min-width: 900px) {
  .thanks-page {
    padding: 42px 24px 88px;
  }

  .thanks-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
