* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Arial', 'Segoe UI', sans-serif; background: #f0f6ff; color: #333; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* Top bar */
.top-bar { background: linear-gradient(90deg, #ff6b00, #ffae00); padding: 6px 0; text-align: center; color: #fff; font-size: 13px; font-weight: 600; }

/* Header */
.header { background: linear-gradient(180deg, #0066cc, #0099ff); padding: 10px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.15); position: sticky; top: 0; z-index: 1000; }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.logo { font-size: 32px; font-weight: 900; color: #fff700; text-shadow: 2px 2px 0 #003366, 0 0 10px rgba(255,247,0,0.5); letter-spacing: 2px; font-style: italic; }
.header-actions { display: flex; gap: 8px; align-items: center; }
.btn-login, .btn-register { padding: 8px 20px; border-radius: 20px; font-weight: 700; font-size: 14px; transition: 0.3s; text-transform: uppercase; }
.btn-login { background: linear-gradient(180deg, #ffce00, #ff8a00); color: #fff; border: 2px solid #fff; }
.btn-register { background: linear-gradient(180deg, #ff3366, #cc0033); color: #fff; border: 2px solid #fff; }
.btn-login:hover, .btn-register:hover { transform: translateY(-2px); box-shadow: 0 4px 10px rgba(0,0,0,0.3); }

/* Navigation */
.nav-bar { background: linear-gradient(180deg, #1a8fff, #0066cc); border-top: 1px solid rgba(255,255,255,0.2); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.nav-list { display: flex; list-style: none; flex-wrap: wrap; justify-content: center; }
.nav-list li a { display: block; padding: 14px 28px; color: #fff; font-weight: 700; font-size: 14px; text-transform: uppercase; transition: 0.3s; border-right: 1px solid rgba(255,255,255,0.15); }
.nav-list li a:hover, .nav-list li a.active { background: rgba(255,255,255,0.2); color: #fff700; }

/* Hero */
.hero { background: linear-gradient(135deg, #0099ff, #66ccff); padding: 30px 15px; text-align: center; position: relative; overflow: hidden; }
.hero-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.hero-text { flex: 1; min-width: 280px; text-align: left; }
.hero-text h1 { font-size: 48px; font-weight: 900; color: #fff700; text-shadow: 3px 3px 0 #003366; margin-bottom: 15px; line-height: 1.1; }
.hero-text p { color: #fff; font-size: 17px; margin-bottom: 20px; text-shadow: 1px 1px 2px rgba(0,0,0,0.3); }
.hero-cta { display: inline-block; padding: 14px 32px; background: linear-gradient(180deg, #ffce00, #ff8a00); color: #fff; border-radius: 30px; font-weight: 800; font-size: 16px; text-transform: uppercase; box-shadow: 0 5px 15px rgba(0,0,0,0.3); }
.hero-image { flex: 1; min-width: 280px; text-align: center; }
.hero-image img { display: inline-block; max-width: 100%; height: auto; }

/* Notice */
.notice { background: #fff; padding: 12px 15px; margin: 10px auto; max-width: 1200px; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.08); display: flex; align-items: center; gap: 10px; font-size: 14px; }
.notice-tag { background: #0099ff; color: #fff; padding: 4px 10px; border-radius: 4px; font-weight: 700; font-size: 12px; flex-shrink: 0; }
.notice-text { color: #333; }
.notice-text strong { color: #ff3366; }

/* Section wrapper */
.section { max-width: 1200px; margin: 20px auto; padding: 0 15px; }
.section-title { display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: linear-gradient(90deg, #e6f3ff, transparent); border-left: 5px solid #0099ff; margin-bottom: 15px; }
.section-title h2 { font-size: 18px; color: #003366; text-transform: uppercase; font-weight: 800; }
.section-title .more { margin-left: auto; font-size: 13px; color: #0099ff; font-weight: 600; }

/* Jackpot box */
.jackpot-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 20px; }
.jackpot-card { background: linear-gradient(135deg, #ff6b00, #ffce00); border-radius: 12px; padding: 20px; color: #fff; text-align: center; box-shadow: 0 6px 16px rgba(255,107,0,0.3); }
.jackpot-card h3 { font-size: 16px; font-weight: 800; text-transform: uppercase; margin-bottom: 8px; text-shadow: 1px 1px 2px rgba(0,0,0,0.3); }
.jackpot-amount { font-size: 36px; font-weight: 900; color: #fff700; text-shadow: 2px 2px 0 #993300; letter-spacing: 1px; }
.jackpot-card.alt { background: linear-gradient(135deg, #cc0033, #ff3366); box-shadow: 0 6px 16px rgba(204,0,51,0.3); }

/* Game grid */
.game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.game-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 3px 10px rgba(0,0,0,0.1); transition: 0.3s; cursor: pointer; }
.game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 18px rgba(0,153,255,0.25); }
.game-card img { width: 100%; height: auto; object-fit: cover; }
.game-card .name { padding: 10px; text-align: center; font-weight: 700; font-size: 14px; color: #003366; background: #f0f6ff; }

/* Suppliers */
.supplier-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.supplier-card { background: #fff; border-radius: 12px; padding: 15px; text-align: center; box-shadow: 0 3px 10px rgba(0,0,0,0.08); transition: 0.3s; }
.supplier-card:hover { transform: translateY(-3px); }
.supplier-card .label { font-weight: 800; color: #003366; text-transform: uppercase; margin-bottom: 10px; font-size: 14px; }
.supplier-card img { margin: 0 auto; max-height: 180px; width: auto; }

/* Slot grid */
.slot-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.slot-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.slot-card img { width: 100%; height: auto; }
.slot-card .slot-name { padding: 8px; text-align: center; font-size: 12px; font-weight: 700; color: #003366; }
.slot-tag { display: inline-block; background: #0099ff; color: #fff; padding: 2px 8px; border-radius: 4px; font-size: 10px; margin: 5px; }

/* About brand block */
.brand-block { background: #fff; border-radius: 12px; padding: 30px; margin: 25px auto; max-width: 1200px; box-shadow: 0 3px 12px rgba(0,0,0,0.08); }
.brand-block h2 { color: #003366; font-size: 24px; margin-bottom: 15px; border-bottom: 3px solid #0099ff; padding-bottom: 10px; }
.brand-block h3 { color: #0066cc; font-size: 18px; margin: 20px 0 10px; }
.brand-block p { margin-bottom: 12px; font-size: 15px; color: #444; }
.brand-block ul { margin: 10px 0 15px 25px; }
.brand-block ul li { margin-bottom: 6px; }

/* Download */
.download-block { background: linear-gradient(135deg, #0066cc, #00aaff); padding: 30px 20px; margin: 25px auto; max-width: 1200px; border-radius: 12px; color: #fff; display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.download-image { flex: 0 0 200px; }
.download-image img { max-width: 100%; }
.download-info { flex: 1; min-width: 260px; }
.download-info h2 { font-size: 26px; margin-bottom: 10px; text-shadow: 1px 1px 2px rgba(0,0,0,0.3); }
.download-info p { margin-bottom: 15px; font-size: 14px; }
.download-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.download-buttons a { padding: 10px 20px; background: #fff; color: #003366; border-radius: 8px; font-weight: 700; }

/* FAQ */
.faq-section { background: #fff; padding: 25px; border-radius: 12px; margin: 25px auto; max-width: 1200px; box-shadow: 0 3px 12px rgba(0,0,0,0.08); }
.faq-section h2 { color: #003366; font-size: 24px; margin-bottom: 20px; border-bottom: 3px solid #ff8a00; padding-bottom: 10px; }
.faq-item { padding: 15px 0; border-bottom: 1px dashed #e0e0e0; }
.faq-item h4 { color: #0066cc; font-size: 16px; margin-bottom: 8px; }
.faq-item p { color: #555; font-size: 14px; }
.faq-item ul { margin: 8px 0 0 22px; color: #555; font-size: 14px; }

/* User review */
.review-box { background: linear-gradient(135deg, #fff5e6, #fff); border-left: 5px solid #ff8a00; padding: 18px 22px; margin: 20px auto; max-width: 1200px; border-radius: 8px; font-style: italic; color: #444; }
.review-box strong { color: #003366; font-style: normal; }

/* Footer */
.footer { background: linear-gradient(180deg, #003366, #001a33); color: #ccd9e6; padding: 40px 15px 20px; margin-top: 30px; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.footer-col h4 { color: #fff700; font-size: 16px; margin-bottom: 12px; text-transform: uppercase; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; font-size: 14px; }
.footer-col ul li a:hover { color: #fff700; }
.footer-col p { font-size: 13px; line-height: 1.7; }
.footer-bottom { max-width: 1200px; margin: 25px auto 0; padding-top: 18px; border-top: 1px solid #114477; text-align: center; font-size: 13px; color: #99aabb; }
.responsible { background: #cc0033; color: #fff; padding: 10px; text-align: center; font-weight: 700; margin-top: 15px; border-radius: 6px; }

@media (max-width: 768px) {
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .supplier-grid { grid-template-columns: repeat(2, 1fr); }
  .slot-grid { grid-template-columns: repeat(2, 1fr); }
  .jackpot-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .hero-text h1 { font-size: 32px; }
  .nav-list li a { padding: 10px 14px; font-size: 12px; }
  .logo { font-size: 26px; }
  .jackpot-amount { font-size: 26px; }
  .download-image { flex: 0 0 100%; }
}
@media (max-width: 480px) {
  .footer-inner { grid-template-columns: 1fr; }
}