/* Thank You page */
.thank-you-page{min-height:70vh;display:flex;align-items:center;padding:72px 0;background:#FBF6EA}
.thank-you-card{max-width:760px;margin:0 auto;padding:48px 32px;background:#fff;border:1px solid #E8E8F0;border-radius:22px;text-align:center;box-shadow:0 18px 50px rgba(25,27,63,.08)}
.thank-you-icon{width:76px;height:76px;margin:0 auto 22px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#E8FFF1;color:#159447;font-size:2rem;font-weight:700}
.thank-you-card h1{margin:0 0 14px;color:#191B3F;font-size:clamp(2rem,5vw,3rem);line-height:1.15}
.thank-you-card p{max-width:590px;margin:0 auto;color:#5D5F7E;font-size:1rem}
.thank-you-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:28px}
.thank-you-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border-radius:10px;font-weight:700;text-decoration:none}
.thank-you-actions .primary{background:#FF7A48;color:#fff}
.thank-you-actions .secondary{border:1px solid #E8E8F0;color:#191B3F;background:#fff}
.thank-you-help{margin-top:26px!important;font-size:.9rem!important}
@media(max-width:600px){.thank-you-page{padding:48px 18px}.thank-you-card{padding:36px 20px}.thank-you-actions{flex-direction:column}.thank-you-actions a{width:100%}}
