*{margin:0;padding:0;box-sizing:border-box}
html,body{height:100%;background:#0a0a0a;font-family:'Montserrat',sans-serif;color:#fff;overflow:hidden}
body{display:flex;align-items:center;justify-content:center}
.orb{position:fixed;border-radius:50%;pointer-events:none;filter:blur(80px);z-index:0}
.orb1{width:400px;height:400px;background:rgba(124,58,237,0.07);top:-100px;left:-100px}
.orb2{width:350px;height:350px;background:rgba(6,182,212,0.05);bottom:-80px;right:-80px}
.wrap{position:relative;z-index:1;text-align:center;max-width:480px;padding:40px 32px}
.qr-icon{width:80px;height:80px;margin:0 auto 28px;opacity:.15}
.qr-icon svg{width:100%;height:100%}
.title{font-size:13px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#444;margin-bottom:16px}
.name{font-size:52px;font-weight:900;letter-spacing:2px;line-height:1;margin-bottom:8px}
.sub{font-size:13px;color:#333;font-weight:600;letter-spacing:.5px;margin-bottom:48px}
.divider{width:32px;height:1px;background:#1f1f1f;margin:0 auto 48px}
.msg{font-size:15px;font-weight:700;color:#555;line-height:1.7;margin-bottom:10px}
.msg strong{color:#888;font-weight:900}
.hint{font-size:11px;color:#2a2a2a;font-weight:600;letter-spacing:.5px;margin-top:32px;text-transform:uppercase}
.phone-icon{font-size:28px;margin-bottom:12px;display:block;opacity:.3}
