<!DOCTYPE html>
<html lang="en">
<head>
    <!-- Google Tag Manager -->
    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-KRDZFM5M');</script>
    <!-- End Google Tag Manager -->
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Onedayte — Choose your language</title>
    <meta name="description" content="Onedayte - Science-based dating. Choose your language to continue.">
        <link rel="alternate" hreflang="nl-NL" href="https://onedayte.com/nl-nl/">
        <link rel="alternate" hreflang="nl-BE" href="https://onedayte.com/nl-be/">
        <link rel="alternate" hreflang="en-GB" href="https://onedayte.com/en-gb/">
        <link rel="alternate" hreflang="en-US" href="https://onedayte.com/en-us/">
        <link rel="alternate" hreflang="de-DE" href="https://onedayte.com/de-de/">
        <link rel="alternate" hreflang="de-AT" href="https://onedayte.com/de-at/">
        <link rel="alternate" hreflang="de-CH" href="https://onedayte.com/de-ch/">
        <link rel="alternate" hreflang="fr-FR" href="https://onedayte.com/fr-fr/">
        <link rel="alternate" hreflang="es-ES" href="https://onedayte.com/es-es/">
        <link rel="alternate" hreflang="it-IT" href="https://onedayte.com/it-it/">
        <link rel="alternate" hreflang="pt-PT" href="https://onedayte.com/pt-pt/">
        <link rel="alternate" hreflang="da-DK" href="https://onedayte.com/da-dk/">
        <link rel="alternate" hreflang="sv-SE" href="https://onedayte.com/sv-se/">
        <link rel="alternate" hreflang="nb-NO" href="https://onedayte.com/nb-no/">
        <link rel="alternate" hreflang="fi-FI" href="https://onedayte.com/fi-fi/">
        <link rel="alternate" hreflang="pl-PL" href="https://onedayte.com/pl-pl/">
        <link rel="alternate" hreflang="cs-CZ" href="https://onedayte.com/cs-cz/">
        <link rel="alternate" hreflang="hu-HU" href="https://onedayte.com/hu-hu/">
        <link rel="alternate" hreflang="ro-RO" href="https://onedayte.com/ro-ro/">
        <link rel="alternate" hreflang="bg-BG" href="https://onedayte.com/bg-bg/">
        <link rel="alternate" hreflang="hr-HR" href="https://onedayte.com/hr-hr/">
        <link rel="alternate" hreflang="el-GR" href="https://onedayte.com/el-gr/">
        <link rel="alternate" hreflang="x-default" href="https://onedayte.com/nl-nl/">
    <link rel="icon" type="image/svg+xml" href="/assets/images/favicon.svg">
    <meta name="robots" content="noindex">
    <link rel="stylesheet" href="/assets/css/style.css">
    <style>
        .gradient-text {
            background: linear-gradient(135deg, #EE295E, #FF8E53);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }

        .lang-card {
            transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
        }
        .lang-card:hover {
            transform: translateY(-3px);
            border-color: rgba(238, 41, 94, 0.3);
            background: rgba(255,255,255,0.03);
            box-shadow: 0 8px 24px rgba(238, 41, 94, 0.08);
        }
        .lang-card:hover .lang-name { color: #EE295E; }
        .lang-card:hover .lang-arrow { color: rgba(238, 41, 94, 0.6); }

        .flag-icon {
            width: 32px;
            height: 22px;
            border-radius: 3px;
            overflow: hidden;
            flex-shrink: 0;
            box-shadow: 0 1px 3px rgba(0,0,0,0.3);
            display: inline-flex;
        }
        .flag-icon svg { width: 100%; height: 100%; display: block; }

        @keyframes fade-in {
            from { opacity: 0; transform: translateY(16px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .ani { animation: fade-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
        .ani-1 { animation-delay: 0s; }
        .ani-2 { animation-delay: 0.1s; opacity: 0; }
        .ani-3 { animation-delay: 0.2s; opacity: 0; }
        .ani-4 { animation-delay: 0.3s; opacity: 0; }
        .ani-5 { animation-delay: 0.4s; opacity: 0; }

        .more-toggle { cursor: pointer; user-select: none; }
        .more-section { display: none; }
        .more-section.open { display: block; }

        .region-label {
            font-size: 0.65rem;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: rgba(255,255,255,0.25);
            font-weight: 600;
            padding: 0 4px;
            margin-bottom: 6px;
        }

        @keyframes pulse-glow {
            0%, 100% { box-shadow: 0 0 20px rgba(238, 41, 94, 0.15); }
            50% { box-shadow: 0 0 30px rgba(238, 41, 94, 0.3); }
        }
        .logo-glow { animation: pulse-glow 3s ease-in-out infinite; }
    </style>
</head>
<body class="bg-dark text-white antialiased">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KRDZFM5M"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<div class="min-h-screen flex flex-col items-center justify-center px-6 relative overflow-hidden">
    <!-- Background blobs -->
    <div class="absolute w-[400px] h-[400px] rounded-full bg-brand opacity-[0.08] blur-[120px] -top-20 -left-20 pointer-events-none"></div>
    <div class="absolute w-[300px] h-[300px] rounded-full bg-accent opacity-[0.06] blur-[120px] bottom-20 right-0 pointer-events-none"></div>

    <div class="relative z-10 text-center w-full" style="max-width: 520px;">
        <!-- Logo -->
        <div class="ani ani-1 flex items-center justify-center gap-3 mb-8">
            <div class="w-12 h-12 rounded-xl bg-gradient-to-br from-brand to-accent flex items-center justify-center logo-glow">
                <svg class="w-7 h-7 text-white" fill="white" viewBox="0 0 24 24"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/></svg>
            </div>
            <span class="font-bold gradient-text text-2xl">Onedayte</span>
        </div>

        <!-- Heading -->
        <h1 class="ani ani-2 text-xl md:text-2xl font-bold mb-2">Choose your language</h1>
        <p class="ani ani-2 text-gray-500 text-sm mb-8">Science-based dating, worldwide.</p>

        <!-- Primary languages (grid) -->
        <div class="ani ani-3 grid grid-cols-2 gap-2 mb-3">
                        <a href="/nl-nl/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="640" height="160" fill="#AE1C28"/>
  <rect y="160" width="640" height="160" fill="#FFFFFF"/>
  <rect y="320" width="640" height="160" fill="#21468B"/>
</svg></span>
                <span class="flex flex-col text-left">
                    <span class="lang-name font-semibold text-sm leading-tight transition-colors">Nederlands</span>
                    <span class="text-gray-600 text-xs">Nederland</span>
                </span>
                <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
            </a>
                        <a href="/en-gb/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="640" height="480" fill="#012169"/>
  <path d="M0 0L640 480M640 0L0 480" stroke="#FFFFFF" stroke-width="80"/>
  <path d="M0 0L640 480M640 0L0 480" stroke="#C8102E" stroke-width="53" clip-path="url(#c)"/>
  <clipPath id="c">
    <path d="M320 0v240H0v-24L240 0h80zM640 480v-240h-320v24L560 480h80zM0 480l240-216v-24H160L0 432v48zM640 0L400 216v24h80L640 48V0z"/>
  </clipPath>
  <path d="M320 0v480M0 240h640" stroke="#FFFFFF" stroke-width="107"/>
  <path d="M320 0v480M0 240h640" stroke="#C8102E" stroke-width="64"/>
</svg></span>
                <span class="flex flex-col text-left">
                    <span class="lang-name font-semibold text-sm leading-tight transition-colors">English</span>
                    <span class="text-gray-600 text-xs">UK</span>
                </span>
                <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
            </a>
                        <a href="/de-de/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="640" height="160" fill="#000000"/>
  <rect y="160" width="640" height="160" fill="#DD0000"/>
  <rect y="320" width="640" height="160" fill="#FFCC00"/>
</svg></span>
                <span class="flex flex-col text-left">
                    <span class="lang-name font-semibold text-sm leading-tight transition-colors">Deutsch</span>
                    <span class="text-gray-600 text-xs">Deutschland</span>
                </span>
                <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
            </a>
                        <a href="/fr-fr/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="213.3" height="480" fill="#002654"/>
  <rect x="213.3" width="213.3" height="480" fill="#FFFFFF"/>
  <rect x="426.6" width="213.4" height="480" fill="#CE1126"/>
</svg></span>
                <span class="flex flex-col text-left">
                    <span class="lang-name font-semibold text-sm leading-tight transition-colors">Fran&ccedil;ais</span>
                    <span class="text-gray-600 text-xs">France</span>
                </span>
                <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
            </a>
                        <a href="/es-es/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="640" height="120" fill="#AA151B"/>
  <rect y="120" width="640" height="240" fill="#F1BF00"/>
  <rect y="360" width="640" height="120" fill="#AA151B"/>
</svg></span>
                <span class="flex flex-col text-left">
                    <span class="lang-name font-semibold text-sm leading-tight transition-colors">Espa&ntilde;ol</span>
                    <span class="text-gray-600 text-xs">Espa&ntilde;a</span>
                </span>
                <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
            </a>
                        <a href="/en-us/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="640" height="480" fill="#FFFFFF"/>
  <g fill="#B22234">
    <rect width="640" height="37"/>
    <rect y="74" width="640" height="37"/>
    <rect y="148" width="640" height="37"/>
    <rect y="222" width="640" height="37"/>
    <rect y="296" width="640" height="37"/>
    <rect y="370" width="640" height="37"/>
    <rect y="444" width="640" height="36"/>
  </g>
  <rect width="256" height="259" fill="#3C3B6E"/>
  <g fill="#FFFFFF">
    <g id="r1">
      <circle cx="24" cy="18" r="8"/><circle cx="72" cy="18" r="8"/><circle cx="120" cy="18" r="8"/><circle cx="168" cy="18" r="8"/><circle cx="216" cy="18" r="8"/>
    </g>
    <g id="r2">
      <circle cx="48" cy="46" r="8"/><circle cx="96" cy="46" r="8"/><circle cx="144" cy="46" r="8"/><circle cx="192" cy="46" r="8"/>
    </g>
    <g id="r3">
      <circle cx="24" cy="74" r="8"/><circle cx="72" cy="74" r="8"/><circle cx="120" cy="74" r="8"/><circle cx="168" cy="74" r="8"/><circle cx="216" cy="74" r="8"/>
    </g>
    <g id="r4">
      <circle cx="48" cy="102" r="8"/><circle cx="96" cy="102" r="8"/><circle cx="144" cy="102" r="8"/><circle cx="192" cy="102" r="8"/>
    </g>
    <g id="r5">
      <circle cx="24" cy="130" r="8"/><circle cx="72" cy="130" r="8"/><circle cx="120" cy="130" r="8"/><circle cx="168" cy="130" r="8"/><circle cx="216" cy="130" r="8"/>
    </g>
    <g id="r6">
      <circle cx="48" cy="158" r="8"/><circle cx="96" cy="158" r="8"/><circle cx="144" cy="158" r="8"/><circle cx="192" cy="158" r="8"/>
    </g>
    <g id="r7">
      <circle cx="24" cy="186" r="8"/><circle cx="72" cy="186" r="8"/><circle cx="120" cy="186" r="8"/><circle cx="168" cy="186" r="8"/><circle cx="216" cy="186" r="8"/>
    </g>
    <g id="r8">
      <circle cx="48" cy="214" r="8"/><circle cx="96" cy="214" r="8"/><circle cx="144" cy="214" r="8"/><circle cx="192" cy="214" r="8"/>
    </g>
    <g id="r9">
      <circle cx="24" cy="242" r="8"/><circle cx="72" cy="242" r="8"/><circle cx="120" cy="242" r="8"/><circle cx="168" cy="242" r="8"/><circle cx="216" cy="242" r="8"/>
    </g>
  </g>
</svg></span>
                <span class="flex flex-col text-left">
                    <span class="lang-name font-semibold text-sm leading-tight transition-colors">English</span>
                    <span class="text-gray-600 text-xs">United States</span>
                </span>
                <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
            </a>
                        <a href="/it-it/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="213.3" height="480" fill="#008C45"/>
  <rect x="213.3" width="213.3" height="480" fill="#FFFFFF"/>
  <rect x="426.6" width="213.4" height="480" fill="#CD212A"/>
</svg></span>
                <span class="flex flex-col text-left">
                    <span class="lang-name font-semibold text-sm leading-tight transition-colors">Italiano</span>
                    <span class="text-gray-600 text-xs">Italia</span>
                </span>
                <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
            </a>
                        <a href="/pt-pt/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="256" height="480" fill="#006600"/>
  <rect x="256" width="384" height="480" fill="#FF0000"/>
</svg></span>
                <span class="flex flex-col text-left">
                    <span class="lang-name font-semibold text-sm leading-tight transition-colors">Portugu&ecirc;s</span>
                    <span class="text-gray-600 text-xs">Portugal</span>
                </span>
                <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
            </a>
                    </div>

        <!-- More languages toggle -->
        <div class="ani ani-4">
            <button onclick="document.getElementById('more').classList.toggle('open'); this.querySelector('.toggle-icon').classList.toggle('rotate-180')" class="more-toggle flex items-center justify-center gap-2 w-full py-3 text-sm text-gray-500 hover:text-gray-400 transition-colors">
                <span>+ More languages</span>
                <svg class="toggle-icon w-3.5 h-3.5 transition-transform duration-300" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/></svg>
            </button>

            <div id="more" class="more-section">
                                <div class="mb-4">
                    <div class="region-label">Regional variants</div>
                    <div class="grid grid-cols-2 gap-2">
                                                <a href="/nl-be/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                            <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="213.3" height="480" fill="#000000"/>
  <rect x="213.3" width="213.3" height="480" fill="#FFD90F"/>
  <rect x="426.6" width="213.4" height="480" fill="#C8102E"/>
</svg></span>
                            <span class="flex flex-col text-left">
                                <span class="lang-name font-semibold text-sm leading-tight transition-colors">Nederlands</span>
                                <span class="text-gray-600 text-xs">Belgi&euml;</span>
                            </span>
                            <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
                        </a>
                                                <a href="/de-at/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                            <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="640" height="160" fill="#ED2939"/>
  <rect y="160" width="640" height="160" fill="#FFFFFF"/>
  <rect y="320" width="640" height="160" fill="#ED2939"/>
</svg></span>
                            <span class="flex flex-col text-left">
                                <span class="lang-name font-semibold text-sm leading-tight transition-colors">Deutsch</span>
                                <span class="text-gray-600 text-xs">&Ouml;sterreich</span>
                            </span>
                            <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
                        </a>
                                                <a href="/de-ch/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                            <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="640" height="480" fill="#DA291C"/>
  <rect x="270" y="140" width="100" height="200" fill="#FFFFFF"/>
  <rect x="220" y="190" width="200" height="100" fill="#FFFFFF"/>
</svg></span>
                            <span class="flex flex-col text-left">
                                <span class="lang-name font-semibold text-sm leading-tight transition-colors">Deutsch</span>
                                <span class="text-gray-600 text-xs">Schweiz</span>
                            </span>
                            <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
                        </a>
                                            </div>
                </div>
                                <div class="mb-4">
                    <div class="region-label">Scandinavia</div>
                    <div class="grid grid-cols-2 gap-2">
                                                <a href="/da-dk/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                            <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="640" height="480" fill="#C8102E"/>
  <rect x="176" width="64" height="480" fill="#FFFFFF"/>
  <rect y="208" width="640" height="64" fill="#FFFFFF"/>
</svg></span>
                            <span class="flex flex-col text-left">
                                <span class="lang-name font-semibold text-sm leading-tight transition-colors">Dansk</span>
                                <span class="text-gray-600 text-xs">Danmark</span>
                            </span>
                            <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
                        </a>
                                                <a href="/sv-se/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                            <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="640" height="480" fill="#006AA7"/>
  <rect x="176" width="64" height="480" fill="#FECC02"/>
  <rect y="208" width="640" height="64" fill="#FECC02"/>
</svg></span>
                            <span class="flex flex-col text-left">
                                <span class="lang-name font-semibold text-sm leading-tight transition-colors">Svenska</span>
                                <span class="text-gray-600 text-xs">Sverige</span>
                            </span>
                            <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
                        </a>
                                                <a href="/nb-no/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                            <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="640" height="480" fill="#BA0C2F"/>
  <rect x="160" width="96" height="480" fill="#FFFFFF"/>
  <rect y="192" width="640" height="96" fill="#FFFFFF"/>
  <rect x="176" width="64" height="480" fill="#00205B"/>
  <rect y="208" width="640" height="64" fill="#00205B"/>
</svg></span>
                            <span class="flex flex-col text-left">
                                <span class="lang-name font-semibold text-sm leading-tight transition-colors">Norsk</span>
                                <span class="text-gray-600 text-xs">Norge</span>
                            </span>
                            <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
                        </a>
                                                <a href="/fi-fi/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                            <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="640" height="480" fill="#FFFFFF"/>
  <rect x="176" width="64" height="480" fill="#002F6C"/>
  <rect y="208" width="640" height="64" fill="#002F6C"/>
</svg></span>
                            <span class="flex flex-col text-left">
                                <span class="lang-name font-semibold text-sm leading-tight transition-colors">Suomi</span>
                                <span class="text-gray-600 text-xs">Finland</span>
                            </span>
                            <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
                        </a>
                                            </div>
                </div>
                                <div class="mb-4">
                    <div class="region-label">Central Europe</div>
                    <div class="grid grid-cols-2 gap-2">
                                                <a href="/pl-pl/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                            <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="640" height="240" fill="#FFFFFF"/>
  <rect y="240" width="640" height="240" fill="#DC143C"/>
</svg></span>
                            <span class="flex flex-col text-left">
                                <span class="lang-name font-semibold text-sm leading-tight transition-colors">Polski</span>
                                <span class="text-gray-600 text-xs">Polska</span>
                            </span>
                            <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
                        </a>
                                                <a href="/cs-cz/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                            <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="640" height="240" fill="#FFFFFF"/>
  <rect y="240" width="640" height="240" fill="#D7141A"/>
  <polygon points="0,0 320,240 0,480" fill="#11457E"/>
</svg></span>
                            <span class="flex flex-col text-left">
                                <span class="lang-name font-semibold text-sm leading-tight transition-colors">&#268;e&#353;tina</span>
                                <span class="text-gray-600 text-xs">&#268;esko</span>
                            </span>
                            <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
                        </a>
                                                <a href="/hu-hu/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                            <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="640" height="160" fill="#CE2939"/>
  <rect y="160" width="640" height="160" fill="#FFFFFF"/>
  <rect y="320" width="640" height="160" fill="#477050"/>
</svg></span>
                            <span class="flex flex-col text-left">
                                <span class="lang-name font-semibold text-sm leading-tight transition-colors">Magyar</span>
                                <span class="text-gray-600 text-xs">Magyarorsz&aacute;g</span>
                            </span>
                            <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
                        </a>
                                            </div>
                </div>
                                <div class="mb-4">
                    <div class="region-label">Southeast Europe</div>
                    <div class="grid grid-cols-2 gap-2">
                                                <a href="/ro-ro/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                            <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="213.3" height="480" fill="#002B7F"/>
  <rect x="213.3" width="213.3" height="480" fill="#FCD116"/>
  <rect x="426.6" width="213.4" height="480" fill="#CE1126"/>
</svg></span>
                            <span class="flex flex-col text-left">
                                <span class="lang-name font-semibold text-sm leading-tight transition-colors">Rom&acirc;n&#259;</span>
                                <span class="text-gray-600 text-xs">Rom&acirc;nia</span>
                            </span>
                            <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
                        </a>
                                                <a href="/bg-bg/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                            <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="640" height="160" fill="#FFFFFF"/>
  <rect y="160" width="640" height="160" fill="#00966E"/>
  <rect y="320" width="640" height="160" fill="#D62612"/>
</svg></span>
                            <span class="flex flex-col text-left">
                                <span class="lang-name font-semibold text-sm leading-tight transition-colors">&#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080;</span>
                                <span class="text-gray-600 text-xs">&#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1080;&#1103;</span>
                            </span>
                            <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
                        </a>
                                                <a href="/hr-hr/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                            <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="640" height="160" fill="#FF0000"/>
  <rect y="160" width="640" height="160" fill="#FFFFFF"/>
  <rect y="320" width="640" height="160" fill="#171796"/>
</svg></span>
                            <span class="flex flex-col text-left">
                                <span class="lang-name font-semibold text-sm leading-tight transition-colors">Hrvatski</span>
                                <span class="text-gray-600 text-xs">Hrvatska</span>
                            </span>
                            <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
                        </a>
                                                <a href="/el-gr/" class="lang-card group flex items-center gap-3 bg-card rounded-xl border border-white/5 px-4 py-3">
                            <span class="flag-icon"><svg viewBox="0 0 640 480" xmlns="http://www.w3.org/2000/svg">
  <rect width="640" height="480" fill="#004C98"/>
  <g fill="#FFFFFF">
    <rect y="53.3" width="640" height="53.3"/>
    <rect y="160" width="640" height="53.3"/>
    <rect y="266.6" width="640" height="53.3"/>
    <rect y="373.3" width="640" height="53.3"/>
  </g>
  <rect width="213.3" height="266.6" fill="#004C98"/>
  <rect x="80" width="53.3" height="266.6" fill="#FFFFFF"/>
  <rect y="106.6" width="213.3" height="53.3" fill="#FFFFFF"/>
</svg></span>
                            <span class="flex flex-col text-left">
                                <span class="lang-name font-semibold text-sm leading-tight transition-colors">&#917;&#955;&#955;&#951;&#957;&#953;&#954;&#940;</span>
                                <span class="text-gray-600 text-xs">&#917;&#955;&#955;&#940;&#948;&#945;</span>
                            </span>
                            <svg class="lang-arrow w-3.5 h-3.5 ml-auto text-gray-600 transition-colors" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg>
                        </a>
                                            </div>
                </div>
                            </div>
        </div>
    </div>

    <!-- Footer -->
    <div class="absolute bottom-6 text-center text-gray-600 text-xs">
        <p>&copy; 2026 Onedayte. Science-based dating.</p>
    </div>
</div>
</body>
</html>
