*{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-navigation{background:#262626;padding:0 10px;position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,0.1)}
.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;height:70px}
.logo-container{width:90px;height:40px}
.logo-container a{display:block;width:100%;height:100%}
.site-logo{width:100%;height:100%;object-fit:contain}
.desktop-menu{display:none}
.nav-links{display:flex;list-style:none;gap:30px}
.nav-links li{color:#fff;font-weight:500}
.nav-links li a{color:#fff;text-decoration:none;font-weight:500;transition:color 0.3s}
.nav-links li a:hover{color:#ff6b35}
.nav-links li:not([class]){color:#ff6b35;font-weight:600}
.header-actions{display:none;gap:15px}
.btn-sign-up,.btn-sign-in{padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:600;transition:all 0.3s}
.btn-sign-up{background:#ff6b35;color:#fff;border:2px solid #ff6b35}
.btn-sign-up:hover{background:transparent;color:#ff6b35}
.btn-sign-in{background:transparent;color:#fff;border:2px solid #fff}
.btn-sign-in:hover{background:#fff;color:#262626}
.hamburger{display:flex;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:5px}
.hamburger span{width:25px;height:3px;background:#fff;transition:all 0.3s}
.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}
.mobile-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:1001}
.mobile-overlay.active{display:block}
.mobile-menu{position:fixed;top:0;right:-300px;width:300px;height:100vh;background:#262626;z-index:1002;transition:right 0.3s;padding:80px 20px 20px}
.mobile-menu.active{right:0}
.mobile-nav-links{list-style:none;margin-bottom:40px}
.mobile-nav-links li{margin-bottom:20px;color:#fff;font-weight:500}
.mobile-nav-links li a{color:#fff;text-decoration:none;font-size:18px;font-weight:500}
.mobile-nav-links li a:hover{color:#ff6b35}
.mobile-nav-links li:not([class]){color:#ff6b35;font-weight:600}
.mobile-actions{display:flex;flex-direction:column;gap:15px}
.mobile-sign-up,.mobile-sign-in{display:block;padding:12px 20px;text-align:center;border-radius:5px;text-decoration:none;font-weight:600}
.mobile-sign-up{background:#ff6b35;color:#fff}
.mobile-sign-in{background:transparent;color:#fff;border:2px solid #fff}
main{margin-top:70px}
.sports-hero{background:linear-gradient(135deg,#262626 0%,#404040 100%);color:#fff;padding:80px 10px;position:relative;overflow:hidden;min-height:500px;display:flex;align-items:center}
.sports-hero::before{content:'🏒';position:absolute;font-size:8rem;opacity:0.1;top:12%;left:5%;animation:hockey-glide 18s infinite linear}
.sports-hero::after{content:'🏈';position:absolute;font-size:6rem;opacity:0.12;bottom:20%;right:8%;animation:football-spiral 15s infinite ease-in-out}
@keyframes hockey-glide{0%{transform:translateX(-50px) rotate(-10deg)}50%{transform:translateX(50vw) rotate(5deg)}100%{transform:translateX(calc(100vw + 50px)) rotate(10deg)}}
@keyframes football-spiral{0%,100%{transform:rotate(0deg) translateY(0)}25%{transform:rotate(90deg) translateY(-10px)}50%{transform:rotate(180deg) translateY(0)}75%{transform:rotate(270deg) translateY(10px)}}
.hero-content{max-width:1200px;margin:0 auto;text-align:center}
.hero-content h1{font-size:2.2rem;font-weight:700;margin-bottom:20px;line-height:1.2}
.hero-subtitle{font-size:1.1rem;margin-bottom:40px;opacity:0.9;max-width:800px;margin-left:auto;margin-right:auto}
.sports-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:30px;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}
.highlight-item{text-align:center}
.highlight-number{display:block;font-size:2.5rem;font-weight:700;color:#ff6b35}
.highlight-label{font-size:0.9rem;opacity:0.8}
.bet-sports-btn{display:inline-block;background:#ff6b35;color:#fff;padding:15px 35px;border-radius:5px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all 0.3s;box-shadow:0 4px 15px rgba(255,107,53,0.3)}
.bet-sports-btn:hover{background:#e55a2b;transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,107,53,0.4)}
.section-container{max-width:1200px;margin:0 auto;padding:60px 10px}
section h2{font-size:1.8rem;color:#262626;margin-bottom:25px;font-weight:600}
section h3{font-size:1.3rem;color:#262626;margin-bottom:15px;font-weight:600}
section h4{font-size:1.1rem;color:#262626;margin-bottom:12px;font-weight:600}
section p{margin-bottom:20px;line-height:1.7}
.canadian-sports-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin:30px 0}
.sport-category{background:#fff;padding:30px;border-radius:15px;box-shadow:0 6px 20px rgba(0,0,0,0.1);transition:transform 0.3s;border-top:4px solid #ff6b35}
.sport-category:hover{transform:translateY(-5px)}
.sport-icon{font-size:3.5rem;text-align:center;margin-bottom:20px;display:block}
.sport-category h3{color:#262626;margin-bottom:15px;text-align:center}
.teams-covered{margin-top:20px}
.team-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #eee}
.team-item:last-child{border-bottom:none}
.team-name{font-weight:600;color:#333}
.boost-frequency{font-size:0.9rem;color:#ff6b35;font-weight:500}
.leagues-covered ul,.basketball-features ul,.baseball-offerings ul{padding-left:20px;margin-top:15px}
.leagues-covered li,.basketball-features li,.baseball-offerings li{margin-bottom:10px;color:#555}
.streaming-capabilities{margin:30px 0}
.streaming-feature{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.08);margin-bottom:25px}
.streaming-feature h3{color:#262626;margin-bottom:20px}
.streaming-details{margin:20px 0}
.detail-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #eee}
.detail-item:last-child{border-bottom:none}
.detail-label{font-weight:600;color:#555}
.detail-value{color:#ff6b35;font-weight:500}
.additional-streams ul{padding-left:20px;margin-top:15px}
.additional-streams li{margin-bottom:8px;color:#555}
.in-play-features{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:30px;border-radius:15px;margin:30px 0}
.in-play-features h3{color:#262626;margin-bottom:20px;text-align:center}
.in-play-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;margin:25px 0}
.stat-card{background:#fff;padding:20px;border-radius:10px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,0.05)}
.stat-number{display:block;font-size:2rem;font-weight:700;color:#ff6b35;margin-bottom:8px}
.stat-description{font-size:0.9rem;color:#666}
.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin:30px 0}
.feature-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.08);border-left:4px solid #ff6b35;transition:transform 0.3s}
.feature-card:hover{transform:translateY(-3px)}
.feature-card h3{color:#262626;margin-bottom:15px}
.feature-details ul{padding-left:20px;margin-top:15px}
.feature-details li{margin-bottom:8px;color:#555}
.odds-analysis{margin:30px 0}
.margin-breakdown{background:#fff;padding:30px;border-radius:15px;box-shadow:0 6px 20px rgba(0,0,0,0.1);margin-bottom:30px}
.margin-breakdown h3{color:#262626;margin-bottom:25px;text-align:center}
.margin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}
.margin-card{background:#f8f9fa;padding:20px;border-radius:10px;text-align:center}
.margin-card h4{color:#262626;margin-bottom:15px;font-size:1rem}
.margin-details{margin-bottom:10px}
.margin-percentage{display:block;font-size:1.8rem;font-weight:700;color:#ff6b35;margin-bottom:5px}
.margin-description{font-size:0.9rem;color:#666}
.canadian-advantage{background:#e8f5e8;padding:8px;border-radius:5px;margin-top:10px}
.advantage-text{font-size:0.8rem;color:#28a745;font-weight:600}
.market-depth{background:#fff;padding:30px;border-radius:15px;box-shadow:0 6px 20px rgba(0,0,0,0.1)}
.market-depth h3{color:#262626;margin-bottom:20px;text-align:center}
.unique-markets{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin:25px 0}
.market-category{background:#f8f9fa;padding:20px;border-radius:10px}
.market-category h4{color:#262626;margin-bottom:12px}
.market-category ul{padding-left:20px}
.market-category li{margin-bottom:8px;color:#555}
.evolution-phases{margin:30px 0}
.evolution-phases h3{color:#ff6b35;margin-top:30px;margin-bottom:15px}
.strategy-guide{margin:30px 0}
.strategy-section{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.08);margin-bottom:25px;border-left:4px solid #ff6b35}
.strategy-section h3{color:#262626;margin-bottom:15px}
.strategy-benefits ul,.correlation-examples ul,.timing-guidelines ul{padding-left:20px;margin-top:15px}
.strategy-benefits li,.correlation-examples li,.timing-guidelines li{margin-bottom:10px;color:#555}
.mistake-examples{margin:30px 0}
.mistake-item{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.08);margin-bottom:25px;border-left:4px solid #dc3545}
.mistake-item h3{color:#dc3545;margin-bottom:15px}
.cost-impact{margin-top:15px;background:#fee;padding:15px;border-radius:8px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}
.impact-label{font-weight:600;color:#dc3545}
.impact-value{color:#dc3545;font-weight:500;font-size:0.9rem}
.platform-limitations{margin:30px 0}
.platform-limitations h3{color:#262626;margin-bottom:15px;margin-top:25px}
.site-footer{background:#262626;color:#fff;padding:60px 10px 20px}
.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom: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:#ff6b35}
.payment-methods,.game-providers{max-width:1200px;margin:0 auto;text-align:center;margin-bottom:30px}
.payment-methods h4,.game-providers h4{color:#ff6b35;margin-bottom:20px}
.payment-icons,.provider-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;align-items:center}
.payment-icons img,.provider-logos img{border-radius:5px}
.footer-bottom{max-width:1200px;margin:0 auto;text-align:center;border-top:1px solid #404040;padding-top:20px}
.footer-bottom p{margin-bottom:10px;color:#ccc;font-size:0.9rem}
.disclaimer{font-size:0.8rem !important}
@media (min-width:768px){
.hero-content h1{font-size:2.8rem}
.hero-subtitle{font-size:1.2rem}
.sports-highlights{grid-template-columns:repeat(3,1fr);max-width:500px}
.highlight-number{font-size:3rem}
}
@media (min-width:1080px){
.desktop-menu{display:block}
.header-actions{display:flex}
.hamburger{display:none}
.hero-content h1{font-size:3.2rem}
}
@media (max-width:480px){
.hero-content h1{font-size:2rem}
.hero-subtitle{font-size:1rem}
.sports-highlights{grid-template-columns:1fr}
.highlight-number{font-size:2rem}
.section-container{padding:40px 10px}
section h2{font-size:1.5rem}
.canadian-sports-grid,.features-grid,.margin-grid,.unique-markets,.in-play-stats{grid-template-columns:1fr}
.team-item{flex-direction:column;gap:5px;text-align:center}
.cost-impact{flex-direction:column;gap:8px;text-align:center}
.margin-percentage{font-size:1.5rem}
}
@media (max-width:320px){
.hero-content h1{font-size:1.8rem}
.bet-sports-btn{padding:12px 25px;font-size:1rem}
.sport-icon{font-size:2.8rem}
}