/* =====================================================
   Thank You – Subscription Page
   ===================================================== */

/* Page wrapper (full width, normal document flow) */
.thank-you {
  width: 100%;
  padding: 48px 16px;
}

/* Card – horizontally centered */
.thank-you__box {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;                 /* ← horizontal centering */
  padding: 32px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  margin-bottom: 122px;
}

/* Title */
.thank-you__title {
  margin: 0 0 12px;
}

/* Intro text */
.thank-you__intro {
  max-width: 560px;
  margin: 0 auto 18px;
  font-size: 1.05rem;
}

/* Next steps box */
.thank-you__next-steps {
  background: #f9fafb;
  padding: 16px;
  border-radius: 12px;
  margin: 18px 0;
}

/* Subtitle */
.thank-you__subtitle {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

/* List */
.thank-you__list {
  margin: 0;
  padding-left: 0;
  list-style-position: inside;
  text-align: left;               /* improves readability */
}

/* Actions (buttons) */
.thank-you__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

/* Buttons */
.thank-you__button {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 500;
}

.thank-you__button--outline {
  border: 1px solid #e5e7eb;
  color: inherit;
}

.thank-you__button--primary {
  background: #111827;
  color: #ffffff;
}

/* Divider */
.thank-you__divider {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 24px 0;
}

/* Footer note */
.thank-you__note {
  max-width: 560px;
  margin: 0 auto;
  color: #6b7280;
  font-size: 0.95rem;
}
