.thankyou-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#f0f9ff,#cbebff);padding:20px}.thankyou-card{background:#fff;padding:50px 40px;border-radius:20px;text-align:center;max-width:500px;width:100%;box-shadow:0 8px 30px rgba(0,0,0,.12);animation:fadeUp .8s ease-in-out}.checkmark-wrapper{display:flex;justify-content:center;margin-bottom:20px}.checkmark{width:80px;height:80px;border-radius:50%;display:block;stroke:#25c6f2;box-shadow:inset 0 0 0 #25c6f2;animation:scale .3s ease-in-out .9s both}.checkmark,.checkmark-circle{stroke-width:4;stroke-miterlimit:10}.checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166;stroke:#25c6f2;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark-check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;stroke:#25c6f2;animation:stroke .4s cubic-bezier(.65,0,.45,1) .7s forwards}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale(1.1)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.thankyou-title{font-size:28px;font-weight:700;color:#25c6f2;margin-bottom:12px}.thankyou-message{font-size:16px;color:#333;margin-bottom:10px}.thankyou-subtext{font-size:14px;color:#555;margin-bottom:30px}.thankyou-btn{display:inline-block;background-color:#25c6f2;color:#fff;padding:12px 28px;border-radius:10px;font-weight:600;text-decoration:none;transition:all .3s ease}.thankyou-btn:hover{background-color:#1aaed6;box-shadow:0 4px 12px rgba(37,198,242,.3)}.thankyou-logo{width:100px;margin:0 auto 20px;display:block}