:root{--teal:#23afb3;--teal-light:#e6f7f8;--teal-mid:#b2e6e8;--text:#1e2d2e;--muted:#5e7c7e;--white:#fff}section{position:relative;z-index:1;min-height:calc(80vh - 73px);display:flex;align-items:center;justify-content:center;padding:48px 20px}@media (max-width:520px){section{min-height:calc(50vh - 73px)}}.card{background:var(--white);border-radius:24px;box-shadow:0 8px 48px rgba(35,175,179,.12),0 2px 12px rgba(0,0,0,.06);max-width:620px;width:100%;padding:56px 52px 52px;text-align:center;-webkit-animation:fadeUp .6s cubic-bezier(.22,1,.36,1) both;animation:fadeUp .6s cubic-bezier(.22,1,.36,1) both}@-webkit-keyframes fadeUp{0%{opacity:0;-webkit-transform:translateY(32px);transform:translateY(32px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;-webkit-transform:translateY(32px);transform:translateY(32px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.check-wrap{width:80px;height:80px;background:var(--teal-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 32px;-webkit-animation:popIn .5s cubic-bezier(.34,1.56,.64,1) .3s both;animation:popIn .5s cubic-bezier(.34,1.56,.64,1) .3s both}@-webkit-keyframes popIn{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes popIn{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.check-wrap svg{width:38px;height:38px;color:var(--teal)}h1{font-family:Rubik,sans-serif;font-size:clamp(2rem,5vw,2.6rem);color:var(--text);line-height:1.15;margin-bottom:16px}h1 span{color:var(--teal)}p.lead{font-size:1.05rem;color:var(--muted);line-height:1.7;max-width:440px;margin:0 auto 20px}.divider{height:1px;background:linear-gradient(90deg,transparent,var(--teal-mid),transparent);margin:0 0 36px}@media (max-width:520px){header{padding:16px 20px}.card{padding:36px 24px 32px}}
/*# sourceMappingURL=thank-you.1773fdd5.chunk.css.map */