<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>OnlineSlotMachine — A Neon World of Free Social Games</title>
  <meta name="description" content="OnlineSlotMachine is a free-to-play social game. Spin three signature reel games, climb the neon ranks, and enjoy the show — free, all day, every day.">
  <link rel="icon" type="image/svg+xml" href="/favicon.svg">
  <link rel="stylesheet" href="/css/style.css">
</head>
<body>
  <div class="grain"></div>

  <!-- ============ NAV ============ -->
  <header class="nav">
    <div class="container nav-inner">
      <a class="brand" href="/">
        <img class="logo" src="/favicon.svg" alt="">
        <span class="name">Online<b>SlotMachine</b></span>
      </a>
      <nav class="nav-links">
        <a href="#games">Games</a>
        <a href="#about">About</a>
        <a href="#why">Why us</a>
        <a href="/level-up.html">Level Up</a>
        <a href="/contact.html">Contact</a>
      </nav>
      <div class="nav-actions" data-nav-actions></div>
      <button class="nav-toggle" data-nav-toggle aria-label="Menu"><span></span></button>
    </div>
  </header>

  <!-- ============ MOBILE DRAWER ============ -->
  <div class="mobile-drawer" data-drawer>
    <button class="mobile-close" data-drawer-close aria-label="Close">&#10005;</button>
    <a href="#games">Games</a>
    <a href="#about">About</a>
    <a href="#why">Why us</a>
    <a href="/level-up.html">Level Up</a>
    <a href="/status.html">Status</a>
    <a href="/contact.html">Contact</a>
    <div class="drawer-auth" data-drawer-auth></div>
  </div>

  <!-- ============ HERO ============ -->
  <section class="hero">
    <div class="hero-bg"></div>
    <div class="container hero-inner">
      <div class="hero-copy reveal">
        <span class="eyebrow"><span class="dot"></span> Free-to-play social game</span>
        <h1>Play free games in a <span class="grad-text">neon universe</span></h1>
        <p class="sub">OnlineSlotMachine brings glowing, reel-spinning fun straight to your screen. Jump into three signature games, climb the neon ranks, and enjoy the show — free, all day, every day.</p>
        <div class="hero-cta">
          <a class="btn btn-primary btn-lg" href="#games">Start playing
            <svg class="ico" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14M13 6l6 6-6 6"/></svg>
          </a>
          <a class="btn btn-ghost btn-lg" href="#about">How it works</a>
        </div>
        <div class="hero-stats">
          <div class="stat"><b class="grad-text">3</b><span>Signature games</span></div>
          <div class="stat"><b class="grad-text">100%</b><span>Free forever</span></div>
          <div class="stat"><b class="grad-text">24/7</b><span>Always open</span></div>
        </div>
      </div>
      <div class="hero-visual reveal" data-delay="0.15">
        <div class="emblem">
          <div class="ring r1"></div>
          <div class="ring r2"></div>
          <div class="ring r3"></div>
          <div class="core"><img src="/favicon.svg" alt=""></div>
          <span class="spark s1"></span>
          <span class="spark s2"></span>
          <span class="spark s3"></span>
        </div>
      </div>
    </div>
  </section>

  <!-- ============ GAMES ============ -->
  <section class="section" id="games">
    <div class="container">
      <div class="reveal center">
        <span class="eyebrow"><span class="dot"></span> The line-up</span>
        <h2 class="h-section">Three games. Endless <span class="grad-text">glow</span>.</h2>
        <p class="lead" style="margin-inline:auto;">Log in once and every game is unlocked. Pick a world below and start spinning.</p>
      </div>

      <div class="games-grid">
        <a class="game-card reveal" href="/game1.html" data-game-link="/game1.html">
          <div class="art"><img src="/images/book.png" alt="Book of Treasures slot game"><div class="veil"></div></div>
          <span class="tag live">Live</span>
          <span class="lock-badge"></span>
          <div class="card-body">
            <h3>Book of Treasures</h3>
            <p class="desc">Search for relics worth a jackpot.</p>
            <span class="play-pill locked"><span class="pill-text">Log in to play</span>
              <svg class="ico" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14M13 6l6 6-6 6"/></svg>
            </span>
          </div>
        </a>

        <a class="game-card reveal" href="/game2.html" data-game-link="/game2.html" data-delay="0.08">
          <div class="art"><img src="/images/fruit.jpg" alt="The Fruits slot game"><div class="veil"></div></div>
          <span class="tag live">Live</span>
          <span class="lock-badge"></span>
          <div class="card-body">
            <h3>The Fruits</h3>
            <p class="desc">Reel in sweet surprises with every spin.</p>
            <span class="play-pill locked"><span class="pill-text">Log in to play</span>
              <svg class="ico" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14M13 6l6 6-6 6"/></svg>
            </span>
          </div>
        </a>

        <a class="game-card reveal" href="/game3.html" data-game-link="/game3.html" data-delay="0.16">
          <div class="art"><img src="/images/wild.png" alt="Wild West slot game"><div class="veil"></div></div>
          <span class="tag live">Live</span>
          <span class="lock-badge"></span>
          <div class="card-body">
            <h3>Wild West</h3>
            <p class="desc">Hit the jackpot before the sun sets.</p>
            <span class="play-pill locked"><span class="pill-text">Log in to play</span>
              <svg class="ico" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14M13 6l6 6-6 6"/></svg>
            </span>
          </div>
        </a>
      </div>
    </div>
  </section>

  <!-- ============ ABOUT ============ -->
  <section class="section" id="about">
    <div class="container split">
      <div class="media reveal">
        <img src="/images/nebula.jfif" alt="A glowing cosmic nebula">
        <div class="media-veil"></div>
      </div>
      <div class="reveal" data-delay="0.1">
        <span class="eyebrow"><span class="dot"></span> What is OnlineSlotMachine?</span>
        <h2 class="h-section">A free social game, tuned to perfection</h2>
        <p class="lead">OnlineSlotMachine is a free-to-play social game that brings the thrill of bright, reel-spinning fun to your screen — wrapped in a glowing, neon-lit universe. Play any time, rank up as you go, and enjoy the show.</p>
        <ul class="checklist">
          <li><span class="ck">&#10003;</span><span><b>Purely for fun.</b> No purchases and no prizes with real-world value.</span></li>
          <li><span class="ck">&#10003;</span><span><b>Instant play.</b> One quick login and every game is ready.</span></li>
          <li><span class="ck">&#10003;</span><span><b>Saved on your device.</b> Your player and progress stay with you.</span></li>
        </ul>
      </div>
    </div>
  </section>

  <!-- ============ WHY ============ -->
  <section class="section" id="why">
    <div class="container">
      <div class="reveal center">
        <span class="eyebrow"><span class="dot"></span> Why OnlineSlotMachine</span>
        <h2 class="h-section">Built for a good time</h2>
      </div>
      <div class="features">
        <div class="feature reveal">
          <div class="ficon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M20 12v9H4v-9"/><path d="M2 7h20v5H2z"/><path d="M12 21V7"/><path d="M12 7S9 2 6.5 3.5 9 7 12 7zM12 7s3-5 5.5-3.5S15 7 12 7z"/></svg></div>
          <h3>100% Free To Play</h3>
          <p>Every game is free — forever. No purchases, no catches, just play.</p>
        </div>
        <div class="feature reveal" data-delay="0.06">
          <div class="ficon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="3" width="7" height="7" rx="1.5"/><rect x="14" y="3" width="7" height="7" rx="1.5"/><rect x="3" y="14" width="7" height="7" rx="1.5"/><rect x="14" y="14" width="7" height="7" rx="1.5"/></svg></div>
          <h3>Three Signature Games</h3>
          <p>Hand-crafted reel games, each with its own neon mood and rhythm.</p>
        </div>
        <div class="feature reveal" data-delay="0.12">
          <div class="ficon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><rect x="6" y="2.5" width="12" height="19" rx="2.5"/><path d="M11 18h2"/></svg></div>
          <h3>Play On Any Device</h3>
          <p>Smooth and responsive on phone, tablet, and desktop alike.</p>
        </div>
        <div class="feature reveal" data-delay="0.18">
          <div class="ficon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><path d="M12 2.5l2.9 6 6.6.9-4.8 4.6 1.2 6.5L12 18.9 6.1 21.5l1.2-6.5L2.5 9.4l6.6-.9z"/></svg></div>
          <h3>Level Up &amp; Rank</h3>
          <p>Climb the neon tiers the more you play. See how ranks work anytime.</p>
        </div>
      </div>
    </div>
  </section>

  <!-- ============ CTA ============ -->
  <section class="section">
    <div class="container">
      <div class="cta reveal">
        <div class="cta-bg"></div>
        <h2>A whole world of <span class="grad-text">free games</span> is waiting</h2>
        <p>Create your player in seconds and start spinning across the stars.</p>
        <a class="btn btn-primary btn-lg" href="#games" data-play-now>Play now
          <svg class="ico" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14M13 6l6 6-6 6"/></svg>
        </a>
      </div>
    </div>
  </section>

  <!-- ============ FOOTER ============ -->
  <footer class="footer">
    <div class="container footer-top">
      <a class="brand" href="/"><img class="logo" src="/favicon.svg" alt=""><span class="name">Online<b>SlotMachine</b></span></a>
      <nav class="footer-links">
        <a href="/disclaimer.html">Disclaimer</a>
        <a href="/level-up.html">Level Up</a>
        <a href="/status.html">Service Status</a>
        <a href="/privacy.html">Privacy Policy</a>
        <a href="/terms.html">Terms of Use</a>
        <a href="/contact.html">Contact Us</a>
      </nav>
      <div class="divider"></div>
      <p class="disclaimer">OnlineSlotMachine is a free-to-play social game intended for entertainment purposes only. The games use no real money, offer no purchases, and award no prizes of monetary value. You must be of legal age in your region to play.</p>
<div class="contact-address">
  <strong>Contact Address:</strong><br>
  Dollar Media Technology Limited<br>
  李钦明<br>
  Kam Fone Mansion, 16 Kam Fong Street, Yau Tsim Mong District, Kowloon<br>
  Mong Kok<br>
  Hong Kong
</div>
<p class="copy">© <span data-year>2026</span> OnlineSlotMachine. All rights reserved.</p>
    </div>
  </footer>

  <script src="/js/auth.js"></script>
  <script src="/js/main.js"></script>
</body>
</html>
