<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>AECA Solutions | Under Construction</title>
  <style>
    body {
      background-color: #ffffff;
      font-family: Arial, sans-serif;
      text-align: center;
      padding: 60px 20px;
      color: #003366;
    }
    .container {
      max-width: 600px;
      margin: auto;
    }
    h1 {
      font-size: 36px;
      margin-bottom: 20px;
      color: #003366;
    }
    p {
      font-size: 18px;
      color: #333333;
    }
    .email {
      margin-top: 30px;
      font-size: 20px;
      font-weight: bold;
      color: #007BFF;
    }
    .logo {
      max-width: 180px;
      margin-bottom: 40px;
    }
  </style>
</head>
<body>
  <div class="container">
    <img src="https://aeca-solutions.com/logo.png" alt="AECA Solutions Logo" class="logo" onerror="this.style.display='none'">
    <h1>We're Working on Something Great</h1>
    <p>The AECA Solutions website is currently under construction.</p>
    <p>We’ll be launching soon. Thank you for your patience.</p>
    <div class="email">
      For inquiries, please email: <br>
      <a href="mailto:info@aeca-solutions.com">info@aeca-solutions.com</a>
    </div>
  </div>
</body>
</html>