<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>We Legacy Beta</title>
  <style>
    body {
      margin: 0;
      min-height: 100vh;
      display: grid;
      place-items: center;
      font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
      background: #f8f7f4;
      color: #171717;
    }
    main {
      max-width: 620px;
      padding: 48px;
      text-align: center;
      background: white;
      border-radius: 18px;
      box-shadow: 0 12px 40px rgba(0,0,0,.08);
    }
    h1 { margin: 0 0 12px; font-size: 34px; }
    p { margin: 0; color: #555; line-height: 1.6; }
    .small { margin-top: 24px; font-size: 14px; color: #777; }
  </style>
</head>
<body>
  <main>
    <h1>We Legacy Beta</h1>
    <p>The beta environment is reserved but not active yet.</p>
    <p class="small">Current test environment: test.we-legacy.com</p>
  </main>
</body>
</html>