<!doctype html>
<html lang="de">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="robots" content="noindex, nofollow" />
    <title>Wir bauen gerade um — NovaData Solutions</title>
    <style>
      :root { color-scheme: dark; }
      * { box-sizing: border-box; }
      html, body { height: 100%; margin: 0; }
      body {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 32px;
        background: #2e7b8c;
        background-image: radial-gradient(120% 90% at 50% 0%, #3a8fa1 0%, #2e7b8c 45%, #235f6d 100%);
        color: #fff;
        font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
        -webkit-font-smoothing: antialiased;
      }
      main { max-width: 560px; text-align: center; }
      img { width: min(320px, 72vw); height: auto; margin: 0 auto 40px; display: block; }
      h1 {
        font-size: clamp(28px, 5vw, 42px);
        line-height: 1.15;
        letter-spacing: -0.02em;
        margin: 0 0 18px;
        font-weight: 600;
      }
      p { font-size: clamp(16px, 2vw, 18px); line-height: 1.65; color: rgba(255, 255, 255, 0.86); margin: 0 0 14px; }
      .kontakt { margin-top: 36px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, 0.22); }
      a { color: #fff; font-weight: 600; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      a:hover { border-bottom-color: #fff; }
      .klein { font-size: 14px; color: rgba(255, 255, 255, 0.66); margin-top: 26px; }
    </style>
  </head>
  <body>
    <main>
      <img src="/images/novadata-logo-white.png" alt="NovaData Solutions" />
      <h1>Wir bauen gerade um.</h1>
      <p>Unsere Seite bekommt neue Inhalte. In Kürze ist sie wieder da.</p>
      <div class="kontakt">
        <p>Sie erreichen uns in der Zwischenzeit direkt:</p>
        <p>
          <a href="tel:+4991894146887">09189 41 46 887</a><br />
          <a href="mailto:info@novadata.solutions">info@novadata.solutions</a>
        </p>
      </div>
      <p class="klein">NovaData UG (haftungsbeschränkt) · Berg bei Neumarkt, Bayern</p>
    </main>
  </body>
</html>
