:root{--rd:#C00;--or:#F60;--bg:#FAFAFA;--fg:#111;--gy:#555;--pnl:#FFF;--sh:0 10px 30px rgba(0,0,0,0.08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Poppins',sans-serif;background:linear-gradient(135deg,#FFF,var(--bg));color:var(--fg);height:100vh;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.bg-art{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70vmin;height:50vmin;background:rgba(204,0,0,0.03);border-radius:24px;z-index:-1;filter:blur(60px);pointer-events:none}header{position:absolute;top:0;width:100%;padding:1.5rem;display:flex;justify-content:center;z-index:10}header img{height:36px;width:auto}main{text-align:center;width:90%;max-width:700px;z-index:1}h1{font-size:clamp(1.75rem,5vw,3.2rem);font-weight:700;line-height:1.1;margin-bottom:1rem;letter-spacing:-.03em}.sub{font-size:clamp(.9rem,2.5vw,1.1rem);color:var(--gy);margin-bottom:2rem;line-height:1.5}.panel{background:var(--pnl);padding:1.25rem;border-radius:16px;box-shadow:var(--sh);margin-bottom:2rem;border:1px solid rgba(0,0,0,.04);display:flex;flex-direction:column;align-items:center;gap:.75rem}.badge-box{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:.9rem;color:#008A00;background:rgba(0,138,0,.1);padding:.4rem 1rem;border-radius:20px}.dot{width:10px;height:10px;background:#008A00;border-radius:50%}.pulse{animation:pl 1.5s infinite}@keyframes pl{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(0,138,0,.7)}70%{transform:scale(1);box-shadow:0 0 0 6px rgba(0,138,0,0)}100%{transform:scale(.95);box-shadow:0 0 0 0 rgba(0,138,0,0)}}.p-txt{font-size:.85rem;color:var(--gy);line-height:1.4}.cta-wrap{width:100%;max-width:360px;margin:0 auto}.cta{display:flex;align-items:center;justify-content:center;width:100%;padding:1.1rem;font-size:1.15rem;font-weight:700;color:#FFF;background:linear-gradient(135deg,var(--rd),var(--or));border:none;border-radius:50px;cursor:pointer;text-decoration:none;box-shadow:0 8px 20px rgba(204,0,0,.25);transition:all .3s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden}.cta:hover{transform:scale(1.03);box-shadow:0 12px 25px rgba(204,0,0,.35)}.cta:focus-visible{outline:3px solid var(--fg);outline-offset:4px}.rip{position:absolute;border-radius:50%;background:rgba(255,255,255,.4);transform:scale(0);animation:rp .6s linear;pointer-events:none}@keyframes rp{to{transform:scale(4);opacity:0}}.spin{display:none;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#FFF;border-radius:50%;animation:sp .8s linear infinite}@keyframes sp{to{transform:rotate(360deg)}}.cta.ld .cta-t{display:none}.cta.ld .spin{display:block}.chips{display:flex;justify-content:center;gap:1.5rem;margin-top:1.5rem}.chip{font-size:.8rem;font-weight:700;color:var(--gy);display:flex;align-items:center;gap:.3rem}.chip svg{width:14px;height:14px;fill:currentColor}footer{position:absolute;bottom:0;width:100%;padding:1.5rem;text-align:center;font-size:.75rem;color:#999}footer a{color:#999;text-decoration:none;margin:0 .5rem}footer a:hover{color:var(--fg)}@media(prefers-reduced-motion:reduce){.cta,.rip,.pulse,.spin{animation:none;transition:none}}@media(max-height:650px){h1{font-size:1.5rem}.sub{font-size:.85rem;margin-bottom:1rem}.panel{margin-bottom:1rem;padding:1rem}header{position:relative;padding:1rem}footer{position:relative;padding:1rem}body{height:auto;min-height:100vh;overflow-y:auto}}