<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <title>VisaCaseConnect – Client Acquisition Partner</title>

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <style>

    body {

      margin: 0;

      padding: 0;

      font-family: Arial, sans-serif;

      background: #f7f9fc;

      color: #1a1a1a;

      text-align: center;

    }


    .header {

      background: #0a2540;

      padding: 60px 20px;

      color: white;

    }


    .header h1 {

      font-size: 48px;

      margin-bottom: 10px;

      font-weight: 700;

    }


    .header p {

      font-size: 20px;

      opacity: 0.9;

    }


    .section {

      padding: 60px 20px;

      max-width: 800px;

      margin: auto;

    }


    .section h2 {

      font-size: 32px;

      margin-bottom: 15px;

      color: #0a2540;

    }


    .section p {

      font-size: 18px;

      line-height: 1.6;

      color: #444;

    }


    .footer {

      background: #0a2540;

      color: white;

      padding: 20px;

      margin-top: 40px;

      font-size: 14px;

    }

  </style>

</head>


<body>


  <div class="header">

    <h1>VisaCaseConnect</h1>

    <p>Your trusted client acquisition partner for UK immigration firms</p>

  </div>


  <div class="section">

    <h2>Website Coming Soon</h2>

    <p>

      We are building a streamlined, high‑quality intake and client acquisition system

      designed specifically for UK immigration practices.  

      VisaCaseConnect connects firms with pre‑qualified clients through a compliant,

      efficient, and professional process.

    </p>

    <p>

      Our full website will launch shortly.  

      For partnership enquiries, please check back soon.

    </p>

  </div>


  <div class="footer">

    © 2026 VisaCaseConnect. All rights reserved.

  </div>


</body>

</html>