.container{text-align:center;border-radius:12px;padding:2.5rem;box-shadow:0 8px 24px rgba(0,0,0,.3);max-width:450px;width:90%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;animation:fadeIn .5s ease-in-out}.logo{width:70px;margin-bottom:1.5rem;animation:pulse 2s infinite}.success-icon{background-color:rgba(25,135,184,.1);border-radius:50%;width:80px;height:80px;display:flex;justify-content:center;align-items:center;margin:0 auto 1.5rem;animation:scaleIn .5s ease-out}.checkmark{color:#1987b8;font-size:40px}h1{font-size:1.8rem;margin:0 0 1rem;font-weight:600}p{margin:.5rem 0;color:#aaa;line-height:1.5}.button,p{font-size:1rem}.button{background-color:#1987b8;color:#fff;border:none;padding:.8rem 1.6rem;border-radius:6px;cursor:pointer;margin-top:1.8rem;transition:background-color .2s;text-decoration:none;display:inline-block}.button:hover{background-color:#1575a1}.button-secondary{background-color:transparent;border:1px solid #555;color:#ddd;margin-left:10px}.button-secondary:hover{background-color:hsla(0,0%,100%,.1)}.button-container{margin-top:1.8rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}