<!-- Hero Section with dynamic gradient and glowing text --> <section id="home" class="hero"> <div class="hero-content"> <h1 class="hero-title">High Balance Card Info</h1> <p class="hero-subtitle">Premium card data for fast, secure, and anonymous transactions.</p> <button class="cta-button" onclick="scrollToSection('payment')">Buy Now</button> </div> </section> <!-- Card Info Types Section with animated cards --> <section id="fullz" class="card-section"> <h2 class="section-title">Fullz</h2> <div class="card-container"> <div class="card" id="fullzCard"> <h3 class="card-title">High Balance Fullz</h3> <p class="card-description">Complete card details including CVV, expiration, and card number. Perfect for quick purchases and seamless access.</p> <button class="card-button" onclick="scrollToSection('payment')">Get Fullz</button> </div> </div> </section> <section id="dumps" class="card-section"> <h2 class="section-title">Dumps</h2> <div class="card-container"> <div class="card" id="dumpsCard"> <h3 class="card-title">Card Dumps</h3> <p class="card-description">Instant delivery of card dumps. No need to wait for verification or processing. Perfect for fast operations.</p> <button class="card-button" onclick="scrollToSection('payment')">Get Dumps</button> </div> </div> </section> <!-- Crypto Payment Section with glowing wallet addresses --> <section id="payment" class="payment-section"> <h2 class="section-title">Pay with Crypto</h2> <div class="wallets"> <div class="wallet" id="usdtWallet"> <h3 class="wallet-title">TRC20 (USDt)</h3> <p class="wallet-address">TJpQwHvw4huusbBNiQks66PUNhAt257vsm</p> <button class="copy-button" onclick="copyToClipboard('TRC20')">Copy Address</button> </div> <div class="wallet" id="btcWallet"> <h3 class="wallet-title">BTC</h3> <p class="wallet-address">12pWWr4kpSwNxZ2EfaVymeDjDS5BAuTB2d</p> <button class="copy-button" onclick="copyToClipboard('BTC')">Copy Address</button> </div> <div class="wallet" id="ltcWallet"> <h3 class="wallet-title">LTC</h3> <p class="wallet-address">Lh67vgEzFVhYwpp7KGzREvUHJxJt7Q2QCG</p> <button class="copy-button" onclick="copyToClipboard('LTC



