*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background:#f8f9fa;}
.main-header{background:#630160;color:white;position:sticky;top:0;z-index:1000;box-shadow:0 2px 5px rgba(0,0,0,0.1);}
.header-container{display:flex;align-items:center;justify-content:space-between;padding:10px;max-width:1200px;margin:0 auto;}
.logo-container img{width:160px;height:31px;object-fit:contain;}
.desktop-nav{display:flex;gap:30px;}
.desktop-nav a,.desktop-nav span{color:white;text-decoration:none;font-weight:500;transition:opacity 0.3s;}
.desktop-nav span{opacity:1;font-weight:600;}
.desktop-nav a:hover{opacity:0.8;}
.auth-buttons{display:flex;gap:15px;}
.signup-btn,.signin-btn{padding:8px 20px;border-radius:5px;text-decoration:none;font-weight:600;transition:all 0.3s;}
.signup-btn{background:#ff6b35;color:white;}
.signin-btn{border:2px solid white;color:white;background:transparent;}
.signup-btn:hover{background:#e55a2b;}
.signin-btn:hover{background:white;color:#630160;}
.hamburger-menu{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;}
.hamburger-menu span{width:25px;height:3px;background:white;transition:0.3s;}
.mobile-menu{display:none;background:#630160;padding:20px;position:absolute;top:100%;left:0;right:0;border-top:1px solid rgba(255,255,255,0.2);}
.mobile-menu nav{display:flex;flex-direction:column;gap:15px;margin-bottom:20px;}
.mobile-menu nav a,.mobile-menu nav span{color:white;text-decoration:none;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.1);}
.mobile-menu nav span{font-weight:600;}
.mobile-auth{display:flex;gap:15px;}
.sports-hero{background:linear-gradient(135deg,#1e3c72 0%,#2a5298 30%,#1e3c72 70%,#0f1419 100%);color:white;padding:80px 10px;text-align:center;position:relative;overflow:hidden;}
.sports-hero::before{content:'⚽';position:absolute;font-size:12rem;opacity:0.06;top:8%;left:2%;animation:sportsRotate 35s linear infinite;}
.sports-hero::after{content:'🏆';position:absolute;font-size:8rem;opacity:0.08;top:65%;right:3%;animation:trophyBounce 28s ease-in-out infinite;}
@keyframes sportsRotate{0%{transform:rotate(0deg) translateX(0) scale(1);}25%{transform:rotate(90deg) translateX(80px) scale(1.1);}50%{transform:rotate(180deg) translateX(120px) scale(0.9);}75%{transform:rotate(270deg) translateX(60px) scale(1.2);}100%{transform:rotate(360deg) translateX(0) scale(1);}}
@keyframes trophyBounce{0%,100%{transform:translateY(0) scale(1);}20%{transform:translateY(-30px) scale(1.1);}40%{transform:translateY(-60px) scale(0.95);}60%{transform:translateY(-40px) scale(1.05);}80%{transform:translateY(-20px) scale(1.02);}}
.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2;}
.hero-content h1{font-size:3.2rem;margin-bottom:20px;font-weight:700;text-shadow:3px 3px 6px rgba(0,0,0,0.4);background:linear-gradient(45deg,#ffffff,#00ff88);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
.hero-description{font-size:1.3rem;margin-bottom:40px;opacity:0.9;text-shadow:1px 1px 2px rgba(0,0,0,0.3);}
.hero-features{display:flex;justify-content:center;gap:50px;margin-bottom:40px;}
.feature-highlight{text-align:center;position:relative;}
.feature-highlight::after{content:'';position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);width:30px;height:2px;background:#00ff88;}
.feature-number{display:block;font-size:2.8rem;font-weight:bold;color:#00ff88;text-shadow:2px 2px 4px rgba(0,0,0,0.5);margin-bottom:5px;}
.feature-label{font-size:0.95rem;opacity:0.8;text-transform:uppercase;letter-spacing:1px;}
.bet-now-btn{display:inline-block;background:linear-gradient(45deg,#00ff88,#00cc6a);color:#000;padding:18px 40px;border-radius:30px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all 0.4s;box-shadow:0 6px 20px rgba(0,255,136,0.4);text-transform:uppercase;letter-spacing:1px;}
.bet-now-btn:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 10px 30px rgba(0,255,136,0.6);}
.sports-overview,.odds-analysis,.live-betting,.bet-builder,.mobile-sports,.jackpots-section,.payment-sports,.sports-evolution,.betting-strategies,.responsible-sports,.getting-started{padding:60px 10px;max-width:1200px;margin:0 auto;}
.sports-overview h2,.odds-analysis h2,.live-betting h2,.bet-builder h2,.mobile-sports h2,.jackpots-section h2,.payment-sports h2,.sports-evolution h2,.betting-strategies h2,.responsible-sports h2,.getting-started h2{color:#630160;font-size:2.3rem;margin-bottom:20px;text-align:center;}
.sports-overview p,.odds-analysis p,.live-betting p,.bet-builder p,.mobile-sports p,.jackpots-section p,.payment-sports p,.sports-evolution p,.betting-strategies p,.responsible-sports p,.getting-started p{margin-bottom:20px;font-size:1.1rem;line-height:1.7;}
.sports-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:30px;margin:40px 0;}
.sport-category{background:linear-gradient(145deg,#ffffff,#f8f9fa);padding:30px;border-radius:15px;text-align:center;box-shadow:0 8px 20px rgba(0,0,0,0.1);transition:all 0.4s;position:relative;overflow:hidden;}
.sport-category::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00ff88,#630160,#00ff88);}
.sport-category:hover{transform:translateY(-12px) scale(1.03);box-shadow:0 15px 35px rgba(0,255,136,0.2);}
.category-icon{font-size:4rem;margin-bottom:20px;display:block;filter:drop-shadow(3px 3px 6px rgba(0,0,0,0.2));}
.sport-category h3{color:#630160;margin-bottom:15px;font-size:1.5rem;font-weight:600;}
.category-stats{display:flex;justify-content:space-around;margin-top:20px;}
.category-stats span{background:#630160;color:white;padding:8px 12px;border-radius:15px;font-size:0.85rem;font-weight:500;}
.odds-comparison{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin:40px 0;}
.odds-sample{background:white;border-radius:12px;padding:25px;box-shadow:0 6px 15px rgba(0,0,0,0.1);transition:all 0.3s;border-top:4px solid transparent;}
.odds-sample:nth-child(1){border-top-color:#00ff88;}
.odds-sample:nth-child(2){border-top-color:#ff6b35;}
.odds-sample:nth-child(3){border-top-color:#2196f3;}
.odds-sample:hover{transform:translateY(-6px);box-shadow:0 12px 25px rgba(0,0,0,0.15);}
.odds-sample h3{color:#630160;margin-bottom:20px;text-align:center;font-size:1.3rem;}
.match-odds{display:flex;justify-content:space-between;gap:10px;margin-bottom:15px;}
.team-odds{display:flex;flex-direction:column;align-items:center;flex:1;background:#f8f9fa;padding:12px 8px;border-radius:8px;}
.team-name{font-size:0.9rem;color:#666;margin-bottom:5px;text-align:center;}
.odds-value{font-size:1.4rem;font-weight:bold;color:#630160;}
.margin-info{text-align:center;font-size:0.85rem;color:#00ff88;font-weight:600;}
.live-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin:40px 0;}
.live-feature{background:white;padding:25px;border-radius:12px;box-shadow:0 6px 15px rgba(0,0,0,0.08);transition:all 0.3s;border-left:5px solid #00ff88;}
.live-feature:hover{transform:translateY(-6px);box-shadow:0 12px 25px rgba(0,255,136,0.15);}
.live-feature h3{color:#630160;margin-bottom:15px;font-size:1.3rem;}
.feature-specs{display:flex;justify-content:space-between;margin-top:15px;}
.feature-specs span{background:#00ff88;color:#000;padding:6px 12px;border-radius:12px;font-size:0.85rem;font-weight:600;}
.builder-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin:40px 0;}
.builder-type{background:white;padding:25px;border-radius:12px;box-shadow:0 6px 15px rgba(0,0,0,0.08);transition:all 0.3s;position:relative;overflow:hidden;}
.builder-type::before{content:'🎯';position:absolute;top:-10px;right:-5px;font-size:2.5rem;opacity:0.15;transform:rotate(15deg);}
.builder-type:hover{transform:translateY(-6px);box-shadow:0 12px 25px rgba(0,0,0,0.12);}
.builder-type h3{color:#630160;margin-bottom:15px;font-size:1.3rem;}
.builder-type ul{list-style:none;padding:0;margin-top:15px;}
.builder-type li{padding:8px 0;border-bottom:1px solid #eee;position:relative;padding-left:20px;}
.builder-type li:last-child{border-bottom:none;}
.builder-type li::before{content:'⚡';position:absolute;left:0;color:#00ff88;font-weight:bold;}
.mobile-performance{margin:40px 0;}
.performance-aspect{background:white;padding:25px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.08);margin-bottom:20px;}
.performance-aspect h3{color:#630160;margin-bottom:15px;font-size:1.3rem;}
.speed-meter{background:#f0f0f0;height:40px;border-radius:20px;overflow:hidden;position:relative;}
.speed-bar{height:100%;background:linear-gradient(90deg,#00ff88,#00cc6a);border-radius:20px;display:flex;align-items:center;justify-content:center;color:#000;font-weight:600;font-size:0.9rem;transition:width 2s ease;}
.speed-bar[data-speed="85"]{width:85%;}
.usage-breakdown{display:grid;grid-template-columns:1fr;gap:10px;margin-top:15px;}
.usage-item{display:flex;justify-content:space-between;padding:8px 12px;background:#f8f9fa;border-radius:6px;}
.usage-item span:first-child{color:#666;}
.usage-item span:last-child{color:#630160;font-weight:600;}
.performance-aspect ul{list-style:none;padding:0;}
.performance-aspect li{padding:8px 0;border-bottom:1px solid #eee;position:relative;padding-left:20px;}
.performance-aspect li:last-child{border-bottom:none;}
.performance-aspect li::before{content:'✓';position:absolute;left:0;color:#00ff88;font-weight:bold;}
.jackpot-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin:40px 0;}
.jackpot-card{background:linear-gradient(145deg,#fff,#f9f9f9);padding:25px;border-radius:12px;box-shadow:0 6px 15px rgba(0,0,0,0.1);transition:all 0.3s;position:relative;overflow:hidden;}
.jackpot-card::before{content:'💰';position:absolute;top:-10px;right:-5px;font-size:2.5rem;opacity:0.2;transform:rotate(15deg);}
.jackpot-card:hover{transform:translateY(-8px);box-shadow:0 12px 25px rgba(0,0,0,0.15);}
.jackpot-card h3{color:#630160;margin-bottom:15px;font-size:1.3rem;}
.jackpot-info{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px;}
.jackpot-info span{background:#630160;color:white;padding:6px 12px;border-radius:15px;font-size:0.85rem;font-weight:500;}
.payment-flow{margin:40px 0;}
.payment-step{display:flex;align-items:flex-start;gap:20px;margin-bottom:30px;background:white;padding:25px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.08);}
.step-number{background:#00ff88;color:#000;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;flex-shrink:0;}
.step-content h4{color:#630160;margin-bottom:10px;}
.timing-info{color:#00ff88;font-weight:600;margin-top:8px;font-size:0.9rem;}
.strategy-analysis{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin:40px 0;}
.strategy-method{background:white;border-radius:15px;padding:25px;box-shadow:0 8px 20px rgba(0,0,0,0.1);transition:all 0.4s;position:relative;overflow:hidden;}
.strategy-method::after{content:'';position:absolute;bottom:-50px;right:-50px;width:100px;height:100px;border-radius:50%;opacity:0.1;transition:all 0.3s;}
.strategy-method:nth-child(1)::after{background:#00ff88;}
.strategy-method:nth-child(2)::after{background:#ff6b35;}
.strategy-method:nth-child(3)::after{background:#2196f3;}
.strategy-method:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(0,0,0,0.15);}
.strategy-method:hover::after{bottom:-25px;right:-25px;}
.strategy-method h3{color:#630160;margin-bottom:20px;font-size:1.5rem;text-align:center;}
.method-details{margin-bottom:20px;}
.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:15px;}
.pros,.cons{background:#f8f9fa;padding:15px;border-radius:8px;border-left:4px solid transparent;}
.pros{border-left-color:#00ff88;}
.cons{border-left-color:#ff6b35;}
.pros h4{color:#00ff88;margin-bottom:10px;}
.cons h4{color:#ff6b35;margin-bottom:10px;}
.pros ul,.cons ul{list-style:none;padding:0;}
.pros li,.cons li{padding:5px 0;font-size:0.9rem;position:relative;padding-left:20px;}
.pros li::before{content:'✓';position:absolute;left:0;color:#00ff88;font-weight:bold;}
.cons li::before{content:'⚠';position:absolute;left:0;color:#ff6b35;font-weight:bold;}
.sports-analogy{background:linear-gradient(135deg,#e8f5e8,#c8e6c9);border:2px solid #00ff88;border-radius:15px;padding:25px;margin:30px 0;position:relative;}
.sports-analogy::before{content:'💡';position:absolute;top:-15px;right:20px;font-size:2.5rem;background:#e8f5e8;padding:5px;border-radius:50%;}
.sports-analogy h3{color:#2e7d32;margin-bottom:15px;font-size:1.4rem;}
.sports-analogy p{color:#1b5e20;margin:0;font-style:italic;}
.odds-calculator{background:#fff3e0;border-left:5px solid #ff9800;border-radius:8px;padding:20px;margin:25px 0;}
.calculator-display{text-align:center;margin:20px 0;}
.odds-display{font-size:2.5rem;font-weight:bold;color:#ff9800;text-shadow:2px 2px 4px rgba(0,0,0,0.1);}
.calc-status{font-size:1.1rem;color:#666;margin-top:10px;}
.main-footer{background:#2c2c2c;color:white;padding:50px 10px 20px;}
.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;}
.footer-section h4{color:#ff6b35;margin-bottom:20px;font-size:1.2rem;}
.footer-section ul{list-style:none;}
.footer-section li{margin-bottom:10px;}
.footer-section a{color:#ccc;text-decoration:none;transition:color 0.3s;}
.footer-section a:hover{color:white;}
.payment-icons,.provider-logos{display:flex;flex-wrap:wrap;gap:15px;align-items:center;}
.payment-icons img,.provider-logos img{filter:brightness(0.8);transition:filter 0.3s;}
.payment-icons img:hover,.provider-logos img:hover{filter:brightness(1);}
.footer-bottom{border-top:1px solid #444;margin-top:30px;padding-top:20px;text-align:center;color:#999;}
.footer-bottom p{margin-bottom:5px;}
@media (max-width:1080px){
.desktop-nav,.auth-buttons{display:none;}
.hamburger-menu{display:flex;}
.mobile-menu.active{display:block;}
.hero-content h1{font-size:2.5rem;}
.hero-features{gap:30px;}
.feature-number{font-size:2.2rem;}
.sports-categories,.odds-comparison,.live-features{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));}
.builder-options,.jackpot-types,.strategy-analysis{grid-template-columns:1fr;}
.pros-cons{grid-template-columns:1fr;}
}
@media (max-width:768px){
.hero-content h1{font-size:2rem;}
.sports-overview h2,.odds-analysis h2,.live-betting h2,.bet-builder h2,.mobile-sports h2,.jackpots-section h2,.payment-sports h2,.sports-evolution h2,.betting-strategies h2,.responsible-sports h2,.getting-started h2{font-size:1.9rem;}
.hero-features{flex-direction:column;gap:20px;}
.sports-categories,.odds-comparison,.live-features,.builder-options,.jackpot-types{grid-template-columns:1fr;}
.match-odds{flex-direction:column;gap:10px;}
.team-odds{flex-direction:row;justify-content:space-between;padding:10px 15px;}
.strategy-analysis{grid-template-columns:1fr;}
.odds-display{font-size:2rem;}
}
@media (max-width:480px){
.sports-hero{padding:50px 10px;}
.hero-content h1{font-size:1.6rem;}
.hero-description{font-size:1rem;}
.bet-now-btn{padding:15px 30px;font-size:1rem;}
.sports-overview,.odds-analysis,.live-betting,.bet-builder,.mobile-sports,.jackpots-section,.payment-sports,.sports-evolution,.betting-strategies,.responsible-sports,.getting-started{padding:40px 10px;}
.sport-category,.odds-sample,.live-feature,.builder-type,.jackpot-card,.strategy-method{padding:20px;}
.sports-analogy{padding:20px;}
.payment-step{flex-direction:column;text-align:center;}
.step-number{align-self:center;}
}
@media (max-width:320px){
.header-container{padding:8px;}
.logo-container img{width:140px;height:27px;}
.hero-content h1{font-size:1.4rem;}
.bet-now-btn{padding:12px 25px;font-size:0.9rem;}
.feature-number{font-size:2rem;}
.category-stats{flex-direction:column;gap:8px;}
.jackpot-info{flex-direction:column;}
}