*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background-color:#101f16;color:#e8e8e8;font-family:'Segoe UI',Arial,sans-serif;font-size:16px;line-height:1.6}
a{color:#eecb3b;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;display:block}
.pg-wrap{max-width:1200px;margin:0 auto;padding:0 10px}
.btn-cta{display:inline-block;padding:12px 28px;background:#eecb3b;color:#101f16;font-weight:700;font-size:15px;border-radius:4px;transition:background 0.2s;cursor:pointer;text-align:center}
.btn-cta:hover{background:#d4b030;text-decoration:none;color:#101f16}
.cta-mid{text-align:center;margin-top:32px}
#top-bar{background-color:#2a2a2a;position:sticky;top:0;z-index:1000}
.top-bar-inner{max-width:1200px;margin:0 auto;padding:0 10px;display:flex;align-items:center;justify-content:space-between;height:64px}
.logo-wrap{flex-shrink:0;width:180px;height:46px}
.logo-wrap img{width:180px;height:46px;object-fit:contain}
.desk-nav{display:flex;align-items:center}
.desk-nav-list{list-style:none;display:flex;align-items:center}
.desk-nav-item{position:relative;display:flex;align-items:center}
.desk-nav-item a{display:block;padding:8px 14px;color:#e8e8e8;font-size:15px;white-space:nowrap}
.desk-nav-item a:hover{color:#eecb3b;text-decoration:none}
.is-active{padding:8px 14px;color:#eecb3b;font-size:15px;cursor:default;white-space:nowrap}
.drop-arrow{padding:8px 6px 8px 0;cursor:pointer;color:#e8e8e8;font-size:11px;transition:transform 0.2s;user-select:none}
.has-drop::before{content:'';position:absolute;top:100%;left:0;right:0;height:5px;background:transparent;z-index:99}
.drop-menu{display:none;position:absolute;top:calc(100% + 5px);left:0;background-color:#2a2a2a;z-index:100;list-style:none}
.drop-menu li a{display:block;padding:8px 16px;color:#e8e8e8;font-size:14px;white-space:nowrap}
.drop-menu li a:hover{color:#eecb3b}
.auth-btns{display:flex;align-items:center;gap:8px}
.btn-in{padding:8px 16px;outline:2px solid #eecb3b;border-radius:4px;color:#eecb3b;font-size:14px;font-weight:600;transition:background 0.2s,color 0.2s}
.btn-in:hover{background:#eecb3b;color:#101f16;text-decoration:none}
.btn-up{padding:8px 16px;background:#eecb3b;border-radius:4px;color:#101f16;font-size:14px;font-weight:700;transition:background 0.2s}
.btn-up:hover{background:#d4b030;text-decoration:none}
.mob-toggle{display:none;flex-direction:column;justify-content:space-between;width:26px;height:20px;background:none;border:none;cursor:pointer;padding:0;margin-left:auto}
.mob-toggle span{display:block;height:2px;background:#e8e8e8;border-radius:2px}
.mob-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#2a2a2a;z-index:2000;overflow-y:auto}
.mob-menu.is-open{display:block}
.mob-menu-inner{padding:16px}
.mob-menu-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.mob-close{background:none;border:none;color:#e8e8e8;font-size:32px;cursor:pointer;line-height:1}
.mob-nav-list{list-style:none;margin-bottom:24px}
.mob-nav-item{border-bottom:1px solid rgba(255,255,255,0.08)}
.mob-nav-item a{display:inline-block;padding:14px 0;color:#e8e8e8;font-size:16px}
.mob-nav-item.is-active{padding:14px 0;color:#eecb3b;font-size:16px;cursor:default;display:block}
.mob-nav-item.has-drop{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
.mob-arrow{padding:14px 8px;cursor:pointer;color:#e8e8e8;font-size:11px;transition:transform 0.2s;user-select:none}
.mob-drop{width:100%;list-style:none;display:none;padding-left:16px}
.mob-drop.is-open{display:block}
.mob-drop li{border-bottom:1px solid rgba(255,255,255,0.05)}
.mob-drop li a{padding:10px 0;display:block;font-size:15px;color:#e8e8e8}
.mob-auth{display:flex;flex-direction:column}
.mob-auth .btn-in{width:100%;text-align:center;padding:12px;margin-bottom:12px}
.mob-auth .btn-up{width:100%;text-align:center;padding:12px}
.sports-hero-band{background:linear-gradient(160deg,#0d1f12 0%,#1a2e1f 45%,#2a2a2a 100%);padding:60px 10px;position:relative;overflow:hidden}
.sports-hero-band::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 30% 60%,rgba(238,203,59,0.05) 0%,transparent 65%);pointer-events:none}
.sports-hero-glass{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:36px;position:relative;z-index:1}
.glass-card{background:rgba(255,255,255,0.05);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:12px;padding:20px 28px;display:flex;flex-direction:column;align-items:center;gap:8px;min-width:130px;transition:background 0.2s}
.glass-card:hover{background:rgba(238,203,59,0.1)}
.glass-ico{font-size:32px}
.glass-lbl{color:#fff;font-size:14px;font-weight:600}
.sports-hero-txt{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:1}
.sports-hero-txt h1{font-size:34px;font-weight:800;color:#fff;margin-bottom:16px;line-height:1.2}
.sports-hero-txt p{font-size:16px;color:#ccc;margin-bottom:0;line-height:1.7}
.popular-sports-band{padding:60px 10px}
.popular-sports-band h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:16px}
.popular-sports-band > .pg-wrap > p{color:#ccc;margin-bottom:28px;line-height:1.7}
.sports-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.sport-card{background:#2a2a2a;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}
.sport-card img{width:100%;height:150px;object-fit:cover}
.sport-card-info{padding:16px;flex:1}
.sport-card-info h3{color:#fff;font-size:15px;font-weight:700;margin-bottom:8px}
.sport-card-info p{color:#ccc;font-size:14px;line-height:1.6}
.football-band{background:#1a2e1f;padding:60px 10px}
.football-band h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:16px}
.football-band > .pg-wrap > p{color:#ccc;margin-bottom:16px;line-height:1.7}
.markets-tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:24px}
.markets-tbl{width:100%;border-collapse:collapse;min-width:500px}
.markets-tbl th{background:#2a2a2a;color:#eecb3b;padding:12px;text-align:left;font-size:14px}
.markets-tbl td{padding:10px 12px;color:#ccc;font-size:14px}
.markets-tbl tr:nth-child(even) td{background:rgba(255,255,255,0.03)}
.live-betting-band{padding:60px 10px}
.live-betting-band h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:16px}
.live-betting-band > .pg-wrap > p{color:#ccc;margin-bottom:16px;line-height:1.7}
.live-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:28px}
.live-feat-card{background:#2a2a2a;border-radius:8px;padding:20px}
.live-ico{font-size:28px;display:block;margin-bottom:12px}
.live-feat-card h3{color:#fff;font-size:15px;font-weight:700;margin-bottom:8px}
.live-feat-card p{color:#ccc;font-size:14px;line-height:1.6}
.accumulators-band{background:#1a2e1f;padding:60px 10px}
.accumulators-band h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:16px}
.accumulators-band > .pg-wrap > p{color:#ccc;margin-bottom:16px;line-height:1.7}
#foot-bar{background-color:#2a2a2a;padding:48px 10px 24px}
.foot-inner{max-width:1200px;margin:0 auto}
.foot-top{text-align:center;margin-bottom:32px}
.foot-nav-list{list-style:none;display:flex;flex-wrap:wrap;gap:8px 20px;justify-content:center}
.foot-nav-list li a{color:#ccc;font-size:14px}
.foot-nav-list li a:hover{color:#eecb3b}
.foot-label{color:#eecb3b;font-size:13px;font-weight:600;margin-bottom:12px;text-align:center}
.foot-providers-row{margin-bottom:24px;text-align:center}
.foot-pay-row{margin-bottom:32px;text-align:center}
.foot-carousel{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:center}
.foot-carousel img{opacity:0.75;filter:grayscale(20%);transition:opacity 0.2s}
.foot-carousel img:hover{opacity:1}
.foot-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;padding-top:24px}
.foot-license-txt{flex:1}
.foot-license-txt p{color:#888;font-size:12px;line-height:1.6;max-width:800px}
.foot-trust{display:flex;align-items:center;gap:12px;flex-shrink:0}
@media(min-width:1081px){
.has-drop:hover .drop-menu{display:block}
.has-drop:hover .drop-arrow{transform:rotate(180deg)}
.mob-toggle{display:none}
.mob-menu{display:none !important}
}
@media(max-width:1080px){
.desk-nav,.auth-btns{display:none}
.mob-toggle{display:flex}
}
@media(max-width:1024px){
.live-features-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:968px){
.sports-cards-grid{grid-template-columns:repeat(3,1fr)}
.sports-hero-txt h1{font-size:26px}
}
@media(max-width:768px){
.sports-cards-grid{grid-template-columns:repeat(2,1fr)}
.live-features-grid{grid-template-columns:repeat(2,1fr)}
.foot-bottom{flex-direction:column;align-items:flex-start}
.sports-hero-txt h1{font-size:24px}
}
@media(max-width:480px){
.sports-cards-grid{grid-template-columns:1fr}
.live-features-grid{grid-template-columns:1fr}
.markets-tbl th,.markets-tbl td{font-size:12px;padding:8px}
.foot-bottom{align-items:center}
.foot-trust{order:-1}
.sports-hero-txt h1{font-size:20px}
.glass-card{min-width:100px;padding:16px 20px}
}
@media(max-width:320px){
.mob-menu{width:100%}
.btn-cta{padding:10px 16px;font-size:14px}
.sports-hero-glass{gap:8px}
}
