.thankyoupageContent{min-height:80vh;display:flex;align-items:center;justify-content:center;color:#fff;padding:1rem;background:linear-gradient(120deg,#12154a,#4b2977,#2a1f59,#3b2a6b);background-size:400% 400%;animation:gradientShift 12s ease infinite}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.thankyoupageContent .ai-background{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1a1f2c,#2d3748);z-index:-1;overflow:hidden}.thankyoupageContent .ai-background:before{content:"";position:absolute;width:200%;height:200%;top:-50%;left:-50%;background:radial-gradient(ellipse at center,rgba(29,78,216,.15) 0,rgba(30,64,175,0) 70%),radial-gradient(ellipse at center,rgba(139,92,246,.15) 0,rgba(139,92,246,0) 70%);background-repeat:no-repeat;background-size:50% 50%,75% 75%;background-position:0 0,100% 100%;animation:gradient-shift 15s ease infinite;z-index:-1}@keyframes gradient-shift{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}.thankyoupageContent .ai-background:after{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(29,78,216,.07) 1px,transparent 0),linear-gradient(rgba(29,78,216,.07) 1px,transparent 0);background-size:50px 50px;z-index:-1}.thankyoupageContent .mainContent{max-width:56rem;margin-left:auto;margin-right:auto;position:relative}.thankyoupageContent .mainContent .section1{text-align:center;margin-bottom:2rem}.thankyoupageContent .mainContent .section1 .check-icon-container{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;padding:15px}.thankyoupageContent .mainContent .section1 .check-icon-container .check-icon{width:100px;height:100px;border-radius:50%;background-color:rgba(74,222,128,.2);display:flex;justify-content:center;align-items:center;color:#4ade80;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(74,222,128,.4)}70%{box-shadow:0 0 0 15px rgba(74,222,128,0)}to{box-shadow:0 0 0 0 rgba(74,222,128,0)}}.thankyoupageContent .mainContent .section1 .text1{font-size:2.25rem;font-weight:700;margin-bottom:1rem;background-image:linear-gradient(90deg,#60a5fa,#a78bfa);background-clip:text;-webkit-background-clip:text;color:rgba(0,0,0,0);animation:shimmer 2.5s linear infinite;background-size:200% 100%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(min-width:768px){.thankyoupageContent .mainContent .section1 .text1 .thank-you-text{font-size:3rem}}.thankyoupageContent .mainContent .section1 .text2{font-size:1.25rem;color:#d1d5db;margin-bottom:2rem}.thankyoupageContent .mainContent .section2{text-align:center;margin-bottom:2rem}.thankyoupageContent .mainContent .section2 .home-button{display:inline-flex;align-items:center;gap:8px;background-image:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:12px 24px;border-radius:8px;font-weight:500;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 14px rgba(59,130,246,.4)}.thankyoupageContent .mainContent .section2 .home-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(139,92,246,.5)}.thankyoupageContent .mainContent .section2 .home-button:active{transform:translateY(0);box-shadow:0 2px 10px rgba(59,130,246,.4)}