<!doctype html>
<html lang="uk">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="robots" content="noindex,nofollow">
  <title>WebAnalytics.kiev.ua - Coming Soon</title>
  <style>
    :root { color-scheme: light; }
    * { box-sizing: border-box; }
    body {
      margin: 0;
      min-height: 100vh;
      display: grid;
      place-items: center;
      font-family: Arial, Helvetica, sans-serif;
      background: #f4f6f8;
      color: #17191c;
    }
    main {
      width: min(720px, calc(100% - 32px));
      padding: 56px 32px;
      text-align: center;
    }
    .brand {
      margin: 0 0 24px;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: .02em;
      text-transform: uppercase;
    }
    h1 {
      margin: 0 0 18px;
      font-size: clamp(36px, 7vw, 72px);
      line-height: 1.02;
      letter-spacing: 0;
    }
    p {
      margin: 0 auto;
      max-width: 560px;
      font-size: 20px;
      line-height: 1.5;
      color: #4b535c;
    }
  </style>
</head>
<body>
  <main>
    <p class="brand">WebAnalytics.kiev.ua</p>
    <h1>Coming Soon</h1>
    <p>Site is being updated. A new version will be available soon.</p>
  </main>
</body>
</html>
