* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Tahoma, Arial, sans-serif; background: #f0f4fa; color: #1a2540; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* Header */
.top-header { background: linear-gradient(180deg, #0b3b8c 0%, #1450b8 100%); padding: 12px 0; border-bottom: 3px solid #ffcc00; position: sticky; top: 0; z-index: 1000; }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.logo { font-size: 30px; font-weight: 900; color: #ffcc00; letter-spacing: 1px; text-shadow: 2px 2px 0 #002a66; font-style: italic; }
.header-actions { display: flex; gap: 8px; align-items: center; }
.btn-login, .btn-register { padding: 8px 18px; border-radius: 4px; font-weight: 700; font-size: 14px; text-transform: uppercase; transition: 0.2s; }
.btn-login { background: #ffcc00; color: #0b3b8c; }
.btn-register { background: #e63946; color: #fff; }
.btn-login:hover { background: #ffd633; }
.btn-register:hover { background: #c92a37; }

/* Nav */
.main-nav { background: #ffffff; border-bottom: 2px solid #e0e6f0; }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.nav-inner ul { display: flex; list-style: none; flex-wrap: wrap; }
.nav-inner ul li a { display: block; padding: 14px 20px; font-weight: 600; color: #0b3b8c; font-size: 15px; border-bottom: 3px solid transparent; transition: 0.2s; }
.nav-inner ul li a:hover { background: #f0f4fa; }
.nav-inner ul li a.active { color: #e63946; border-bottom-color: #e63946; }

/* Hero */
.hero { background: linear-gradient(135deg, #0b3b8c 0%, #1a5fc8 100%); padding: 30px 16px; text-align: center; color: #fff; }
.hero h1 { font-size: 34px; color: #ffcc00; text-shadow: 2px 2px 0 #002a66; margin-bottom: 10px; }
.hero p { font-size: 16px; max-width: 800px; margin: 0 auto 20px; }
.hero-banner { max-width: 900px; margin: 0 auto; border: 4px solid #ffcc00; border-radius: 8px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,0.3); }

/* Jackpot */
.jackpot-bar { background: linear-gradient(90deg, #c41e2e 0%, #e63946 50%, #c41e2e 100%); padding: 18px 16px; text-align: center; border-top: 3px solid #ffcc00; border-bottom: 3px solid #ffcc00; }
.jackpot-label { color: #ffcc00; font-weight: 900; font-size: 22px; letter-spacing: 2px; }
.jackpot-amount { color: #fff; font-weight: 900; font-size: 32px; margin-top: 4px; text-shadow: 1px 1px 0 #000; }

/* Sections */
.section { max-width: 1200px; margin: 30px auto; padding: 0 16px; }
.section-title { text-align: center; font-size: 24px; color: #0b3b8c; font-weight: 800; margin-bottom: 20px; text-transform: uppercase; padding-bottom: 10px; border-bottom: 2px solid #ffcc00; display: inline-block; padding: 0 20px 8px; }
.title-wrap { text-align: center; margin-bottom: 24px; }

/* Bonus row */
.bonus-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bonus-card { background: #fff; border-radius: 8px; padding: 14px; box-shadow: 0 2px 8px rgba(11,59,140,0.1); }
.bonus-card h3 { color: #0b3b8c; font-size: 15px; margin-bottom: 10px; font-weight: 700; }
.bonus-card .item { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1px solid #f0f4fa; }
.bonus-card .item:last-child { border-bottom: 0; }
.bonus-card .item img { width: 50px; height: 50px; object-fit: cover; border-radius: 6px; }
.bonus-card .item span { font-size: 13px; color: #1a2540; }

/* Supplier */
.supplier-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.supplier-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(11,59,140,0.1); transition: 0.2s; }
.supplier-card:hover { transform: translateY(-3px); box-shadow: 0 6px 16px rgba(11,59,140,0.2); }
.supplier-card img { width: 100%; height: auto; }
.supplier-card .label { padding: 10px; text-align: center; background: linear-gradient(180deg, #0b3b8c, #1450b8); color: #ffcc00; font-weight: 700; font-size: 14px; }

/* Hot games */
.hot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.hot-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(11,59,140,0.1); }
.hot-card img { width: 100%; height: auto; }
.hot-card .info { padding: 10px; }
.hot-card .info .name { font-weight: 700; color: #0b3b8c; font-size: 14px; margin-bottom: 4px; }
.hot-card .info .provider { font-size: 12px; color: #6b7a99; }

/* Wide banner */
.wide-banner { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.wide-banner img { width: 100%; border-radius: 8px; box-shadow: 0 4px 12px rgba(11,59,140,0.2); }

/* Content blocks */
.content-block { background: #fff; padding: 24px; border-radius: 8px; margin: 30px 0; box-shadow: 0 2px 10px rgba(11,59,140,0.08); }
.content-block h2 { color: #0b3b8c; font-size: 22px; margin-bottom: 14px; padding-bottom: 8px; border-bottom: 2px solid #ffcc00; }
.content-block h3 { color: #1450b8; font-size: 18px; margin: 18px 0 10px; }
.content-block p { margin-bottom: 12px; color: #2a3858; font-size: 15px; }
.content-block ul { margin: 10px 0 16px 22px; }
.content-block ul li { margin-bottom: 6px; color: #2a3858; }

/* Stats */
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 20px 0; }
.stat-box { background: linear-gradient(135deg, #0b3b8c 0%, #1a5fc8 100%); color: #fff; padding: 18px; border-radius: 8px; text-align: center; border-top: 3px solid #ffcc00; }
.stat-box .num { font-size: 24px; font-weight: 900; color: #ffcc00; }
.stat-box .label { font-size: 13px; margin-top: 4px; }

/* FAQ */
.faq-item { background: #fff; padding: 16px 20px; border-radius: 8px; margin-bottom: 10px; border-left: 4px solid #ffcc00; box-shadow: 0 2px 6px rgba(11,59,140,0.06); }
.faq-item h4 { color: #0b3b8c; font-size: 16px; margin-bottom: 8px; }
.faq-item p { color: #2a3858; font-size: 14px; }
.faq-item ul { margin: 8px 0 0 20px; font-size: 14px; color: #2a3858; }

/* Review */
.review-box { background: #fffaeb; border: 1px dashed #ffcc00; padding: 16px 20px; border-radius: 8px; margin: 20px 0; font-style: italic; color: #4a3a10; }

/* Download */
.download-section { background: linear-gradient(135deg, #0b3b8c 0%, #1450b8 100%); color: #fff; padding: 30px 16px; text-align: center; border-top: 4px solid #ffcc00; border-bottom: 4px solid #ffcc00; margin-top: 30px; }
.download-section h2 { color: #ffcc00; font-size: 24px; margin-bottom: 14px; }
.download-section p { max-width: 700px; margin: 0 auto 18px; font-size: 14px; }
.download-grid { display: flex; justify-content: center; align-items: center; gap: 24px; flex-wrap: wrap; }
.qr-box { background: #fff; padding: 8px; border-radius: 8px; }
.qr-box img { width: 100px; height: 100px; object-fit: contain; }

/* Footer */
footer { background: #061d4f; color: #cfd8e9; padding: 30px 16px 16px; margin-top: 30px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 24px; }
.footer-col h4 { color: #ffcc00; font-size: 15px; margin-bottom: 12px; text-transform: uppercase; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; font-size: 13px; }
.footer-col ul li a:hover { color: #ffcc00; }
.footer-col p { font-size: 13px; margin-bottom: 6px; }
.footer-bottom { border-top: 1px solid #1a3a78; padding-top: 16px; text-align: center; font-size: 12px; color: #8da0c4; }
.footer-bottom .age { display: inline-block; background: #e63946; color: #fff; padding: 4px 10px; border-radius: 20px; font-weight: 700; margin-bottom: 8px; }

/* Mobile */
@media (max-width: 768px) {
  .hero h1 { font-size: 24px; }
  .jackpot-amount { font-size: 22px; }
  .bonus-row { grid-template-columns: 1fr; }
  .supplier-grid { grid-template-columns: repeat(2, 1fr); }
  .hot-grid { grid-template-columns: repeat(2, 1fr); }
  .wide-banner { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-inner ul li a { padding: 12px 14px; font-size: 13px; }
  .logo { font-size: 24px; }
  .section-title { font-size: 18px; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .nav-inner ul { justify-content: center; }
}