*{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}
.site-logo{width:100%;height:100%;object-fit:contain}
.desktop-menu{display:none}
.nav-links{display:flex;list-style:none;gap:30px}
.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:color 0.3s}
.nav-links a:hover{color:#ff6b35}
.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}
.mobile-nav-links li{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}
.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}
.mobile-nav-links a{color:#fff;text-decoration:none;font-size:18px;font-weight:500}
.mobile-nav-links a:hover{color:#ff6b35}
.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}
.hero-section{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}
.hero-section::before{content:'⚽';position:absolute;font-size:6rem;opacity:0.1;top:20%;left:10%;animation:float-horizontal 20s infinite linear}
.hero-section::after{content:'🎰';position:absolute;font-size:7rem;opacity:0.12;bottom:20%;right:15%;animation:float-diagonal 25s infinite linear}
@keyframes float-horizontal{0%{transform:translateX(-50px)}100%{transform:translateX(calc(100vw + 50px))}}
@keyframes float-diagonal{0%{transform:translate(-50px,50px)}100%{transform:translate(calc(100vw + 50px),-100px)}}
.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}
.hero-stats{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}
.stat-item{text-align:center}
.stat-number{display:block;font-size:2.5rem;font-weight:700;color:#ff6b35}
.stat-label{font-size:0.9rem;opacity:0.8}
.cta-button{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}
.cta-button:hover{background:#e55a2b;transform:translateY(-2px)}
.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 p{margin-bottom:20px;line-height:1.7}
.license-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin:30px 0}
.license-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.1);border-left:4px solid #ff6b35}
.license-card h3{color:#262626;margin-bottom:15px}
.license-details{margin-top:20px}
.license-details span{display:block;font-size:0.9rem;color:#666;margin-bottom:5px}
.payment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin:30px 0}
.payment-category{background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.08)}
.payment-category ul{margin-top:15px;padding-left:20px}
.payment-category li{margin-bottom:10px;color:#555}
.sports-coverage{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin:30px 0}
.canadian-sports,.international-markets{background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.08)}
.canadian-sports ul,.international-markets ul{margin-top:15px;padding-left:20px}
.canadian-sports li,.international-markets li{margin-bottom:8px;color:#555}
.margin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin:20px 0}
.margin-item{background:#f8f9fa;padding:20px;border-radius:8px;display:flex;justify-content:space-between;align-items:center}
.sport-name{font-weight:600;color:#262626}
.margin-percent{color:#ff6b35;font-weight:600}
.game-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin:30px 0}
.category-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.08);text-align:center}
.featured-games,.live-games,.crash-games{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:20px}
.featured-games span,.live-games span,.crash-games span{background:#f0f0f0;padding:8px 12px;border-radius:5px;font-size:0.9rem;color:#555}
.registration-steps{margin:30px 0}
.step-item{background:#fff;padding:25px;margin-bottom:20px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.08);border-left:4px solid #ff6b35}
.step-item h3{color:#262626;margin-bottom:10px;font-size:1.2rem}
.wagering-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin:20px 0}
.wagering-item{background:#f8f9fa;padding:20px;border-radius:8px;text-align:center}
.game-type{display:block;font-weight:600;color:#262626;margin-bottom:10px}
.contribution{color:#ff6b35;font-weight:600}
.app-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin:30px 0}
.feature-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.08)}
.feature-card h3{color:#262626;margin-bottom:15px}
.protection-tools ul{background:#fff;padding:25px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.08);margin:20px 0}
.protection-tools li{margin-bottom:12px;color:#555;padding-left:20px;position:relative;list-style-type:none}
.protection-tools li::before{content:'✓';position:absolute;left:0;color:#ff6b35;font-weight:bold}
.warning-signs{background:#fff;padding:25px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.08);margin:20px 0}
.support-channels{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin:30px 0}
.support-method{background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,0.08)}
.support-method h3{color:#262626;margin-bottom:15px}
.timeline-evolution{margin:30px 0}
.timeline-evolution h3{color:#ff6b35;margin-top:30px;margin-bottom:15px}
.common-mistakes{margin:30px 0}
.common-mistakes h3{color:#262626;margin-bottom:15px;margin-top:25px}
.competitive-gaps{margin:30px 0}
.competitive-gaps 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}
.hero-stats{grid-template-columns:repeat(3,1fr);max-width:500px}
.stat-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}
.hero-stats{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:480px){
.hero-content h1{font-size:2rem}
.hero-subtitle{font-size:1rem}
.hero-stats{grid-template-columns:1fr}
.stat-number{font-size:2rem}
.section-container{padding:40px 10px}
section h2{font-size:1.5rem}
.license-grid,.payment-grid,.sports-coverage,.game-categories,.app-features,.support-channels{grid-template-columns:1fr}
}
@media (max-width:320px){
.hero-content h1{font-size:1.8rem}
.cta-button{padding:12px 25px;font-size:1rem}
}