<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
    <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
    <link rel="apple-touch-icon" href="/apple-touch-icon.png" />
    <link rel="manifest" href="/manifest.json" />
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
    <meta name="apple-mobile-web-app-title" content="BeVibz">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap" rel="stylesheet">
    <title>BeVibz - Authentic Video Dating with Emotional AI</title>
    <style>
      /* FAIL-SAFE SCROLL LOCK BREAKER */
      html, body {
        height: auto !important;
        min-height: 100% !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        position: static !important;
        margin: 0;
        padding: 0;
      }
      #root {
        height: auto !important;
        min-height: 100% !important;
        position: relative !important;
        overflow: visible !important;
      }
    </style>
    <script>
      // Force release any scroll locks after the app has had time to initialize
      window.addEventListener('load', () => {
        const release = () => {
          document.documentElement.style.setProperty('position', 'static', 'important');
          document.documentElement.style.setProperty('overflow', 'auto', 'important');
          document.body.style.setProperty('position', 'static', 'important');
          document.body.style.setProperty('overflow', 'auto', 'important');
          console.log("BeVibz: Scroll limits released.");
        };
        setTimeout(release, 1000);
        setTimeout(release, 3000);
        setTimeout(release, 5000);
      });
    </script>
    <meta name="description" content="BeVibz is a premium video-based dating app focused on authentic connections, emotional intelligence, and intentional relationships. One connection at a time." />
    <meta name="author" content="BeVibz" />

    <meta property="og:title" content="BeVibz - Authentic Video Dating" />
    <meta property="og:description" content="Video-based dating powered by emotional AI. Find genuine connections through vibes, not swipes." />
    <meta property="og:type" content="website" />
    <meta property="og:image" content="https://bevibz.com/og-image.png" />

    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:site" content="@BeVibz" />
    <meta name="twitter:image" content="https://bevibz.com/og-image.png" />
    <script type="module" crossorigin src="/assets/index-2dt2yomV.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/index-DmVtSU6P.css">
  </head>

  <body>
    <div id="root"></div>
  <!-- Cloudflare Pages Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "f40522fd77fc4258ab30cf622fff5395"}'></script><!-- Cloudflare Pages Analytics --></body>
</html>
