/* Страница «Спасибо» (/thanks) */

body.page-template-page-thanks {
  background: #fff;
  color: #1a1a1a;
}

.thanks-page {
  padding: 96px 0 72px;
  text-align: center;
}

.thanks-page__inner {
  max-width: 720px;
  margin: 0 auto;
}

.thanks-page__title {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.15;
  margin: 0 0 24px;
  color: #1a1a1a;
}

.thanks-page__text {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.65;
  margin: 0 0 16px;
  color: #2b2b2b;
}

.thanks-page__text--muted {
  color: #777;
  font-size: 16px;
}

.thanks-page__text a {
  color: var(--color-accent);
}

.thanks-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 36px;
}

@media (max-width: 640px) {
  .thanks-page {
    padding: 64px 0 48px;
  }

  .thanks-page__actions {
    flex-direction: column;
    align-items: stretch;
  }
}
