<!DOCTYPE html>
<html lang="pl">
<head>
  <meta charset="UTF-8">
  <title>KSZERE Ven – Strona w przygotowaniu</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <style>
    body {
      margin: 0;
      padding: 0;
      font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      min-height: 100vh;
      background: #f8fafc;
    }
    .logo {
      border-top: 4px solid #000;
      border-bottom: 4px solid #000;
      padding: 20px 40px;
      text-align: center;
    }
    .logo h1 {
      margin: 0;
      font-size: 3rem;
      font-weight: 400;
      letter-spacing: 2px;
    }
    .logo p {
      margin: 0;
      font-size: 1rem;
      letter-spacing: 8px;
      text-transform: uppercase;
      margin-top: 10px;
    }
    .container {
      text-align: center;
      margin-top: 40px;
    }
    .container h2 {
      font-size: 1.5rem;
      color: #2d3748;
      margin-bottom: 0.5rem;
    }
    .container p {
      color: #4a5568;
      font-size: 1rem;
    }
    @media (max-width: 600px) {
      .logo h1 {
        font-size: 2rem;
      }
      .logo p {
        font-size: 0.8rem;
        letter-spacing: 4px;
      }
    }
  </style>
</head>
<body>
  <div class="logo">
    <h1>KSZERE Ven</h1>
    <p>AUTOMATY SPRZEDAŻOWE</p>
  </div>
  <div class="container">
    <h2>Strona w przygotowaniu</h2>
    <p>Pracujemy nad uruchomieniem naszego serwisu. Zapraszamy wkrótce!</p>
  </div>
  <footer style="margin-top: 60px; text-align: center; font-size: 0.9rem; color: #4a5568;">
    <p>Obsługa i Serwis <a href="tel:+48664646668" style="color: #2b6cb0; text-decoration: none;">+48 664 646 668</a></p>
  </footer>

  <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
  <script src="https://zgloszenia.kszere.pl/assets/chat/chat.min.js"></script>
  <script>
    $(function() {
      new ZammadChat({
        title: "Kontakt z obsługą",
        background: "rgb(0,0,0)",
        fontSize: "12px",
        flat: true,
        chatId: 3
      });
    });
  </script>
</body>
</html>
