*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100dvh;overflow:hidden;font-family:'Fredoka',sans-serif;background:radial-gradient(circle at center,#38bdf8 0,#0284c7 50%,#082f49 100%);color:#fff;text-align:center}.decor{position:absolute;border-radius:50%;background:rgba(255,255,255,.05);pointer-events:none;z-index:0}.d1{width:50vw;height:50vw;top:-15vw;left:-15vw}.d2{width:40vw;height:40vw;bottom:-10vw;right:-10vw}.wrapper{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:1.5rem;position:relative;z-index:1}header{flex:0 0 auto;padding-top:1rem}header img{max-width:240px;height:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.5))}main{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:900px;margin:0 auto;gap:1.5rem;padding:0 1rem}h1{font-size:clamp(2.2rem,6vw,4.5rem);font-weight:700;text-shadow:4px 4px 0 #0c4a6e,-2px -2px 0 #0c4a6e,2px -2px 0 #0c4a6e,-2px 2px 0 #0c4a6e,2px 2px 0 #0c4a6e,0 8px 10px rgba(0,0,0,.5);line-height:1.15;letter-spacing:1px;text-transform:uppercase}p{font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:400;max-width:700px;line-height:1.4;text-shadow:1px 1px 3px rgba(0,0,0,.8)}.cta{display:inline-block;margin-top:1rem;padding:1.2rem 3.5rem;font-size:clamp(1.2rem,3vw,2rem);font-weight:700;color:#422006;background:linear-gradient(to bottom,#fef08a,#eab308);border:4px solid #854d0e;border-radius:50px;text-decoration:none;text-transform:uppercase;box-shadow:0 8px 0 #713f12,0 15px 25px rgba(0,0,0,.5);transition:all .15s ease;outline:0}.cta:hover{transform:translateY(2px);box-shadow:0 6px 0 #713f12,0 10px 15px rgba(0,0,0,.5);background:linear-gradient(to bottom,#fde047,#ca8a04)}.cta:active{transform:translateY(8px);box-shadow:0 0 0 #713f12,0 0 5px rgba(0,0,0,.5)}.cta:focus-visible{outline:4px dashed #fff;outline-offset:6px}footer{flex:0 0 auto;padding-bottom:1rem;font-size:.9rem;opacity:.8;text-shadow:1px 1px 1px rgba(0,0,0,.8)}footer a{color:#fff;text-decoration:none;margin:0 .5rem;font-weight:700}footer a:hover{text-decoration:underline}