
<!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>DUBAITOTO : Situs Togel Gacor dengan Pasaran Lengkap 2026 | Daftar & Login Terbaru</title>
  <meta name="description" content="DUBAITOTO adalah situs togel gacor dengan pasaran lengkap SG, HK, SDY, MACAU dan diskon bet 66%. Nikmati bonus new member 100%, cashback mingguan, dan akses mudah tanpa blokir. Daftar DUBAITOTO sekarang dan rasakan sensasi togel gacor terbaik 2026." />
  <meta name="robots" content="index,follow" />
  <link rel="canonical" href="https://opuscompany.com.br/" />
  <link rel="icon" href="https://kejar-kemenengan-sampai-ke-dubai.pages.dev/kejar-kemenengan-sampai-ke-dubai.png" />
  <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://kejar-kemenengan-sampai-ke-dubai.pages.dev/kejar-kemenengan-sampai-ke-dubai.png') no-repeat center/cover fixed;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 12px;
    position: relative;
  }

  /* OVERLAY GELAP (BACAAN TETAP JELAS) */
  body::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 0;
  }

  .wrap {
    width: 100%;
    max-width: 440px;
    position: relative;
    z-index: 1;
  }

  /* ============================================================
     CARD - GLASSMORPHISM (TRANSPARAN POLOS)
     ============================================================ */
  .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.04);
    border-radius: 32px;
    box-shadow:
      0 8px 48px rgba(0, 0, 0, 0.40),
      inset 0 1px 0 rgba(255, 255, 255, 0.02);
    overflow: hidden;
    position: relative;
  }

  /* GLOW BORDER HALUS */
  .card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 32px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
    -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(255, 255, 255, 0.02);
  }

  .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
  }

  .logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.02);
    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: rgba(255, 255, 255, 0.85);
    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, 255, 255, 0.04);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.04);
    text-decoration: none;
    transition: 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .pill:hover { background: rgba(255, 255, 255, 0.08); }

  /* ============================================================
     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(0,0,0,.40) 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: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.04);
    color: #fff;
  }

  a.btn.primary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.08);
    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.02);
    color: rgba(255, 255, 255, 0.50);
  }

  a.btn.secondary:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.06);
    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 GLASS
     ============================================================ */
  .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: rgba(255, 255, 255, 0.85);
    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(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.01);
    margin-top: 4px;
    letter-spacing: 0.3px;
  }

  .foot strong {
    color: rgba(255, 255, 255, 0.15);
    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="meta">
            <div class="name">DUBAITOTO</div>
            <div class="tag">Slot Gacor Terbaik</div>
          </div>
        </div>
        <a class="pill" href="https://kejar-kemenengan-sampai-ke-dubai.pages.dev/" target="_blank">Login</a>
      </header>

      <!-- HERO -->
      <div class="hero">
        <amp-img src="https://kejar-kemenengan-sampai-ke-dubai.pages.dev/kejar-kemenengan-sampai-ke-dubai.png" width="800" height="800" layout="responsive" alt="DUBAITOTO"></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>DUBAITOTO : Situs Togel Gacor dengan Pasaran Lengkap 2026 | Daftar & Login Terbaru</h1>
        <div class="subh">DUBAITOTO adalah situs togel gacor dengan pasaran lengkap SG, HK, SDY, MACAU dan diskon bet 66%. Nikmati bonus new member 100%, cashback mingguan, dan akses mudah tanpa blokir. Daftar DUBAITOTO sekarang dan rasakan sensasi togel gacor 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>DUBAITOTO</strong> · All rights reserved
      </footer>

    </section>
  </main>
</body>
</html>