*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Fredoka',sans-serif;height:100vh;width:100vw;overflow:hidden;background-color:#87CEEB;background-image:linear-gradient(rgba(255,255,255,.4) 2px,transparent 2px),linear-gradient(90deg,rgba(255,255,255,.4) 2px,transparent 2px);background-size:40px 40px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}.cloud{position:absolute;background:#fff;border:4px solid #2b2b2b;border-radius:100px;box-shadow:6px 6px 0 #2b2b2b;z-index:-1;animation:float 6s ease-in-out infinite}.c1{top:10%;left:5%;width:180px;height:70px;animation-delay:0s}.c2{top:15%;right:10%;width:220px;height:80px;animation-delay:-2s}.c3{bottom:10%;left:15%;width:150px;height:60px;animation-delay:-4s}.c4{bottom:20%;right:5%;width:190px;height:75px;animation-delay:-1s}main.board{background:#FFF9E6;border:6px solid #2b2b2b;border-radius:32px;padding:clamp(1rem,3vh,2rem) clamp(1rem,4vw,3rem);text-align:center;max-width:900px;width:92%;max-height:95vh;display:flex;flex-direction:column;gap:clamp(.5rem,1.5vh,1.5rem);box-shadow:12px 12px 0 #2b2b2b,inset -8px -8px 0 rgba(0,0,0,.1);z-index:10}.logo{max-width:min(180px,30vw);height:auto;margin:0 auto;display:block;border-bottom:4px dashed #2b2b2b;padding-bottom:10px}.title{font-size:clamp(1.5rem,4.5vw+1rem,3.5rem);color:#EF476F;-webkit-text-stroke:2px #2b2b2b;text-shadow:4px 4px 0 #2b2b2b;font-weight:700;line-height:1.1;letter-spacing:1px}.subtitle{font-size:clamp(.85rem,1.5vw+.5rem,1.25rem);color:#2b2b2b;font-weight:400;line-height:1.4;background:#fff;border:4px solid #2b2b2b;border-radius:16px;padding:clamp(10px,2vh,20px);box-shadow:4px 4px 0 #2b2b2b}.subtitle strong{color:#118AB2}.cta-form{display:flex;flex-direction:column;gap:clamp(8px,1.5vh,15px);align-items:center}.form-instruction{font-size:clamp(.8rem,1.2vw+.5rem,1.1rem);font-weight:700;color:#2b2b2b}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}button{padding:clamp(10px,1.5vh,15px) clamp(30px,4vw,50px);background:#06D6A0;color:#fff;border:4px solid #2b2b2b;border-radius:16px;font-size:clamp(1.1rem,1.5vw+.6rem,1.6rem);font-weight:700;font-family:inherit;cursor:pointer;text-shadow:2px 2px 0 #2b2b2b;box-shadow:6px 6px 0 #2b2b2b;transition:transform .1s,box-shadow .1s;text-transform:uppercase;letter-spacing:1px;animation:pulse 2s infinite}button:hover,button:focus{transform:translate(2px,2px) scale(1.05);box-shadow:4px 4px 0 #2b2b2b;background:#05C493;outline:0;animation:none}button:active{transform:translate(6px,6px) scale(1);box-shadow:0 0 0 #2b2b2b}footer{position:absolute;bottom:10px;font-size:clamp(.75rem,1.2vw+.3rem,1rem);font-weight:700;text-shadow:2px 2px 0 #fff;z-index:10}footer a{color:#2b2b2b;text-decoration:none;margin:0 10px;border-bottom:3px solid #2b2b2b;transition:color .2s}footer a:hover{color:#EF476F;border-color:#EF476F}