
<!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 Parlay & SBOBET Terpercaya 2026 | Official Partner ManutdLivestream.com</title>
  <meta name="description" content="ZONAWD adalah situs parlay dan SBOBET terpercaya yang bekerjasama dengan ManutdLivestream.com sebagai official partner. Nikmati pasaran bola lengkap, odds terbaik, dan informasi parlay malam ini yang akurat. ZONAWD juga menghadirkan slot gacor dengan RTP tertinggi dan bonus new member 100%. Bergabunglah sekarang untuk pengalaman judi bola dan parlay terbaik 2026." />
  <meta name="robots" content="index,follow" />
  <link rel="canonical" href="https://manutdlivestream.com/premier-league/" />
  <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 {
    --red-primary: #DA291C;
    --red-dark: #8B0000;
    --red-glow: rgba(218, 41, 28, 0.15);
    --gold: #FDB913;
    --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, 0, 0.92), rgba(30, 5, 5, 0.96)),
      radial-gradient(500px 300px at 20% 20%, rgba(218, 41, 28, 0.08), transparent 60%),
      radial-gradient(500px 300px at 80% 60%, rgba(218, 41, 28, 0.05), transparent 60%),
      url('https://cdn.zonawd.vip/images/zcdn_20260907_072155_aa9033dd624d76d5759278f4.png') no-repeat center/cover,
      #0a0000;
    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 - MERAH */
  .wrap::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -40px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(218, 41, 28, 0.10), 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(253, 185, 19, 0.05), 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 RED
     ============================================================ */
  .card {
    background: rgba(20, 5, 5, 0.35);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(218, 41, 28, 0.08);
    border-radius: 32px;
    box-shadow:
      0 8px 48px rgba(0, 0, 0, 0.40),
      0 0 80px rgba(218, 41, 28, 0.02),
      inset 0 1px 0 rgba(218, 41, 28, 0.04);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  /* GLOW BORDER - MERAH */
  .card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 32px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(218, 41, 28, 0.20), rgba(253, 185, 19, 0.08), rgba(218, 41, 28, 0.12));
    -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
     ============================================================ */
  .head {
    padding: 16px 18px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid rgba(218, 41, 28, 0.04);
  }

  .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .logo {
    width: 80;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(218, 41, 28, 0.08);
    background: rgba(255, 255, 255, 0.02);
    flex: 0 0 auto;
  }

  .logo amp-img {
    object-fit: contain;
  }

  .meta .name {
    font-weight: 800;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #DA291C;
    letter-spacing: -0.2px;
    text-shadow: 0 0 20px rgba(218, 41, 28, 0.06);
  }

  .meta .tag {
    margin-top: 2px;
    font-size: 10px;
    color: rgba(218, 41, 28, 0.35);
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }

  .pill {
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: rgba(218, 41, 28, 0.12);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(218, 41, 28, 0.08);
    text-decoration: none;
    transition: 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .pill:hover { background: rgba(218, 41, 28, 0.20); }

  /* ============================================================
     HERO
     ============================================================ */
  .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,0,.70) 100%);
    pointer-events: none;
  }

  /* ============================================================
     CTA BUTTONS - RED DEVILS
     ============================================================ */
  .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, #DA291C, #8B0000);
    color: #fff;
    box-shadow: 0 4px 24px rgba(218, 41, 28, 0.15);
  }

  a.btn.primary:hover {
    box-shadow: 0 8px 36px rgba(218, 41, 28, 0.25);
    transform: translateY(-2px);
  }

  a.btn.secondary {
    background: rgba(218, 41, 28, 0.04);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(218, 41, 28, 0.06);
    color: rgba(255, 255, 255, 0.70);
  }

  a.btn.secondary:hover {
    background: rgba(218, 41, 28, 0.08);
    border-color: rgba(218, 41, 28, 0.12);
    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: #fff;
    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 - BADGE RED
     ============================================================ */
  .trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 4px 0;
  }

  .badge {
    background: rgba(218, 41, 28, 0.02);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(218, 41, 28, 0.03);
    border-radius: 12px;
    padding: 8px 10px;
    text-align: center;
  }

  .badge .val {
    font-size: 13px;
    font-weight: 700;
    color: #DA291C;
    display: block;
  }

  .badge .lbl {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.20);
    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(218, 41, 28, 0.10);
    border-top: 1px solid rgba(218, 41, 28, 0.02);
    margin-top: 4px;
    letter-spacing: 0.3px;
  }

  .foot strong {
    color: rgba(218, 41, 28, 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: 32px; height: 32px; }
    .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://logos-world.net/wp-content/uploads/2020/06/Manchester-United-logo-700x394.png" width="80" height="40" layout="fixed" alt="MU Logo"></amp-img>
          </div>
          <div class="meta">
            <div class="name">ZONAWD</div>
            <div class="tag">Official Partner ManutdLivestream</div>
          </div>
        </div>
        <a class="pill" href="https://gelora-setan-merah.pages.dev/" target="_blank">Login</a>
      </header>

      <!-- HERO -->
      <div class="hero">
        <amp-img src="https://cdn.zonawd.vip/images/zcdn_20260907_072155_aa9033dd624d76d5759278f4.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 Parlay & SBOBET Terpercaya 2026 | Official Partner ManutdLivestream.com</h1>
        <div class="subh">ZONAWD adalah situs parlay dan SBOBET terpercaya yang bekerjasama dengan ManutdLivestream.com sebagai official partner. Nikmati pasaran bola lengkap, odds terbaik, dan informasi parlay malam ini yang akurat. ZONAWD juga menghadirkan slot gacor dengan RTP tertinggi dan bonus new member 100%. Bergabunglah sekarang untuk pengalaman judi bola dan parlay terbaik 2026.</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>