* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Helvetica Neue', Arial, sans-serif; background: #f4f4f4; color: #333; line-height: 1.6; }
a { text-decoration: none; color: inherit; }

/* Header */
.top-bar { background: #c8102e; color: #fff; padding: 8px 0; font-size: 13px; }
.top-bar-inner { max-width: 1200px; margin: 0 auto; padding: 0 15px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.top-bar a { color: #ffd700; margin-left: 12px; }

header { background: #1a1a1a; color: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.2); position: sticky; top: 0; z-index: 1000; }
.header-inner { max-width: 1200px; margin: 0 auto; padding: 12px 15px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.logo { font-size: 28px; font-weight: 900; color: #ffd700; letter-spacing: 1px; }
.logo span { color: #c8102e; }

nav ul { list-style: none; display: flex; flex-wrap: wrap; gap: 5px; }
nav ul li a { display: block; padding: 10px 16px; color: #fff; font-weight: 600; border-radius: 4px; transition: 0.3s; font-size: 15px; }
nav ul li a:hover, nav ul li a.active { background: #c8102e; color: #ffd700; }

.auth-buttons { display: flex; gap: 8px; }
.btn-login, .btn-register { padding: 9px 18px; border-radius: 4px; font-weight: 700; font-size: 14px; transition: 0.3s; border: 2px solid #ffd700; }
.btn-login { background: transparent; color: #ffd700; }
.btn-register { background: #ffd700; color: #1a1a1a; }
.btn-login:hover { background: #ffd700; color: #1a1a1a; }
.btn-register:hover { background: #c8102e; color: #fff; border-color: #c8102e; }

/* Hero Banner */
.hero { position: relative; background: linear-gradient(135deg, #c8102e 0%, #1a1a1a 100%); color: #fff; padding: 50px 15px; text-align: center; }
.hero-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 40px; flex-wrap: wrap; justify-content: center; }
.hero-text { flex: 1; min-width: 280px; text-align: left; }
.hero h1 { font-size: 38px; line-height: 1.2; margin-bottom: 18px; color: #ffd700; }
.hero p.lead { font-size: 17px; margin-bottom: 22px; }
.hero-cta { display: inline-block; background: #ffd700; color: #1a1a1a; padding: 14px 32px; border-radius: 6px; font-weight: 700; font-size: 16px; transition: 0.3s; }
.hero-cta:hover { background: #fff; }
.hero-image { flex: 1; min-width: 280px; max-width: 540px; }
.hero-image img { width: 100%; height: auto; border-radius: 10px; box-shadow: 0 6px 20px rgba(0,0,0,0.4); }

/* Sections */
section { padding: 50px 15px; }
.container { max-width: 1200px; margin: 0 auto; }
.section-title { text-align: center; font-size: 28px; color: #c8102e; margin-bottom: 12px; }
.section-sub { text-align: center; color: #666; margin-bottom: 36px; font-size: 15px; max-width: 700px; margin-left: auto; margin-right: auto; }

/* Stats strip */
.stats-strip { background: #1a1a1a; color: #fff; padding: 28px 15px; }
.stats-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; }
.stat-item h3 { color: #ffd700; font-size: 26px; margin-bottom: 4px; }
.stat-item p { font-size: 13px; color: #ccc; }

/* Game grid */
.games-section { background: #fff; }
.game-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 18px; }
.game-card { background: #faf6e8; border: 1px solid #eee; border-radius: 8px; overflow: hidden; text-align: center; transition: 0.3s; padding-bottom: 14px; }
.game-card:hover { transform: translateY(-4px); box-shadow: 0 6px 16px rgba(200,16,46,0.2); }
.game-card img { width: 100%; height: auto; display: block; }
.game-card h4 { padding: 12px 8px 4px; color: #1a1a1a; font-size: 15px; }
.game-card p { font-size: 12px; color: #777; padding: 0 8px; }

/* Features */
.features-section { background: #f9f9f9; }
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.feature-card { background: #fff; padding: 24px; border-radius: 8px; border-left: 4px solid #c8102e; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.feature-card h3 { color: #c8102e; margin-bottom: 10px; font-size: 18px; }
.feature-card p { font-size: 14px; color: #555; }

/* Two column */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; }
.two-col img { width: 100%; height: auto; border-radius: 10px; box-shadow: 0 4px 14px rgba(0,0,0,0.15); }
.two-col h2 { color: #c8102e; font-size: 24px; margin-bottom: 14px; }
.two-col p { margin-bottom: 12px; font-size: 15px; color: #444; }

/* Process */
.process-section { background: #1a1a1a; color: #fff; }
.process-section .section-title { color: #ffd700; }
.process-section .section-sub { color: #ccc; }
.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.process-step { background: #2a2a2a; padding: 22px; border-radius: 8px; border-top: 3px solid #ffd700; }
.process-step .step-num { color: #ffd700; font-size: 30px; font-weight: 900; }
.process-step h3 { font-size: 17px; margin: 8px 0; color: #fff; }
.process-step p { font-size: 13px; color: #bbb; }

/* News preview */
.news-section { background: #fff; }
.news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.news-card { background: #faf6e8; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 6px rgba(0,0,0,0.06); }
.news-card img { width: 100%; height: auto; display: block; }
.news-card-body { padding: 18px; }
.news-meta { font-size: 12px; color: #888; margin-bottom: 8px; }
.news-meta span { background: #c8102e; color: #fff; padding: 2px 8px; border-radius: 3px; margin-left: 6px; }
.news-card h3 { font-size: 17px; color: #1a1a1a; margin-bottom: 8px; }
.news-card p { font-size: 14px; color: #555; }

/* Testimonial */
.testimonial-section { background: #c8102e; color: #fff; padding: 40px 15px; text-align: center; }
.testimonial-section blockquote { max-width: 800px; margin: 0 auto; font-size: 17px; font-style: italic; line-height: 1.7; }
.testimonial-section cite { display: block; margin-top: 14px; color: #ffd700; font-style: normal; font-weight: 700; }

/* FAQ */
.faq-section { background: #f9f9f9; }
.faq-list { max-width: 900px; margin: 0 auto; }
.faq-item { background: #fff; margin-bottom: 14px; border-radius: 6px; padding: 18px 22px; border-left: 4px solid #ffd700; }
.faq-item h4 { color: #c8102e; font-size: 16px; margin-bottom: 8px; }
.faq-item p { font-size: 14px; color: #444; }
.faq-item ul { margin-top: 8px; padding-left: 20px; }
.faq-item ul li { font-size: 14px; color: #555; margin-bottom: 4px; }

/* Footer */
footer { background: #1a1a1a; color: #ccc; padding: 40px 15px 20px; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; }
.footer-col h4 { color: #ffd700; margin-bottom: 14px; font-size: 16px; border-bottom: 1px solid #333; padding-bottom: 8px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; font-size: 14px; }
.footer-col ul li a { color: #ccc; transition: 0.3s; }
.footer-col ul li a:hover { color: #ffd700; }
.footer-col p { font-size: 13px; line-height: 1.7; }
.footer-bottom { text-align: center; border-top: 1px solid #333; margin-top: 28px; padding-top: 18px; font-size: 13px; color: #888; }
.footer-bottom strong { color: #ffd700; }

/* Responsive */
@media (max-width: 768px) {
  .header-inner { flex-direction: column; gap: 10px; }
  nav ul { justify-content: center; }
  nav ul li a { padding: 8px 12px; font-size: 14px; }
  .hero h1 { font-size: 26px; }
  .hero-text { text-align: center; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .two-col { grid-template-columns: 1fr; }
  .section-title { font-size: 22px; }
  .auth-buttons { width: 100%; justify-content: center; }
}