<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />

  <!-- CRITICAL SEO: Allow indexing -->
  <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
  <meta name="googlebot" content="index, follow" />
  <meta name="bingbot" content="index, follow" />

  <!-- Basic Meta Tags (will be overridden by react-helmet-async) -->
  <title>SmartGov | Upgrading Governance Through Public Sector Innovation</title>
  <meta name="description" content="SmartGov is a think-and-do tank advancing government innovation, public sector reform, policy insight, and GovTech solutions for stronger institutions and better services." />
  <meta name="keywords" content="government innovation, public sector reform, GovTech, policy insight, digital transformation, think and do tank, smart governance, citizen services" />
  <meta name="author" content="SmartGov" />

  <!-- Canonical URL (will be overridden by react-helmet-async) -->
  <link rel="canonical" href="https://smartgov.tech/" />

  <!-- Open Graph / Facebook (will be overridden by react-helmet-async) -->
  <meta property="og:type" content="website" />
  <meta property="og:url" content="https://smartgov.tech/" />
  <meta property="og:title" content="SmartGov | Upgrading Governance Through Public Sector Innovation" />
  <meta property="og:description" content="SmartGov is a think-and-do tank advancing government innovation, public sector reform, policy insight, and GovTech solutions for stronger institutions and better services." />
  <meta property="og:site_name" content="SmartGov" />
  <meta property="og:locale" content="en_US" />
  <meta property="og:image" content="https://smartgov.tech/og-image.png" />
  <meta property="og:image:width" content="1200" />
  <meta property="og:image:height" content="630" />
  <meta property="og:image:alt" content="SmartGov | Upgrading Governance Through Public Sector Innovation" />

  <!-- Twitter Card (will be overridden by react-helmet-async) -->
  <meta name="twitter:card" content="summary_large_image" />
  <meta name="twitter:url" content="https://smartgov.tech/" />
  <meta name="twitter:title" content="SmartGov | Upgrading Governance Through Public Sector Innovation" />
  <meta name="twitter:description" content="SmartGov is a think-and-do tank advancing government innovation, public sector reform, policy insight, and GovTech solutions for stronger institutions and better services." />
  <meta name="twitter:image" content="https://smartgov.tech/og-image.png" />

  <!-- Additional SEO Meta -->
  <meta name="theme-color" content="#4A90E2" />
  <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="SmartGov" />
  <meta name="format-detection" content="telephone=no" />

  <!-- Favicon and Icons -->
  <link rel="icon" type="image/png" sizes="32x32" href="/favicon.png" />
  <link rel="shortcut icon" href="/favicon.ico" />
  <link rel="apple-touch-icon" href="/apple-touch-icon.png" />

  <!-- PWA Manifest -->
  <link rel="manifest" href="/manifest.json" />

  <!-- Preconnect to important domains for performance -->
  <link rel="preconnect" href="https://fonts.googleapis.com" />
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  <link rel="preconnect" href="https://images.unsplash.com" />
  <link rel="dns-prefetch" href="https://dl.airtable.com" />
  <link rel="dns-prefetch" href="https://supabase.co" />

  <!-- Font preloading for Core Web Vitals -->
  <link
    rel="preload"
    as="style"
    href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Cairo:wght@300;400;500;600;700&family=Tajawal:wght@300;400;500;700&display=swap"
  />
  <link
    rel="stylesheet"
    href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Cairo:wght@300;400;500;600;700&family=Tajawal:wght@300;400;500;700&display=swap"
  />

  <!-- Security Headers -->
  <meta http-equiv="X-Content-Type-Options" content="nosniff" />
  <meta http-equiv="X-Frame-Options" content="DENY" />
  <meta http-equiv="X-XSS-Protection" content="1; mode=block" />

  <!-- Structured Data - Organization Schema -->
  <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@graph": [
        {
          "@type": "Organization",
          "name": "SmartGov",
          "description": "SmartGov is a think-and-do tank advancing government innovation, public sector reform, policy insight, and GovTech solutions for stronger institutions and better services.",
          "url": "https://smartgov.tech",
          "logo": "https://smartgov.tech/apple-touch-icon.png",
          "sameAs": [
            "https://lb.linkedin.com/company/smartgov-tech",
            "https://www.facebook.com/smartgov.tech/",
            "https://www.instagram.com/smartgovorg"
          ],
          "email": "info@smartgov.tech",
          "telephone": "+961 3 423 071",
          "address": {
            "@type": "PostalAddress",
            "streetAddress": "Saray 3106, 4th floor, Palace of Justice St.",
            "addressCountry": "LB"
          },
          "contactPoint": {
            "@type": "ContactPoint",
            "contactType": "General Inquiries",
            "email": "info@smartgov.tech",
            "telephone": "+961 3 423 071",
            "availableLanguage": ["English", "Arabic"]
          },
          "areaServed": {
            "@type": "Country",
            "name": "Lebanon"
          }
        },
        {
          "@type": "WebSite",
          "name": "SmartGov",
          "alternateName": "SmartGov Tech",
          "url": "https://smartgov.tech",
          "description": "SmartGov is a think-and-do tank advancing government innovation, public sector reform, policy insight, and GovTech solutions for stronger institutions and better services.",
          "inLanguage": "en"
        }
      ]
    }
  </script>

  <style>
    /* Critical CSS for initial render - prevents FOUC */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background: #FFFFFF;
      color: #4A4A4D;
    }

    #root {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
    }

    /* Loading state */
    .app-loading {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #FFFFFF;
    }

    .app-loading::after {
      content: '';
      width: 40px;
      height: 40px;
      border: 3px solid #E5E5E5;
      border-top-color: #4A90E2;
      border-radius: 50%;
      animation: spin 0.8s linear infinite;
    }

    @keyframes spin {
      to { transform: rotate(360deg); }
    }
  </style>
  <script type="module" crossorigin src="/assets/index-BfDoOKz7.js"></script>
  <link rel="modulepreload" crossorigin href="/assets/vendor-core-DV7ef7uY.js">
  <link rel="modulepreload" crossorigin href="/assets/vendor-data-DBU3XXus.js">
  <link rel="modulepreload" crossorigin href="/assets/vendor-radix-DGHvJSnc.js">
  <link rel="modulepreload" crossorigin href="/assets/vendor-icons-DgfHqPbb.js">
  <link rel="modulepreload" crossorigin href="/assets/vendor-ui-CVeLZQda.js">
  <link rel="modulepreload" crossorigin href="/assets/vendor-motion-g3ZhLxau.js">
  <link rel="stylesheet" crossorigin href="/assets/index-m99zcUh5.css">
</head>
<body>
  <div id="root">
    <div class="app-loading"></div>
  </div>
</body>
</html>
