:root{--p:#0072FF;--pl:#00C6FF;--bg:#f0f4f8;--t:#1e293b;--tl:#64748b}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overflow:hidden;font-family:'Inter',system-ui,-apple-system,sans-serif;background:linear-gradient(135deg,var(--bg),#e2e8f0);color:var(--t);overscroll-behavior:none}.c{width:100%;height:100%;max-width:480px;margin:0 auto;display:flex;flex-direction:column;padding:3vh 5vw;justify-content:center}.card{flex:1;background:#fff;border-radius:24px;box-shadow:0 20px 40px -10px rgba(0,114,255,.15);display:flex;flex-direction:column;overflow:hidden;max-height:800px;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease;position:relative}.c-img{height:30%;background:radial-gradient(circle at center,rgba(0,198,255,.08) 0,rgba(0,114,255,.02) 100%);display:flex;align-items:center;justify-content:center;padding:2rem;border-bottom:1px solid #f1f5f9}.c-img img{max-width:200px;width:100%;height:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.08))}.c-b{padding:8% 6%;text-align:center;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}h1{font-size:clamp(1.5rem,6vw,2.2rem);font-weight:700;margin:0 0 4%;line-height:1.2;letter-spacing:-.03em}p{font-size:clamp(.95rem,3.5vw,1.1rem);color:var(--tl);line-height:1.5;margin:0 0 8%}.bdg{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-bottom:auto}.b{background:#f8fafc;color:#475569;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:6px;border:1px solid #e2e8f0}.d{width:8px;height:8px;background:#10b981;border-radius:50%;box-shadow:0 0 6px rgba(16,185,129,.5)}.c-f{padding:0 6% 8%;display:flex;justify-content:center;align-items:center;gap:1.5rem}.btn-main{width:100%;max-width:320px;padding:18px 24px;background:linear-gradient(135deg,var(--pl),var(--p));color:#fff;border-radius:99px;display:flex;align-items:center;justify-content:center;gap:12px;font-weight:700;font-size:1.15rem;text-decoration:none;box-shadow:0 12px 24px -6px rgba(0,114,255,.5);transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;animation:pulse 2.5s infinite}.btn-main:focus-visible{outline:3px solid var(--p);outline-offset:4px}.btn-main:active{transform:scale(.96)}.btn-main svg{width:24px;height:24px;fill:currentColor}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(0,114,255,.5)}70%{box-shadow:0 0 0 20px rgba(0,114,255,0)}100%{box-shadow:0 0 0 0 rgba(0,114,255,0)}}.f{text-align:center;padding-top:4vh;color:#94a3b8;font-size:.8rem;font-weight:500}.f a{color:inherit;text-decoration:none}@media(max-height:650px){.c-img{height:25%}.c-b{padding:5% 6%}.c-f{padding:0 6% 6%}}