*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth}
body{background-color:#16001b;color:#e8e0ec;font-family:'Segoe UI',Arial,sans-serif;line-height:1.6;min-width:280px}
a{color:#f6bb1c;text-decoration:none}
a:hover{text-decoration:underline}
img{display:block;max-width:100%;height:auto}
ul{list-style:none}
.site-header{background-color:#2e023b;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,0.5)}
.header-inner{max-width:1200px;margin:0 auto;padding:10px;display:flex;align-items:center;gap:16px}
.header-inner>a{flex-shrink:0;width:180px;height:37px}
.header-inner>a img{width:180px;height:37px;object-fit:contain}
.desktop-nav{margin-left:auto}
.nav-list{display:flex;align-items:center;gap:4px}
.nav-list li{position:relative}
.nav-list a,.nav-active{padding:8px 12px;color:#e8e0ec;font-size:0.95rem;white-space:nowrap;border-radius:4px;transition:background 0.2s}
.nav-list a{display:inline-block}
.nav-active{color:#f6bb1c;font-weight:600;cursor:default}
.submenu-arrow{cursor:pointer;font-size:0.7rem;padding:8px 6px;color:#e8e0ec;transition:transform 0.2s;display:inline-block;line-height:1}
.submenu{display:none;position:absolute;top:calc(100% + 5px);left:0;background:#2e023b;border:1px solid rgba(246,187,28,0.2);border-radius:4px;z-index:200;white-space:nowrap}
.submenu li a{padding:8px 16px;display:block;color:#e8e0ec;font-size:0.9rem}
.has-submenu::before{content:'';position:absolute;bottom:-5px;left:0;right:0;height:5px;background:transparent}
.header-cta-group{display:flex;gap:8px;flex-shrink:0}
.btn-signin{background:transparent;border:1px solid #f6bb1c;color:#f6bb1c;padding:7px 16px;border-radius:4px;font-size:0.9rem;cursor:pointer;transition:background 0.2s;white-space:nowrap}
.btn-signin:hover{background:rgba(246,187,28,0.15);text-decoration:none}
.btn-signup{background:#f6bb1c;color:#16001b;padding:7px 16px;border-radius:4px;font-size:0.9rem;font-weight:700;cursor:pointer;transition:opacity 0.2s;white-space:nowrap}
.btn-signup:hover{opacity:0.88;text-decoration:none}
.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:6px;margin-left:auto;flex-shrink:0}
.mobile-menu-toggle .hamburger-bar{display:block;width:24px;height:2px;background:#e8e0ec;border-radius:2px;margin-bottom:5px}
.mobile-menu-toggle .hamburger-bar:last-child{margin-bottom:0}
.mobile-nav-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#2e023b;z-index:999;overflow-y:auto}
.mobile-nav-overlay.open{display:block}
.mobile-nav-inner{padding:16px 10px 32px}
.mobile-nav-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.mobile-nav-top>a{width:180px;height:37px;display:block;flex-shrink:0}
.mobile-nav-top>a img{width:180px;height:37px;object-fit:contain}
.mobile-close-btn{background:none;border:none;color:#e8e0ec;font-size:2rem;cursor:pointer;line-height:1;padding:0 4px}
.mobile-nav-list{display:flex;flex-direction:column}
.mobile-nav-list li{border-bottom:1px solid rgba(255,255,255,0.07)}
.mobile-nav-list a,.mobile-nav-list .nav-active{display:block;padding:12px 8px;color:#e8e0ec;font-size:1rem}
.mobile-nav-list .nav-active{color:#f6bb1c;font-weight:600}
.mobile-parent-row{display:flex;align-items:center;justify-content:space-between}
.mobile-parent-row a{flex:1;padding:12px 8px;color:#e8e0ec;font-size:1rem}
.mobile-submenu-arrow{cursor:pointer;padding:12px 10px;color:#e8e0ec;font-size:0.75rem;transition:transform 0.2s}
.mobile-submenu-arrow.open{transform:rotate(180deg)}
.mobile-submenu{display:none;background:rgba(0,0,0,0.2)}
.mobile-submenu.open{display:block}
.mobile-submenu li a{padding:10px 8px 10px 24px;font-size:0.9rem}
.mobile-cta-group{display:flex;flex-direction:column;margin-top:24px}
.mobile-cta-group .btn-signin{margin-bottom:10px;text-align:center;display:block}
.mobile-cta-group .btn-signup{text-align:center;display:block}
@media (min-width:1081px){
.has-submenu:hover .submenu{display:block}
.has-submenu:hover .submenu-arrow{transform:rotate(180deg)}
.nav-list a:hover{background:rgba(255,255,255,0.07)}
}
.page-band-inner{max-width:1200px;margin:0 auto;padding:60px 10px}
h2{font-size:1.7rem;color:#f6bb1c;margin-bottom:16px;font-weight:700}
p{margin-bottom:14px;line-height:1.7}
.btn-cta{display:inline-block;background:#f6bb1c;color:#16001b;padding:12px 28px;border-radius:6px;font-weight:700;font-size:0.95rem;cursor:pointer;transition:opacity 0.2s;border:none}
.btn-cta:hover{opacity:0.88;text-decoration:none}
.btn-cta-outline{background:transparent;border:2px solid #f6bb1c;color:#f6bb1c}
.btn-cta-outline:hover{background:rgba(246,187,28,0.12)}
.cta-centered{text-align:center;margin-top:28px}
.sports-hero-band{background:linear-gradient(135deg,#2e023b 0%,#1a0124 55%,#16001b 100%);position:relative;overflow:hidden}
.sports-hero-band::before{content:'';position:absolute;top:-100px;right:-100px;width:500px;height:500px;border-radius:50%;background:rgba(246,187,28,0.04);pointer-events:none}
.sports-hero-band::after{content:'';position:absolute;bottom:-80px;left:-80px;width:350px;height:350px;border-radius:50%;background:rgba(246,187,28,0.03);pointer-events:none}
.sports-hero-inner{max-width:1200px;margin:0 auto;padding:60px 10px;display:flex;align-items:center;gap:48px;position:relative;z-index:1}
.sports-hero-text{flex:1}
.sports-hero-text h1{font-size:2.2rem;color:#f6bb1c;margin-bottom:16px;line-height:1.25;font-weight:800}
.sports-hero-sub{font-size:1rem;color:#d4bfe0;margin-bottom:28px;line-height:1.7}
.sports-cta-row{display:flex;gap:12px;flex-wrap:wrap}
.sports-hero-img{flex-shrink:0}
.sports-hero-img img{width:480px;max-width:100%;height:auto;border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,0.5)}
.sports-list-band{background:#1e0028}
.sports-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px}
.sport-card{background:#2e023b;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 16px rgba(0,0,0,0.35);transition:transform 0.2s}
.sport-card:hover{transform:translateY(-3px)}
.sport-card img{width:100%;height:auto}
.sport-card-body{padding:14px 14px 16px;display:flex;flex-direction:column;flex:1}
.sport-title{font-size:1rem;font-weight:700;color:#f6bb1c;margin-bottom:6px}
.sport-leagues{font-size:0.82rem;color:#d4bfe0;margin-bottom:6px}
.sport-markets{font-size:0.78rem;color:#b094c0;margin-bottom:0}
.live-betting-band{background:#16001b}
.live-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}
.live-stat-card{background:#2e023b;border-radius:8px;padding:18px 16px;box-shadow:0 4px 12px rgba(0,0,0,0.3)}
.lst-label{font-size:0.75rem;color:#b094c0;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:6px}
.lst-val{font-size:0.95rem;font-weight:700;color:#f0e6f6;margin-bottom:0}
.bet-types-band{background:#1e0028}
.bet-types-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.bet-type-card{background:#2e023b;border-radius:8px;padding:20px 18px;box-shadow:0 4px 12px rgba(0,0,0,0.3);transition:transform 0.2s}
.bet-type-card:hover{transform:translateY(-3px)}
.bt-name{font-size:1rem;font-weight:700;color:#f6bb1c;margin-bottom:6px}
.bt-desc{font-size:0.85rem;color:#b094c0;margin-bottom:0}
.sports-payments-band{background:#16001b}
.payments-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:20px}
.payments-table{width:100%;border-collapse:collapse;min-width:420px}
.payments-table th,.payments-table td{padding:10px 14px;text-align:left;border-bottom:1px solid rgba(255,255,255,0.07);font-size:0.88rem}
.payments-table th{color:#f6bb1c;font-weight:700;background:#1e0028}
.payments-table tr:hover td{background:rgba(246,187,28,0.04)}
.site-footer{background:#2e023b;border-top:1px solid rgba(246,187,28,0.15)}
.footer-inner{max-width:1200px;margin:0 auto;padding:40px 10px 20px}
.footer-top{display:flex;justify-content:center;margin-bottom:24px}
.footer-top>a{width:180px;height:37px;display:block}
.footer-top>a img{width:180px;height:37px;object-fit:contain}
.footer-nav{margin-bottom:28px}
.footer-nav-list{display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:center}
.footer-nav-list a{color:#b094c0;font-size:0.88rem}
.footer-nav-list a:hover{color:#f6bb1c}
.footer-carousel-label{font-size:0.8rem;color:#b094c0;margin-bottom:10px;text-transform:uppercase;letter-spacing:0.05em;text-align:center}
.footer-payments,.footer-providers{margin-bottom:24px}
.carousel-track{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:center}
.carousel-track img{object-fit:contain;opacity:0.8;filter:brightness(0) invert(1);transition:opacity 0.2s}
.carousel-track img:hover{opacity:1}
.footer-bottom{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:16px;padding-top:20px;border-top:1px solid rgba(255,255,255,0.07)}
.footer-license{font-size:0.78rem;color:#7a6080;max-width:700px;line-height:1.5}
.footer-trust{display:flex;align-items:center;gap:12px;flex-shrink:0;margin-left:auto}
.footer-trust img{object-fit:contain;opacity:0.75}
@media (max-width:1200px){
.sports-hero-inner{padding:50px 10px}
}
@media (max-width:1080px){
.desktop-nav,.header-cta-group{display:none}
.mobile-menu-toggle{display:flex}
.sports-hero-inner{flex-direction:column;text-align:center}
.sports-cta-row{justify-content:center}
.sports-hero-img{order:2}
.sports-hero-text{order:1}
.sports-hero-img img{width:100%;max-width:480px}
}
@media (max-width:1024px){
.sports-cards-grid{grid-template-columns:repeat(3,1fr)}
.live-stats-grid{grid-template-columns:repeat(2,1fr)}
.bet-types-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:768px){
.sports-cards-grid{grid-template-columns:repeat(2,1fr)}
.live-stats-grid{grid-template-columns:repeat(2,1fr)}
.bet-types-grid{grid-template-columns:repeat(2,1fr)}
h2{font-size:1.4rem}
.sports-hero-text h1{font-size:1.8rem}
.page-band-inner{padding:40px 10px}
}
@media (max-width:480px){
.sports-cards-grid{grid-template-columns:1fr}
.live-stats-grid{grid-template-columns:repeat(2,1fr)}
.bet-types-grid{grid-template-columns:repeat(2,1fr)}
.sports-hero-text h1{font-size:1.4rem}
.sports-cta-row{flex-direction:column;align-items:center}
.btn-cta{width:100%;text-align:center}
.header-inner>a{width:140px;height:29px}
.header-inner>a img{width:140px;height:29px}
.payments-table th,.payments-table td{font-size:0.78rem;padding:8px 8px}
}
@media (max-width:340px){
.sports-cards-grid{grid-template-columns:1fr}
.live-stats-grid{grid-template-columns:1fr}
.bet-types-grid{grid-template-columns:1fr}
.sports-hero-text h1{font-size:1.2rem}
.sports-hero-sub{font-size:0.9rem}
.header-inner>a{width:120px;height:25px}
.header-inner>a img{width:120px;height:25px}
.mobile-nav-top>a{width:140px;height:29px}
.mobile-nav-top>a img{width:140px;height:29px}
.page-band-inner{padding:30px 8px}
.btn-cta{font-size:0.88rem;padding:10px 20px}
.payments-table th,.payments-table td{font-size:0.72rem;padding:6px 6px}
}
@media (max-width:280px){
.header-inner>a{width:100px;height:21px}
.header-inner>a img{width:100px;height:21px}
.sports-hero-text h1{font-size:1.05rem}
.btn-cta{font-size:0.82rem;padding:9px 12px}
.footer-nav-list{flex-direction:column;align-items:center}
.sport-title,.bt-name{font-size:0.9rem}
}
