:root{--bg:#FFFC00;--txt:#000;--btn:#000;--btn-txt:#FFFC00;--badge-bg:#FFF}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%;overflow:hidden;font-family:'Inter',sans-serif;color:var(--txt);background-color:var(--bg)}body{background:radial-gradient(ellipse at center,#FFFC00 0,#dfdd00 60%,#5c5b00 100%)}.container{display:flex;flex-direction:column;height:100%;max-width:1200px;margin:0 auto;padding:1.5rem}header{display:flex;justify-content:center;align-items:center;padding-bottom:1rem;flex-shrink:0}header img{height:60px;width:auto}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}h1{font-size:clamp(2.5rem,6vw,5rem);font-weight:700;margin-bottom:1rem;line-height:1.05;letter-spacing:-1px;text-transform:uppercase}p.sub{font-size:clamp(1rem,2.5vw,1.25rem);max-width:650px;margin-bottom:3rem;opacity:.85;font-weight:400;line-height:1.5}.cta{display:inline-flex;justify-content:center;align-items:center;background:var(--btn);color:var(--btn-txt);padding:1.25rem 3rem;font-size:1.25rem;font-weight:700;text-decoration:none;border-radius:50px;text-transform:uppercase;letter-spacing:1px;transition:all .2s cubic-bezier(0.25,0.46,0.45,0.94);cursor:pointer;min-width:300px;border:3px solid var(--btn)}.cta:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,0.4)}.cta:focus{outline:3px solid #fff;outline-offset:3px}.trust{display:flex;gap:1rem;margin-top:3rem;flex-wrap:wrap;justify-content:center}.badge{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;background:var(--badge-bg);padding:.5rem 1rem;border-radius:30px;border:2px solid var(--txt);box-shadow:2px 2px 0 var(--txt)}.badge svg{width:16px;height:16px}footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;font-size:.875rem;font-weight:700;flex-shrink:0}.status{display:flex;align-items:center;gap:.5rem;background:var(--txt);color:var(--bg);padding:.5rem 1rem;border-radius:20px}.dot{width:10px;height:10px;background:#0F0;border-radius:50%;box-shadow:0 0 8px #0F0;animation:pulse 1.5s infinite}.links a{color:var(--txt);text-decoration:none;margin-left:1.5rem;text-transform:uppercase}.links a:hover{text-decoration:underline}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(0.8)}100%{opacity:1;transform:scale(1)}}@media(max-height:700px){h1{font-size:clamp(2rem,5vw,3rem)}p.sub{margin-bottom:2rem}.trust{margin-top:2rem}}@media(max-width:768px){footer{flex-direction:column;gap:1rem}.links a{margin:0 .75rem}.trust{gap:.5rem}}