*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:Arial,sans-serif;background:#251f32;color:#fff;line-height:1.6;padding:0 10px;overflow-x:hidden;}
.topbar{background:#241e34;display:flex;align-items:center;justify-content:space-between;padding:15px 20px;position:relative;z-index:1000;flex-wrap:wrap;}
.brand-mark{flex-shrink:0;}
.brand-mark img{display:block;width:166px;height:55px;max-width:100%;}
.menu-toggle{display:none;background:transparent;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:5px;z-index:1001;}
.burger-line{width:28px;height:3px;background:#fff;transition:all 0.3s ease;}
.nav-links{display:flex;list-style:none;gap:25px;margin:0;flex-wrap:wrap;}
.nav-links li a,.nav-links li span{color:#fff;text-decoration:none;font-size:16px;transition:color 0.3s;white-space:nowrap;}
.nav-links li a:hover{color:#ffa500;}
.active-page{color:#ffa500;font-weight:bold;}
.auth-buttons{display:flex;gap:12px;flex-wrap:wrap;}
.btn-signin,.btn-signup{padding:10px 24px;border-radius:5px;text-decoration:none;font-weight:bold;transition:all 0.3s;white-space:nowrap;}
.btn-signin{background:transparent;color:#fff;border:2px solid #fff;}
.btn-signin:hover{background:#fff;color:#241e34;}
.btn-signup{background:#ffa500;color:#000;border:2px solid #ffa500;}
.btn-signup:hover{background:#ff8c00;border-color:#ff8c00;}
.mobile-nav{display:none;background:#1a1525;position:fixed;top:0;left:-100%;width:280px;max-width:85vw;height:100vh;padding-top:80px;transition:left 0.3s ease;z-index:999;overflow-y:auto;box-shadow:2px 0 10px rgba(0,0,0,0.5);}
.mobile-nav.active{left:0;}
.mobile-links{list-style:none;padding:20px;}
.mobile-links li{margin-bottom:5px;}
.mobile-links li a,.mobile-links li span{color:#fff;text-decoration:none;font-size:18px;display:block;padding:10px;word-wrap:break-word;}
.mobile-links li a:hover{color:#ffa500;}
.mobile-signin,.mobile-signup{display:block;text-align:center;padding:12px;border-radius:5px;margin-top:10px;font-weight:bold;text-decoration:none;}
.mobile-signin{background:transparent;color:#fff;border:2px solid #fff;}
.mobile-signup{background:#ffa500;color:#000;border:2px solid #ffa500;}
.sports-hero{
  background:linear-gradient(135deg,#1a1525 0%,#241e34 50%,#251f32 100%);
  padding:60px 20px;
  text-align:center;
  max-width:900px;
  margin:0 auto 40px;
  border-radius:12px;
}
.sports-hero h1{
  font-size:36px;
  color:#ffa500;
  margin-bottom:15px;
  text-shadow:2px 2px 6px rgba(0,0,0,0.8);
}
.sports-hero .hero-text{
  font-size:18px;
  color:#eee;
  max-width:650px;
  margin:0 auto;
  line-height:1.6;
}
.btn-primary, .btn-secondary{
  display:inline-block;
  border-radius:8px;
  font-weight:bold;
  font-size:16px;
  padding:14px 32px;
  text-decoration:none;
  text-align:center;
  white-space:nowrap;
  transition:all 0.3s ease;
  margin:10px 8px 0;
}
.btn-primary{
  background:#ffa500;
  color:#000;
}
.btn-primary:hover{
  background:#ff8c00;
}
.btn-secondary{
  background:#1a1525;
  color:#ffa500;
  border:2px solid #ffa500;
}
.btn-secondary:hover{
  background:#ffa500;
  color:#000;
}
.live-scores, .popular-markets, .how-to-bet, .customer-support, .upcoming-events, .mobile-betting, .betting-insights{
  max-width: 900px;
  margin: 40px auto 60px;
  padding: 0 20px;
  color: #ddd;
}
.live-scores h2, .popular-markets h2, .how-to-bet h2, .customer-support h2, .upcoming-events h2, .mobile-betting h2, .betting-insights h2 {
  font-size: 28px;
  color: #ffa500;
  margin-bottom: 25px;
  text-align: center;
}
.live-scores p, .popular-markets p, .customer-support p, .upcoming-events p, .mobile-betting p, .betting-insights p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.sports-list {
  max-width: 700px;
  margin: 0 auto 20px;
  list-style-type: disc;
  padding-left: 20px;
  color: #ccc;
  font-size: 16px;
  line-height: 1.6;
}
.sports-list li{
  margin-bottom: 10px;
}
.markets-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}
.market-card{
  background: rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.35);
  color: #ddd;
  font-size: 16px;
  line-height: 1.7;
  transition: all 0.3s;
  text-align: center;
}
.market-card:hover{
  background: rgba(255,165,0,0.15);
  box-shadow: 0 5px 25px rgba(255,165,0,0.5);
}
.market-card h3{
  color: #ffa500;
  margin-bottom: 15px;
  font-size: 20px;
}
ol{
  max-width: 700px;
  margin: 0 auto 20px;
  padding-left: 20px;
  color: #ccc;
  font-size: 16px;
  line-height: 1.6;
}
ol li{
  margin-bottom: 10px;
}
.betting-insights {
  max-width: 900px;
  margin: 50px auto 70px;
  padding: 0 20px;
  color: #ddd;
  text-align: center;
}
.betting-insights h2 {
  font-size: 28px;
  color: #ffa500;
  margin-bottom: 35px;
}
.insights-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 40px;
  max-width: 850px;
  margin: 0 auto 30px;
}
.insight-card {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 25px 20px;
  box-shadow: 0 4px 15px rgba(255, 165, 0, 0.3);
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.insight-card:hover {
  background: rgba(255, 165, 0, 0.15);
  transform: translateY(-6px);
}
.insight-icon {
  font-size: 44px;
  color: #ffaa00;
  margin-bottom: 15px;
}
.insight-card h3 {
  font-size: 22px;
  color: #ffa500;
  margin-bottom: 12px;
}
.insight-card p {
  font-size: 16px;
  color: #e0dcdc;
  line-height: 1.5;
  margin: 0;
}
.cta-center {
  text-align: center;
  margin-top: 10px;
}
.btn-primary {
  display: inline-block;
  background: #ffa500;
  color: #000;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 7px;
  font-weight: bold;
  font-size: 18px;
  transition: background-color 0.3s, transform 0.3s;
  white-space: nowrap;
}
.btn-primary:hover {
  background: #ff8c00;
  transform: translateY(-3px);
}

.basement{
  background:#000500;margin:80px -10px 0;padding:50px 20px;overflow-x:auto;
}
.basement-content{
  max-width:1200px;margin:0 auto;text-align:center;
}
.brand-info-zone{
  margin-bottom:40px;
}
.brand-info-zone img{
  margin:0 auto 20px;display:block;max-width:100%;height:auto;
}
.brand-info-zone p{
  font-size:14px;line-height:1.7;color:#ccc;margin-bottom:12px;word-wrap:break-word;
}
.gamble-notice{
  color:#ffa500;font-weight:bold;font-size:15px;
}
.basement-links{
  margin-bottom:40px;
}
.basement-links h4{
  font-size:18px;margin-bottom:15px;color:#ffa500;
}
.basement-links ul{
  list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:15px;
}
.basement-links ul li a{
  color:#ccc;text-decoration:none;font-size:14px;transition:color 0.3s;white-space:nowrap;
}
.basement-links ul li a:hover{
  color:#ffa500;
}
.payment-strip,.provider-strip{
  margin-bottom:35px;overflow-x:auto;
}
.payment-strip h4,.provider-strip h4{
  font-size:18px;margin-bottom:15px;color:#ffa500;
}
.payment-icons,.provider-logos{
  display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;min-height:50px;
}
.payment-icons img,.provider-logos img{
  filter:grayscale(100%) brightness(0.8);transition:all 0.3s;max-width:100%;height:auto;
}
.payment-icons img:hover,.provider-logos img:hover{
  filter:grayscale(0%) brightness(1);
}
.copyright-line{
  font-size:13px;color:#999;margin-top:30px;word-wrap:break-word;
}
/* Responsive */
@media (max-width:1080px){
  .menu-toggle{display:flex;}
  .nav-links,.auth-buttons{display:none;}
  .mobile-nav{display:block;}
  .sports-hero h1{font-size:32px;}
  .sports-hero .hero-text{font-size:16px;}
  .markets-grid{grid-template-columns:1fr;}
  .insights-grid{grid-template-columns:1fr;}
}
@media (max-width:768px){
  .sports-hero h1{font-size:28px;}
  .sports-hero .hero-text{font-size:15px;}
  .live-scores h2,.popular-markets h2,.how-to-bet h2,.customer-support h2,.upcoming-events h2,.mobile-betting h2,.betting-insights h2{font-size:24px;}
  .live-scores p,.popular-markets p,.customer-support p,.upcoming-events p,.mobile-betting p,.betting-insights p{font-size:14px;}
}
@media (max-width:480px){
  .brand-mark img{width:140px;height:46px;}
  .sports-hero h1{font-size:24px;}
  .sports-hero .hero-text{font-size:14px;}
  .btn-primary,.btn-secondary{padding:12px 26px;font-size:14px;margin:8px 5px 0;}
  .market-card{font-size:14px;padding:20px;}
  ol{font-size:14px;padding-left:15px;}
  .sports-list{font-size:14px;}
}
@media (max-width:320px){
  .sports-hero h1{font-size:20px;}
  .sports-hero .hero-text{font-size:13px;}
  .btn-primary,.btn-secondary{padding:10px 22px;font-size:13px;margin:8px 5px 0;}
  .market-card{font-size:13px;padding:15px;}
  ol{font-size:13px;padding-left:12px;}
  .sports-list{font-size:13px;}
}