

    <section class="min-h-[70vh] flex items-center justify-center bg-surface-base px-6 py-20 sm:py-24"
           aria-labelledby="alpha-locked-title"
           data-test="alpha-placeholder">
    <div class="max-w-lg w-full text-center">

      <div class="mx-auto mb-8 flex h-20 w-20 items-center justify-center rounded-full
                  bg-surface-elevated border border-border-strong alpha-lock-disc">
        <svg class="h-9 w-9 text-brand-accent" viewBox="0 0 24 24" fill="none"
             stroke="currentColor" stroke-width="1.6" stroke-linecap="round"
             stroke-linejoin="round" aria-hidden="true">
          <rect x="4.5" y="10.5" width="15" height="10" rx="2" />
          <path d="M8 10.5V7a4 4 0 0 1 8 0v3.5" />
          <circle cx="12" cy="15.5" r="1.4" fill="currentColor" stroke="none" />
          <path d="M12 16.9v1.6" />
        </svg>
      </div>

      <p class="font-body text-xs font-semibold uppercase tracking-[0.32em] text-brand-accent mb-4">
        Geschlossene Alpha
      </p>

      <h1 id="alpha-locked-title"
          class="font-display font-bold tracking-tight text-content-primary
                 text-3xl md:text-4xl leading-tight mb-4">
          Brawls — demnächst
      </h1>

      <p class="font-body text-content-secondary text-base leading-relaxed mb-9 max-w-md mx-auto">
        Die geschlossene Alpha hat noch nicht begonnen. Trag dich in die Liste ein, um als Erste:r durch das Tor zu gehen — und sichere dir dabei eine kostenlose Genesis-Karte.
      </p>

      <div class="flex flex-col sm:flex-row items-center justify-center gap-3">
        <a class="btn btn-primary btn-lg w-full sm:w-auto cursor-pointer" href="/de#waitlist">
          Auf die Liste setzen
</a>
          <a target="_blank" rel="noopener noreferrer" class="btn btn-outline btn-lg w-full sm:w-auto cursor-pointer inline-flex items-center justify-center gap-2" href="https://discord.gg/K3geA9hD28">
            <svg class="h-5 w-5" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
              <path d="M19.27 5.33A16.3 16.3 0 0 0 15.4 4.1a.06.06 0 0 0-.06.03c-.17.3-.36.69-.49 1a15.1 15.1 0 0 0-4.5 0c-.13-.32-.33-.7-.5-1a.06.06 0 0 0-.06-.03 16.3 16.3 0 0 0-3.87 1.23.05.05 0 0 0-.03.02C2.4 9.05 1.74 12.66 2.06 16.23a.07.07 0 0 0 .03.05 16.4 16.4 0 0 0 4.94 2.5.06.06 0 0 0 .07-.02c.38-.52.72-1.07 1.01-1.64a.06.06 0 0 0-.03-.09c-.54-.2-1.05-.45-1.55-.73a.06.06 0 0 1-.01-.1l.3-.24a.06.06 0 0 1 .06-.01 11.7 11.7 0 0 0 9.96 0 .06.06 0 0 1 .06.01l.31.24a.06.06 0 0 1 0 .1c-.5.29-1.01.53-1.55.73a.06.06 0 0 0-.03.1c.3.56.64 1.1 1.01 1.63a.06.06 0 0 0 .07.02 16.3 16.3 0 0 0 4.95-2.5.06.06 0 0 0 .03-.04c.38-4.13-.64-7.72-2.7-10.9a.05.05 0 0 0-.02-.02ZM8.68 14.06c-.97 0-1.78-.9-1.78-2s.79-2 1.78-2c1 0 1.8.91 1.78 2 0 1.1-.79 2-1.78 2Zm6.57 0c-.98 0-1.78-.9-1.78-2s.78-2 1.78-2c1 0 1.8.91 1.78 2 0 1.1-.78 2-1.78 2Z"/>
            </svg>
            Dem Discord beitreten
</a>      </div>

        <p class="mt-8 text-sm text-content-tertiary">
          <span class="font-mono font-semibold text-content-secondary">9</span> bereits auf der Liste
        </p>
    </div>
  </section>

