*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fffc00;background-image:linear-gradient(rgba(0,0,0,.04) 2px,transparent 2px),linear-gradient(90deg,rgba(0,0,0,.04) 2px,transparent 2px);background-size:40px 40px;font-family:'Nunito',sans-serif;height:100vh;width:100vw;overflow:hidden;display:flex;align-items:center;justify-content:center;color:#000;overscroll-behavior:none}.wrapper{background-color:#fffc00;border:10px solid #000;border-radius:40px;width:calc(100vw - 30px);max-width:1400px;height:calc(100vh - 30px);display:flex;flex-direction:column;position:relative;box-shadow:10px 10px 0 #000;overflow:hidden}header{padding:25px 30px;display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:10}.logo{height:45px}main{flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 20px;position:relative;z-index:10}h1{font-size:clamp(2rem,5vw,4.5rem);font-weight:700;line-height:1.1;letter-spacing:-1px;margin-bottom:20px;max-width:850px;text-shadow:3px 3px 0 #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}p{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:700;max-width:650px;margin-bottom:40px;background:#fff;padding:18px 25px;border:4px solid #000;border-radius:24px;box-shadow:6px 6px 0 #000;line-height:1.4}.cta{display:inline-block;background-color:#000;color:#fffc00;text-decoration:none;font-weight:700;font-size:clamp(1.2rem,2.5vw,1.8rem);padding:20px 50px;border-radius:50px;border:none;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 0 0 5px #fff,0 0 0 10px #000;cursor:pointer}.cta:hover,.cta:focus{transform:scale(1.08);outline:none}.stats{margin-top:35px;font-weight:700;font-size:1.2rem;background:#fff;padding:12px 24px;border-radius:20px;border:3px solid #000;box-shadow:4px 4px 0 #000}.badges{display:flex;flex-direction:column;gap:12px;align-items:flex-end}.badge{background:#fff;border:3px solid #000;border-radius:14px;padding:6px 14px;font-size:.9rem;font-weight:700;box-shadow:3px 3px 0 #000;white-space:nowrap}footer{padding:20px;text-align:center;font-size:.9rem;font-weight:700;border-top:6px solid #000;background:#fff;position:relative;z-index:10}.avatars{position:absolute;inset:0;pointer-events:none;z-index:1}.avatar{position:absolute;width:90px;height:90px;background:#fff;border:5px solid #000;border-radius:50%;box-shadow:6px 6px 0 #000;display:flex;align-items:center;justify-content:center;font-size:2.8rem;animation:float 4s ease-in-out infinite}.a1{top:12%;left:8%;animation-delay:0s}.a2{bottom:22%;left:10%;animation-delay:1s}.a3{top:18%;right:8%;animation-delay:2s}.a4{bottom:18%;right:12%;animation-delay:3s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-18px)}}@media(max-width:768px){.wrapper{border-width:6px;border-radius:25px;width:calc(100vw - 16px);height:calc(100vh - 16px);box-shadow:6px 6px 0 #000}.a1,.a2,.a3,.a4{opacity:.2;transform:scale(.6)}.badges{gap:8px}.badge{font-size:.8rem;padding:5px 10px}.logo{height:35px}}