/* Post-notice removal: header sits at top */
.l-header {
  top: 0;
}

/* Header CTA: 今すぐ始める + 無料相談 */
@media (width <= 767px) {
  .l-header__nav {
    gap: 6px;
  }

  .c-header-button {
    padding-inline: 10px;
  }
}

.p-thanks {
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 24px 80px;
}

.p-thanks__inner {
  width: min(640px, 100%);
  margin: 0 auto;
  padding: 48px 32px;
  border-radius: 16px;
  background: var(--color-white);
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.p-thanks__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
}

.p-thanks__title {
  margin: 0 0 16px;
  color: var(--color-dark-gray);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
}

.p-thanks__lead {
  margin: 0 0 12px;
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.8;
}

.p-thanks__note {
  margin: 0 0 32px;
  color: var(--color-gray);
  font-size: 13px;
  line-height: 1.7;
}

.p-thanks__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--color-key);
  color: var(--color-white);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(21, 93, 252, 0.3);
}

.p-thanks__button:hover {
  opacity: 0.92;
}
