* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Tahoma, sans-serif; background: #0d1424; color: #e6e9f0; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* Header */
.top-bar { background: #0a0f1d; padding: 10px 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #1a2238; }
.logo { font-size: 26px; font-weight: 800; color: #1e88e5; letter-spacing: 1px; }
.top-actions { display: flex; gap: 10px; }
.btn { padding: 9px 22px; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s; cursor: pointer; border: none; }
.btn-login { background: #fff; color: #0d1424; }
.btn-register { background: linear-gradient(90deg, #1e88e5, #42a5f5); color: #fff; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 4px 14px rgba(30,136,229,0.4); }

/* Nav */
nav.main-nav { background: #111b32; padding: 0 20px; display: flex; align-items: center; overflow-x: auto; border-bottom: 2px solid #1e88e5; }
nav.main-nav a { padding: 14px 20px; color: #c5cce0; font-weight: 600; font-size: 14px; white-space: nowrap; border-bottom: 3px solid transparent; transition: all 0.3s; }
nav.main-nav a:hover, nav.main-nav a.active { color: #fff; background: #1a2440; border-bottom-color: #ffb300; }

/* Hero */
.hero { position: relative; margin: 18px; border-radius: 14px; overflow: hidden; background: linear-gradient(135deg, #1a2855, #2d3f7d); padding: 30px; display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }
.hero-text { flex: 1; min-width: 280px; }
.hero-text .badge { background: #ffb300; color: #0d1424; padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: 700; display: inline-block; margin-bottom: 12px; }
.hero-text h1 { font-size: 42px; line-height: 1.15; margin-bottom: 14px; color: #fff; }
.hero-text h1 span { color: #ffd54f; }
.hero-text p { color: #c5cce0; font-size: 16px; max-width: 520px; }
.hero-img { flex: 0 0 auto; }
.hero-img img { border-radius: 10px; }
.hero-promos { display: flex; flex-direction: column; gap: 10px; }
.promo-card { background: rgba(255,255,255,0.08); padding: 14px 18px; border-radius: 10px; border-left: 4px solid #ffb300; min-width: 220px; }
.promo-card strong { display: block; color: #ffd54f; font-size: 14px; }
.promo-card span { font-size: 12px; color: #c5cce0; }

/* Sections */
.section { padding: 18px; }
.section-title { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; font-size: 20px; color: #fff; font-weight: 700; }
.section-title::before { content: ""; width: 4px; height: 22px; background: #ffb300; border-radius: 2px; }

.grid-7 { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 12px; }
.grid-6 { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; }

.choice-card { background: #182142; border-radius: 10px; padding: 16px 10px; text-align: center; transition: all 0.3s; cursor: pointer; }
.choice-card:hover { background: #213063; transform: translateY(-3px); }
.choice-card .icon { font-size: 32px; margin-bottom: 8px; }
.choice-card div.label { font-size: 13px; font-weight: 600; color: #e6e9f0; }

.game-card { background: #182142; border-radius: 10px; overflow: hidden; transition: transform 0.3s; }
.game-card:hover { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(30,136,229,0.3); }
.game-card img { width: 100%; height: auto; }
.game-card .name { padding: 10px; text-align: center; font-size: 13px; font-weight: 600; color: #fff; }

.sport-card { background: #182142; border-radius: 10px; padding: 18px 10px; text-align: center; transition: all 0.3s; }
.sport-card:hover { background: #1e88e5; }
.sport-card .ico { width: 40px; height: 40px; border-radius: 50%; background: #ffb300; margin: 0 auto 8px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #0d1424; font-weight: 700; }
.sport-card span { font-size: 13px; font-weight: 600; }

/* Match strip */
.match-strip { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 8px; }
.match-card { background: #182142; border-radius: 10px; padding: 12px; min-width: 220px; }
.match-card .league { font-size: 11px; color: #ffb300; margin-bottom: 6px; }
.match-card .teams { font-size: 13px; font-weight: 600; color: #fff; }
.match-card .score { font-size: 22px; font-weight: 800; color: #ffd54f; margin: 6px 0; }
.match-card .odds { display: flex; gap: 6px; }
.match-card .odds span { flex: 1; background: #0d1424; padding: 5px; text-align: center; border-radius: 4px; font-size: 12px; }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; }
.blog-card { background: #182142; border-radius: 10px; padding: 16px; }
.news-meta { display: flex; gap: 10px; align-items: center; font-size: 12px; color: #8a93ad; margin-bottom: 8px; }
.news-meta span { background: #1e88e5; color: #fff; padding: 2px 8px; border-radius: 4px; font-weight: 600; }
.blog-card h3 { font-size: 15px; color: #fff; margin-bottom: 8px; line-height: 1.4; }
.blog-card p { font-size: 13px; color: #c5cce0; }

/* Content blocks */
.content-block { background: #111b32; padding: 28px 22px; margin: 18px; border-radius: 14px; }
.content-block h2 { color: #ffd54f; font-size: 22px; margin-bottom: 14px; }
.content-block h3 { color: #fff; font-size: 17px; margin: 16px 0 8px; }
.content-block p { color: #c5cce0; margin-bottom: 12px; font-size: 14px; }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin: 16px 0; }
.stat-box { background: #182142; padding: 16px; border-radius: 10px; text-align: center; border-top: 3px solid #1e88e5; }
.stat-box strong { display: block; font-size: 26px; color: #ffd54f; }
.stat-box span { font-size: 12px; color: #c5cce0; }

.feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.feature-item { background: #182142; padding: 14px; border-radius: 10px; border-left: 3px solid #ffb300; }
.feature-item h4 { color: #ffd54f; font-size: 14px; margin-bottom: 6px; }
.feature-item p { font-size: 13px; color: #c5cce0; }

.testimonial { background: linear-gradient(135deg, #1a2855, #213063); padding: 18px; border-radius: 10px; margin: 16px 0; border-left: 4px solid #ffb300; font-style: italic; }
.testimonial strong { display: block; color: #ffd54f; font-style: normal; margin-top: 8px; font-size: 13px; }

.faq-item { background: #182142; padding: 14px 18px; border-radius: 10px; margin-bottom: 10px; }
.faq-item h4 { color: #ffd54f; font-size: 15px; margin-bottom: 8px; }
.faq-item p { color: #c5cce0; font-size: 14px; }
.faq-item ul { margin: 8px 0 0 18px; color: #c5cce0; font-size: 13px; }

/* Footer */
footer { background: #0a0f1d; padding: 30px 20px 16px; margin-top: 24px; border-top: 1px solid #1a2238; }
.foot-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 24px; max-width: 1200px; margin: 0 auto; }
.foot-grid h4 { color: #1e88e5; margin-bottom: 12px; font-size: 14px; }
.foot-grid ul { list-style: none; }
.foot-grid li { margin-bottom: 6px; font-size: 13px; color: #8a93ad; }
.foot-grid li a:hover { color: #ffd54f; }
.copyright { text-align: center; color: #5a6483; font-size: 12px; margin-top: 22px; padding-top: 16px; border-top: 1px solid #1a2238; }

@media (max-width: 768px) {
  .hero-text h1 { font-size: 28px; }
  .hero { padding: 20px; }
  nav.main-nav a { padding: 12px 14px; font-size: 13px; }
  .top-bar { flex-wrap: wrap; gap: 10px; }
  .logo { font-size: 22px; }
  .btn { padding: 7px 14px; font-size: 13px; }
}
.sport-card .ico img{width:100%;height:100%;object-fit:cover;object-position:center}