* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Tahoma, sans-serif; background: #0a0e27; color: #fff; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Header */
header { background: rgba(10, 14, 39, 0.95); position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #1a1f4a; backdrop-filter: blur(10px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; }
.logo { font-size: 28px; font-weight: 900; color: #00ffc8; letter-spacing: 1px; text-transform: uppercase; }
nav ul { display: flex; list-style: none; gap: 30px; }
nav ul li a { color: #d0d4f0; font-weight: 500; transition: color 0.3s; padding: 8px 0; position: relative; }
nav ul li a:hover, nav ul li a.active { color: #00ffc8; }
nav ul li a.active::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 100%; height: 2px; background: #00ffc8; }
.nav-btns { display: flex; gap: 10px; }
.btn { padding: 10px 22px; border-radius: 25px; font-weight: 600; cursor: pointer; transition: all 0.3s; border: none; font-size: 14px; display: inline-block; }
.btn-login { background: transparent; color: #00ffc8; border: 1px solid #00ffc8; }
.btn-register { background: linear-gradient(135deg, #00ffc8, #00b8a9); color: #0a0e27; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0, 255, 200, 0.3); }
.menu-toggle { display: none; background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; }

/* Hero */
.hero { padding: 80px 0 60px; text-align: center; background: radial-gradient(ellipse at top, #1a1f4a 0%, #0a0e27 70%); position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: 20%; left: 10%; width: 4px; height: 4px; background: #fff; border-radius: 50%; box-shadow: 100px 50px #fff, 200px 150px #00ffc8, 400px 80px #fff, 600px 200px #fff, 800px 100px #00ffc8, 1000px 250px #fff; }
.hero h1 { font-size: 52px; font-weight: 900; line-height: 1.2; margin-bottom: 20px; background: linear-gradient(135deg, #fff, #00ffc8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero p { font-size: 18px; color: #b0b6e0; max-width: 700px; margin: 0 auto 35px; }
.hero-buttons { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: linear-gradient(135deg, #00ffc8, #00b8a9); color: #0a0e27; padding: 14px 35px; font-size: 16px; border-radius: 30px; font-weight: 700; }
.btn-secondary { background: transparent; color: #fff; border: 1px solid #00ffc8; padding: 14px 35px; font-size: 16px; border-radius: 30px; font-weight: 700; }
.hero-banner { margin-top: 50px; border-radius: 15px; overflow: hidden; box-shadow: 0 20px 60px rgba(0, 255, 200, 0.2); border: 1px solid #1a1f4a; }

/* Providers */
.providers { padding: 50px 0; background: #0d1230; }
.providers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 20px; align-items: center; }
.provider-item { background: #161a3e; padding: 25px; border-radius: 12px; text-align: center; transition: transform 0.3s; }
.provider-item:hover { transform: translateY(-5px); }
.provider-item img { margin: 0 auto; max-height: 80px; width: auto; }

/* Sections */
section { padding: 70px 0; }
.section-title { text-align: center; font-size: 38px; font-weight: 800; margin-bottom: 15px; }
.section-subtitle { text-align: center; color: #b0b6e0; font-size: 16px; margin-bottom: 50px; max-width: 700px; margin-left: auto; margin-right: auto; }

/* How it works */
.how-it-works { background: #0a0e27; }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 25px; }
.step-card { background: linear-gradient(135deg, #161a3e, #1a1f4a); padding: 30px 20px; border-radius: 15px; text-align: center; border: 1px solid #1a1f4a; transition: all 0.3s; }
.step-card:hover { border-color: #00ffc8; transform: translateY(-5px); }
.step-icon { width: 60px; height: 60px; background: rgba(0, 255, 200, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 24px; color: #00ffc8; }
.step-card h3 { font-size: 18px; margin-bottom: 12px; color: #fff; }
.step-card p { color: #b0b6e0; font-size: 14px; }

/* Features */
.features { background: #0d1230; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }
.feature-card { background: #161a3e; border-radius: 15px; overflow: hidden; border: 1px solid #1a1f4a; transition: all 0.3s; padding: 25px; display: flex; gap: 20px; align-items: center; }
.feature-card:hover { border-color: #00ffc8; }
.feature-card img { width: 80px; height: 80px; object-fit: cover; border-radius: 10px; flex-shrink: 0; }
.feature-card h3 { font-size: 18px; margin-bottom: 8px; color: #00ffc8; }
.feature-card p { color: #b0b6e0; font-size: 13px; }

/* Stats */
.stats { background: #0a0e27; padding: 40px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; text-align: center; }
.stat-item { padding: 25px; background: linear-gradient(135deg, #161a3e, #1a1f4a); border-radius: 15px; border: 1px solid #1a1f4a; }
.stat-number { font-size: 36px; font-weight: 900; color: #00ffc8; margin-bottom: 5px; }
.stat-label { color: #b0b6e0; font-size: 13px; }

/* Games Grid */
.games { background: #0d1230; }
.games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 20px; }
.game-card { background: #161a3e; border-radius: 12px; overflow: hidden; cursor: pointer; transition: all 0.3s; border: 1px solid #1a1f4a; }
.game-card:hover { transform: translateY(-5px); border-color: #00ffc8; }
.game-card img { width: 100%; height: auto; }
.game-card h4 { padding: 12px; font-size: 14px; text-align: center; color: #fff; }

/* Regions */
.regions { background: #0a0e27; }
.regions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 15px; }
.region-card { background: linear-gradient(135deg, #161a3e, #1a1f4a); padding: 20px; border-radius: 12px; display: flex; align-items: center; justify-content: space-between; border: 1px solid #1a1f4a; transition: all 0.3s; }
.region-card:hover { border-color: #00ffc8; }
.region-card span { font-weight: 600; color: #fff; }
.region-btn { background: #00ffc8; color: #0a0e27; padding: 6px 16px; border-radius: 20px; font-size: 12px; font-weight: 700; }

/* Testimonial */
.testimonial { background: #0d1230; }
.testimonial-card { background: linear-gradient(135deg, #161a3e, #1a1f4a); padding: 40px; border-radius: 20px; max-width: 700px; margin: 0 auto; text-align: center; border: 1px solid #00ffc8; }
.testimonial-card p { font-size: 17px; color: #d0d4f0; font-style: italic; margin-bottom: 20px; }
.testimonial-author { color: #00ffc8; font-weight: 700; }

/* FAQ */
.faq { background: #0a0e27; }
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { background: #161a3e; padding: 25px; border-radius: 12px; margin-bottom: 15px; border-left: 3px solid #00ffc8; }
.faq-item h4 { color: #00ffc8; margin-bottom: 12px; font-size: 17px; }
.faq-item p { color: #b0b6e0; font-size: 14px; }
.faq-item ul { margin-top: 10px; padding-left: 20px; color: #b0b6e0; font-size: 14px; }

/* CTA */
.cta { background: linear-gradient(135deg, #161a3e, #0d1230); text-align: center; padding: 60px 20px; }
.cta h2 { font-size: 32px; margin-bottom: 15px; }
.cta p { color: #b0b6e0; margin-bottom: 25px; }

/* Footer */
footer { background: #050818; padding: 60px 0 25px; border-top: 1px solid #1a1f4a; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-col h4 { color: #00ffc8; margin-bottom: 20px; font-size: 16px; }
.footer-col p, .footer-col a { color: #b0b6e0; font-size: 14px; display: block; margin-bottom: 10px; }
.footer-col a:hover { color: #00ffc8; }
.footer-bottom { border-top: 1px solid #1a1f4a; padding-top: 25px; text-align: center; color: #6c719b; font-size: 13px; }

@media (max-width: 768px) {
  nav ul { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #0d1230; flex-direction: column; padding: 20px; gap: 15px; }
  nav ul.show { display: flex; }
  .menu-toggle { display: block; }
  .hero h1 { font-size: 32px; }
  .section-title { font-size: 26px; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .feature-card { flex-direction: column; text-align: center; }
  .nav-btns .btn { padding: 8px 14px; font-size: 12px; }
}
.hero::before img{width:100%;height:100%;object-fit:cover;object-position:center}
.step-icon img{width:100%;height:100%;object-fit:cover;object-position:center}