*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px;overflow-x:hidden;width:100%}
body{background-color:#1e293b;color:#e2e8f0;font-family:'Segoe UI',Arial,sans-serif;line-height:1.6;width:100%;overflow-x:hidden}
a{color:#e85010;text-decoration:none}
a:hover{text-decoration:underline}
img{display:block;max-width:100%;height:auto}
.page-wrap{max-width:1200px;margin:0 auto;padding:0 10px}
#site-header{background-color:#111b31;position:sticky;top:0;z-index:1000;border-bottom:1px solid #2d3f5e}
.header-inner{max-width:1200px;margin:0 auto;padding:0 10px;display:flex;align-items:center;justify-content:space-between;height:70px}
.logo-box{flex-shrink:0;display:flex;align-items:center}
.logo-box img{width:140px;height:55px;object-fit:contain}
#desktop-nav{display:flex;align-items:center}
.nav-list{list-style:none;display:flex;align-items:center}
.nav-list>li{position:relative}
.nav-list>li>a{display:flex;align-items:center;padding:8px 14px;color:#e2e8f0;font-size:0.95rem;font-weight:500;white-space:nowrap;transition:color 0.2s}
.nav-list>li>a:hover{color:#e85010;text-decoration:none}
.nav-active{display:flex;align-items:center;padding:8px 14px;color:#e85010;font-size:0.95rem;font-weight:500;cursor:default}
.sub-arrow{cursor:pointer;font-size:0.7rem;padding:8px 8px 8px 2px;color:#e2e8f0;transition:transform 0.25s;user-select:none}
.has-sub{display:flex;align-items:center;position:relative}
.has-sub::before{content:'';position:absolute;bottom:-5px;left:0;right:0;height:5px;background:transparent}
.sub-menu{display:none;position:absolute;top:calc(100% + 5px);left:0;background:#111b31;border:1px solid #2d3f5e;border-radius:6px;list-style:none;z-index:200;white-space:nowrap}
.sub-menu li a{display:block;padding:8px 16px;color:#e2e8f0;font-size:0.9rem}
.sub-menu li a:hover{color:#e85010;background:#1e293b;text-decoration:none}
.header-cta-group{display:flex;align-items:center}
.header-cta-group .btn-signin{margin-left:8px}
.btn-signup{background:#e85010;color:#fff;padding:8px 18px;border-radius:6px;font-weight:600;font-size:0.9rem;transition:background 0.2s;white-space:nowrap}
.btn-signup:hover{background:#c74010;text-decoration:none}
.btn-signin{background:transparent;color:#e2e8f0;padding:8px 18px;border-radius:6px;font-weight:600;font-size:0.9rem;border:1px solid #4a5e7a;transition:all 0.2s;white-space:nowrap}
.btn-signin:hover{border-color:#e85010;color:#e85010;text-decoration:none}
.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:8px;flex-shrink:0}
.burger-bar{display:block;width:24px;height:2px;background:#e2e8f0;border-radius:2px;transition:all 0.25s}
.burger-bar:not(:last-child){margin-bottom:5px}
#mobile-menu{position:fixed;top:0;left:-100%;width:85%;max-width:360px;height:100vh;background:#111b31;z-index:1100;overflow-y:auto;transition:left 0.3s ease;padding-bottom:32px}
#mobile-menu.open{left:0}
#mobile-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.6);z-index:1050}
#mobile-overlay.show{display:block}
.mobile-menu-top{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #2d3f5e}
.mobile-menu-top img{width:140px;height:auto}
.mobile-close{background:none;border:none;color:#e2e8f0;font-size:1.8rem;cursor:pointer;line-height:1;padding:4px}
.mobile-nav-list{list-style:none;padding:8px 0}
.mobile-nav-list>li>a{display:block;padding:12px 20px;color:#e2e8f0;font-size:1rem;font-weight:500}
.mobile-nav-list>li>a:hover{color:#e85010;text-decoration:none}
.nav-active-mobile{display:block;padding:12px 20px;color:#e85010;font-size:1rem;font-weight:500;cursor:default}
.mobile-parent-row{display:flex;align-items:center}
.mobile-parent-row>a{flex:1;padding:12px 20px;color:#e2e8f0;font-size:1rem;font-weight:500}
.mobile-sub-arrow{padding:12px 14px 12px 6px;cursor:pointer;color:#e2e8f0;font-size:0.7rem;transition:transform 0.25s;user-select:none}
.mobile-sub-arrow.open{transform:rotate(180deg)}
.mobile-sub-menu{display:none;list-style:none;background:#1a2540;padding:4px 0 4px 16px}
.mobile-sub-menu.open{display:block}
.mobile-sub-menu li a{display:block;padding:10px 20px;color:#aab4c6;font-size:0.9rem}
.mobile-auth-group{display:flex;flex-direction:column;padding:16px 20px}
.mobile-auth-group .btn-signup{display:block;text-align:center;padding:12px;border-radius:6px;font-weight:600;font-size:1rem;margin-bottom:10px}
.mobile-auth-group .btn-signin{display:block;text-align:center;padding:12px;border-radius:6px;font-weight:600;font-size:1rem}
.btn-cta{display:inline-block;background:#e85010;color:#fff;padding:12px 28px;border-radius:7px;font-weight:700;font-size:1rem;transition:background 0.2s;text-align:center}
.btn-cta:hover{background:#c74010;text-decoration:none}
.btn-outline{display:inline-block;background:transparent;color:#e85010;padding:12px 28px;border-radius:7px;font-weight:700;font-size:1rem;border:2px solid #e85010;transition:all 0.2s;text-align:center}
.btn-outline:hover{background:#e85010;color:#fff;text-decoration:none}
.btn-cta-sm{display:block;background:#e85010;color:#fff;text-align:center;padding:8px 12px;border-radius:6px;font-size:0.85rem;font-weight:700;margin-top:8px;transition:background 0.2s}
.btn-cta-sm:hover{background:#c74010;text-decoration:none}
.cta-center{text-align:center;margin-top:28px}
.page-hero{background:linear-gradient(135deg,#0d1526 0%,#111b31 50%,#162240 100%);padding:60px 10px}
.hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px}
.hero-text{text-align:left}
.hero-text h1{font-size:2.4rem;font-weight:800;color:#fff;margin-bottom:16px;line-height:1.2}
.hero-text p{font-size:1.05rem;color:#aab4c6;margin-bottom:24px;line-height:1.7}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap}
.hero-img-box{display:flex;justify-content:center;align-items:center}
.hero-img-box img{width:100%;max-width:500px;height:auto;border-radius:12px;box-shadow:0 16px 48px rgba(0,0,0,0.5)}
.about-brand{padding:60px 10px;background:#172034}
.about-brand h2{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:14px}
.about-brand p{color:#aab4c6;margin-bottom:10px;line-height:1.7}
.about-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}
.about-card{background:linear-gradient(135deg,#1e2e4a,#1a2640);border:1px solid #2d3f5e;border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:6px;transition:transform 0.2s,box-shadow 0.2s;box-shadow:0 2px 8px rgba(0,0,0,0.3)}
.about-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,0.45)}
.about-icon{font-size:1.5rem}
.about-label{font-size:0.75rem;color:#7a8fa8;text-transform:uppercase;font-weight:600;letter-spacing:0.04em}
.about-value{font-size:0.9rem;color:#e2e8f0;font-weight:500;line-height:1.4}
.reg-section{padding:60px 10px;background:#1e293b}
.reg-section h2{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:14px}
.reg-section p{color:#aab4c6;margin-bottom:16px;line-height:1.7}
.reg-cols{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:28px}
.reg-col{background:#172034;border-radius:10px;padding:24px;border:1px solid #2d3f5e}
.reg-col h3{font-size:1.1rem;font-weight:700;color:#e85010;margin-bottom:14px}
.reg-steps{padding-left:20px;color:#aab4c6;line-height:1.9}
.reg-steps li{margin-bottom:6px}
.reg-steps strong{color:#e2e8f0}
.games-section{padding:60px 10px;background:#172034}
.games-section h2{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:10px}
.games-section p{color:#aab4c6;margin-bottom:24px;line-height:1.7}
.tabs-bar{display:flex;flex-wrap:wrap;margin-bottom:24px}
.tab-btn{background:#1e293b;color:#aab4c6;border:1px solid #2d3f5e;padding:9px 22px;border-radius:6px;cursor:pointer;font-size:0.95rem;font-weight:600;transition:all 0.2s;margin-right:8px;margin-bottom:8px}
.tab-btn.active,.tab-btn:hover{background:#e85010;color:#fff;border-color:#e85010}
.tab-panel{display:none}
.tab-panel.active{display:block}
.games-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.game-card{background:#1e293b;border-radius:10px;overflow:hidden;border:1px solid #2d3f5e;display:flex;flex-direction:column;transition:transform 0.2s,box-shadow 0.2s}
.game-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,0.4)}
.game-card img{width:100%;height:auto;object-fit:cover}
.game-info{padding:12px;display:flex;flex-direction:column;gap:4px;flex:1}
.game-title{font-size:0.95rem;font-weight:700;color:#e2e8f0}
.game-provider{font-size:0.8rem;color:#7a8fa8}
.game-rtp{font-size:0.8rem;color:#e85010;font-weight:600}
.payments-section{padding:60px 10px;background:#1e293b}
.payments-section h2{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:14px}
.payments-section p{color:#aab4c6;margin-bottom:14px;line-height:1.7}
.payment-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:24px}
.payment-table{width:100%;border-collapse:collapse;min-width:480px}
.payment-table th{background:#111b31;color:#aab4c6;padding:10px 14px;text-align:left;font-size:0.82rem;text-transform:uppercase;font-weight:600;border-bottom:1px solid #2d3f5e}
.payment-table td{padding:10px 14px;color:#e2e8f0;font-size:0.9rem;border-bottom:1px solid #2d3f5e}
.payment-table tr:hover td{background:#172034}
.sports-section{padding:60px 10px;background:#172034}
.sports-section h2{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:14px}
.sports-section p{color:#aab4c6;margin-bottom:14px;line-height:1.7}
.sports-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:24px}
.sport-card{background:#1e293b;border-radius:10px;overflow:hidden;border:1px solid #2d3f5e;text-align:center;transition:transform 0.2s}
.sport-card:hover{transform:translateY(-3px)}
.sport-card img{width:100%;height:auto;object-fit:cover}
.sport-name{padding:10px;font-size:0.95rem;font-weight:600;color:#e2e8f0}
#site-footer{background:#1e293b;border-top:1px solid #2d3f5e;padding:40px 10px 0}
.footer-inner{max-width:1200px;margin:0 auto}
.footer-nav-row{display:grid;grid-template-columns:1fr 1fr 2fr;gap:28px;margin-bottom:28px}
.footer-heading{color:#e2e8f0;font-size:0.9rem;font-weight:700;margin-bottom:12px;text-transform:uppercase;letter-spacing:0.05em}
.footer-links{list-style:none}
.footer-links li{margin-bottom:8px}
.footer-links a{color:#7a8fa8;font-size:0.9rem}
.footer-links a:hover{color:#e85010;text-decoration:none}
.footer-carousel{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.footer-carousel img{height:auto;opacity:0.8;transition:opacity 0.2s}
.footer-carousel img:hover{opacity:1}
.footer-providers-row{margin-bottom:28px}
.footer-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 0;border-top:1px solid #2d3f5e;flex-wrap:wrap}
.footer-license-text p{font-size:0.75rem;color:#4a5e7a;line-height:1.6;max-width:700px}
.footer-trust-logos{display:flex;align-items:center;gap:12px;flex-shrink:0}
.footer-trust-logos img{opacity:0.7}
@media (min-width:1081px){
.has-sub:hover .sub-menu{display:block}
.has-sub:hover .sub-arrow{transform:rotate(180deg)}
}
@media (max-width:1200px){
.about-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:1080px){
#desktop-nav{display:none}
.header-cta-group{display:none}
.mobile-menu-toggle{display:flex}
.header-inner{height:60px}
.logo-box img{width:120px;height:auto}
.hero-inner{grid-template-columns:1fr;text-align:center}
.hero-text{text-align:center}
.hero-btns{justify-content:center}
.hero-img-box img{max-width:380px}
}
@media (max-width:1024px){
.games-grid{grid-template-columns:repeat(3,1fr)}
.sports-grid{grid-template-columns:repeat(3,1fr)}
.footer-nav-row{grid-template-columns:1fr 1fr}
.footer-payments-col{grid-column:1/-1}
}
@media (max-width:968px){
.about-grid{grid-template-columns:repeat(2,1fr)}
.reg-cols{grid-template-columns:1fr}
.hero-text h1{font-size:1.9rem}
}
@media (max-width:768px){
.games-grid{grid-template-columns:repeat(2,1fr)}
.sports-grid{grid-template-columns:repeat(2,1fr)}
.footer-nav-row{grid-template-columns:1fr}
.footer-bottom{flex-direction:column}
.page-hero{padding:40px 10px}
.about-brand{padding:40px 10px}
.reg-section{padding:40px 10px}
.games-section{padding:40px 10px}
.payments-section{padding:40px 10px}
.sports-section{padding:40px 10px}
#site-footer{padding:32px 10px 0}
}
@media (max-width:480px){
.page-wrap{padding:0 8px}
.hero-text h1{font-size:1.5rem}
.hero-text p{font-size:0.9rem}
.hero-btns{flex-direction:column;align-items:center}
.hero-btns .btn-cta{width:100%;max-width:280px;margin-bottom:10px}
.hero-btns .btn-outline{width:100%;max-width:280px}
.hero-img-box img{max-width:100%}
.about-grid{grid-template-columns:1fr}
.games-grid{grid-template-columns:1fr}
.sports-grid{grid-template-columns:1fr}
.btn-cta{padding:10px 20px;font-size:0.92rem}
.btn-outline{padding:10px 20px;font-size:0.92rem}
.tab-btn{padding:7px 14px;font-size:0.85rem}
.payment-table th{font-size:0.74rem;padding:8px 9px}
.payment-table td{font-size:0.82rem;padding:8px 9px}
.reg-col{padding:16px}
.about-brand h2,.reg-section h2,.games-section h2,.payments-section h2,.sports-section h2{font-size:1.4rem}
}
@media (max-width:320px){
.page-wrap{padding:0 6px}
.header-inner{padding:0 6px;height:54px}
.logo-box img{width:100px}
.hero-text h1{font-size:1.25rem}
.hero-text p{font-size:0.85rem}
.about-card{padding:12px}
.about-label{font-size:0.68rem}
.about-value{font-size:0.82rem}
.btn-cta{padding:9px 16px;font-size:0.88rem;width:100%}
.btn-outline{padding:9px 16px;font-size:0.88rem;width:100%}
.btn-cta-sm{font-size:0.78rem;padding:7px 10px}
.tab-btn{padding:6px 10px;font-size:0.8rem}
.game-title{font-size:0.88rem}
.game-provider,.game-rtp{font-size:0.73rem}
.payment-table th{font-size:0.7rem;padding:6px 7px}
.payment-table td{font-size:0.78rem;padding:6px 7px}
.sport-name{font-size:0.85rem;padding:8px}
.reg-col{padding:12px}
.reg-steps{font-size:0.85rem;padding-left:14px}
.about-brand h2,.reg-section h2,.games-section h2,.payments-section h2,.sports-section h2{font-size:1.2rem}
.footer-heading{font-size:0.78rem}
.footer-links a{font-size:0.8rem}
.footer-license-text p{font-size:0.68rem}
.logo-box img{width:90px}
.page-wrap{padding:0 4px}
.header-inner{padding:0 4px}
.mobile-menu-toggle{padding:6px}
.burger-bar{width:20px}
#mobile-menu{width:100%;max-width:100%}
}