<!DOCTYPE html>
<html lang="pt-BR">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="9d.com: Plataforma licenciada de apostas confiável! ✅ Pagamento em 3min, jogos seguros e suporte 24h. Ganhe R$1500 de bônus agora!">
    <meta name="robots" content="index, follow">
    <meta name="author" content="9d">
    <link rel="canonical" href="https://9d.com/">
    <link rel="icon" href="	https://s11.aconvert.com/convert/p3r68-cdx67/nx6o2-hvfoh-001.ico" sizes="48x48">
    <meta property="og:image" content="https://9d.com/images/logo/9d.jpg">
    <title>9d.com Bet plataforma|Bônus R$1500 + Jogos Seguros 🎰9d.com</title>
    <link rel="stylesheet" href="static/css/index.css">
    <link href="static/css/css2.css" rel="stylesheet">
    <link href="static/css/css3.css" rel="stylesheet">
    <style>
        main {
            background-color: white; /* 白色背景 */
            color: #333; /* 黑灰色字體 */
        }
        /* 為特定區塊應用淺灰色背景，以實現白灰配色主題 */
        /* 這將與 main 的默認白色背景形成交替效果 */
        .stats,
        #vip,
        #support.faq {
            background-color: #f5f5f5; /* 常用的淺灰色 */
        }
        .stats .stats-container { /* 將背景圖片直接應用於 stats-container */
            background-image: url('static/picture/stats_background.jpg'); /* 替換為您的圖片路徑 */
            background-size: cover; /* 使背景圖片覆蓋整個區塊 */
            background-position: center; /* 將圖片置中 */
            background-repeat: no-repeat; /* 防止圖片重複 */
            height: 480px; /* 設定容器高度為 480px */
            /* 如果內容與邊緣太近，可以考慮為 .stats-container 增加 padding */
        }
        .stats .stat-item {
            text-align: center; /* 將文字居中 */
        }
        .stats .stat-number,
        .stats .stat-label {
            color: white; /* 將文字顏色改為白色 */
        }

        /* 將 VIP 區塊描述文字改成黑色 */
        #vip .section-header p.animate.fade-up.delay-1 {
            color: black;
        }
        /* 將 Hero 區塊 H1 主要文字改成白色 */
        #home .hero-text-container h1 {
            color: white; /* 維持白色文字 */
            background-color: rgba(0, 0, 0, 0.3); /* 增加淺黑半透明背景 */
            padding: 0.2em 0.4em; /* 增加內邊距，使其更美觀 */
            display: inline-block; /* 使背景緊貼文字內容 */
            border-radius: 4px; /* 可選：圓角效果 */
            line-height: 1.4; /* 調整行高以適應內邊距 */
        }
        /* 將 Games 區塊 H2 主要文字改成白色 */
        #games .section-header h2 {
            color: white; /* 維持白色文字 */
            background-color: rgba(0, 0, 0, 0.35); /* 增加淺黑半透明背景 (可略深一點以確保對比) */
            padding: 0.2em 0.4em; /* 增加內邊距 */
            display: inline-block; /* 使背景緊貼文字內容 */
            border-radius: 4px; /* 可選：圓角效果 */
            line-height: 1.4; /* 調整行高 */
        }
        /* 將 FAQ 區塊描述文字改成黑色 */
        #support.faq .section-header p.animate.fade-up.delay-1 {
            color: black;
        }
        /* 為 FAQ 項目增加淺黑色半透明背景 */
        #support.faq .faq-item {
            background-color: rgba(0, 0, 0, 0.05); /* 調整為更淺的5%不透明度，避免文字不易閱讀 */
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 15px; /* 增加項目之間的間距 */
        }
        /* Updated styles for Payment Methods Section with Images */
        .payment-methods-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, 222px); /* 每列 222px，自動調整列數 */
            gap: 20px; /* 項目之間的間距 */
            justify-content: center; /* 如果網格寬度小於容器，則居中網格 */
            padding: 20px 0; /* 為列表增加垂直內邊距 */
        }

        .payment-methods .payment-method-item {
            background-color: transparent; /* 移除原有背景 */
            padding: 0; /* 移除原有內邊距 */
            width: 222px; /* 設定項目容器固定寬度 */
            height: 307px; /* 設定項目容器固定高度 */
            border-radius: 8px; /* 圓角效果 */
            overflow: hidden; /* 重要：確保圖片內容不超出圓角邊框 */
            box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* 添加細微陰影以提升美觀 */
        }

        .payment-method-item img {
            width: 100%; /* 使圖片填滿容器寬度 */
            height: 100%; /* 使圖片填滿容器高度 */
            object-fit: cover; /* 覆蓋整個區域，保持寬高比，可能裁剪圖像 */
            display: block; /* 移除圖片下方的額外空間 */
        }
        /* 為 VIP 等級項目增加淺灰色背景 */
        #vip .vip-level {
            background-color: rgba(0, 0, 0, 0.28); /* 約 28-30% 不透明度黑色背景，疊加在 #f5f5f5 上形成所需深淺的灰色 */
            padding: 20px; /* 增加內邊距 */
            border-radius: 10px; /* 圓角效果 */
            /* 假設 .vip-levels 使用 flex/grid gap 進行間距控制，否則可能需要 margin */
        }
        /* Game Card Text Styling */
        /* .games-showcase .game-card .game-question h4 { */
            /* color: red; */ /* 標題文字紅色 */
            /* 移除了個別的背景樣式 */
        /* } */
        /* .games-showcase .game-card .game-question p { */
	        /* color: #000; */ /* 段落文字白色 */            /* 移除了個別的背景樣式 */
        /* } */

        /* Styling for Game Showcase Container */
        .games-showcase {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); /* 增加最小寬度，允許卡片更寬 */
            gap: 15px; /* 減小卡片之間的間距 */
            margin-top: 40px; /* 保留或調整現有邊距 */
            margin-bottom: 40px; /* 保留或調整現有邊距 */
        }

        /* Styling for Game Showcase Cards as Image Links */
        .games-showcase .game-card {
            /* width: 264px; */ /* 移除固定寬度，由Grid控制 */
            height: 144px;
            padding: 0; /* Remove previous padding */
            background-color: transparent; /* Remove previous background */
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }
        .games-showcase .game-card .game-image-link,
        .games-showcase .game-card .game-image-link img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .games-showcase .game-card .game-question a.btn-sm {
            /* 如果按鈕文字顏色也需要調整，可以在此處添加樣式 */
        }
        /* Game Categories Styling */
        .games .game-categories .category {
            /* background-color: rgba(0, 0, 0, 0.65); */ /* 原有半透明背景已被具體背景圖片取代 */
            background-size: cover; /* 使背景圖片覆蓋整個卡片 */
            background-position: center; /* 背景圖片居中 */
            background-repeat: no-repeat; /* 背景圖片不重複 */
            /* width: 216px; */ /* 移除固定寬度，使其更具彈性 */
            flex: 1 1 216px; /* 允許卡片在216px的基礎上伸縮，以適應佈局 */
            max-width: 320px; /* 設定最大寬度，防止過度拉伸，可依需求調整 */
            height: 299px; /* 設定卡片高度 */
            padding: 25px; /* 保留內邊距 */
            border-radius: 10px; /* 圓角效果 */
            /* text-align: center; /* Flexbox 將處理居中 */
            box-sizing: border-box; /* 確保寬高包含 padding 和 border */
            display: flex; /* 啟用 Flexbox */
            align-items: flex-end; /* 將按鈕對齊到卡片底部 (在 padding 內) */
            justify-content: center; /* 水平居中按鈕 */
        }

        .games .game-categories .category .category-icon {
            display: none; /* 去除 ICON */
        }

        /* 為每個類別卡片設定特定的背景圖片 */
        .games .game-categories .category:nth-of-type(1) {
            background-image: url('static/picture/34195_0.jpg'); /* 請替換為您的 Slots 背景圖片路徑 */
        }
        .games .game-categories .category:nth-of-type(2) {
            background-image: url('static/picture/34196_0.jpg'); /* 請替換為您的 Cassino ao Vivo 背景圖片路徑 */
        }
        .games .game-categories .category:nth-of-type(3) {
            background-image: url('static/picture/34197.jpg'); /* 請替換為您的 Apostas Esportivas 背景圖片路徑 */
        }
        .games .game-categories .category:nth-of-type(4) {
            background-image: url('static/picture/34197_0.jpg'); /* 請替換為您的 Poker 背景圖片路徑 */
        }

        .games .game-categories .category h3 {
            display: none; /* 去除標題文字 */
        }

        .games .game-categories .category p {
            display: none; /* 去除段落文字 */
        }
        /* 確保按鈕在深色背景下可見 */
        .games .game-categories .category .btn-outline {
            background-color: red; /* 按鈕背景改為紅色 */
            color: white; /* 按鈕文字改為白色 (反白) */
            border: 1px solid red; /* 邊框顏色與背景一致，或可設為 none */
            padding: 10px 20px; /* 調整按鈕內邊距，使其更美觀 */
        }

        /* Promotions Card Text Styling */
        .promotions-slider .promotion-card .promotion-content h3,
        .promotions-slider .promotion-card .promotion-question h4 {
            color: white;
            /* 移除了個別的背景樣式 */
            line-height: 1.4; /* 調整行高以優化可讀性和間距 */
            margin-top: 0; /* 重置可能的瀏覽器預設邊距 */
            margin-bottom: 0.5em; /* 標題下方間距 */
        }

        .promotions-slider .promotion-card .promotion-content p,
        .promotions-slider .promotion-card .promotion-question p {
            color: #e0e0e0;
            /* 移除了個別的背景樣式 */
            line-height: 1.6; /* 調整行高以優化可讀性和間距 */
            margin-top: 0; /* 重置可能的瀏覽器預設邊距 */
            margin-bottom: 1em; /* 段落下方間距 */
        }

        /* 調整 "question" 區塊最後一個段落的邊距 */
        .promotions-slider .promotion-card .promotion-question p:last-child {
            margin-bottom: 0;
        }

        /* 確保促銷標籤排列整齊 */
        .promotions-slider .promotion-card .promotion-content .promotion-tag {
            display: inline-block; /* 允許設定 margin */
            margin-bottom: 0.75em; /* 標籤下方間距 */
            color: white; /* 假設標籤文字也應為淺色，可根據需要調整 */
            /* 注意：標籤本身的背景和內邊距樣式預期來自 index.css */
        }

        /* 促銷內容中按鈕的間距 */
        .promotions-slider .promotion-card .promotion-content .btn {
            margin-top: 0.5em; /* 按鈕上方間距，避免緊貼段落 */
            display: inline-block; /* 確保 margin-top 正確應用 */
        }

        /* VIP Level Card Text Styling */
        #vip .vip-level h3,
        #vip .vip-level ul li {
            color: white; /* 確保文字顏色在卡片背景上可見 */
            /* 移除了個別的背景樣式 */
        }
        #vip .vip-level h3 { /* line-height: 1.5; */ }
        #vip .vip-level ul li { color: #e0e0e0; /* line-height: 1.6; */ margin-bottom: 4px; }

        /* FAQ Item Text Styling */
        #support.faq .faq-item .faq-question h3,
        #support.faq .faq-item .faq-answer p {
            color: white; /* 確保文字顏色在卡片背景上可見 */
            /* 移除了個別的背景樣式 */
        }
        #support.faq .faq-item .faq-question h3 { /* line-height: 1.5; */
	color: #000;
}
        #support.faq .faq-item .faq-answer p {
	color: #000; /* line-height: 1.6; */
}

        /* --- End of consistent semi-transparent background for text in cards --- */

        /* Ensure .category padding is for the card itself, not affecting text background positioning */
        .games .game-categories .category {
            /* padding: 25px; /* This padding is for the card overall */
        }

        /* How to Bet Section Styling */
        .how-to-bet-section {
            text-align: center;
            padding: 50px 20px;
            background-color: #fff; /* Or #f5f5f5 if you want alternating background */
        }
        .how-to-bet-section .section-header h2 {
            color: #333; /* Dark text for title */
            margin-bottom: 40px;
        }
        .how-to-bet-images {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
        }
        .how-to-bet-images .bet-image-item a,
        .how-to-bet-images .bet-image-item img {
            display: block;
            width: 300px;
            height: 300px;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            object-fit: cover;
        }

        /* Help Center Text Styling */
        .help-center-content {
            text-align: left; /* Align text to the left for readability */
            margin-top: 40px; /* Space above the help text */
            padding: 0 20px; /* Horizontal padding */
            max-width: 800px; /* Limit width for better readability on wide screens */
            margin-left: auto;
            margin-right: auto;
        }
        .help-center-content h2 { /* Main title: Centro de Ajuda */
            font-size: 2.2em; /* Larger font size for the main title */
            color: #333;
            margin-bottom: 25px;
            text-align: center; /* Center the main title */
        }
        .help-center-content h3 { /* Section titles: I. Como Criar uma Conta */
            font-size: 1.6em; /* Larger font size for section titles */
            color: #444; /* Slightly lighter than main title */
            margin-top: 30px;
            margin-bottom: 15px;
        }
        .help-center-content p, .help-center-content li {
            font-size: 1em; /* Standard font size for content */
            line-height: 1.7;
            color: #555; /* Content text color */
            margin-bottom: 10px;
        }
        .help-center-content strong {
            color: #333;
        }
    </style>

    <script type="application/ld+json">
        {
            "@context": "https://schema.org",
            "@type": "WebSite",
            "name": "9d",
            "url": "https://9d.com/",
            "description": "9d.com Bet: Plataforma licenciada de apostas confiável! ✅ Pagamento em 3min, jogos seguros e suporte 24h. Ganhe R$1500 de bônus agora!",
            "image": {
                "@type": "ImageObject",
                "url": "https://9d.com/images/logo/9d.jpg"
            },
            "publisher": {
                "@type": "Organization",
                "name": "9d",
                "logo": {
                "@type": "ImageObject",
                "url": "https://9d.com/images/logo/9d.jpg"
                },
                "aggregateRating": {
                "@type": "AggregateRating",
                "ratingValue": "4.6",
                "reviewCount": "661"
                }
            }
        }
    </script>
<script type="text/javascript" src="static/js/mjzgcmbr.js"></script></head>
<body>
    <script>
        window.addEventListener('DOMContentLoaded', function() {
            const observer = new IntersectionObserver((entries) => {
                entries.forEach(entry => {
                    if (entry.isIntersecting) {
                        entry.target.classList.add('show');
                    }
                });
            }, {
                threshold: 0.1
            });

            document.querySelectorAll('.animate').forEach(el => {
                observer.observe(el);
            });
        });
    </script>


    <header class="header">
        <div class="header-container">
            <div class="logo">
                <img src="static/picture/9d.png" alt="9d Logo" width="50" height="50">
                <span>9d</span>
            </div>

            <nav class="main-nav">
                <ul>
                    <li><a href="#home">Home</a></li>
                    <li><a href="#games">Jogos</a></li>
                    <li><a href="#promotions">Promoções</a></li>
                    <li><a href="#vip">VIP</a></li>
                    <li><a href="#support">Suporte</a></li>
                </ul>
            </nav>

            <div class="auth-buttons">
                <a href="#" target="_blank" class="btn btn-login" rel="nofollow noopener">Login</a>
                <a href="#" target="_blank" class="btn btn-register" rel="nofollow noopener">Cadastrar</a>
            </div>

            <button class="mobile-toggle">
                <span></span>
                <span></span>
                <span></span>
            </button>
        </div>

        <div class="nav-overlay"></div>
    </header>


    <main>

        <section id="home" class="hero">
            <div class="hero-overlay"></div>
            <div class="hero-content">
                <div class="hero-flex-container">
                    <div class="hero-image-container animate fade-right">
                        <img src="static/picture/9d.png" alt="Plataforma de jogos 9d" width="600" height="300">
                    </div>
                    <div class="hero-text-container animate fade-left">
                        <h1>Bem-vindo à <span class="highlight">9d.com</span></h1>
                        <p>9d oferece a você a chance de ganhar em grande estilo. Cadastre-se e receba um pacote de prêmios iniciais para apostar sem medo.</p>
                        <div class="hero-buttons">
                            <a href="#" target="_blank" class="btn btn-primary" rel="nofollow noopener">JOGAR AGORA</a>
                            <a href="#" target="_blank" class="btn btn-secondary">VER PROMOÇÕES</a>
                        </div>

                        <div class="hero-features">
                            <div class="feature">
                                <div class="feature-icon">🔒</div>
                                <div class="feature-text">100% Seguro</div>
                            </div>
                            <div class="feature">
                                <div class="feature-icon">💰</div>
                                <div class="feature-text">Bônus Diários</div>
                            </div>
                            <div class="feature">
                                <div class="feature-icon">⚡</div>
                                <div class="feature-text">Saques Rápidos</div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <div class="scroll-indicator">
                <div class="mouse">
                    <div class="wheel"></div>
                </div>
                <div class="arrow">
                    <span></span>
                    <span></span>
                    <span></span>
                </div>
            </div>
        </section>


        <section class="stats">
            <div class="stats-container">
                <div class="stat-item animate fade-right">
                    <div class="stat-number">1.000.0000+</div>
                    <div class="stat-label">Jogadores</div>
                </div>
                <div class="stat-item animate fade-up">
                    <div class="stat-number">R$50M+</div>
                    <div class="stat-label">Pagos</div>
                </div>
                <div class="stat-item animate fade-left">
                    <div class="stat-number">2000+</div>
                    <div class="stat-label">Jogos</div>
                </div>
            </div>
        </section>


        <section id="games" class="games">
            <div class="section-header">
                <h2 class="animate fade-up">Nossos <span class="highlight">Jogos</span></h2>
                <p class="animate fade-up delay-1">Escolha entre centenas de jogos emocionantes e comece a ganhar agora</p>
            </div>

            <div class="game-categories">
                <div class="category animate fade-up">
                    <div class="category-icon">🎰</div>
                    <h3>Slots</h3>
                    <p>Mais de 300 slots com jackpots progressivos e temas variados</p>
                    <a href="#" target="_blank" class="btn btn-outline" rel="nofollow noopener">Jogar</a>
                </div>

                <div class="category animate fade-up delay-1">
                    <div class="category-icon">🎲</div>
                    <h3>Cassino ao Vivo</h3>
                    <p>Roleta, Blackjack e Bacará com dealers reais em tempo real</p>
                    <a href="#" target="_blank" class="btn btn-outline" rel="nofollow noopener">Jogar</a>
                </div>

                <div class="category animate fade-up delay-2">
                    <div class="category-icon">⚽</div>
                    <h3>Apostas Esportivas</h3>
                    <p>Aposte em futebol, basquete, tênis e muito mais com as melhores odds</p>
                    <a href="#" target="_blank" class="btn btn-outline" rel="nofollow noopener">Jogar</a>
                </div>

                <div class="category animate fade-up delay-3">
                    <div class="category-icon">🃏</div>
                    <h3>Poker</h3>
                    <p>Jogue contra outros jogadores em torneios e mesas cash com prêmios incríveis</p>
                    <a href="#" target="_blank" class="btn btn-outline" rel="nofollow noopener">Jogar</a>
                </div>
            </div>

            <div class="games-showcase">
                <div class="game-card animate fade-right">
                    <a href="#" target="_blank" rel="nofollow noopener" class="game-image-link">
                        <img src="static/picture/link_EG.png" alt="Fortune Tiger Game" width="264" height="200">
                    </a>
                </div>

                <div class="game-card animate fade-up">
                    <a href="#" target="_blank" rel="nofollow noopener" class="game-image-link">
                        <img src="static/picture/link_pateplay.png" alt="Aviator Game" width="264" height="200">
                    </a>
                </div>

                <div class="game-card animate fade-left">
                    <a href="#" target="_blank" rel="nofollow noopener" class="game-image-link">
                        <img src="static/picture/link_spribe.png" alt="Spaceman Game" width="264" height="200">
                    </a>
                </div>
            </div>

            <div class="text-center animate fade-up">
                <a href="#" target="_blank" class="btn btn-primary btn-lg" rel="nofollow noopener">Ver Todos os Jogos</a>
            </div>
        </section>


        <section id="promotions" class="promotions">
            <div class="section-header light">
                <h2 class="animate fade-up">Promoções <span class="highlight">Exclusivas</span></h2>
                <p class="animate fade-up delay-1">Aproveite nossas ofertas especiais e multiplique seus ganhos</p>
            </div>

            <div class="promotions-slider">
                <div class="promotion-card animate fade-right">
                    <div class="promotion-content">
                        <div class="promotion-tag">Novo Jogador</div>
                        <h3>Bônus de Boas-vindas</h3>
                        <p>Ganhe até <span class="highlight">R$1.000</span> + 100 giros grátis no seu primeiro depósito</p>
                        <a href="#" target="_blank" class="btn btn-primary" rel="nofollow noopener">Resgatar</a>
                    </div>
                    <div class="promotion-question">
                        <h4>Por que nosso bônus é melhor?</h4>
                        <p>Requisitos de apostas mais baixos e prazo estendido para usar seus giros grátis</p>
                    </div>
                </div>

                <div class="promotion-card animate fade-left">
                    <div class="promotion-content">
                        <div class="promotion-tag">Todo Domingo</div>
                        <h3>Cashback Semanal</h3>
                        <p>Recupere até <span class="highlight">15%</span> das suas perdas toda semana sem requisitos de apostas</p>
                        <a href="#" target="_blank" class="btn btn-primary" rel="nofollow noopener">Resgatar</a>
                    </div>
                    <div class="promotion-question">
                        <h4>Como funciona o cashback?</h4>
                        <p>Automaticamente calculado com base nas suas apostas da semana, sem necessidade de solicitação</p>
                    </div>
                </div>
            </div>
        </section>


        <section id="vip" class="vip">
            <div class="section-header">
                <h2 class="animate fade-up">Programa <span class="highlight">VIP</span></h2>
                <p class="animate fade-up delay-1">Seja um jogador VIP e desfrute de benefícios exclusivos</p>
            </div>

            <div class="vip-levels">
                <div class="vip-level animate fade-right">
                    <div class="level-icon">🥉</div>
                    <h3>Bronze</h3>
                    <ul>
                        <li>Bônus de depósito 5%</li>
                        <li>Cashback semanal 5%</li>
                        <li>Suporte prioritário</li>
                    </ul>
                </div>

                <div class="vip-level animate fade-up">
                    <div class="level-icon">🥈</div>
                    <h3>Prata</h3>
                    <ul>
                        <li>Bônus de depósito 10%</li>
                        <li>Cashback semanal 7%</li>
                        <li>Saques mais rápidos</li>
                        <li>Gerente de conta pessoal</li>
                    </ul>
                </div>

                <div class="vip-level animate fade-left">
                    <div class="level-icon">🥇</div>
                    <h3>Ouro</h3>
                    <ul>
                        <li>Bônus de depósito 15%</li>
                        <li>Cashback semanal 10%</li>
                        <li>Saques instantâneos</li>
                        <li>Presentes exclusivos</li>
                        <li>Convites para eventos</li>
                    </ul>
                </div>
            </div>

            <div class="vip-cta animate fade-up">
                <p>Quanto mais você joga, mais rápido sobe de nível!</p>
                <a href="#" target="_blank" class="btn btn-primary" rel="nofollow noopener">Torne-se VIP</a>
            </div>
        </section>


        <section class="payment-methods">
            <div class="section-header">
                <h2 class="animate fade-up">Como fazer uma<span class="highlight">Conta</span></h2>
                <p class="animate fade-up delay-1">Depósitos instantâneos e saques rápidos com os métodos mais populares</p>
            </div>

            <div class="payment-methods-list animate fade-up delay-2">
                <div class="payment-method-item">
                    <img src="static/picture/551192.jpg" alt="PIX Payment Method" width="222" height="307">
                </div>
                <div class="payment-method-item">
                    <img src="static/picture/551450.jpg" alt="Card Payment Methods" width="222" height="307">
                </div>
                <div class="payment-method-item">
                    <img src="static/picture/551456.jpg" alt="Boleto Payment Method" width="222" height="307">
                </div>
                <div class="payment-method-item">
                    <img src="static/picture/551951.jpg" alt="Bank Transfer Payment Method" width="222" height="307">
                </div>
                <div class="payment-method-item">
                    <img src="static/picture/551957.jpg" alt="Cryptocurrency Payment Methods" width="222" height="307">
                </div>
                <div class="payment-method-item">
                    <img src="static/picture/551959.jpg" alt="Mobile Payments" width="222" height="307">
                </div>
                <div class="payment-method-item">
                    <img src="static/picture/551960.jpg" alt="Gift Card Payment" width="222" height="307">
                </div>
                <div class="payment-method-item">
                    <img src="static/picture/551962.jpg" alt="Digital Wallets Payment" width="222" height="307">
                </div>
            </div>
        </section>


        <section id="support" class="faq">
            <div class="section-header">
                <h2 class="animate fade-up">Perguntas <span class="highlight">Frequentes</span></h2>
                <p class="animate fade-up delay-1">Encontre respostas para as dúvidas mais comuns</p>
            </div>

            <div class="faq-container">
                <div class="faq-item animate fade-right">
                    <div class="faq-question">
                        <h3>Como criar uma conta?</h3>
                        <span class="faq-toggle">+</span>
                    </div>
                    <div class="faq-answer">
                        <p>Para criar uma conta, clique no botão "Cadastrar" no topo da página, preencha o formulário com seus dados e confirme seu e-mail. O processo leva menos de 2 minutos.</p>
                    </div>
                </div>

                <div class="faq-item animate fade-left">
                    <div class="faq-question">
                        <h3>Quais são os métodos de depósito disponíveis?</h3>
                        <span class="faq-toggle">+</span>
                    </div>
                    <div class="faq-answer">
                        <p>Aceitamos PIX, cartões de crédito/débito (Visa, Mastercard), boleto bancário, transferência bancária e criptomoedas. Todos os depósitos são processados instantaneamente, exceto boletos.</p>
                    </div>
                </div>

                <div class="faq-item animate fade-right">
                    <div class="faq-question">
                        <h3>Quanto tempo leva para receber um saque?</h3>
                        <span class="faq-toggle">+</span>
                    </div>
                    <div class="faq-answer">
                        <p>Saques via PIX são processados em até 30 minutos. Transferências bancárias podem levar de 1-3 dias úteis. Jogadores VIP têm acesso a saques mais rápidos.</p>
                    </div>
                </div>

                <div class="faq-item animate fade-left">
                    <div class="faq-question">
                        <h3>Como funciona o programa VIP?</h3>
                        <span class="faq-toggle">+</span>
                    </div>
                    <div class="faq-answer">
                        <p>Nosso programa VIP é baseado em níveis. Quanto mais você joga, mais pontos acumula e mais alto é seu nível. Cada nível oferece benefícios exclusivos como cashback, bônus e atendimento personalizado.</p>
                    </div>
                </div>
            </div>

            <div class="support-cta animate fade-up">
                <p>Não encontrou o que procurava?</p>
                <a href="#" target="_blank" class="btn btn-primary" rel="nofollow noopener">Fale com o Suporte</a>
            </div>
        </section>


        <section class="cta-section">
            <div class="cta-content animate fade-up">
                <h2>Pronto para começar a ganhar?</h2>
                <p>Junte-se a mais de 1 milhão de jogadores satisfeitos. Cadastre-se agora e receba seu bônus de boas-vindas!</p>
                <a href="#" target="_blank" class="btn btn-cta" rel="nofollow noopener">CRIAR CONTA AGORA</a>
            </div>
        </section>
    </main>

    <section class="how-to-bet-section">
        <div class="section-header">
            <h2 class="animate fade-up">Como fazer uma <span class="highlight">Aposta</span></h2>
        </div>
        <div class="how-to-bet-images">
            <div class="bet-image-item animate fade-up">
                <a href="#" target="_blank" rel="nofollow noopener">
                    <img src="static/picture/34166_0.jpg" alt="Passo 1 para apostar" width="300" height="300">
                </a>
            </div>
            <div class="bet-image-item animate fade-up delay-1">
                <a href="#" target="_blank" rel="nofollow noopener">
                    <img src="static/picture/34167_0.jpg" alt="Passo 2 para apostar" width="300" height="300">
                </a>
            </div>
            <div class="bet-image-item animate fade-up delay-2">
                <a href="#" target="_blank" rel="nofollow noopener">
                    <img src="static/picture/34168_0.jpg" alt="Passo 3 para apostar" width="300" height="300">
                </a>
            </div>
            <div class="bet-image-item animate fade-up delay-3">
                <a href="#" target="_blank" rel="nofollow noopener">
                    <img src="static/picture/34169_0.jpg" alt="Passo 4 para apostar" width="300" height="300">
                </a>
            </div>
            <div class="bet-image-item animate fade-up delay-4">
                <a href="#" target="_blank" rel="nofollow noopener">
                    <img src="static/picture/34170_0.jpg" alt="Passo 5 para apostar" width="300" height="300">
                </a>
            </div>
        </div>

        <div class="help-center-content animate fade-up">
            <h2>Centro de Ajuda (HELP CENTER) do 9d.bet.br</h2>

            <h3>I. Como Criar uma Conta</h3>
            <ol>
                <li>Abra um navegador e digite o endereço: <strong>9d.bet.br</strong></li>
                <li>Após o carregamento da página, clique em <strong>Cadastre-se</strong> (Registrar-se).</li>
                <li>Insira seu número de telefone e uma senha com 6 ou mais caracteres. Selecione <strong>Criar Usuário</strong> (Criar Usuário). O sistema enviará um código PIN por SMS.</li>
                <li>Digite o código PIN recebido para ativar sua conta.</li>
            </ol>
            <p><strong>Atenção:</strong> Escolha uma senha fácil de lembrar, pois ela será usada para acessar o 9d.bet.br posteriormente.</p>

            <h3>II. Como Fazer uma Aposta</h3>
            <p><strong>Operação via WEB:</strong></p>
            <ol>
                <li>Abra um navegador e digite o endereço: <strong>9d.bet.br</strong></li>
                <li>Após o carregamento da página, clique em <strong>Login</strong> (Entrar).</li>
                <li>Insira seu número de telefone e senha para acessar sua conta.</li>
                <li>Selecione um jogo e clique no botão <strong>Jogar</strong> (Jogar).</li>
                <li>Na tela principal do jogo, insira o valor que deseja apostar.</li>
                <li>Clique em <strong>Fazer aposta</strong> (Realizar Aposta) para concluding a operação.</li>
            </ol>

            <h3>III. Como Verificar Minhas Apostas e Declaração da Conta</h3>
            <ol>
                <li>Abra um navegador e digite o endereço: <strong>9d.bet.br</strong></li>
                <li>Após o carregamento da página, clique em <strong>Login</strong> (Entrar).</li>
                <li>Insira seu número de telefone e senha para acessar sua conta.</li>
                <li>Clique no menu inferior <strong>Perfil</strong> (Perfil).</li>
                <li>Selecione <strong>Minhas Apostas</strong> (Minhas Apostas).</li>
                <li>A página exibirá seus registros de apostas e o extrato da conta.</li>
            </ol>

            <h3>IV. Esqueci minha Senha</h3>
            <ol>
                <li>Abra um navegador e digite o endereço: <strong>9d.bet.br</strong></li>
                <li>Após o carregamento da página, clique em <strong>Login</strong> (Entrar).</li>
                <li>Insira seu número de telefone e clique em <strong>esqueci minha senha</strong> (Esqueci minha senha).</li>
                <li>Você receberá um SMS contendo um código PIN para redefinir sua senha.</li>
                <li>Digite o código PIN e defina uma nova senha.</li>
            </ol>
        </div>
    </section>

    <footer class="footer">
        <div class="footer-top">
            <div class="footer-logo">
                <img src="static/picture/9dd.jpg" alt="9dd Logo" width="80" height="80">
                <p>9d</p>
            </div>

            <div class="footer-nav">
                <div class="footer-col">
                    <h3>Links Rápidos</h3>
                    <ul>
                        <li><a href="#home">Home</a></li>
                        <li><a href="#games">Jogos</a></li>
                        <li><a href="#promotions">Promoções</a></li>
                        <li><a href="#vip">VIP</a></li>
                        <li><a href="#support">Suporte</a></li>
                    </ul>
                </div>


            </div>
        </div>

        <div class="footer-bottom">
            <div class="footer-info">
                <p>&copy; 2025 9d. Todos os direitos reservados.<br>
                    9d.com é o único site oficial. Não confie em imitações (.com)</p>
                <p>Jogue com responsabilidade. Apenas para maiores de 18 anos.</p>
            </div>
            <div class="footer-links">
                <a href="#privacy">Privacidade</a> <span class="footer-divider">|</span> <a href="#terms">Termos</a> <span class="footer-divider">|</span> <a href="#support">Suporte</a>
            </div>
        </div>
    </footer>


    <div id="privacy" class="policy-modal">
        <div class="policy-content">
            <h2>Política de Privacidade</h2>
            <p>A 9d valoriza a privacidade de seus usuários e está empenhada em proteger todas as informações pessoais fornecidas durante o uso de nossos serviços. Todos os dados coletados são utilizados exclusivamente para fins de melhoria contínua da experiência de nossos jogadores.</p>
            <button class="close-policy">Fechar</button>
        </div>
    </div>

    <div id="terms" class="policy-modal">
        <div class="policy-content">
            <h2>Termos e Condições</h2>
            <p>Os usuários da 9d concordam em respeitar todas as regras e regulamentos estabelecidos. É importante ler e entender todos os termos antes de utilizar nossos serviços. A violação destes termos pode resultar em penalizações ou na suspensão da conta.</p>
            <button class="close-policy">Fechar</button>
        </div>
    </div>


    <script>

        document.addEventListener('DOMContentLoaded', function() {
            const faqItems = document.querySelectorAll('.faq-item');

            faqItems.forEach(item => {
                const question = item.querySelector('.faq-question');

                question.addEventListener('click', () => {
                    const isActive = item.classList.contains('active');


                    faqItems.forEach(otherItem => {
                        otherItem.classList.remove('active');
                        const toggle = otherItem.querySelector('.faq-toggle');
                        toggle.textContent = '+';
                    });


                    if (!isActive) {
                        item.classList.add('active');
                        const toggle = item.querySelector('.faq-toggle');
                        toggle.textContent = '−';
                    }
                });
            });

            const mobileToggle = document.querySelector('.mobile-toggle');
            const mainNav = document.querySelector('.main-nav');
            const navOverlay = document.querySelector('.nav-overlay');

            if (mobileToggle && mainNav && navOverlay) {
                mobileToggle.addEventListener('click', () => {
                    mobileToggle.classList.toggle('active');
                    mainNav.classList.toggle('active');
                    navOverlay.classList.toggle('active');
                    document.body.style.overflow = mainNav.classList.contains('active') ? 'hidden' : '';
                });

                navOverlay.addEventListener('click', () => {
                    mobileToggle.classList.remove('active');
                    mainNav.classList.remove('active');
                    navOverlay.classList.remove('active');
                    document.body.style.overflow = '';
                });

                const navLinks = mainNav.querySelectorAll('a');
                navLinks.forEach(link => {
                    link.addEventListener('click', () => {
                        mobileToggle.classList.remove('active');
                        mainNav.classList.remove('active');
                        navOverlay.classList.remove('active');
                        document.body.style.overflow = '';
                    });
                });
            }
            
            const policyLinks = document.querySelectorAll('a[href="#privacy"], a[href="#terms"]');
            const policyModals = document.querySelectorAll('.policy-modal');
            const closeButtons = document.querySelectorAll('.close-policy');

            policyLinks.forEach(link => {
                link.addEventListener('click', (e) => {
                    e.preventDefault();
                    const target = link.getAttribute('href').substring(1);
                    document.getElementById(target).classList.add('show');
                });
            });

            closeButtons.forEach(button => {
                button.addEventListener('click', () => {
                    policyModals.forEach(modal => {
                        modal.classList.remove('show');
                    });
                });
            });

            policyModals.forEach(modal => {
                modal.addEventListener('click', (e) => {
                    if (e.target === modal) {
                        modal.classList.remove('show');
                    }
                });
            });
        });
    </script>

    <div class="mobile-floating-buttons">
        <a href="#" target="_blank" class="btn btn-outline" rel="nofollow noopener">Entrar</a>
        <a href="#" target="_blank" class="btn btn-primary" rel="nofollow noopener">Registro</a>
    </div>
	<div style="display:none;"><a data-href="https://smalltool.github.io/">网站下载工具</a></div>
</body>
</html>.stats .stats-container {
    background-image: url('static/picture/stats_background.jpg'); /* 替換為您的圖片路徑 */
    background-size: cover; /* 使背景圖片覆蓋整個區塊 */
    background-position: center; /* 將圖片置中 */
    background-repeat: no-repeat; /* 防止圖片重複 */
    height: 480px; /* 設定容器高度為 480px */
    display: flex; /* 啟用 Flexbox */
    align-items: center; /* 垂直居中項目 (即 .stat-item) */
    justify-content: space-around; /* 水平均勻分佈項目 */
    /* 如果內容與邊緣太近，可以考慮為 .stats-container 增加 padding */
}

.stats .stat-item {
    text-align: center; /* 將文字在 .stat-item 內水平居中 */
}

.stats .stat-number,
.stats .stat-label {
    color: white; /* 將文字顏色改為白色 */
}
