/* ========================================
   登録完了 Thanks Page（/register-thanks/）
======================================== */

.thanks-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  text-align: center;
  color: var(--color-text);
}

.thanks-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--color-primary);
  margin-bottom: 1.5rem;
}

.thanks-lead {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

/* -------------------------------
   ※ 登録版は CTA なし・リンクなし
   必要最少の Thanks ページ
-------------------------------- */

/* ========================================
   Responsive
======================================== */
@media (max-width: 560px) {
  .thanks-page {
    padding: 3rem 1.2rem;
  }
  .thanks-title {
    font-size: 1.7rem;
  }
}
