*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background-color:#091936;color:#ffffff;font-family:'Segoe UI',Arial,sans-serif;font-size:16px;line-height:1.6;min-width:320px}
a{color:#d9b101;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;display:block}

.page-wrap{max-width:1200px;margin:0 auto;padding:0 10px}

/* HEADER */
.site-header{background-color:#091936;position:sticky;top:0;z-index:900;border-bottom:1px solid rgba(217,177,1,0.15)}
.header-inner{max-width:1200px;margin:0 auto;padding:0 10px;display:flex;align-items:center;height:64px;gap:16px}
.logo-link{display:flex;align-items:center;flex-shrink:0}
.desktop-nav{flex:1}
.nav-list{list-style:none;display:flex;align-items:center;gap:4px}
.nav-list li{position:relative}
.nav-list a,.nav-list span{display:inline-flex;align-items:center;padding:8px 12px;color:#ffffff;font-size:15px;font-weight:500;white-space:nowrap;border-radius:4px;transition:color 0.2s,background 0.2s}
.nav-list a:hover{color:#d9b101;text-decoration:none;background:rgba(217,177,1,0.08)}
.nav-active{display:inline-flex;align-items:center;padding:8px 12px;color:#d9b101;font-size:15px;font-weight:500;cursor:default}
.submenu-arrow{cursor:pointer;padding:8px 6px;color:#ffffff;font-size:12px;transition:transform 0.25s}
.has-submenu .submenu{display:none;position:absolute;top:calc(100% + 5px);left:0;background:#0d2040;border-radius:6px;list-style:none;z-index:800;box-shadow:0 8px 24px rgba(0,0,0,0.4)}
.has-submenu::before{content:'';position:absolute;bottom:-5px;left:0;right:0;height:5px;background:transparent}
.has-submenu .submenu a{display:block;padding:8px 16px;color:#ffffff;font-size:14px;white-space:nowrap;border-radius:4px}
.has-submenu .submenu a:hover{color:#d9b101;background:rgba(217,177,1,0.08)}
.submenu-arrow.open{transform:rotate(180deg)}
.header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}
.btn-signin{padding:8px 16px;border:1px solid #d9b101;color:#d9b101;border-radius:4px;font-size:14px;font-weight:600;transition:background 0.2s,color 0.2s}
.btn-signin:hover{background:#d9b101;color:#091936;text-decoration:none}
.btn-signup{padding:8px 16px;background:#d9b101;color:#091936;border-radius:4px;font-size:14px;font-weight:700;border:1px solid #d9b101;transition:background 0.2s}
.btn-signup:hover{background:#c4a000;text-decoration:none}
.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;justify-content:center;align-items:center;margin-left:auto}
.mobile-menu-toggle span{display:block;width:24px;height:2px;background:#ffffff;margin-bottom:5px;border-radius:2px;transition:all 0.3s}
.mobile-menu-toggle span:last-child{margin-bottom:0}

/* MOBILE MENU */
.mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#091936;z-index:950;flex-direction:column;padding:16px;overflow-y:auto}
.mobile-menu.is-open{display:flex}
.mobile-menu-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}
.mobile-menu-close{background:none;border:none;color:#ffffff;font-size:28px;cursor:pointer;padding:4px 8px;line-height:1}
.mobile-nav-list{list-style:none}
.mobile-nav-list li{border-bottom:1px solid rgba(255,255,255,0.08)}
.mobile-nav-list a,.mobile-nav-list .nav-active{display:block;padding:14px 0;color:#ffffff;font-size:16px;font-weight:500}
.mobile-nav-list .nav-active{color:#d9b101;cursor:default}
.mobile-nav-list a:hover{color:#d9b101;text-decoration:none}
.mobile-parent-row{display:flex;align-items:center}
.mobile-parent-row a{flex:1}
.mobile-submenu-arrow{cursor:pointer;padding:14px 12px;color:#ffffff;font-size:12px;transition:transform 0.25s}
.mobile-submenu-arrow.open{transform:rotate(180deg)}
.mobile-submenu{display:none;list-style:none;padding-left:16px}
.mobile-submenu.is-open{display:block}
.mobile-submenu li{border-bottom:1px solid rgba(255,255,255,0.04)}
.mobile-submenu a{display:block;padding:10px 0;color:#aaaaaa;font-size:15px}
.mobile-auth-btns{display:flex;flex-direction:column;gap:12px;margin-top:24px}
.mobile-auth-btns .btn-signin,.mobile-auth-btns .btn-signup{display:block;text-align:center;padding:12px;font-size:16px;border-radius:4px}
.mobile-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.5);z-index:940}
.mobile-overlay.is-open{display:block}

/* APP HERO BAND */
.app-band{background:linear-gradient(135deg,#091936 0%,#0d2a4d 40%,#112244 100%);padding:60px 0;position:relative;overflow:hidden}
.app-band::before{content:'';position:absolute;top:-80px;right:-80px;width:400px;height:400px;background:radial-gradient(circle,rgba(217,177,1,0.06) 0%,transparent 70%);pointer-events:none}
.app-band::after{content:'';position:absolute;bottom:-60px;left:-60px;width:300px;height:300px;background:radial-gradient(circle,rgba(13,42,77,0.8) 0%,transparent 70%);pointer-events:none}
.app-band-inner{max-width:1200px;margin:0 auto;padding:0 10px;display:flex;align-items:center;gap:48px}
.app-band-text{flex:1}
.app-band-text h1{font-size:34px;font-weight:800;color:#ffffff;line-height:1.2;margin-bottom:16px}
.app-band-text p{font-size:16px;color:#ccd6e8;margin-bottom:28px;line-height:1.7}
.app-download-btns{display:flex;gap:12px;flex-wrap:wrap}
.app-dl-btn{display:inline-flex;align-items:center;gap:12px;background:#d9b101;color:#091936;padding:12px 20px;border-radius:8px;font-weight:700;border:2px solid #d9b101;transition:background 0.2s;min-width:180px}
.app-dl-btn:hover{background:#c4a000;border-color:#c4a000;text-decoration:none;color:#091936}
.app-dl-btn img{flex-shrink:0}
.dl-btn-text{display:flex;flex-direction:column}
.dl-btn-sub{font-size:11px;font-weight:500;opacity:0.8}
.dl-btn-main{font-size:16px;font-weight:800;line-height:1.1}
.app-band-image{flex-shrink:0}
.app-band-image img{border-radius:16px;box-shadow:0 24px 60px rgba(0,0,0,0.6)}

/* APP FEATURES */
.app-features-block{padding:60px 0}
.app-features-block h2{font-size:28px;font-weight:700;color:#ffffff;margin-bottom:16px}
.app-features-block p{color:#ccd6e8;margin-bottom:16px}
.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:32px}
.feature-card{background:linear-gradient(135deg,rgba(13,32,64,0.9),rgba(9,25,54,0.9));border:1px solid rgba(217,177,1,0.12);border-radius:10px;padding:20px 16px;transition:transform 0.2s,box-shadow 0.2s;box-shadow:0 4px 12px rgba(0,0,0,0.3)}
.feature-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,0.5)}
.feature-icon{font-size:28px;display:block;margin-bottom:10px}
.feature-card h3{font-size:14px;font-weight:700;color:#d9b101;margin-bottom:8px}
.feature-card p{font-size:13px;color:#aab8cc;line-height:1.5}

/* APP INSTALL */
.app-install-block{background:rgba(13,32,64,0.5);padding:60px 0}
.app-install-block h2{font-size:28px;font-weight:700;color:#ffffff;margin-bottom:16px}
.app-install-block p{color:#ccd6e8;margin-bottom:24px}
.install-steps{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}
.install-step{display:flex;gap:20px;align-items:flex-start;background:rgba(9,25,54,0.7);border:1px solid rgba(217,177,1,0.1);border-radius:10px;padding:20px}
.install-step .step-num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;background:#d9b101;color:#091936;border-radius:50%;font-weight:800;font-size:18px}
.install-step-body h3{font-size:15px;font-weight:700;color:#ffffff;margin-bottom:6px}
.install-step-body p{font-size:14px;color:#aab8cc;line-height:1.6}

/* APP SPECS */
.app-specs-block{padding:60px 0}
.app-specs-block h2{font-size:28px;font-weight:700;color:#ffffff;margin-bottom:16px}
.app-specs-block p{color:#ccd6e8;margin-bottom:24px}
.specs-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.specs-table{width:100%;border-collapse:collapse;font-size:14px}
.specs-table th{background:rgba(217,177,1,0.12);color:#d9b101;padding:10px 14px;text-align:left;font-weight:700;white-space:nowrap}
.specs-table td{padding:10px 14px;color:#ccd6e8;border-bottom:1px solid rgba(255,255,255,0.06)}
.specs-table tr:last-child td{border-bottom:none}
.specs-table tr:hover td{background:rgba(217,177,1,0.04)}

/* APP BETTING */
.app-betting-block{background:rgba(13,32,64,0.4);padding:60px 0}
.app-betting-block h2{font-size:28px;font-weight:700;color:#ffffff;margin-bottom:16px}
.app-betting-block p{color:#ccd6e8;margin-bottom:16px}

/* CTA */
.cta-btn{display:inline-block;background:#d9b101;color:#091936;padding:12px 28px;border-radius:6px;font-weight:700;font-size:15px;border:2px solid #d9b101;transition:background 0.2s,color 0.2s;cursor:pointer;text-align:center}
.cta-btn:hover{background:#c4a000;border-color:#c4a000;text-decoration:none;color:#091936}
.cta-centered{text-align:center;margin:32px 0 8px}

/* FOOTER */
.site-footer{background-color:#14101b;padding:48px 0 0}
.footer-inner{max-width:1200px;margin:0 auto;padding:0 10px}
.footer-nav-row{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:40px}
.footer-col h4{color:#d9b101;font-size:15px;font-weight:700;margin-bottom:12px;text-transform:uppercase;letter-spacing:0.5px}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:8px}
.footer-col ul li a{color:#aab8cc;font-size:14px;transition:color 0.2s}
.footer-col ul li a:hover{color:#d9b101;text-decoration:none}
.footer-contact-col p{color:#aab8cc;font-size:14px;margin-bottom:6px}
.footer-carousels{border-top:1px solid rgba(255,255,255,0.08);padding:24px 0}
.footer-carousel-label{font-size:12px;color:#aab8cc;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:12px}
.footer-logos-row{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:24px}
.footer-logos-row img{height:25px;width:auto;object-fit:contain;opacity:0.7;transition:opacity 0.2s}
.footer-logos-row img:hover{opacity:1}
.footer-bottom{display:flex;justify-content:space-between;align-items:flex-end;padding:20px 0 24px;gap:16px;border-top:1px solid rgba(255,255,255,0.06)}
.footer-bottom-left{max-width:800px}
.footer-license-text{font-size:12px;color:#66738a;line-height:1.6}
.footer-bottom-right{display:flex;align-items:center;gap:12px;flex-shrink:0}
.footer-bottom-right img{height:auto}

/* RESPONSIVE */
@media (min-width:1081px){
.has-submenu:hover .submenu{display:block}
.has-submenu:hover .submenu-arrow{transform:rotate(180deg)}
}
@media (max-width:1200px){
.features-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:1080px){
.desktop-nav{display:none}
.header-actions{display:none}
.mobile-menu-toggle{display:flex}
.app-band-inner{flex-direction:column;text-align:center}
.app-band-image{display:none}
.app-download-btns{justify-content:center}
}
@media (max-width:1024px){
.app-band-text h1{font-size:28px}
.features-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:968px){
.footer-nav-row{grid-template-columns:repeat(2,1fr)}
.features-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:768px){
.footer-nav-row{grid-template-columns:1fr 1fr}
.footer-bottom{flex-direction:column;align-items:flex-start}
.install-step{flex-direction:column;gap:12px}
}
@media (max-width:480px){
.features-grid{grid-template-columns:1fr}
.app-download-btns{flex-direction:column}
.app-dl-btn{width:100%;justify-content:center}
.footer-nav-row{grid-template-columns:1fr}
.mobile-menu{width:100%}
.app-band-text h1{font-size:24px}
}
@media (max-width:320px){
.mobile-menu{width:100%}
.cta-btn{padding:10px 16px;font-size:14px}
.specs-table th,.specs-table td{font-size:12px;padding:8px 10px}
}