/* Thanks page */
.thanks{min-height:60vh;display:flex;align-items:center;padding:80px 0}
.thanks__inner{max-width:640px;margin:0 auto;text-align:center}
.thanks__icon{width:88px;height:88px;margin:0 auto 26px;display:flex;align-items:center;justify-content:center;font-size:42px;color:#fff;background:linear-gradient(120deg,var(--green),#1fae63);border-radius:50%;box-shadow:0 16px 40px rgba(55,214,122,.35)}
.thanks__title{font-size:clamp(28px,4vw,42px);font-weight:800}
.thanks__text{margin-top:16px;color:var(--muted);font-size:17px}
.thanks__actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:30px}
.thanks__contact{margin-top:26px;color:var(--muted-2);font-size:14px}
.thanks__contact a{color:var(--accent-2);font-weight:600}

/* Text page */
.text-page{padding:10px 0 80px}
.text-page__title{font-size:clamp(28px,4vw,40px);font-weight:800;margin:8px 0 24px}
.text-page__content{font-size:16px}
