<!doctype html>
<html lang="id">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<!-- =======================================================
     SEO — TITLE & META DESCRIPTION
     Ganti isi title & description sesuai kata kunci komunitas Anda.
     Idealnya title 50-60 karakter, description 140-160 karakter.
     ======================================================= -->
<title>Bang Doyok FTP — Komunitas Diskusi & Analisis Sepak Bola</title>
<meta name="description" content="Bang Doyok FTP adalah komunitas diskusi, analisis statistik, dan preview pertandingan sepak bola dari berbagai liga dunia. Gabung grup WhatsApp sekarang.">
<meta name="keywords" content="komunitas sepak bola, diskusi bola, analisis statistik bola, preview pertandingan, grup bola whatsapp, bang doyok ftp">
<meta name="robots" content="index, follow">
<meta name="author" content="Bang Doyok FTP">

<!-- GANTI URL INI dengan domain asli Anda setelah online (penting untuk SEO, hindari duplicate content) -->
<link rel="canonical" href="https://domain-anda.com/">

<!-- =======================================================
     OPEN GRAPH — tampilan saat link dibagikan di WhatsApp/Facebook/Telegram
     ======================================================= -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="Bang Doyok FTP">
<meta property="og:title" content="Bang Doyok FTP — Komunitas Diskusi & Analisis Sepak Bola">
<meta property="og:description" content="Diskusi, analisis statistik, dan preview pertandingan sepak bola dari berbagai liga dunia. Gabung komunitasnya sekarang.">
<!-- GANTI URL GAMBAR INI dengan gambar preview (disarankan 1200x630px) -->
<meta property="og:image" content="https://domain-anda.com/preview-image.jpg">
<meta property="og:url" content="https://domain-anda.com/">
<meta property="og:locale" content="id_ID">

<!-- =======================================================
     TWITTER CARD — tampilan saat link dibagikan di Twitter/X
     ======================================================= -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Bang Doyok FTP — Komunitas Diskusi & Analisis Sepak Bola">
<meta name="twitter:description" content="Diskusi, analisis statistik, dan preview pertandingan sepak bola dari berbagai liga dunia.">
<meta name="twitter:image" content="https://domain-anda.com/preview-image.jpg">

<!-- GANTI FAVICON DI SINI setelah Anda punya file favicon.ico / logo kecil -->
<link rel="icon" type="image/png" href="/favicon.png">

<!-- =======================================================
     JSON-LD STRUCTURED DATA — membantu Google memahami halaman ini
     sebagai profil organisasi/komunitas. Ganti isi sesuai data Anda.
     ======================================================= -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Bang Doyok FTP",
  "url": "https://domain-anda.com/",
  "description": "Komunitas diskusi, analisis statistik, dan preview pertandingan sepak bola dari berbagai liga dunia.",
  "sameAs": [
    "https://instagram.com/GANTI-USERNAME",
    "https://facebook.com/GANTI-USERNAME",
    "https://t.me/GANTI-USERNAME",
    "https://youtube.com/@GANTI-USERNAME"
  ]
}
</script>

<!-- ================= FONT ================= -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">

<style>
  /* =======================================================
     CSS VARIABLE — ganti warna di sini untuk ubah tema
     ======================================================= */
  :root{
    --bg:#060a12;
    --bg-glow-1:#0b3d2c;
    --bg-glow-2:#0a1f3d;
    --card:#0e1622;
    --card-hover:#121d2e;
    --line:#1d2a3d;
    --neon:#39ff9c;
    --neon-soft:rgba(57,255,156,0.14);
    --gold:#e7c273;
    --white:#f3f6fa;
    --muted:#8b96ab;
    --radius:18px;
    --max-w:520px;
  }
  *{box-sizing:border-box;}
  body{
    margin:0;
    background:var(--bg);
    color:var(--white);
    font-family:'Inter', sans-serif;
    -webkit-font-smoothing:antialiased;
    min-height:100vh;
  }
  h1,h2,h3{font-family:'Oswald', sans-serif; font-weight:600; margin:0;}
  a{color:inherit; text-decoration:none;}
  img{max-width:100%; display:block;}

  /* ================= BACKGROUND VISUAL (dekoratif, aria-hidden) ================= */
  .bg-fx{position:fixed; inset:0; z-index:0; overflow:hidden; pointer-events:none;}
  .bg-fx .glow-a{position:absolute; top:-120px; left:-80px; width:340px; height:340px; border-radius:50%; background:var(--bg-glow-1); filter:blur(90px); opacity:0.55;}
  .bg-fx .glow-b{position:absolute; bottom:-100px; right:-90px; width:320px; height:320px; border-radius:50%; background:var(--bg-glow-2); filter:blur(100px); opacity:0.6;}
  .bg-fx .pitch-lines{
    position:absolute; inset:0;
    background-image:
      repeating-linear-gradient(0deg, rgba(255,255,255,0.028) 0px, rgba(255,255,255,0.028) 1px, transparent 1px, transparent 58px),
      repeating-linear-gradient(90deg, rgba(255,255,255,0.028) 0px, rgba(255,255,255,0.028) 1px, transparent 1px, transparent 58px);
    mask-image:radial-gradient(ellipse at 50% 20%, black 0%, transparent 65%);
  }
  .bg-fx .center-circle{position:absolute; top:6%; left:50%; transform:translateX(-50%); width:220px; height:220px; border-radius:50%; border:1px solid rgba(57,255,156,0.12);}

  .page{position:relative; z-index:1; max-width:var(--max-w); margin:0 auto; padding:36px 20px 30px;}

  /* ================= PROFILE ================= */
  .profile{text-align:center; animation:fadeUp .5s ease both;}
  .avatar-wrap{width:96px; height:96px; margin:0 auto 16px; position:relative;}
  .avatar-ring{position:absolute; inset:-4px; border-radius:50%; background:conic-gradient(from 0deg, var(--neon), var(--gold), var(--neon)); padding:3px;}
  /* GANTI FOTO PROFILE DI SINI: ganti src pada img.avatar dengan URL logo/foto komunitas. Isi alt text dengan deskriptif untuk SEO gambar. */
  .avatar{width:100%; height:100%; border-radius:50%; object-fit:cover; border:3px solid var(--bg); position:relative; z-index:1;}
  .badge{display:inline-flex; align-items:center; gap:6px; font-size:11px; font-weight:600; letter-spacing:0.6px; color:var(--neon); background:var(--neon-soft); border:1px solid rgba(57,255,156,0.3); padding:5px 12px; border-radius:100px; margin-bottom:14px;}
  .profile h1{font-size:22px; margin-bottom:8px; line-height:1.3;}
  .profile p.desc{font-size:13.5px; color:var(--muted); line-height:1.6; max-width:340px; margin:0 auto 14px;}
  .status{display:inline-flex; align-items:center; gap:7px; font-size:12px; color:var(--muted); margin-bottom:8px;}
  .status .pulse-dot{width:7px; height:7px; border-radius:50%; background:var(--neon); box-shadow:0 0 8px var(--neon); animation:pulse 1.8s infinite ease-in-out;}

  /* ================= WHATSAPP CTA ================= */
  /* GANTI LINK WHATSAPP DI SINI: ganti href pada a.wa-cta di HTML body */
  .wa-cta{display:flex; align-items:center; justify-content:center; gap:10px; width:100%; margin-top:22px; padding:16px 20px; border-radius:var(--radius); background:linear-gradient(135deg, #21e07f, #1cc98f); color:#04170f; font-weight:700; font-size:15px; box-shadow:0 10px 26px rgba(33,224,127,0.28); transition:transform .16s ease, box-shadow .16s ease; animation:fadeUp .5s ease .05s both;}
  .wa-cta:hover{transform:translateY(-2px); box-shadow:0 14px 32px rgba(33,224,127,0.4);}
  .wa-cta:active{transform:translateY(0) scale(0.99);}

  /* ================= MENU LIST ================= */
  /* GANTI LINK MENU DI SINI: ganti href pada tiap a.menu-item di HTML body */
  .menu{display:flex; flex-direction:column; gap:12px; margin-top:22px;}
  .menu-item{display:flex; align-items:center; gap:14px; background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:15px 16px; transition:transform .16s ease, background .16s ease, border-color .16s ease; animation:fadeUp .5s ease both;}
  .menu-item:hover{background:var(--card-hover); border-color:rgba(57,255,156,0.35); transform:translateY(-2px);}
  .menu-item:active{transform:translateY(0) scale(0.99);}
  .menu-icon{width:44px; height:44px; flex-shrink:0; border-radius:12px; display:flex; align-items:center; justify-content:center; font-size:20px; background:var(--neon-soft);}
  .menu-text b{display:block; font-size:14.5px; margin-bottom:2px;}
  .menu-text span{font-size:12px; color:var(--muted); line-height:1.4;}
  .menu-arrow{margin-left:auto; color:var(--muted); font-size:16px; flex-shrink:0;}
  .menu-item:nth-child(1){animation-delay:.08s;}
  .menu-item:nth-child(2){animation-delay:.14s;}
  .menu-item:nth-child(3){animation-delay:.20s;}
  .menu-item:nth-child(4){animation-delay:.26s;}
  .menu-item:nth-child(5){animation-delay:.32s;}

  /* ================= SEO CONTENT BLOCK (teks tambahan untuk konteks Google, ringkas & tidak mengganggu UX) ================= */
  .seo-block{margin-top:26px; padding:16px; background:var(--card); border:1px solid var(--line); border-radius:var(--radius); animation:fadeUp .5s ease .34s both;}
  .seo-block h2{font-size:14px; margin-bottom:8px;}
  .seo-block p{font-size:12px; color:var(--muted); line-height:1.7;}

  /* ================= SOCIAL MEDIA ================= */
  /* GANTI SOCIAL MEDIA DI SINI: ganti href pada tiap a.social-icon di HTML body */
  .social{display:flex; justify-content:center; gap:14px; margin-top:24px; animation:fadeUp .5s ease .4s both;}
  .social-icon{width:42px; height:42px; border-radius:50%; background:var(--card); border:1px solid var(--line); display:flex; align-items:center; justify-content:center; font-size:17px; transition:transform .16s ease, border-color .16s ease;}
  .social-icon:hover{transform:translateY(-2px); border-color:rgba(57,255,156,0.4);}

  /* ================= FOOTER ================= */
  footer{text-align:center; margin-top:26px; padding-top:18px; border-top:1px solid var(--line);}
  footer p{font-size:11.5px; color:var(--muted); margin:0 0 6px; line-height:1.5;}
  footer p.disclaimer{font-size:10.5px; color:#5b6883; max-width:340px; margin:0 auto;}

  @keyframes fadeUp{from{opacity:0; transform:translateY(10px);} to{opacity:1; transform:translateY(0);}}
  @keyframes pulse{0%,100%{opacity:1;} 50%{opacity:0.35;}}
  @media (prefers-reduced-motion: reduce){
    .profile, .wa-cta, .menu-item, .social, .seo-block{animation:none;}
    .pulse-dot{animation:none;}
  }
  @media (min-width:600px){.page{padding-top:56px;}}
</style>
</head>
<body>

  <div class="bg-fx" aria-hidden="true">
    <div class="glow-a"></div>
    <div class="glow-b"></div>
    <div class="center-circle"></div>
    <div class="pitch-lines"></div>
  </div>

  <!-- Struktur semantik: header untuk profil, main untuk konten inti, footer untuk penutup -->
  <div class="page">

    <header class="profile">
      <div class="avatar-wrap">
        <div class="avatar-ring"></div>
        <!-- GANTI FOTO PROFILE DI SINI: ganti src dengan URL logo/foto komunitas. Alt text deskriptif membantu SEO gambar. -->
        <img class="avatar" src="data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' fill='%230e1622'/%3E%3Ctext x='50' y='58' font-family='Oswald, sans-serif' font-size='34' fill='%2339ff9c' text-anchor='middle'%3EBD%3C/text%3E%3C/svg%3E" alt="Logo komunitas Bang Doyok FTP">
      </div>

      <span class="badge">⚽ FOOTBALL COMMUNITY</span>

      <!-- H1 hanya satu per halaman — penting untuk SEO. Berisi nama komunitas + kata kunci utama. -->
      <h1>Bang Doyok FTP — Komunitas Diskusi &amp; Analisis Sepak Bola</h1>

      <!-- GANTI DESKRIPSI SINGKAT DI SINI -->
      <p class="desc">Komunitas diskusi, analisis statistik &amp; preview pertandingan sepak bola dari berbagai liga di dunia.</p>

      <div class="status"><span class="pulse-dot"></span> Community Active</div>
    </header>

    <main>
      <!-- GANTI LINK WHATSAPP DI SINI -->
      <a class="wa-cta" href="https://wa.me/628xxxxxxxxxx" target="_blank" rel="nofollow noreferrer" aria-label="Hubungi Admin via WhatsApp">
        <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true"><path d="M12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.79.47 3.47 1.29 4.93L2 22l5.29-1.38c1.4.76 3 1.2 4.71 1.2h.01c5.46 0 9.91-4.45 9.91-9.91C21.92 6.45 17.5 2 12.04 2zm0 18.15h-.01c-1.5 0-2.98-.4-4.27-1.16l-.3-.18-3.14.82.84-3.06-.2-.32a8.19 8.19 0 0 1-1.26-4.34c0-4.54 3.7-8.24 8.25-8.24 2.2 0 4.27.86 5.83 2.42a8.19 8.19 0 0 1 2.41 5.83c0 4.55-3.7 8.23-8.15 8.23zm4.52-6.17c-.25-.12-1.47-.72-1.7-.81-.23-.08-.4-.12-.56.13-.17.25-.65.81-.79.97-.15.17-.29.19-.54.06-.25-.12-1.04-.38-1.98-1.22-.73-.65-1.23-1.46-1.37-1.7-.15-.25-.02-.38.11-.5.11-.11.25-.29.37-.44.12-.14.16-.25.25-.41.08-.17.04-.31-.02-.44-.06-.12-.56-1.35-.77-1.85-.2-.48-.4-.42-.56-.43h-.48c-.17 0-.44.06-.67.31-.23.25-.87.85-.87 2.08 0 1.22.89 2.4 1.01 2.57.12.17 1.75 2.68 4.25 3.75.59.26 1.05.41 1.41.52.59.19 1.13.16 1.55.1.47-.07 1.47-.6 1.68-1.18.2-.58.2-1.08.14-1.18-.06-.11-.23-.17-.48-.29z"/></svg>
        Hubungi Admin
      </a>

      <!-- GANTI LINK MENU DI SINI: ganti href pada tiap a.menu-item -->
      <nav class="menu" aria-label="Menu komunitas">
        <a class="menu-item" href="#">
          <div class="menu-icon" aria-hidden="true">⚽</div>
          <div class="menu-text"><b>Preview Pertandingan Hari Ini</b><span>Lihat pembahasan pertandingan terbaru</span></div>
          <div class="menu-arrow" aria-hidden="true">›</div>
        </a>
        <a class="menu-item" href="#">
          <div class="menu-icon" aria-hidden="true">📊</div>
          <div class="menu-text"><b>Analisis &amp; Statistik</b><span>Statistik dan data pertandingan</span></div>
          <div class="menu-arrow" aria-hidden="true">›</div>
        </a>
        <a class="menu-item" href="#">
          <div class="menu-icon" aria-hidden="true">🏆</div>
          <div class="menu-text"><b>Jadwal Pertandingan</b><span>Informasi jadwal laga terbaru</span></div>
          <div class="menu-arrow" aria-hidden="true">›</div>
        </a>
        <a class="menu-item" href="#">
          <div class="menu-icon" aria-hidden="true">💬</div>
          <div class="menu-text"><b>Grup Komunitas</b><span>Gabung dan diskusi bersama komunitas</span></div>
          <div class="menu-arrow" aria-hidden="true">›</div>
        </a>
        <a class="menu-item" href="#">
          <div class="menu-icon" aria-hidden="true">📱</div>
          <div class="menu-text"><b>Hubungi Admin</b><span>Pertanyaan seputar komunitas</span></div>
          <div class="menu-arrow" aria-hidden="true">›</div>
        </a>
      </nav>

      <!-- Blok teks singkat khusus untuk konteks SEO. Google butuh sedikit teks nyata untuk memahami topik halaman,
           di luar tombol-tombol menu. Edit sesuai gaya bahasa komunitas Anda, jangan copy-paste dari situs lain. -->
      <section class="seo-block">
        <h2>Tentang Bang Doyok FTP</h2>
        <p>Bang Doyok FTP adalah komunitas untuk pecinta sepak bola yang ingin berdiskusi tentang preview pertandingan, statistik tim, susunan pemain, dan jadwal liga dari berbagai kompetisi dunia. Bergabung lewat grup WhatsApp untuk ngobrol bareng anggota lain setiap hari.</p>
      </section>

      <!-- GANTI SOCIAL MEDIA DI SINI -->
      <div class="social">
        <a class="social-icon" href="#" aria-label="Instagram Bang Doyok FTP">📷</a>
        <a class="social-icon" href="#" aria-label="Facebook Bang Doyok FTP">📘</a>
        <a class="social-icon" href="#" aria-label="Telegram Bang Doyok FTP">✈️</a>
        <a class="social-icon" href="#" aria-label="YouTube Bang Doyok FTP">▶️</a>
        <a class="social-icon" href="#" aria-label="WhatsApp Bang Doyok FTP">💬</a>
      </div>
    </main>

    <footer>
      <p>&copy; <span id="year"></span> Bang Doyok FTP • Football Community</p>
      <p class="disclaimer">Konten diskusi dan analisis merupakan opini komunitas untuk hiburan, bukan ajakan atau sarana perjudian.</p>
    </footer>

  </div>

  <script>
    document.getElementById('year').textContent = new Date().getFullYear();
  </script>

</body>
</html>