/* Confirmation page: concise, reassuring, and entirely visible without a scroll. */
.thank-you-page{display:grid;place-items:center;min-height:0;padding:24px 20px 28px;background:radial-gradient(circle at 15% 15%,#fff0f6 0,rgba(255,240,246,0) 30%),linear-gradient(180deg,#f8fbfc 0%,#fff 100%)}.thank-you-card{width:min(100%,650px);padding:28px 44px 26px;border:1px solid #e7d5de;border-radius:21px;background:#fff;box-shadow:0 15px 32px rgba(35,60,84,.085);text-align:center}.thank-you-icon{display:grid;place-items:center;width:44px;height:44px;margin:0 auto 11px;border-radius:14px;background:#fff0f6;color:#c1376f;box-shadow:0 6px 14px rgba(193,55,111,.09)}.thank-you-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.thank-you-eyebrow{margin:0 0 5px;color:#c1376f;font-size:.67rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.thank-you-card h1{margin:0;color:#233c54;font-family:Poppins,Rubik,sans-serif;font-size:clamp(1.8rem,2.7vw,2.25rem);letter-spacing:-.05em;line-height:1.08}.thank-you-copy{max-width:500px;margin:9px auto 0;color:#58718a;font-size:.91rem;line-height:1.55}.thank-you-return{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:center;max-width:480px;margin:17px auto 0;padding:11px 13px;border:1px solid #f0d6e1;border-radius:14px;background:#fff9fb;text-align:left}.thank-you-count-wrap{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#c1376f;color:#fff}.thank-you-count-wrap strong{display:block;font-size:1.28rem;line-height:1}.thank-you-return p{margin:0 0 7px;color:#233c54;font-size:.8rem;font-weight:700;line-height:1.35}.thank-you-return p strong{color:#c1376f;white-space:nowrap}.thank-you-progress{height:4px;overflow:hidden;border-radius:999px;background:#f2dce5}.thank-you-progress span{display:block;width:0;height:100%;border-radius:inherit;background:#c1376f;transition:width 1s linear}.thank-you-actions{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:17px}.thank-you-actions .outline-btn{min-height:44px;padding:10px 18px}.thank-you-call{color:#233c54!important;font-size:.8rem;font-weight:700;text-decoration:none!important;border-bottom:1px solid #c1376f;padding-bottom:3px}.thank-you-call:hover{color:#c1376f!important;border-color:transparent}.thank-you-page~.site-footer,.thank-you-page~.floating-book,.thank-you-page~.back-to-top,.thank-you-page~.fixed-contactbar,body:has(.thank-you-page) .site-footer,body:has(.thank-you-page) .floating-book,body:has(.thank-you-page) .back-to-top,body:has(.thank-you-page) .fixed-contactbar{display:none!important}@media(max-width:600px){.thank-you-page{padding:22px 16px 26px}.thank-you-card{padding:25px 20px 23px;border-radius:18px}.thank-you-return{grid-template-columns:46px 1fr;gap:11px;padding:11px}.thank-you-count-wrap{width:46px;height:46px}.thank-you-actions{flex-direction:column;gap:13px}.thank-you-actions .outline-btn{width:100%}}
