*{box-sizing:border-box}body{margin:0;padding:0;height:100vh;width:100vw;overflow:hidden;background:radial-gradient(circle at center,#1bdcf0 0,#065b9e 100%);font-family:'Fredoka',sans-serif;color:#fff;display:flex;flex-direction:column;align-items:center}#skel{position:fixed;inset:0;background:#065b9e;z-index:999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.sk-b{width:70%;max-width:500px;height:50px;background:linear-gradient(90deg,#065b9e 25%,#1bdcf0 50%,#065b9e 75%);background-size:200% 100%;animation:sh 1.5s infinite linear;border-radius:15px}@keyframes sh{0%{background-position:200% 0}100%{background-position:-200% 0}}#app{display:none;opacity:0;flex-direction:column;height:100%;width:100%;max-width:900px;transition:opacity .3s ease;text-align:center;justify-content:space-between}header{padding-top:4vh;flex-shrink:0}header img{max-width:200px;width:80%;filter:drop-shadow(0 6px 0 rgba(0,0,0,.4))}.hero{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 1rem;gap:3vh}h1{margin:0;font-size:clamp(2.2rem,6vw,4.5rem);font-weight:700;text-transform:uppercase;-webkit-text-stroke:2px #000;text-shadow:0 6px 0 #000,0 10px 15px rgba(0,0,0,.6);line-height:1.1;letter-spacing:1px}p{margin:0;font-size:clamp(1.1rem,3vw,1.6rem);font-weight:400;text-shadow:0 3px 5px rgba(0,0,0,.8);max-width:700px;line-height:1.4}.cta{display:inline-flex;align-items:center;gap:12px;background:#ffca28;color:#000;padding:18px 45px;border-radius:50px;font-size:clamp(1.3rem,3vw,2.2rem);font-weight:700;text-transform:uppercase;text-decoration:none;border:4px solid #000;box-shadow:0 8px 0 #ff8f00,0 15px 25px rgba(0,0,0,.5);transition:transform .1s,box-shadow .1s}.cta:active{transform:translateY(8px);box-shadow:0 0 0 #ff8f00,0 5px 10px rgba(0,0,0,.5)}.cta:focus-visible{outline:4px dashed #fff;outline-offset:6px}.cta svg{width:32px;height:32px;stroke-width:2.5px}.cta:hover .shackle{transform-origin:7px 11px;animation:ul .4s ease forwards}@keyframes ul{0%{transform:rotate(0)}50%{transform:rotate(-15deg) translateY(-3px)}100%{transform:rotate(-30deg) translateY(-5px)}}.faq-container{width:100%;background:rgba(0,0,0,.4);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px 20px 0 0;border-top:2px solid rgba(255,255,255,.2);flex-shrink:0;max-width:700px;margin:0 auto}.faq-item{border-bottom:1px solid rgba(255,255,255,.1)}.faq-btn{width:100%;background:0;border:0;color:#fff;font-family:inherit;font-size:clamp(1rem,2.5vw,1.2rem);font-weight:700;padding:18px 24px;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-btn:focus-visible{background:rgba(255,255,255,.1);outline:none}.faq-icon{transition:transform .3s ease;color:#ffca28}.faq-item.act .faq-icon{transform:rotate(180deg)}.faq-content{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 24px;font-size:clamp(.9rem,2vw,1.05rem);text-align:left;opacity:0;color:#e1f5fe;line-height:1.5}.faq-item.act .faq-content{max-height:150px;padding-bottom:18px;opacity:1}footer{padding:12px;font-size:.9rem;color:rgba(255,255,255,.7);background:rgba(0,0,0,.6);width:100%;text-align:center}