


<!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 Togel Online 2026 | Zona VIP WD Cepat & Bonus Eksklusif!</title>
  <meta name="description" content="ZONAWD hadir sebagai situs togel online 2026 dengan konsep zona eksklusif yang mengutamakan proses withdraw cepat, stabil, dan prioritas bagi setiap pemain. Dengan sistem modern, akses responsif, serta pilihan pasaran lengkap, ZONAWD memberikan pengalaman bermain premium. Nikmati bonus member baru hingga 100%, diskon 4D tinggi, serta cashback rutin dengan layanan yang fokus pada kecepatan dan kenyamanan transaksi." />
  <meta name="robots" content="index,follow" />
  <link rel="canonical" href="https://zonawd.net/" />
  <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>
  :root { color-scheme: dark; }

  * {
    box-sizing: border-box;
  }

body {
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    background:
        linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
        radial-gradient(600px 300px at 10% 10%, rgba(255, 255, 255, 0.02), transparent 60%),
        radial-gradient(600px 300px at 90% 40%, rgba(255, 255, 255, 0.02), transparent 60%),
        url('https://cdn.zonawd.vip/images/zcdn_20260831_101718_ffd0a8d8bd4d9b6fc9e200a3.jpg') no-repeat center/cover,
        #050608;
    color: #f4f6ff;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding: 16px 12px 26px;
}

  .wrap {
    width: 100%;
    max-width: 420px;
  }

  .card {
    background: rgb(230 221 173 / 12%);
    border: 1px solid rgb(225 0 255 / 53%);
    border-radius: 18px;
    box-shadow: 0 18px 40px rgb(220 0 255 / 42%);
    overflow: hidden;
  }

  .head {
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: rgba(0, 0, 0, .25);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .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, .12);
    background: rgba(255, 255, 255, .04);
    flex: 0 0 auto;
  }

  .meta {
    min-width: 0;
  }

  .meta .name {
    font-weight: 900;
    font-size: 13.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .meta .tag {
    margin-top: 3px;
    font-size: 11px;
    color: rgba(255, 255, 255, .70);
  }

  /* GOLD → MAGENTA */
  .pill {
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(90deg, #ff28d7, #a000ad);
    text-decoration: none;
  }

  .hero {
    position: relative;
  }

  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 40%,
      rgba(0, 0, 0, .55) 100%
    );
    pointer-events: none;
  }

  .body {
    padding: 14px;
  }

  h1 {
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
    text-align: center;
  }

  .cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 14px;
    padding: 0 14px;
  }

  a.btn {
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    position: relative;
    overflow: hidden;
    background: #333;
  }

  /* GOLD → MAGENTA */
  a.btn.primary {
    background: linear-gradient(90deg, #ff28d7, #a000ad);
    box-shadow: 0 14px 30px rgba(225, 0, 255, .45);
  }

  a.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    width: 50px;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    transform: skewX(-25deg);
    animation: shine 2s linear infinite;
  }

  @keyframes shine {
    0% {
      left: -70px;
    }

    100% {
      left: 130%;
    }
  }

  /* GOLD → MAGENTA */
  .trust {
    margin-top: 12px;
    display: grid;
    gap: 8px;
    padding: 12px;
    border-radius: 14px;
    background: rgb(250 237 135 / 8%);
    border: 1px solid rgb(235 80 255 / 46%);
  }

  .row {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(255, 255, 255, .78);
    border-bottom: 1px dashed rgba(255, 255, 255, .10);
    padding-bottom: 8px;
  }

  .row:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .row b {
    color: #fff;
  }

  .foot {
    padding: 14px;
    text-align: center;
    font-size: 11.5px;
    color: rgba(255, 255, 255, .60);
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: rgba(0, 0, 0, .20);
  }
</style>
</head>
<body>
  <main class="wrap">
    <section class="card">
      <header class="head">
        <div class="brand">
          <div class="logo">
            <amp-img src="https://gacor1001.dataklmsad903.site/images/setting-logo/1/w9b2cAqxg9GWRjM2.gif" width="100" height="40" layout="responsive" alt="Logo ZONAWD"></amp-img>
          </div>
          <div class="meta">
            <div class="name">ZONAWD</div>
            <div class="tag">Togel Online</div>
          </div>
        </div>
        <a class="pill" href="https://aksesvip-5st.pages.dev/" target="_blank">LOGIN</a>
      </header>

      <div class="hero">
        <amp-img src="https://cdn.zonawd.vip/images/zcdn_20260831_101718_ffd0a8d8bd4d9b6fc9e200a3.jpg" width="800" height="800" layout="responsive" alt="ZONAWD"></amp-img>
      </div>

      <div class="cta">
        <a class="btn primary" href="https://aksesvip-5st.pages.dev/" target="_blank">LOGIN</a>
        <a class="btn" href="https://aksesvip-5st.pages.dev/" target="_blank">DAFTAR</a>
      </div>

    <div class="body">
  <h1>Informasi Situs Terpercaya No.1 Di Asia</h1>
  <div class="trust">
    <div class="row"><span>Nama SItus:</span>
    <b>ZONAWD</b>
  </div>
    <div class="row"><span>Jenis Permainan:</span>
      <b>Togel Online</b>
    </div>
    <div class="row"><span>Minimal Betting:</span>
      <b>Rp 100</b>
    </div>
    <div class="row"><span>Minimal Deposit:</span>
      <b>Rp 10.000</b>
    </div>
    <div class="row"><span>Minimal Withdraw:</span>
      <b>Rp 50.000</b>
    </div>
  </div>
</div>

      <footer class="foot">
        © 2026 ZONAWD. All rights reserved | Seo X I N
      </footer>
    </section>
  </main>
</body>
</html>