<!DOCTYPE html>
<html lang="uk">
<head>
  <base target="_self">
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>PingWin Casino</title>

  <link rel="canonical" href="https://pingwincasino.fnews.com.ua/uk-ua/">
  <link rel="alternate" href="https://pingwincasino.fnews.com.ua/" hreflang="uk">
  <link rel="alternate" href="https://pingwincasino.fnews.com.ua/uk-ua/" hreflang="uk-UA">

  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "PingWin Casino",
    "url": "https://pingwincasino.fnews.com.ua/",
    "logo": "https://pingwincasino.fnews.com.ua/images/logo.png"
  }
  </script>

  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {"@type":"ListItem","position":1,"name":"Головна","item":"https://pingwincasino.fnews.com.ua/"}
    ]
  }
  </script>

  <script src="https://cdn.tailwindcss.com"></script>
  <link rel="stylesheet"
        href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
  <link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">

  <script>
    tailwind.config = {
      theme: {
        extend: {
          colors: {
            'pw-bg': '#0a142e',
            'pw-deep': '#040a1f',
            'pw-panel': '#13204a',
            'pw-panel-soft': '#1a2c5f',
            'pw-blue': '#3b82f6',
            'pw-blue-bright': '#60a5fa',
            'pw-blue-deep': '#1d4ed8',
            'pw-yellow': '#ffd233',
            'pw-yellow-bright': '#ffe066',
            'pw-ice': '#a5e0ff',
            'pw-line': '#243a72',
            'pw-mute': '#7c8db5'
          },
          fontFamily: {
            'sans': ['Nunito', 'system-ui', 'sans-serif']
          }
        }
      }
    };
    function go() {
      window.open('/go', '_blank');
      return false;
    }
  </script>

  <style>
    body {
      background:
        radial-gradient(ellipse at top right, rgba(59,130,246,0.18), transparent 50%),
        radial-gradient(ellipse at bottom left, rgba(255,210,51,0.06), transparent 55%),
        #0a142e;
      color: #fff;
    }
    .ribbon-blue { background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 50%, #1d4ed8 100%); }
    .ribbon-yellow { background: linear-gradient(135deg, #ffe066 0%, #ffd233 100%); color: #0a142e; }
    .glow-blue { box-shadow: 0 0 22px rgba(59,130,246,0.5); }
    .glow-yellow { box-shadow: 0 0 22px rgba(255,210,51,0.4); }
    .blue-text {
      background: linear-gradient(135deg, #a5e0ff 0%, #60a5fa 100%);
      -webkit-background-clip: text; background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .pulse-dot {
      width: 8px; height: 8px; border-radius: 50%; background: #60a5fa;
      box-shadow: 0 0 0 0 rgba(96,165,250,0.7); animation: pulse 1.6s ease-out infinite;
    }
    @keyframes pulse {
      0% { box-shadow: 0 0 0 0 rgba(96,165,250,0.7); }
      100% { box-shadow: 0 0 0 10px rgba(96,165,250,0); }
    }
    .promo-card { transition: transform .2s ease, box-shadow .2s ease; }
    .promo-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(59,130,246,0.35); }
    .slot-tile { transition: transform .2s ease, box-shadow .2s ease; }
    .slot-tile:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(59,130,246,0.3); border-color: #3b82f6; }
    .nav-link { transition: color .15s ease; }
    .nav-link:hover { color: #60a5fa; }
    .pill-tab { transition: all .15s ease; }
    .pill-tab.active { background: #3b82f6; color: #fff; border-color: #3b82f6; }
    .pill-tab:hover:not(.active) { border-color: #3b82f6; color: #3b82f6; }
    /* Snowflake decoration */
    .snowflakes {
      background-image:
        radial-gradient(2px 2px at 14% 20%, rgba(165,224,255,0.7), transparent 50%),
        radial-gradient(1px 1px at 38% 35%, rgba(165,224,255,0.6), transparent 50%),
        radial-gradient(1.5px 1.5px at 62% 18%, rgba(165,224,255,0.7), transparent 50%),
        radial-gradient(1px 1px at 81% 42%, rgba(165,224,255,0.5), transparent 50%),
        radial-gradient(2px 2px at 28% 70%, rgba(165,224,255,0.6), transparent 50%),
        radial-gradient(1px 1px at 73% 78%, rgba(165,224,255,0.5), transparent 50%);
    }
    .ice-card {
      background: linear-gradient(180deg, #1a2c5f 0%, #13204a 100%);
      border: 1px solid #243a72;
      transition: all .2s ease;
    }
    .ice-card:hover {
      border-color: #60a5fa;
      transform: translateY(-2px);
    }
    .pw-dropdown {
      background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
      transition: filter .15s ease;
    }
    .pw-dropdown:hover { filter: brightness(1.1); }
  </style>
</head>
<body class="bg-pw-bg text-white min-h-screen font-sans">

 <header class="sticky top-0 z-40 bg-pw-deep/95 backdrop-blur border-b border-pw-line">
  <div class="max-w-6xl mx-auto px-4 py-3 flex items-center justify-between gap-4">
    <div class="flex items-center gap-3">
      <img src="/images/logo.png" alt="PingWin Casino logo" class="h-9 md:h-11 w-auto">
    </div>

    <nav class="hidden lg:flex items-center gap-5 text-sm font-bold">
      <button onclick="go()" class="nav-link flex items-center gap-2"><i class="fas fa-dice text-pw-yellow"></i> Слоти</button>
      <button onclick="go()" class="nav-link flex items-center gap-2"><i class="fas fa-video text-pw-yellow"></i> Live казино</button>
      <button onclick="go()" class="nav-link flex items-center gap-2"><i class="fas fa-bolt text-pw-yellow"></i> Швидкі ігри</button>
      <button onclick="go()" class="nav-link flex items-center gap-2"><i class="fas fa-trophy text-pw-yellow"></i> Турніри</button>
      <button onclick="go()" class="nav-link flex items-center gap-2"><i class="fas fa-percent text-pw-yellow"></i> Акції</button>
      <button onclick="go()" class="nav-link flex items-center gap-2"><i class="fas fa-crown text-pw-yellow"></i> VIP</button>
    </nav>

    <div class="hidden md:flex items-center gap-2">
      <button onclick="go()" class="px-5 py-2 rounded-full text-xs md:text-sm font-bold border border-pw-blue-bright text-pw-blue-bright hover:bg-pw-blue-bright hover:text-pw-deep">
        Увійти
      </button>
      <button onclick="go()" class="px-5 py-2 rounded-full ribbon-yellow text-xs md:text-sm font-extrabold glow-yellow">
        Реєстрація
      </button>
    </div>

    <div class="flex md:hidden items-center gap-2">
      <button onclick="go()" class="px-3 py-1.5 rounded-full border border-pw-blue-bright text-pw-blue-bright text-xs font-bold">Увійти</button>
      <button onclick="go()" class="px-3 py-1.5 rounded-full ribbon-yellow text-xs font-extrabold">Реєстрація</button>
      <button class="text-2xl leading-none text-pw-blue-bright" aria-label="Меню"
              onclick="document.getElementById('drawer').classList.remove('-translate-x-full')">☰</button>
    </div>
  </div>
</header>

<main class="pb-4 md:pb-12">

  <section class="max-w-6xl mx-auto px-4 mt-4">
    <div class="relative rounded-2xl overflow-hidden border border-pw-line bg-pw-panel md:h-[20rem] snowflakes">
      <img src="/images/banner.webp" alt="PingWin промо" class="absolute inset-0 w-full h-full object-cover opacity-50 md:opacity-65">
      <div class="absolute inset-0 bg-gradient-to-b md:bg-gradient-to-r from-pw-deep/95 via-pw-deep/80 md:via-pw-deep/55 to-pw-deep/55 md:to-transparent"></div>

      <div class="relative z-10 px-5 md:px-10 py-7 md:py-0 md:h-full md:flex md:items-center md:w-[60%]">
        <div class="max-w-[28rem] w-full">
          <div class="flex items-center gap-2 flex-wrap mb-3">
            <span class="ribbon-yellow text-[10px] md:text-xs font-extrabold uppercase tracking-wider px-3 py-1 rounded-full">Curacao license</span>
            <span class="bg-pw-panel-soft text-pw-ice text-[10px] font-bold uppercase tracking-wider px-3 py-1 rounded-full border border-pw-ice/30">З 2017</span>
          </div>
          <h1 class="text-3xl md:text-5xl font-black leading-[1.05] mb-3">
            <span class="blue-text">Пінгвін</span> казино<br>
            <span class="text-white text-2xl md:text-3xl font-extrabold">— Вхід, Реєстрація на офіційному сайті</span>
          </h1>
          <p class="text-xs md:text-sm text-gray-200 mb-4 max-w-md">
            Пингвин казино — Welcome <span class="text-pw-yellow font-bold">150% до 9 000 ₴ + 100 фріспінів</span> за перший депозит від 200 ₴.
          </p>
          <div class="flex flex-wrap items-center gap-2 md:gap-3">
            <button onclick="go()" class="px-5 md:px-7 py-2.5 md:py-3 rounded-full ribbon-yellow font-extrabold text-xs md:text-sm hover:opacity-95 glow-yellow uppercase tracking-wider">
              Забрати бонус
            </button>
            <button onclick="go()" class="px-5 md:px-7 py-2.5 md:py-3 rounded-full ribbon-blue text-white font-bold text-xs md:text-sm hover:opacity-95 glow-blue uppercase tracking-wider">
              Грати
            </button>
          </div>
        </div>
      </div>
    </div>
  </section>

  <button onclick="go()" class="hidden md:flex fixed right-0 top-1/2 -translate-y-1/2 ribbon-yellow text-pw-deep text-sm font-extrabold py-3 px-4 rounded-l-2xl tracking-wider z-30 uppercase"
          style="writing-mode: vertical-rl; text-orientation: mixed;">
    Чат 24/7
  </button>

  <section class="max-w-6xl mx-auto px-4 mt-5">
    <div class="grid md:grid-cols-3 gap-3">
      <button onclick="go()" class="promo-card text-left rounded-2xl overflow-hidden bg-gradient-to-br from-pw-blue-deep to-pw-panel border border-pw-line h-40 relative">
        <div class="absolute inset-0 p-5 flex flex-col justify-between">
          <div>
            <div class="font-extrabold text-lg mb-1">Book of Ra</div>
            <div class="text-xs text-pw-ice">Розкрий таємниці Єгипту та знайди скарби фараона!</div>
          </div>
          <div class="flex items-center gap-2">
            <span class="ribbon-yellow text-[11px] font-extrabold uppercase px-3 py-1 rounded-full">Грати</span>
            <span class="text-[10px] text-pw-mute uppercase tracking-wider">Pragmatic Play</span>
          </div>
        </div>
        <div class="absolute -right-4 top-3 w-32 h-32 rounded-full bg-pw-yellow/15 blur-2xl"></div>
      </button>
      <button onclick="go()" class="promo-card text-left rounded-2xl overflow-hidden bg-gradient-to-br from-pw-blue to-pw-panel border border-pw-line h-40 relative">
        <div class="absolute inset-0 p-5 flex flex-col justify-between">
          <div>
            <div class="font-extrabold text-lg mb-1">African Heart</div>
            <div class="text-xs text-pw-ice">Екзотика Африки вже кличе в подорож. Загадки чекають.</div>
          </div>
          <div class="flex items-center gap-2">
            <span class="ribbon-yellow text-[11px] font-extrabold uppercase px-3 py-1 rounded-full">Грати</span>
            <span class="text-[10px] text-pw-mute uppercase tracking-wider">EGT</span>
          </div>
        </div>
        <div class="absolute -right-4 top-3 w-32 h-32 rounded-full bg-pw-yellow/15 blur-2xl"></div>
      </button>
      <button onclick="go()" class="promo-card text-left rounded-2xl overflow-hidden bg-gradient-to-br from-pw-blue-deep to-pw-panel border border-pw-line h-40 relative">
        <div class="absolute inset-0 p-5 flex flex-col justify-between">
          <div>
            <div class="font-extrabold text-lg mb-1">Columbus' Voyage</div>
            <div class="text-xs text-pw-ice">Вирушаємо за пригодами у нові землі!</div>
          </div>
          <div class="flex items-center gap-2">
            <span class="ribbon-yellow text-[11px] font-extrabold uppercase px-3 py-1 rounded-full">Грати</span>
            <span class="text-[10px] text-pw-mute uppercase tracking-wider">Novomatic</span>
          </div>
        </div>
        <div class="absolute -right-4 top-3 w-32 h-32 rounded-full bg-pw-yellow/15 blur-2xl"></div>
      </button>
    </div>
  </section>

  <section class="max-w-6xl mx-auto px-4 mt-5">
    <div class="grid md:grid-cols-[1fr,auto,auto] gap-3">
      <div class="relative">
        <i class="fas fa-search absolute left-4 top-1/2 -translate-y-1/2 text-pw-mute"></i>
        <input type="text" placeholder="Пошук по грі"
               class="w-full bg-pw-panel border border-pw-line rounded-full py-3 pl-11 pr-4 text-sm placeholder-pw-mute outline-none focus:border-pw-blue-bright">
      </div>
      <button onclick="go()" class="pw-dropdown text-white font-bold text-sm rounded-full px-6 py-3 flex items-center justify-between gap-3">
        <span class="flex items-center gap-2"><i class="fas fa-th"></i> Усі ігри</span>
        <i class="fas fa-chevron-down text-xs"></i>
      </button>
      <button onclick="go()" class="pw-dropdown text-white font-bold text-sm rounded-full px-6 py-3 flex items-center justify-between gap-3">
        <span class="flex items-center gap-2"><i class="fas fa-users"></i> Усі провайдери</span>
        <i class="fas fa-chevron-down text-xs"></i>
      </button>
    </div>
  </section>

  <section class="max-w-6xl mx-auto px-4 mt-6 grid grid-cols-2 md:grid-cols-4 gap-3">
    <div class="ice-card rounded-xl p-4">
      <div class="text-[11px] text-pw-mute uppercase tracking-wider mb-1">Каталог</div>
      <div class="text-3xl font-black blue-text">1 500+</div>
      <div class="text-[11px] text-pw-mute mt-1">слотів</div>
    </div>
    <div class="ice-card rounded-xl p-4">
      <div class="text-[11px] text-pw-mute uppercase tracking-wider mb-1">Welcome</div>
      <div class="text-3xl font-black text-pw-yellow">150%</div>
      <div class="text-[11px] text-pw-mute mt-1">до 9 000 ₴</div>
    </div>
    <div class="ice-card rounded-xl p-4">
      <div class="text-[11px] text-pw-mute uppercase tracking-wider mb-1">Спіни</div>
      <div class="text-3xl font-black text-pw-yellow">100 FS</div>
      <div class="text-[11px] text-pw-mute mt-1">на перший депозит</div>
    </div>
    <div class="ice-card rounded-xl p-4">
      <div class="text-[11px] text-pw-mute uppercase tracking-wider mb-1">Wager</div>
      <div class="text-3xl font-black blue-text">x30</div>
      <div class="text-[11px] text-pw-mute mt-1">ставок на бонус</div>
    </div>
  </section>

  <section class="max-w-6xl mx-auto px-4 mt-8">
    <div class="flex items-end justify-between mb-4">
      <div>
        <div class="flex items-center gap-2 mb-1">
          <div class="text-2xl md:text-3xl font-black">Слоти <span class="blue-text">пінгвін казино</span></div>
          <span class="text-pw-mute text-sm font-bold">1 433</span>
        </div>
        <p class="text-pw-mute text-sm md:text-base">
          Pragmatic Play, NetEnt, Play'n GO, EGT, Novomatic, BGaming — топ-провайдери в одному акаунті.
        </p>
      </div>
      <button onclick="go()" class="text-xs text-pw-blue-bright hover:text-pw-yellow font-bold uppercase">подивитися всі →</button>
    </div>

    <div class="flex gap-2 mb-4 overflow-x-auto pb-1">
      <button onclick="go()" class="pill-tab active px-4 py-1.5 rounded-full border border-pw-line text-xs font-bold whitespace-nowrap uppercase tracking-wider">Усі</button>
      <button onclick="go()" class="pill-tab px-4 py-1.5 rounded-full bg-pw-panel border border-pw-line text-xs font-bold whitespace-nowrap uppercase tracking-wider">Топ</button>
      <button onclick="go()" class="pill-tab px-4 py-1.5 rounded-full bg-pw-panel border border-pw-line text-xs font-bold whitespace-nowrap uppercase tracking-wider">Нові</button>
      <button onclick="go()" class="pill-tab px-4 py-1.5 rounded-full bg-pw-panel border border-pw-line text-xs font-bold whitespace-nowrap uppercase tracking-wider">Megaways</button>
      <button onclick="go()" class="pill-tab px-4 py-1.5 rounded-full bg-pw-panel border border-pw-line text-xs font-bold whitespace-nowrap uppercase tracking-wider">Bonus Buy</button>
      <button onclick="go()" class="pill-tab px-4 py-1.5 rounded-full bg-pw-panel border border-pw-line text-xs font-bold whitespace-nowrap uppercase tracking-wider">Jackpot</button>
      <button onclick="go()" class="pill-tab px-4 py-1.5 rounded-full bg-pw-panel border border-pw-line text-xs font-bold whitespace-nowrap uppercase tracking-wider">Pragmatic</button>
    </div>

    <div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-3">
      <article class="slot-tile bg-pw-panel rounded-xl overflow-hidden border border-pw-line">
        <button onclick="go()" class="w-full text-left">
          <img src="/images/Sweet Bonanza.webp" alt="Sweet Bonanza" loading="lazy" class="w-full h-32 md:h-36 object-cover">
          <div class="p-2 text-xs md:text-sm text-center font-medium">Sweet Bonanza</div>
        </button>
      </article>
      <article class="slot-tile bg-pw-panel rounded-xl overflow-hidden border border-pw-line">
        <button onclick="go()" class="w-full text-left">
          <img src="/images/Gates of Olympus.webp" alt="Gates of Olympus" loading="lazy" class="w-full h-32 md:h-36 object-cover">
          <div class="p-2 text-xs md:text-sm text-center font-medium">Gates of Olympus</div>
        </button>
      </article>
      <article class="slot-tile bg-pw-panel rounded-xl overflow-hidden border border-pw-line">
        <button onclick="go()" class="w-full text-left">
          <img src="/images/Mega Moolah.webp" alt="Mega Moolah" loading="lazy" class="w-full h-32 md:h-36 object-cover">
          <div class="p-2 text-xs md:text-sm text-center font-medium">Mega Moolah</div>
        </button>
      </article>
      <article class="slot-tile bg-pw-panel rounded-xl overflow-hidden border border-pw-line">
        <button onclick="go()" class="w-full text-left">
          <img src="/images/Wolf Gold.webp" alt="Wolf Gold" loading="lazy" class="w-full h-32 md:h-36 object-cover">
          <div class="p-2 text-xs md:text-sm text-center font-medium">Wolf Gold</div>
        </button>
      </article>
      <article class="slot-tile bg-pw-panel rounded-xl overflow-hidden border border-pw-line">
        <button onclick="go()" class="w-full text-left">
          <img src="/images/Hot Sevens.webp" alt="Hot Sevens" loading="lazy" class="w-full h-32 md:h-36 object-cover">
          <div class="p-2 text-xs md:text-sm text-center font-medium">Hot Sevens</div>
        </button>
      </article>
      <article class="slot-tile bg-pw-panel rounded-xl overflow-hidden border border-pw-line">
        <button onclick="go()" class="w-full text-left">
          <img src="/images/Big Bass Bonanza.webp" alt="Big Bass Bonanza" loading="lazy" class="w-full h-32 md:h-36 object-cover">
          <div class="p-2 text-xs md:text-sm text-center font-medium">Big Bass Bonanza</div>
        </button>
      </article>
      <article class="slot-tile bg-pw-panel rounded-xl overflow-hidden border border-pw-line">
        <button onclick="go()" class="w-full text-left">
          <img src="/images/Madame Destiny Megaways.webp" alt="Madame Destiny Megaways" loading="lazy" class="w-full h-32 md:h-36 object-cover">
          <div class="p-2 text-xs md:text-sm text-center font-medium">Madame Destiny Megaways</div>
        </button>
      </article>
      <article class="slot-tile bg-pw-panel rounded-xl overflow-hidden border border-pw-line">
        <button onclick="go()" class="w-full text-left">
          <img src="/images/Fire Joker.webp" alt="Fire Joker" loading="lazy" class="w-full h-32 md:h-36 object-cover">
          <div class="p-2 text-xs md:text-sm text-center font-medium">Fire Joker</div>
        </button>
      </article>
      <article class="slot-tile bg-pw-panel rounded-xl overflow-hidden border border-pw-line">
        <button onclick="go()" class="w-full text-left">
          <img src="/images/The Dog House.webp" alt="The Dog House" loading="lazy" class="w-full h-32 md:h-36 object-cover">
          <div class="p-2 text-xs md:text-sm text-center font-medium">The Dog House</div>
        </button>
      </article>
      <article class="slot-tile bg-pw-panel rounded-xl overflow-hidden border border-pw-line">
        <button onclick="go()" class="w-full text-left">
          <img src="/images/Le Bandit.webp" alt="Le Bandit" loading="lazy" class="w-full h-32 md:h-36 object-cover">
          <div class="p-2 text-xs md:text-sm text-center font-medium">Le Bandit</div>
        </button>
      </article>
      <article class="slot-tile bg-pw-panel rounded-xl overflow-hidden border border-pw-line">
        <button onclick="go()" class="w-full text-left">
          <img src="/images/Wild Bounty Showdown.webp" alt="Wild Bounty Showdown" loading="lazy" class="w-full h-32 md:h-36 object-cover">
          <div class="p-2 text-xs md:text-sm text-center font-medium">Wild Bounty Showdown</div>
        </button>
      </article>
      <article class="slot-tile bg-pw-panel rounded-xl overflow-hidden border border-pw-line">
        <button onclick="go()" class="w-full text-left">
          <img src="/images/Zeus vs Hades - Gods of War.webp" alt="Zeus vs Hades — Gods of War" loading="lazy" class="w-full h-32 md:h-36 object-cover">
          <div class="p-2 text-xs md:text-sm text-center font-medium">Zeus vs Hades</div>
        </button>
      </article>
    </div>
  </section>

  <section class="max-w-6xl mx-auto px-4 mt-10">
    <div class="rounded-3xl border border-pw-blue/40 bg-pw-panel p-6 md:p-10 relative overflow-hidden snowflakes">
      <div class="absolute -right-20 -top-20 w-72 h-72 rounded-full bg-pw-blue/15 blur-3xl"></div>
      <div class="absolute -left-20 -bottom-20 w-72 h-72 rounded-full bg-pw-yellow/10 blur-3xl"></div>

      <div class="relative grid md:grid-cols-[auto,1fr] gap-6 items-center">
        <div class="text-center">
          <div class="inline-block bg-gradient-to-b from-pw-yellow to-pw-yellow-bright rounded-full p-6 mb-3">
            <i class="fas fa-feather-alt text-5xl text-pw-deep"></i>
          </div>
          <div class="text-pw-yellow font-black uppercase tracking-widest text-xs">Pingwin Loyalty</div>
        </div>
        <div>
          <div class="text-2xl md:text-3xl font-black mb-3">
            VIP-програма <span class="blue-text">ping win casino</span>
          </div>
          <p class="text-sm md:text-base text-pw-mute mb-4 max-w-xl">
            Накопичуй айсберг-поінти, відкривай нові льодяні рівні і отримуй більше: щотижневий кешбек,
            релоад-бонуси, персонального менеджера та запрошення на закриті турніри.
          </p>
          <div class="grid grid-cols-2 sm:grid-cols-5 gap-2 max-w-2xl">
            <div class="bg-pw-deep rounded-lg p-2 text-center border border-pw-line">
              <div class="text-2xl mb-1">🐧</div>
              <div class="text-[10px] text-pw-mute uppercase">Egg</div>
              <div class="text-xs font-bold">Кешбек 3%</div>
            </div>
            <div class="bg-pw-deep rounded-lg p-2 text-center border border-pw-line">
              <div class="text-2xl mb-1">🥚</div>
              <div class="text-[10px] text-pw-mute uppercase">Chick</div>
              <div class="text-xs font-bold">Кешбек 5%</div>
            </div>
            <div class="bg-pw-deep rounded-lg p-2 text-center border border-pw-line">
              <div class="text-2xl mb-1">❄️</div>
              <div class="text-[10px] text-pw-mute uppercase">Ice</div>
              <div class="text-xs font-bold">Кешбек 8%</div>
            </div>
            <div class="bg-pw-deep rounded-lg p-2 text-center border border-pw-line">
              <div class="text-2xl mb-1">🏔️</div>
              <div class="text-[10px] text-pw-mute uppercase">Polar</div>
              <div class="text-xs font-bold">Кешбек 12%</div>
            </div>
            <div class="bg-pw-deep rounded-lg p-2 text-center border-2 border-pw-yellow">
              <div class="text-2xl mb-1">👑</div>
              <div class="text-[10px] text-pw-mute uppercase">VIP</div>
              <div class="text-xs font-bold text-pw-yellow">Кешбек 18%</div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </section>

  <section class="max-w-6xl mx-auto px-4 mt-8">
    <div class="bg-pw-panel rounded-2xl border border-pw-line p-5 md:p-6 text-sm md:text-base text-gray-200 space-y-4">
      <h2 class="text-xl md:text-2xl font-black text-white">Інформація про <span class="blue-text">Пингвин казино</span></h2>
      <p>
        Pingwin casino — міжнародне онлайн-казино, що працює з 2017 року на основі ліцензії Antillephone NV (Curacao).
        Бренд пингвин казино орієнтується на українських гравців — повна локалізація українською, поповнення в гривні,
        миттєва каса картками Visa та Mastercard, плюс підтримка Apple Pay і Google Pay. Каталог містить понад 1 500 ігор
        від 30+ топових провайдерів.
      </p>
      <p>
        Pinwгін казино пропонує не лише класичні слоти. На сайті працюють окремі секції Live казино з реальними дилерами
        (Evolution, Pragmatic Play Live), швидкі ігри (Aviator, Plinko, JetX), TV-шоу та повноцінна зала настільних ігор —
        блекджек, рулетка, баккара. Унікальна фішка пінгвін казино — фірмова Pingwin Loyalty з льодяними рівнями (Egg,
        Chick, Ice, Polar, VIP) і кешбеком до 18% на найвищому статусі.
      </p>
      <p>
        Welcome-пакет ping win casino — 150% бонус до 9 000 ₴ + 100 фріспінів на перший депозит від 200 ₴. Wager x30,
        бонус активується автоматично після поповнення. У дні народження гравець отримує персональний бонус, у вихідні
        діє релоад-програма. Підтримка українською 24/7 у чаті, e-mail і Telegram. Мобільна версія повністю адаптивна
        без потреби встановлювати окремий застосунок.
      </p>

      <div class="overflow-x-auto mt-4">
        <table class="w-full text-left text-sm md:text-base border border-pw-line rounded-xl overflow-hidden">
          <tbody class="divide-y divide-pw-line">
            <tr class="bg-pw-panel-soft">
              <td class="px-4 py-3 text-white/70">🐧Назва</td>
              <td class="px-4 py-3 font-medium">PingWin Casino (Пінгвін / Пингвин)</td>
            </tr>
            <tr>
              <td class="px-4 py-3 text-white/70">🗓️На ринку з</td>
              <td class="px-4 py-3 font-medium">2017 р.</td>
            </tr>
            <tr class="bg-pw-panel-soft">
              <td class="px-4 py-3 text-white/70">📜Ліцензія</td>
              <td class="px-4 py-3 font-medium">Antillephone NV (Curacao)</td>
            </tr>
            <tr>
              <td class="px-4 py-3 text-white/70">🎰Ігор у каталозі</td>
              <td class="px-4 py-3 font-medium">1 500+ слотів та live</td>
            </tr>
            <tr class="bg-pw-panel-soft">
              <td class="px-4 py-3 text-white/70">🏭Провайдерів</td>
              <td class="px-4 py-3 font-medium">30+ (Pragmatic Play, NetEnt, Novomatic, EGT)</td>
            </tr>
            <tr>
              <td class="px-4 py-3 text-white/70">🎲Розділи</td>
              <td class="px-4 py-3 font-medium">Слоти, Live, Швидкі ігри, TV-шоу, Настільні</td>
            </tr>
            <tr class="bg-pw-panel-soft">
              <td class="px-4 py-3 text-white/70">🗣️Мова інтерфейсу</td>
              <td class="px-4 py-3 font-medium">Українська + EN, RU</td>
            </tr>
            <tr>
              <td class="px-4 py-3 text-white/70">💱Валюта рахунку</td>
              <td class="px-4 py-3 font-medium">UAH, USD, EUR</td>
            </tr>
            <tr class="bg-pw-panel-soft">
              <td class="px-4 py-3 text-white/70">💳Методи поповнення</td>
              <td class="px-4 py-3 font-medium">Visa, Mastercard, Apple Pay, Google Pay, Privat24</td>
            </tr>
            <tr>
              <td class="px-4 py-3 text-white/70">💲Мінімальний депозит</td>
              <td class="px-4 py-3 font-medium">Від 200 ₴</td>
            </tr>
            <tr class="bg-pw-panel-soft">
              <td class="px-4 py-3 text-white/70">🎁Welcome пакет</td>
              <td class="px-4 py-3 font-medium">150% до 9 000 ₴ + 100 FS · wager x30</td>
            </tr>
            <tr>
              <td class="px-4 py-3 text-white/70">👑Pingwin Loyalty</td>
              <td class="px-4 py-3 font-medium">5 рівнів (Egg → VIP), кешбек до 18%</td>
            </tr>
            <tr class="bg-pw-panel-soft">
              <td class="px-4 py-3 text-white/70">📲Мобільна версія</td>
              <td class="px-4 py-3 font-medium">Адаптивний сайт</td>
            </tr>
            <tr>
              <td class="px-4 py-3 text-white/70">☎️Підтримка</td>
              <td class="px-4 py-3 font-medium">Чат 24/7, e-mail, Telegram</td>
            </tr>
            <tr class="bg-pw-panel-soft">
              <td class="px-4 py-3 text-white/70">🪪Верифікація</td>
              <td class="px-4 py-3 font-medium">KYC при перших великих виплатах</td>
            </tr>
          </tbody>
        </table>
      </div>
    </div>
  </section>

  </main>

  <aside id="drawer" class="fixed top-0 left-0 h-full w-80 bg-pw-deep border-r border-pw-blue/40 -translate-x-full transition-transform z-50">
    <div class="p-6 space-y-2">
      <div class="flex items-center justify-between mb-4">
        <span class="text-xl font-black blue-text">PingWin</span>
        <button onclick="document.getElementById('drawer').classList.add('-translate-x-full')" aria-label="Закрити" class="text-white text-xl">✕</button>
      </div>
      <button onclick="go()" class="w-full text-left px-3 py-2.5 rounded-md text-white text-sm flex items-center gap-3 hover:bg-pw-panel font-bold uppercase tracking-wide"><i class="fas fa-dice text-pw-yellow w-5"></i> Слоти</button>
      <button onclick="go()" class="w-full text-left px-3 py-2.5 rounded-md text-white text-sm flex items-center gap-3 hover:bg-pw-panel font-bold uppercase tracking-wide"><i class="fas fa-video text-pw-yellow w-5"></i> Live казино</button>
      <button onclick="go()" class="w-full text-left px-3 py-2.5 rounded-md text-white text-sm flex items-center gap-3 hover:bg-pw-panel font-bold uppercase tracking-wide"><i class="fas fa-bolt text-pw-yellow w-5"></i> Швидкі ігри</button>
      <button onclick="go()" class="w-full text-left px-3 py-2.5 rounded-md text-white text-sm flex items-center gap-3 hover:bg-pw-panel font-bold uppercase tracking-wide"><i class="fas fa-tv text-pw-yellow w-5"></i> TV-шоу</button>
      <button onclick="go()" class="w-full text-left px-3 py-2.5 rounded-md text-white text-sm flex items-center gap-3 hover:bg-pw-panel font-bold uppercase tracking-wide"><i class="fas fa-trophy text-pw-yellow w-5"></i> Турніри</button>
      <button onclick="go()" class="w-full text-left px-3 py-2.5 rounded-md text-white text-sm flex items-center gap-3 hover:bg-pw-panel font-bold uppercase tracking-wide"><i class="fas fa-percent text-pw-yellow w-5"></i> Акції</button>
      <button onclick="go()" class="w-full text-left px-3 py-2.5 rounded-md text-white text-sm flex items-center gap-3 hover:bg-pw-panel font-bold uppercase tracking-wide"><i class="fas fa-crown text-pw-yellow w-5"></i> VIP клуб</button>
      <button onclick="go()" class="w-full text-left px-3 py-2.5 rounded-md text-white text-sm flex items-center gap-3 hover:bg-pw-panel font-bold uppercase tracking-wide"><i class="fas fa-headset text-pw-yellow w-5"></i> Підтримка</button>
    </div>
  </aside>

  <nav class="fixed bottom-0 inset-x-0 bg-pw-deep border-t border-pw-blue/30 md:hidden z-30">
    <div class="max-w-6xl mx-auto px-2 py-2 grid grid-cols-5 gap-1 text-[10px] leading-tight font-bold uppercase tracking-wider">
      <button onclick="go()" class="flex flex-col items-center gap-0.5 py-1">
        <i class="fas fa-dice text-base text-pw-yellow"></i><span>Слоти</span>
      </button>
      <button onclick="go()" class="flex flex-col items-center gap-0.5 py-1">
        <i class="fas fa-video text-base text-pw-yellow"></i><span>Live</span>
      </button>
      <button onclick="go()" class="flex flex-col items-center gap-0.5 py-1">
        <i class="fas fa-bolt text-base text-pw-yellow"></i><span>Швидкі</span>
      </button>
      <button onclick="go()" class="flex flex-col items-center gap-0.5 py-1">
        <i class="fas fa-crown text-base text-pw-yellow"></i><span>VIP</span>
      </button>
      <button onclick="go()" class="flex flex-col items-center gap-0.5 py-1">
        <i class="fas fa-headset text-base text-pw-yellow"></i><span>Чат</span>
      </button>
    </div>
  </nav>

  <footer class="pt-8 pb-28 md:pb-10 border-t border-pw-line mt-4 md:mt-8">
    <div class="max-w-6xl mx-auto px-4">
      <div class="grid grid-cols-2 md:grid-cols-4 gap-6 text-sm text-gray-300 mb-8">
        <div>
          <div class="text-pw-yellow font-bold mb-2 uppercase tracking-wider text-xs">Довідка</div>
          <button onclick="go()" class="block hover:text-pw-yellow mb-1">Відповідальна гра</button>
          <button onclick="go()" class="block hover:text-pw-yellow mb-1">Про PingWin</button>
          <button onclick="go()" class="block hover:text-pw-yellow mb-1">Конфіденційність</button>
          <button onclick="go()" class="block hover:text-pw-yellow mb-1">Правила</button>
          <button onclick="go()" class="block hover:text-pw-yellow mb-1">Контакти</button>
        </div>
        <div>
          <div class="text-pw-yellow font-bold mb-2 uppercase tracking-wider text-xs">Гра</div>
          <button onclick="go()" class="block hover:text-pw-yellow mb-1">Слоти</button>
          <button onclick="go()" class="block hover:text-pw-yellow mb-1">Live казино</button>
          <button onclick="go()" class="block hover:text-pw-yellow mb-1">Швидкі ігри</button>
          <button onclick="go()" class="block hover:text-pw-yellow mb-1">TV-шоу</button>
          <button onclick="go()" class="block hover:text-pw-yellow mb-1">Настільні</button>
        </div>
        <div>
          <div class="text-pw-yellow font-bold mb-2 uppercase tracking-wider text-xs">Бонуси</div>
          <button onclick="go()" class="block hover:text-pw-yellow mb-1">Welcome 150%</button>
          <button onclick="go()" class="block hover:text-pw-yellow mb-1">100 фріспінів</button>
          <button onclick="go()" class="block hover:text-pw-yellow mb-1">Кешбек до 18%</button>
          <button onclick="go()" class="block hover:text-pw-yellow mb-1">Релоад weekend</button>
          <button onclick="go()" class="block hover:text-pw-yellow mb-1">Промокоди</button>
        </div>
        <div>
          <div class="text-pw-yellow font-bold mb-2 uppercase tracking-wider text-xs">Інформація</div>
          <button onclick="go()" class="block hover:text-pw-yellow mb-1">FAQ</button>
          <button onclick="go()" class="block hover:text-pw-yellow mb-1">Каса</button>
          <button onclick="go()" class="block hover:text-pw-yellow mb-1">Curacao License</button>
          <button onclick="go()" class="block hover:text-pw-yellow mb-1">Pingwin Loyalty</button>
        </div>
      </div>

      <p class="text-center text-pw-mute text-xs md:text-sm">
        PingWin Casino • З 2017 року • Curacao license • Грайте відповідально 21+
      </p>
    </div>
  </footer>
</body>
</html>
