*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background:linear-gradient(rgba(255,255,255,.9),rgba(255,255,255,.9)),linear-gradient(135deg,#eef5ff,#fff);min-height:100vh;color:#183153}.wrap{display:flex;min-height:100vh;align-items:center;justify-content:center;flex-direction:column;padding:24px;text-align:center}.logo{width:420px;max-width:90%;margin-bottom:20px}.overlay:before,.overlay:after{content:'';position:fixed;border-radius:50%;background:rgba(0,80,255,.08)}.overlay:before{width:420px;height:420px;left:-120px;top:-120px}.overlay:after{width:520px;height:520px;right:-180px;bottom:-180px}h1{font-size:64px}h1 span{color:#0b56ff}h2{margin:10px 0 20px;color:#0b56ff}p{max-width:760px;line-height:1.8;color:#555}.count{display:flex;gap:18px;flex-wrap:wrap;justify-content:center;margin:40px 0}.count div{background:#fff;padding:20px 28px;border-radius:18px;box-shadow:0 12px 35px rgba(0,0,0,.08)}b{display:block;font-size:42px;color:#0b56ff}.btn{background:#0b56ff;color:#fff;padding:15px 34px;border-radius:40px;text-decoration:none}footer{margin-top:40px;color:#666}@media(max-width:700px){h1{font-size:42px}.logo{width:280px}}