*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background:linear-gradient(135deg,#fff8e8,#fde9a8,#f7c948);overflow:hidden;color:#4a3a00}.hero{height:100vh;display:flex;align-items:center;justify-content:center}.card{background:rgba(255,255,255,.9);padding:40px;max-width:700px;width:90%;border-radius:20px;text-align:center;box-shadow:0 15px 40px rgba(0,0,0,.2)}.logo{font-size:70px;animation:f 3s infinite}.btn{display:inline-block;margin:20px;padding:14px 28px;background:#f5b400;color:#333;text-decoration:none;border-radius:30px}.social{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.social a{background:#fff;padding:10px 18px;border-radius:25px;text-decoration:none;color:#444}.bee{position:absolute;width:18px;height:18px;background:#222;border-radius:50%}.bee:before,.bee:after{content:"";position:absolute;width:10px;height:10px;background:rgba(255,255,255,.8);border-radius:50%;top:-4px}.bee:before{left:-4px}.bee:after{right:-4px}@keyframes f{50%{transform:translateY(-8px)}}footer{position:fixed;bottom:15px;width:100%;text-align:center}