<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Site Under Construction</title>
  <style>
    body { font-family: 'Segoe UI', sans-serif; text-align: center; background: #fafafa; padding-top: 100px; }
    h1 { color: #2c3e50; }
    p { color: #7f8c8d; }
  </style>
</head>
<body>
  <h1>🚧 Site Under Construction</h1>
  <p>We’re working hard to launch soon. Please check back later.</p>
</body>
</html>
