<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="robots" content="noindex, nofollow"><title>Site Under Construction</title><style>*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f172a;color:#e2e8f0;font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;text-align:center;padding:24px}.card{max-width:560px}.badge{display:inline-block;background:#2563eb;color:#fff;font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:24px}h1{font-size:clamp(26px,5vw,44px);font-weight:700;margin-bottom:16px}p{font-size:clamp(15px,2.5vw,18px);color:#94a3b8;line-height:1.6;margin-bottom:32px}.spinner{width:40px;height:40px;border:3px solid #334155;border-top-color:#2563eb;border-radius:50%;margin:0 auto 32px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}footer{font-size:13px;color:#64748b}</style></head><body><div class="card"><span class="badge">Coming Soon</span><div class="spinner"></div><h1>We are launching soon</h1><p>Our team is building something new. Stay tuned &mdash; something interesting will be here very soon.</p><footer>&copy; 2026 &middot; Digital Development</footer></div></body></html>