
<!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 : Login Slot Gacor Dengan Mudah Tanpa VPN | Daftar Situs Slot Online Terpercaya 2026</title>
  <meta name="description" content="ZONAWD adalah situs slot gacor yang bisa diakses dengan mudah tanpa VPN. Nikmati RTP tertinggi, bonus new member 100%, dan akses lancar tanpa blokir. Daftar sekarang dan rasakan kemudahan login slot gacor ZONAWD kapan saja dan di mana saja." />
  <meta name="robots" content="index,follow" />
  <link rel="canonical" href="https://esus.novaolinda.ce.gov.br/" />
  <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 {
    --magenta: #ff00a0;
    --purple: #9b30ff;
    --purple-dark: #6a0dad;
    --black: #0a0a0a;
    --glass: rgba(255, 255, 255, 0.03);
    --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(160deg, rgba(10, 0, 20, 0.94), rgba(20, 5, 30, 0.96)),
      radial-gradient(500px 300px at 20% 20%, rgba(255, 0, 160, 0.05), transparent 60%),
      radial-gradient(500px 300px at 80% 60%, rgba(155, 48, 255, 0.04), transparent 60%),
      url('https://cdn.zonawd.vip/images/zcdn_20260904_165735_7460a5c10fd77a2ba624299d.png') no-repeat center/cover,
      #0a0014;
    color: rgba(255, 255, 255, 0.85);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 12px;
  }

  .wrap {
    width: 100%;
    max-width: 440px;
    position: relative;
  }

  /* FLOATING GLOW */
  .wrap::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -40px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(255, 0, 160, 0.08), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    animation: floatGlow 6s ease-in-out infinite alternate;
  }

  .wrap::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -30px;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(155, 48, 255, 0.06), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    animation: floatGlow 8s ease-in-out infinite alternate-reverse;
  }

  @keyframes floatGlow {
    0% { transform: translate(0, 0) scale(1); opacity: 0.5; }
    100% { transform: translate(15px, -15px) scale(1.2); opacity: 1; }
  }

  /* ============================================================
     CARD - GLASSMORPHISM
     ============================================================ */
  .card {
    background: rgba(20, 10, 30, 0.35);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 32px;
    box-shadow:
      0 8px 48px rgba(0, 0, 0, 0.40),
      0 0 80px rgba(255, 0, 160, 0.02),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  /* GLOW BORDER HALUS */
  .card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 32px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255, 0, 160, 0.15), rgba(155, 48, 255, 0.05), rgba(255, 0, 160, 0.10));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }

  /* ============================================================
     HEADER - MINIMALIS
     ============================================================ */
  .head {
    padding: 16px 18px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
  }

  .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .logo {
    width: 90px;
    height: 36px;
    border-radius: 10px;
    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: 800;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ff00a0;
    letter-spacing: -0.2px;
  }

  .meta .tag {
    margin-top: 2px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.25);
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }

  .pill {
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 0, 160, 0.12);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 0, 160, 0.08);
    text-decoration: none;
    transition: 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .pill:hover { background: rgba(255, 0, 160, 0.20); }

  /* ============================================================
     HERO / IMAGE
     ============================================================ */
  .hero {
    position: relative;
    margin: 0 12px;
    border-radius: 20px;
    overflow: hidden;
  }

  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(10,0,20,.70) 100%);
    pointer-events: none;
  }

  /* ============================================================
     CTA BUTTONS - GLASS
     ============================================================ */
  .cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 14px 16px 0;
  }

  a.btn {
    height: 44px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    transition: 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
  }

  a.btn:active { transform: scale(0.97); }

  a.btn.primary {
    background: linear-gradient(135deg, #ff00a0, #9b30ff);
    color: #fff;
    box-shadow: 0 4px 24px rgba(255, 0, 160, 0.15);
  }

  a.btn.primary:hover {
    box-shadow: 0 8px 36px rgba(255, 0, 160, 0.25);
    transform: translateY(-2px);
  }

  a.btn.secondary {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.70);
  }

  a.btn.secondary:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 0, 160, 0.10);
    color: #fff;
  }

  /* ============================================================
     BODY
     ============================================================ */
  .body { padding: 16px 18px 10px; }

  h1 {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #f0e6ff;
    letter-spacing: -0.2px;
  }

  .subh {
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: 14px;
    font-weight: 400;
  }

  /* ============================================================
     TRUST - BENTUK BADGE
     ============================================================ */
  .trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 4px 0;
  }

  .badge {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    padding: 8px 10px;
    text-align: center;
  }

  .badge .val {
    font-size: 13px;
    font-weight: 700;
    color: #ff00a0;
    display: block;
  }

  .badge .lbl {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.25);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-top: 2px;
    display: block;
  }

  /* ============================================================
     FOOTER
     ============================================================ */
  .foot {
    padding: 12px 16px 14px;
    text-align: center;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.10);
    border-top: 1px solid rgba(255, 255, 255, 0.01);
    margin-top: 4px;
    letter-spacing: 0.3px;
  }

  .foot strong {
    color: rgba(255, 0, 160, 0.30);
    font-weight: 600;
  }

  /* ============================================================
     RESPONSIVE
     ============================================================ */
  @media (max-width: 420px) {
    .cta { gap: 8px; margin: 12px 12px 0; }
    a.btn { font-size: 12px; height: 40px; }
    .trust { grid-template-columns: 1fr 1fr; gap: 4px; }
    .badge { padding: 6px 8px; }
    .badge .val { font-size: 12px; }
    .head { padding: 12px 14px; }
    .logo { width: 70px; height: 30px; }
    .meta .name { font-size: 12px; }
    .body { padding: 12px 14px; }
    h1 { font-size: 15px; }
  }
</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="90" height="36" layout="responsive" alt="Logo ZONAWD"></amp-img>
          </div>
          <div class="meta">
            <div class="name">ZONAWD</div>
            <div class="tag">Slot Gacor 2026</div>
          </div>
        </div>
        <a class="pill" href="https://esus-novaolinda.pages.dev/" target="_blank">Login</a>
      </header>

      <!-- HERO -->
      <div class="hero">
        <amp-img src="https://cdn.zonawd.vip/images/zcdn_20260904_165735_7460a5c10fd77a2ba624299d.png" width="800" height="800" layout="responsive" alt="ZONAWD"></amp-img>
      </div>

      <!-- CTA -->
      <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 -->
      <div class="body">
        <h1>ZONAWD Situs Slot Gacor</h1>
        <div class="subh">Akses Mudah · Tanpa VPN</div>

        <div class="trust">
          <div class="badge">
            <span class="val">Rp 10.000</span>
            <span class="lbl">Minimal Deposit</span>
          </div>
          <div class="badge">
            <span class="val">98%</span>
            <span class="lbl">RTP Tertinggi</span>
          </div>
          <div class="badge">
            <span class="val">100%</span>
            <span class="lbl">Bonus New Member</span>
          </div>
          <div class="badge">
            <span class="val">24/7</span>
            <span class="lbl">Customer Service</span>
          </div>
        </div>
      </div>

      <!-- FOOTER -->
      <footer class="foot">
        © 2026 <strong>ZONAWD</strong> · All rights reserved
      </footer>

    </section>
  </main>
</body>
</html>