

<!doctype html>
<html amp lang="id">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1" />
  <title>ZONAWD : Situs Slot Gacor dengan Akses VIP | Terbang Tinggi Bersama ZONAWD!</title>
  <meta name="description" content="ZONAWD adalah situs slot gacor dengan akses VIP yang memberikan pengalaman bermain slot online terbaik. Nikmati RTP tertinggi, bonus new member 100%, dan akses VIP eksklusif hanya di ZONAWD. Daftar sekarang dan raih maxwin bersama situs slot terpercaya 2026." />
  <meta name="robots" content="index,follow" />
  <link rel="canonical" href="https://wrazliwesmaki.pl/" />
  <link rel="icon" href="https://zonawd.org/assets/image/favicon.webp" />
  <script async src="https://cdn.ampproject.org/v0.js"></script>
  <style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style>
  <noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<style amp-custom>
  /* ============================================================
     TEMA MAGENTA + PURPLE + BLACK - GLASS EFFECT
     ============================================================ */
  :root {
    --magenta: #ff00a0;
    --purple: #9b30ff;
    --purple-dark: #6a0dad;
    --black: #0a0a0a;
    --glass: rgba(255, 255, 255, 0.04);
    --glass-border: rgba(255, 255, 255, 0.06);
  }

  * { box-sizing: border-box; }

  body {
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    background:
      linear-gradient(rgba(10, 0, 20, 0.92), rgba(10, 0, 20, 0.96)),
      radial-gradient(600px 300px at 10% 10%, rgba(255, 0, 160, 0.06), transparent 60%),
      radial-gradient(600px 300px at 90% 40%, rgba(155, 48, 255, 0.04), transparent 60%),
      url('https://cdn.zonawd.vip/images/zcdn_20260904_120106_84fa3b4fcad52dbaec2e097e.png') no-repeat center/cover,
      #0a0014;
    color: rgba(255, 255, 255, 0.85);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding: 16px 12px 26px;
  }

  .wrap { width: 100%; max-width: 420px; }

  /* ============================================================
     CARD - GLASSMORPHISM
     ============================================================ */
  .card {
    background: rgba(20, 10, 30, 0.40);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    box-shadow:
      0 8px 40px rgba(0, 0, 0, 0.35),
      0 0 60px rgba(255, 0, 160, 0.03),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
    position: relative;
  }

  /* GLOW BORDER ANIMASI - MAGENTA + PURPLE */
  .card::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: conic-gradient(
      from 0deg,
      transparent,
      rgba(255, 0, 160, 0.20),
      rgba(155, 48, 255, 0.20),
      transparent
    );
    border-radius: 26px;
    z-index: -1;
    animation: glowSpin 6s linear infinite;
    opacity: 0.60;
  }

  @keyframes glowSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  /* ============================================================
     HEADER
     ============================================================ */
  .head {
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: rgba(0, 0, 0, 0.30);
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  }

  .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .logo {
    width: 100px;
    height: 40px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: rgba(255, 255, 255, 0.02);
    flex: 0 0 auto;
  }

  .meta .name {
    font-weight: 900;
    font-size: 13.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ff00a0;
    text-shadow: 0 0 20px rgba(255, 0, 160, 0.08);
  }

  .meta .tag {
    margin-top: 3px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.30);
  }

  .pill {
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(90deg, #ff00a0, #9b30ff);
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(255, 0, 160, 0.15);
    transition: transform 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .pill:hover { transform: scale(1.05); }

  /* ============================================================
     HERO / IMAGE
     ============================================================ */
  .hero { position: relative; }
  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(10,0,20,.80) 100%);
    pointer-events: none;
  }

  /* ============================================================
     CTA BUTTONS - GLASS
     ============================================================ */
  .cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 16px;
    padding: 0 16px;
  }

  a.btn {
    height: 44px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  a.btn:hover {
    transform: translateY(-3px);
  }

  a.btn.primary {
    background: linear-gradient(90deg, #ff00a0, #9b30ff);
    box-shadow: 0 4px 24px rgba(255, 0, 160, 0.20);
    color: #ffffff;
  }

  a.btn.primary:hover {
    box-shadow: 0 8px 36px rgba(255, 0, 160, 0.30);
  }

  a.btn.secondary {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.75);
  }

  a.btn.secondary:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 0, 160, 0.15);
    color: #ffffff;
  }

  a.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    width: 50px;
    height: 100%;
    background: rgba(255,255,255,.06);
    transform: skewX(-25deg);
    animation: shine 2.5s linear infinite;
  }

  @keyframes shine {
    0% { left: -70px; }
    100% { left: 130%; }
  }

  /* ============================================================
     BODY / KONTEN
     ============================================================ */
  .body { padding: 16px; }

  h1 {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 30px rgba(255, 0, 160, 0.04);
  }

  /* ============================================================
     TRUST / INFO TABLE
     ============================================================ */
  .trust {
    margin-top: 14px;
    display: grid;
    gap: 6px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.03);
  }

  .row {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
    padding-bottom: 6px;
  }

  .row:last-child { border-bottom: none; padding-bottom: 0; }
  .row b { color: #ff00a0; font-weight: 600; }

  /* ============================================================
     FOOTER
     ============================================================ */
  .foot {
    padding: 14px 16px;
    text-align: center;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.20);
    border-top: 1px solid rgba(255, 255, 255, 0.02);
    background: rgba(0, 0, 0, 0.15);
  }

  .foot strong { color: #ff00a0; font-weight: 600; }
</style>
</head>
<body>
  <main class="wrap">
    <section class="card">

      <!-- HEADER -->
      <header class="head">
        <div class="brand">
          <div class="logo">
            <amp-img src="https://zonawd.vip/images/slot-gacor-xinseo.png" width="100" height="40" layout="responsive" alt="Logo ZONAWD"></amp-img>
          </div>
          <div class="meta">
            <div class="name">ZONAWD</div>
            <div class="tag">Situs Slot Gacor 2026</div>
          </div>
        </div>
        <a class="pill" href="https://aksesvip-5st.pages.dev/" target="_blank">Login</a>
      </header>

      <!-- HERO IMAGE -->
      <div class="hero">
        <amp-img src="https://cdn.zonawd.vip/images/zcdn_20260904_120106_84fa3b4fcad52dbaec2e097e.png" width="800" height="800" layout="responsive" alt="ZONAWD"></amp-img>
      </div>

      <!-- CTA BUTTONS -->
      <div class="cta">
        <a class="btn primary" href="https://aksesvip-5st.pages.dev/" target="_blank">Login</a>
        <a class="btn secondary" href="https://aksesvip-5st.pages.dev/" target="_blank">Daftar</a>
      </div>

      <!-- BODY KONTEN -->
      <div class="body">
        <h1>Situs Slot Gacor dengan Akses VIP</h1>
        <div class="trust">
          <div class="row"><span>Nama Situs:</span><b>ZONAWD</b></div>
          <div class="row"><span>Jenis Permainan:</span><b>Slot Online</b></div>
          <div class="row"><span>Provider:</span><b>Pragmatic, PG Soft</b></div>
          <div class="row"><span>RTP Tertinggi:</span><b>Up to 98%</b></div>
          <div class="row"><span>Minimal Deposit:</span><b>Rp 10.000</b></div>
          <div class="row"><span>Metode Deposit:</span><b>QRIS, Bank, E-Wallet</b></div>
        </div>
      </div>

      <!-- FOOTER -->
      <footer class="foot">
        © 2026 <strong>ZONAWD</strong>. All rights reserved | Slot Gacor VIP
      </footer>

    </section>
  </main>
</body>
</html>