<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>VPN Required - VF QA Pro</title><style>*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background:#003C4C;color:white;display:flex;align-items:center;justify-content:center;min-height:100vh}.card{text-align:center;padding:48px 40px;background:rgba(255,255,255,0.08);border-radius:24px;max-width:420px;width:90%;border:1px solid rgba(255,255,255,0.1)}.lock{font-size:56px;margin-bottom:20px}h1{color:#CBE35A;font-size:26px;margin-bottom:12px;font-weight:700}p{color:rgba(255,255,255,0.65);line-height:1.6;margin-bottom:8px}p.sub{font-size:13px;color:rgba(255,255,255,0.4);margin-top:4px}button{margin-top:28px;padding:13px 28px;background:#CBE35A;color:#003C4C;border:none;border-radius:12px;font-weight:700;cursor:pointer;font-size:14px;transition:opacity 0.2s}button:hover{opacity:0.85}</style></head><body><div class="card"><div class="lock">&#128274;</div><h1>VPN Required</h1><p>You must be connected to the Verified First VPN to access QA Pro.</p><p class="sub">Connect to the VPN and click Retry.</p><button onclick="window.location.reload()">Retry Connection</button></div></body></html>