*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background:#222222;color:#ffffff;line-height:1.6;overflow-x:hidden;}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;}
header{background:#000000;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,0.5);}
.topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 10px;max-width:1400px;margin:0 auto;}
.brand{display:block;}
.brand img{width:180px;height:38px;}
.desk-nav{display:none;}
.auth-btns{display:none;}
.menu-toggle{background:transparent;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px;padding:5px;}
.menu-toggle span{width:28px;height:3px;background:#ffffff;display:block;transition:0.3s;}
.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(7px,7px);}
.menu-toggle.active span:nth-child(2){opacity:0;}
.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px);}
.mob-nav{display:none;flex-direction:column;background:#000000;padding:20px 10px 30px;max-height:calc(100vh - 70px);overflow-y:auto;}
.mob-nav.active{display:flex;}
.mob-nav a{padding:12px 0;font-size:16px;transition:color 0.3s;}
.mob-nav a:hover{color:#fff;}
.mob-nav .btn-signup,.mob-nav .btn-signin{display:block;text-align:center;padding:12px;margin-top:15px;border-radius:5px;font-weight:600;transition:background 0.3s,border-color 0.3s;}
.btn-signup{background:#ff9500;color:#000000;}
.btn-signup:hover{background:#e68600;color:#000000;}
.btn-signin{background:transparent;border:2px solid #ff9500;color:#ff9500;}
.btn-signin:hover{border-color:#e68600;color:#e68600;background:transparent;}
.sports-hero{background:linear-gradient(135deg,#0d3a1f 0%,#1a5c3a 50%,#0d3a1f 100%);padding:80px 10px;text-align:center;position:relative;overflow:hidden;}
.sports-hero::before{content:'⚽';position:absolute;font-size:200px;opacity:0.05;top:10%;left:10%;animation:rotateBall 20s linear infinite;}
.sports-hero::after{content:'🏀';position:absolute;font-size:150px;opacity:0.05;bottom:10%;right:10%;animation:rotateBall 15s linear infinite reverse;}
@keyframes rotateBall{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
.hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto;}
.hero-content h1{font-size:32px;margin-bottom:20px;color:#ff9500;word-wrap:break-word;text-shadow:2px 2px 4px rgba(0,0,0,0.5);}
.hero-content p{font-size:18px;margin-bottom:30px;line-height:1.7;}
.cta-btn{display:inline-block;background:#ff9500;color:#000000;padding:16px 40px;border-radius:8px;font-size:18px;font-weight:700;transition:transform 0.3s,box-shadow 0.3s,background 0.3s;}
.cta-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(255,149,0,0.6);background:#e68600;color:#000000;}
.page-body{padding:50px 10px;max-width:1400px;margin:0 auto;}
.sports-coverage{margin-bottom:60px;}
.sports-coverage h2{font-size:24px;margin-bottom:30px;color:#ff9500;text-align:center;word-wrap:break-word;}
.card-layout{display:grid;grid-template-columns:1fr;gap:25px;margin-bottom:30px;}
.sport-card{background:rgba(255,255,255,0.05);padding:25px;border-radius:10px;transition:transform 0.3s,box-shadow 0.3s;}
.sport-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(255,149,0,0.3);}
.card-icon{font-size:48px;margin-bottom:15px;}
.sport-card h3{font-size:18px;margin-bottom:12px;color:#ff9500;word-wrap:break-word;}
.sport-card p{font-size:15px;line-height:1.6;}
.kenyan-football{margin-bottom:60px;}
.kenyan-football h2{font-size:24px;margin-bottom:20px;color:#ff9500;word-wrap:break-word;}
.kenyan-football p{margin-bottom:18px;font-size:16px;}
.cta-centered{display:block;background:#ff9500;color:#000000;padding:14px 30px;border-radius:8px;font-size:17px;font-weight:700;text-align:center;max-width:400px;margin:30px auto 0;transition:transform 0.3s,box-shadow 0.3s,background 0.3s;}
.cta-centered:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(255,149,0,0.6);background:#e68600;color:#000000;}
.live-betting{margin-bottom:60px;}
.live-betting h2{font-size:24px;margin-bottom:20px;color:#ff9500;word-wrap:break-word;}
.live-betting p{margin-bottom:18px;font-size:16px;}
.bet-types{margin-bottom:60px;}
.bet-types h2{font-size:24px;margin-bottom:20px;color:#ff9500;word-wrap:break-word;}
.two-col-grid{display:grid;grid-template-columns:1fr;gap:30px;}
.bet-box{background:rgba(255,255,255,0.05);padding:25px;border-radius:10px;}
.bet-box h3{font-size:20px;margin-bottom:16px;color:#ffffff;word-wrap:break-word;}
.bet-box p{font-size:15px;line-height:1.6;}
.betting-markets{margin-bottom:60px;}
.betting-markets h2{font-size:24px;margin-bottom:30px;color:#ff9500;text-align:center;word-wrap:break-word;}
.market-card{background:linear-gradient(135deg,rgba(255,149,0,0.08) 0%,rgba(255,149,0,0.02) 100%);padding:25px;border-radius:10px;border:1px solid rgba(255,149,0,0.15);}
.market-card h3{font-size:18px;margin-bottom:12px;color:#ff9500;word-wrap:break-word;}
.market-card p{font-size:15px;line-height:1.6;}
.odds-guide{margin-bottom:60px;}
.odds-guide h2{font-size:24px;margin-bottom:20px;color:#ff9500;word-wrap:break-word;}
.odds-guide p{margin-bottom:18px;font-size:16px;}
.responsible-betting{margin-bottom:60px;}
.responsible-betting h2{font-size:24px;margin-bottom:20px;color:#ff9500;word-wrap:break-word;}
.responsible-betting p{margin-bottom:18px;font-size:16px;}
footer{background:#000000;padding:50px 10px 30px;text-align:center;}
.foot-links{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:40px;max-width:1000px;margin-left:auto;margin-right:auto;}
.foot-links a{font-size:14px;transition:color 0.3s;}
.foot-links a:hover{color:#ff9500;}
.pay-strip,.prov-strip{margin-bottom:40px;max-width:1000px;margin-left:auto;margin-right:auto;}
.pay-strip h4,.prov-strip h4{font-size:18px;margin-bottom:20px;color:#ff9500;}
.icon-scroll{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;}
.icon-scroll img{opacity:0.8;transition:opacity 0.3s;}
.icon-scroll img:hover{opacity:1;}
.lic-block{max-width:800px;margin:0 auto;padding-top:30px;border-top:1px solid rgba(255,255,255,0.2);}
.lic-block p{font-size:13px;margin-bottom:10px;line-height:1.6;color:rgba(255,255,255,0.7);}
@media (max-width:479px){
.hero-content h1{font-size:26px;}
.hero-content p{font-size:16px;}
.sports-coverage h2,.kenyan-football h2,.live-betting h2,.bet-types h2,.betting-markets h2,.odds-guide h2,.responsible-betting h2{font-size:22px;}
.bet-box h3{font-size:18px;}
.sport-card h3,.market-card h3{font-size:17px;}
}
@media (min-width:480px){
.hero-content h1{font-size:34px;}
.sports-coverage h2,.kenyan-football h2,.live-betting h2,.bet-types h2,.betting-markets h2,.odds-guide h2,.responsible-betting h2{font-size:26px;}
.card-layout{grid-template-columns:repeat(2,1fr);}
.two-col-grid{grid-template-columns:repeat(2,1fr);}
}
@media (min-width:768px){
.hero-content h1{font-size:40px;}
.hero-content p{font-size:19px;}
.sports-coverage h2,.kenyan-football h2,.live-betting h2,.bet-types h2,.betting-markets h2,.odds-guide h2,.responsible-betting h2{font-size:30px;}
.card-layout{grid-template-columns:repeat(3,1fr);}
.bet-box h3{font-size:22px;}
.sport-card h3,.market-card h3{font-size:20px;}
}
@media (min-width:1080px){
.topbar{padding:15px 10px;}
.menu-toggle{display:none;}
.desk-nav{display:flex;gap:30px;align-items:center;}
.desk-nav a{font-size:16px;font-weight:500;transition:color 0.3s;}
.desk-nav a:hover{color:#ff9500;}
.auth-btns{display:flex;gap:15px;}
.auth-btns a{padding:10px 24px;border-radius:5px;font-weight:600;font-size:15px;transition:transform 0.3s,background 0.3s,border-color 0.3s;}
.auth-btns .btn-signup{background:#ff9500;color:#000000;}
.auth-btns .btn-signup:hover{background:#e68600;color:#000000;transform:scale(1.05);}
.auth-btns .btn-signin{background:transparent;border:2px solid #ff9500;color:#ff9500;}
.auth-btns .btn-signin:hover{border-color:#e68600;color:#e68600;background:transparent;transform:scale(1.05);}
.mob-nav{display:none!important;}
.hero-content h1{font-size:48px;}
.sports-coverage h2,.kenyan-football h2,.live-betting h2,.bet-types h2,.betting-markets h2,.odds-guide h2,.responsible-betting h2{font-size:32px;}
}
