* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Tahoma, Arial, sans-serif; background: #0f1014; color: #e6e6e6; line-height: 1.6; }
a { color: #f5a623; text-decoration: none; }
a:hover { color: #ffd166; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }

/* Header */
header { background: linear-gradient(90deg, #1a1d24 0%, #23272f 100%); border-bottom: 2px solid #f5a623; position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; flex-wrap: wrap; gap: 10px; }
.logo { font-size: 28px; font-weight: 800; color: #f5a623; letter-spacing: 1px; text-transform: uppercase; }
.nav-toggle { display: none; background: #f5a623; color: #0f1014; border: none; padding: 8px 12px; border-radius: 4px; font-weight: 700; cursor: pointer; }
nav ul { list-style: none; display: flex; gap: 6px; flex-wrap: wrap; }
nav ul li a { display: block; padding: 10px 14px; color: #e6e6e6; font-weight: 600; border-radius: 4px; transition: all .2s; }
nav ul li a:hover, nav ul li a.active { background: #f5a623; color: #0f1014; }
.auth-buttons { display: flex; gap: 8px; }
.btn { display: inline-block; padding: 9px 18px; border-radius: 4px; font-weight: 700; cursor: pointer; transition: all .2s; border: 2px solid transparent; }
.btn-login { background: transparent; color: #f5a623; border-color: #f5a623; }
.btn-login:hover { background: #f5a623; color: #0f1014; }
.btn-register { background: #f5a623; color: #0f1014; }
.btn-register:hover { background: #ffd166; }

/* Hero */
.hero { position: relative; background: linear-gradient(135deg, #1a1d24, #2a2e38); padding: 50px 0; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; align-items: center; }
.hero h1 { font-size: 42px; color: #f5a623; line-height: 1.2; margin-bottom: 18px; }
.hero p.lead { font-size: 17px; color: #cfd2d8; margin-bottom: 22px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-img { text-align: center; }
.hero-img img { border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,.5); }

/* Sections */
section { padding: 50px 0; }
section.alt { background: #14171d; }
h2 { font-size: 30px; color: #f5a623; margin-bottom: 14px; text-align: center; }
h3 { font-size: 21px; color: #ffd166; margin: 18px 0 10px; }
h4 { font-size: 17px; color: #f5a623; margin-bottom: 8px; }
.section-intro { max-width: 820px; margin: 0 auto 30px; text-align: center; color: #cfd2d8; }

/* Grid features */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card { background: #1c2029; border: 1px solid #2a2f3a; border-radius: 8px; padding: 18px; transition: transform .2s, border-color .2s; }
.card:hover { transform: translateY(-4px); border-color: #f5a623; }
.card img { border-radius: 6px; margin-bottom: 12px; }
.card p { color: #b9bdc6; font-size: 14px; }

/* Game grid */
.game-card { background: #1c2029; border-radius: 8px; overflow: hidden; text-align: center; border: 1px solid #2a2f3a; }
.game-card img { width: 100%; }
.game-card .game-info { padding: 12px; }
.game-card h4 { margin-bottom: 4px; }
.game-card p { color: #9ca0aa; font-size: 13px; }

/* Process steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 24px; }
.step { background: #1c2029; padding: 20px; border-radius: 8px; border-top: 3px solid #f5a623; }
.step-num { display: inline-block; width: 36px; height: 36px; line-height: 36px; text-align: center; background: #f5a623; color: #0f1014; border-radius: 50%; font-weight: 800; margin-bottom: 10px; }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stat-box { background: #1c2029; padding: 22px 12px; border-radius: 8px; }
.stat-num { font-size: 30px; color: #f5a623; font-weight: 800; display: block; }
.stat-label { color: #b9bdc6; font-size: 14px; margin-top: 6px; display: block; }

/* FAQ */
.faq-item { background: #1c2029; border-left: 3px solid #f5a623; padding: 16px 18px; margin-bottom: 12px; border-radius: 6px; }
.faq-item h4 { color: #ffd166; margin-bottom: 6px; }
.faq-item p { color: #cfd2d8; }
.faq-item ul { margin-top: 8px; padding-left: 20px; color: #cfd2d8; }

/* Testimonial */
.testimonial { background: #1c2029; border: 1px solid #2a2f3a; border-left: 4px solid #f5a623; padding: 20px; border-radius: 6px; max-width: 720px; margin: 30px auto 0; font-style: italic; color: #cfd2d8; }

/* Two col */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.two-col img { border-radius: 8px; }
.two-col p { color: #cfd2d8; margin-bottom: 12px; }

/* Footer */
footer { background: #0a0b0e; padding: 40px 0 20px; border-top: 2px solid #f5a623; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 28px; }
.footer-col h4 { color: #f5a623; margin-bottom: 12px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { color: #b9bdc6; }
.footer-col ul li a:hover { color: #f5a623; }
.footer-col p { color: #9ca0aa; font-size: 14px; margin-bottom: 8px; }
.footer-bottom { text-align: center; padding-top: 22px; margin-top: 28px; border-top: 1px solid #1c2029; color: #9ca0aa; font-size: 13px; }
.age-badge { display: inline-block; background: #b91c1c; color: #fff; padding: 4px 10px; border-radius: 4px; font-weight: 700; margin-right: 8px; }

@media (max-width: 900px) {
  .hero-inner, .two-col { grid-template-columns: 1fr; }
  .grid-3, .grid-4, .steps, .stats, .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .hero h1 { font-size: 30px; }
  nav ul { display: none; width: 100%; flex-direction: column; }
  nav ul.open { display: flex; }
  .nav-toggle { display: inline-block; }
  .header-inner { justify-content: space-between; }
  nav { width: 100%; order: 3; }
}
@media (max-width: 520px) {
  .grid-3, .grid-4, .steps, .stats, .footer-grid { grid-template-columns: 1fr; }
  .auth-buttons .btn { padding: 7px 12px; font-size: 13px; }
}
.step-num img{width:100%;height:100%;object-fit:cover;object-position:center}