*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Nunito',sans-serif;background:linear-gradient(135deg,#4752C4,#5865F2);color:#fff;height:100vh;width:100vw;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}::-webkit-scrollbar{display:none}.mascot{position:absolute;background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.1);border-radius:50%;backdrop-filter:blur(8px);animation:float 6s ease-in-out infinite;box-shadow:0 10px 30px rgba(0,0,0,.1)}.mascot::before,.mascot::after{content:'';position:absolute;width:12%;height:12%;background:#fff;border-radius:50%;top:35%}.mascot::before{left:28%}.mascot::after{right:28%}.mascot i{position:absolute;width:20%;height:15%;border-bottom:3px solid #fff;border-radius:50%;bottom:25%;left:40%}.m1{width:180px;height:180px;top:8%;left:8%;animation-delay:0s;transform:rotate(-10deg)}.m2{width:120px;height:120px;bottom:12%;right:10%;animation-delay:2s;transform:rotate(15deg)}.m3{width:80px;height:80px;top:20%;right:15%;animation-delay:1s}.card{background:rgba(255,255,255,.08);border:2px solid rgba(255,255,255,.15);border-radius:48px;padding:3.5rem 2.5rem;text-align:center;max-width:800px;width:92%;z-index:10;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);backdrop-filter:blur(20px)}header{margin-bottom:1.5rem}header img{max-width:220px;height:auto;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}h1{font-size:clamp(2rem,5vw,4rem);font-weight:700;margin-bottom:1.25rem;line-height:1.1;letter-spacing:-.02em;text-shadow:0 2px 4px rgba(0,0,0,.1)}p{font-size:clamp(1.1rem,2vw,1.35rem);font-weight:400;margin-bottom:2.5rem;line-height:1.6;opacity:.95;max-width:650px;margin-left:auto;margin-right:auto}.cta{display:inline-flex;align-items:center;justify-content:center;background:#34C759;color:#fff;text-decoration:none;font-size:1.25rem;font-weight:700;padding:1.1rem 2.75rem;border-radius:99px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 20px rgba(52,199,89,.35)}.cta:hover{transform:translateY(-5px) scale(1.03);box-shadow:0 12px 25px rgba(52,199,89,.5);background:#30db5a}.cta:focus{outline:3px solid #fff;outline-offset:4px}footer{position:absolute;bottom:2rem;font-size:.875rem;opacity:.7;width:100%;text-align:center;font-weight:400}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@media(max-width:480px){.card{padding:2.5rem 1.5rem;border-radius:36px}.mascot{display:none}}