* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Tahoma, Arial, sans-serif; background: #0a1428; color: #e8edf5; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

/* Header */
header { background: linear-gradient(180deg, #0d1b35 0%, #0a1428 100%); border-bottom: 2px solid #1e3a5f; position: sticky; top: 0; z-index: 100; }
.nav-wrap { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; flex-wrap: wrap; gap: 12px; }
.logo { font-size: 28px; font-weight: 900; color: #ffcc00; letter-spacing: 1px; text-transform: uppercase; }
.logo span { color: #fff; }
nav ul { list-style: none; display: flex; gap: 6px; flex-wrap: wrap; }
nav ul li a { padding: 9px 16px; border-radius: 6px; color: #c9d4e8; font-weight: 500; transition: 0.25s; display: inline-block; }
nav ul li a:hover, nav ul li a.active { background: #ffcc00; color: #0a1428; }
.nav-btns { display: flex; gap: 10px; }
.btn { padding: 10px 22px; border-radius: 6px; font-weight: 700; cursor: pointer; transition: 0.25s; display: inline-block; border: none; font-size: 14px; }
.btn-login { background: transparent; color: #ffcc00; border: 2px solid #ffcc00; }
.btn-login:hover { background: #ffcc00; color: #0a1428; }
.btn-reg { background: #ffcc00; color: #0a1428; }
.btn-reg:hover { background: #ffd633; }

/* Hero */
.hero { position: relative; padding: 70px 20px; background: linear-gradient(135deg, rgba(10,20,40,.85), rgba(20,40,80,.7)), url('picture/2tuhf0s.jpg') center/cover no-repeat; min-height: 460px; display: flex; align-items: center; }
.hero-inner { max-width: 1200px; margin: 0 auto; width: 100%; }
.hero h1 { font-size: 46px; color: #ffcc00; margin-bottom: 18px; line-height: 1.2; text-shadow: 0 2px 12px rgba(0,0,0,.6); }
.hero p { font-size: 17px; max-width: 700px; margin-bottom: 26px; color: #e8edf5; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* Sections */
section { padding: 60px 20px; }
.container { max-width: 1200px; margin: 0 auto; }
h2 { font-size: 32px; color: #ffcc00; margin-bottom: 14px; text-align: center; }
.section-sub { text-align: center; color: #9fb0cc; margin-bottom: 40px; max-width: 760px; margin-left: auto; margin-right: auto; }

/* Stats */
.stats { background: #0d1b35; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 22px; }
.stat-card { background: linear-gradient(135deg, #142847, #1a3258); padding: 28px 20px; border-radius: 10px; text-align: center; border: 1px solid #1e3a5f; }
.stat-card .num { font-size: 34px; font-weight: 800; color: #ffcc00; display: block; margin-bottom: 8px; }
.stat-card .label { color: #c9d4e8; font-size: 14px; }

/* Game Grid */
.game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }
.game-card { background: #142847; border-radius: 12px; overflow: hidden; transition: 0.3s; border: 1px solid #1e3a5f; }
.game-card:hover { transform: translateY(-6px); box-shadow: 0 10px 30px rgba(255,204,0,.15); }
.game-card .img-wrap { background: #0a1428; display: flex; justify-content: center; align-items: center; padding: 14px; }
.game-card img { max-height: 200px; object-fit: contain; }
.game-card .info { padding: 16px; }
.game-card h3 { color: #ffcc00; font-size: 17px; margin-bottom: 8px; }
.game-card p { color: #9fb0cc; font-size: 13px; }

/* Two col */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.two-col img { border-radius: 10px; }
.two-col h3 { color: #ffcc00; font-size: 24px; margin-bottom: 14px; }
.two-col p { margin-bottom: 14px; color: #d0dbed; }

/* Features */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.feature-box { background: #0d1b35; padding: 26px; border-left: 4px solid #ffcc00; border-radius: 8px; }
.feature-box h3 { color: #ffcc00; font-size: 18px; margin-bottom: 10px; }
.feature-box p { color: #c9d4e8; font-size: 14px; }

/* Process */
.process-list { counter-reset: step; max-width: 880px; margin: 0 auto; }
.process-item { display: flex; gap: 20px; padding: 22px; background: #0d1b35; border-radius: 10px; margin-bottom: 16px; border: 1px solid #1e3a5f; }
.process-item::before { counter-increment: step; content: counter(step); background: #ffcc00; color: #0a1428; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 18px; flex-shrink: 0; }
.process-item h4 { color: #ffcc00; margin-bottom: 6px; font-size: 17px; }
.process-item p { color: #c9d4e8; font-size: 14px; }

/* FAQ */
.faq-list { max-width: 880px; margin: 0 auto; }
.faq-item { background: #0d1b35; padding: 22px 24px; border-radius: 8px; margin-bottom: 14px; border-left: 3px solid #ffcc00; }
.faq-item h4 { color: #ffcc00; margin-bottom: 10px; font-size: 16px; }
.faq-item p { color: #d0dbed; font-size: 14px; }
.faq-item ul { margin: 8px 0 0 22px; color: #d0dbed; font-size: 14px; }

/* Testimonial */
.testimonial { background: linear-gradient(135deg, #142847, #1a3258); padding: 30px; border-radius: 12px; max-width: 760px; margin: 30px auto 0; font-style: italic; color: #e8edf5; border: 1px solid #ffcc00; }
.testimonial strong { color: #ffcc00; font-style: normal; }

/* Showcase */
.showcase-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.showcase-card { position: relative; border-radius: 10px; overflow: hidden; }
.showcase-card img { width: 100%; }
.showcase-card .cap { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(10,20,40,.92)); padding: 30px 16px 14px; color: #ffcc00; font-weight: 700; }

/* Footer */
footer { background: #06101f; padding: 50px 20px 20px; border-top: 2px solid #1e3a5f; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; }
.footer-col h4 { color: #ffcc00; margin-bottom: 14px; font-size: 16px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { color: #9fb0cc; font-size: 14px; transition: 0.2s; }
.footer-col ul li a:hover { color: #ffcc00; }
.footer-col p { color: #9fb0cc; font-size: 14px; margin-bottom: 6px; }
.footer-bottom { max-width: 1200px; margin: 30px auto 0; padding-top: 20px; border-top: 1px solid #1e3a5f; text-align: center; color: #9fb0cc; font-size: 13px; }
.footer-bottom .age { color: #ffcc00; font-weight: 700; }

@media (max-width: 768px) {
  .hero h1 { font-size: 30px; }
  h2 { font-size: 24px; }
  .two-col { grid-template-columns: 1fr; }
  .nav-wrap { justify-content: center; }
  nav ul { justify-content: center; }
}
.process-item::before img{width:100%;height:100%;object-fit:cover;object-position:center}