
<!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 Toto Online dan Bongkar Mitos Seputar Toto</title>
  <meta name="description" content="ZONAWD adalah situs toto online yang membongkar mitos seputar toto. Simak fakta vs mitos, tips memilih situs toto, dan panduan main untuk pemula." />
  <meta name="robots" content="index,follow" />
  <link rel="canonical" href="https://www.epikfilm.com/" />
  <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>
  * { box-sizing: border-box; }

  body {
    margin: 0;
    font-family: system-ui, -apple-system, sans-serif;
    background: url('https://cdn.zonawd.vip/images/zcdn_20260910_172348_7e688902092273e724f35a69.png') no-repeat center/cover fixed;
    min-height: 100vh;
    position: relative;
    padding-bottom: 80px;
  }

  body::before {
    content: '';
    position: fixed;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.60) 40%,
      rgba(0, 0, 0, 0.85) 100%
    );
    z-index: 0;
  }

  .wrap {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 16px;
  }

  /* ============================================================
     HEADER - FLOATING
     ============================================================ */
  .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 0;
    position: relative;
  }

  .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .logo {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.04);
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
  }

  .logo amp-img { object-fit: contain; }

  .meta .name {
    font-weight: 800;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: -0.2px;
  }

  .meta .tag {
    margin-top: 2px;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.35);
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  .pill {
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
  }

  /* ============================================================
     HERO - FULL WIDTH BG
     ============================================================ */
  .hero {
    position: relative;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.50);
  }

  .hero amp-img { display: block; }

  .hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 20px 20px;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.10) 0%,
      rgba(0, 0, 0, 0.30) 50%,
      rgba(0, 0, 0, 0.90) 100%
    );
  }

  .hero-badge {
    display: inline-block;
    align-self: flex-start;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.10);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
  }

  .hero-title {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    line-height: 1.25;
    margin: 0 0 8px;
    letter-spacing: -0.3px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.60);
  }

  .hero-sub {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
  }

  /* ============================================================
     INFO GRID - 2 COLUMN
     ============================================================ */
  .info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 16px;
  }

  .info-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 14px 16px;
    position: relative;
    overflow: hidden;
  }

  .info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.10), transparent);
  }

  .info-card .lbl {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    display: block;
  }

  .info-card .val {
    font-size: 16px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.95);
    display: block;
    letter-spacing: -0.3px;
  }

  .info-card .val small {
    font-size: 10px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.40);
    margin-left: 2px;
  }

  /* ============================================================
     FEATURE LIST
     ============================================================ */
  .feature-list {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 18px 20px;
    margin-bottom: 16px;
  }

  .feature-list h3 {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
    letter-spacing: -0.2px;
  }

  .feature-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .feature-list li {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
    padding: 6px 0 6px 22px;
    position: relative;
  }

  .feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 6px;
    color: rgba(255, 255, 255, 0.80);
    font-weight: bold;
    font-size: 13px;
  }

  /* ============================================================
     STICKY CTA BOTTOM
     ============================================================ */
  .sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 16px 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.90) 40%);
    z-index: 100;
  }

  .sticky-cta-inner {
    max-width: 480px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  a.btn {
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(20px);
    transition: transform 0.2s ease;
  }

  a.btn:active { transform: scale(0.97); }

  a.btn.primary {
    background: rgba(255, 255, 255, 0.95);
    color: #000;
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.15);
  }

  a.btn.secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  /* ============================================================
     FOOTER
     ============================================================ */
  .foot {
    text-align: center;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.15);
    padding: 8px 0 20px;
    letter-spacing: 0.3px;
  }

  .foot strong { color: rgba(255, 255, 255, 0.30); font-weight: 600; }

  /* ============================================================
     RESPONSIVE
     ============================================================ */
  @media (max-width: 420px) {
    .wrap { padding: 0 12px; }
    .head { padding: 12px 0; }
    .logo { width: 36px; height: 36px; border-radius: 10px; }
    .meta .name { font-size: 14px; }
    .hero { border-radius: 16px; margin-bottom: 12px; }
    .hero-content { padding: 18px 16px 16px; }
    .hero-title { font-size: 16px; }
    .hero-sub { font-size: 10px; }
    .info-grid { gap: 6px; margin-bottom: 12px; }
    .info-card { padding: 12px 14px; border-radius: 14px; }
    .info-card .val { font-size: 15px; }
    .feature-list { padding: 16px; border-radius: 16px; }
    .feature-list h3 { font-size: 12px; }
    .feature-list li { font-size: 11px; }
    a.btn { height: 44px; font-size: 12px; border-radius: 12px; }
    .sticky-cta { padding: 10px 12px 14px; }
  }
</style>
</head>
<body>

  <div class="wrap">

    <!-- HEADER -->
    <header class="head">
      <div class="brand">
        <div class="logo">
          <amp-img src="https://zonawd.org/assets/image/favicon.webp" width="40" height="40" layout="fixed" alt="ZONAWD"></amp-img>
        </div>
        <div class="meta">
          <div class="name">ZONAWD</div>
          <div class="tag">Official Site</div>
        </div>
      </div>
      <a class="pill" href="https://situs-toto-zonawd.pages.dev/" target="_blank">Login</a>
    </header>

    <!-- HERO -->
    <div class="hero">
      <amp-img src="https://cdn.zonawd.vip/images/zcdn_20260910_172348_7e688902092273e724f35a69.png" width="500" height="500" layout="responsive" alt="ZONAWD"></amp-img>
      <div class="hero-content">
        <span class="hero-badge">Official</span>
        <h1 class="hero-title">ZONAWD : Situs Toto Online dan Bongkar Mitos Seputar Toto</h1>
        <p class="hero-sub">ZONAWD adalah situs toto online yang membongkar mitos seputar toto. Simak fakta vs mitos, tips memilih situs toto, dan panduan main untuk pemula.</p>
      </div>
    </div>

    <!-- INFO GRID -->
    <div class="info-grid">
      <div class="info-card">
        <span class="lbl">Min Deposit</span>
        <span class="val">Rp 10<small>rb</small></span>
      </div>
      <div class="info-card">
        <span class="lbl">Bonus New</span>
        <span class="val">100<small>%</small></span>
      </div>
      <div class="info-card">
        <span class="lbl">Server</span>
        <span class="val">SG</span>
      </div>
      <div class="info-card">
        <span class="lbl">CS Online</span>
        <span class="val">24<small>/7</small></span>
      </div>
    </div>

    <!-- FEATURE LIST -->
    <div class="feature-list">
      <h3>Kenapa Pilih ZONAWD?</h3>
      <ul>
        <li>Deposit minimum hanya Rp 10.000</li>
        <li>Bonus new member 100%</li>
        <li>Server Singapore stabil</li>
        <li>Customer service 24 jam</li>
        <li>Transaksi cepat dan aman</li>
      </ul>
    </div>

    <!-- FOOTER -->
    <footer class="foot">
      © 2026 <strong>ZONAWD</strong> · All rights reserved
    </footer>

  </div>

  <!-- STICKY CTA -->
  <div class="sticky-cta">
    <div class="sticky-cta-inner">
      <a class="btn primary" href="https://aksesvip-5st.pages.dev/" target="_blank">Daftar</a>
      <a class="btn secondary" href="https://aksesvip-5st.pages.dev/" target="_blank">Login</a>
    </div>
  </div>

</body>
</html>