*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth}
body{background-color:#16001b;color:#e8e0ec;font-family:'Segoe UI',Arial,sans-serif;line-height:1.6;min-width:280px}
a{color:#f6bb1c;text-decoration:none}
a:hover{text-decoration:underline}
img{display:block;max-width:100%;height:auto}
ul{list-style:none}
.site-header{background-color:#2e023b;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,0.5)}
.header-inner{max-width:1200px;margin:0 auto;padding:10px;display:flex;align-items:center;gap:16px}
.header-inner>a{flex-shrink:0;width:180px;height:37px}
.header-inner>a img{width:180px;height:37px;object-fit:contain}
.desktop-nav{margin-left:auto}
.nav-list{display:flex;align-items:center;gap:4px}
.nav-list li{position:relative}
.nav-list a,.nav-active{padding:8px 12px;color:#e8e0ec;font-size:0.95rem;white-space:nowrap;border-radius:4px;transition:background 0.2s}
.nav-list a{display:inline-block}
.nav-active{color:#f6bb1c;font-weight:600;cursor:default}
.submenu-arrow{cursor:pointer;font-size:0.7rem;padding:8px 6px;color:#e8e0ec;transition:transform 0.2s;display:inline-block;line-height:1}
.submenu{display:none;position:absolute;top:calc(100% + 5px);left:0;background:#2e023b;border:1px solid rgba(246,187,28,0.2);border-radius:4px;z-index:200;white-space:nowrap}
.submenu li a{padding:8px 16px;display:block;color:#e8e0ec;font-size:0.9rem}
.has-submenu::before{content:'';position:absolute;bottom:-5px;left:0;right:0;height:5px;background:transparent}
.header-cta-group{display:flex;gap:8px;flex-shrink:0}
.btn-signin{background:transparent;border:1px solid #f6bb1c;color:#f6bb1c;padding:7px 16px;border-radius:4px;font-size:0.9rem;cursor:pointer;transition:background 0.2s;white-space:nowrap}
.btn-signin:hover{background:rgba(246,187,28,0.15);text-decoration:none}
.btn-signup{background:#f6bb1c;color:#16001b;padding:7px 16px;border-radius:4px;font-size:0.9rem;font-weight:700;cursor:pointer;transition:opacity 0.2s;white-space:nowrap}
.btn-signup:hover{opacity:0.88;text-decoration:none}
.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:6px;margin-left:auto;flex-shrink:0}
.mobile-menu-toggle .hamburger-bar{display:block;width:24px;height:2px;background:#e8e0ec;border-radius:2px;margin-bottom:5px}
.mobile-menu-toggle .hamburger-bar:last-child{margin-bottom:0}
.mobile-nav-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#2e023b;z-index:999;overflow-y:auto}
.mobile-nav-overlay.open{display:block}
.mobile-nav-inner{padding:16px 10px 32px}
.mobile-nav-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.mobile-nav-top>a{width:180px;height:37px;display:block;flex-shrink:0}
.mobile-nav-top>a img{width:180px;height:37px;object-fit:contain}
.mobile-close-btn{background:none;border:none;color:#e8e0ec;font-size:2rem;cursor:pointer;line-height:1;padding:0 4px}
.mobile-nav-list{display:flex;flex-direction:column}
.mobile-nav-list li{border-bottom:1px solid rgba(255,255,255,0.07)}
.mobile-nav-list a,.mobile-nav-list .nav-active{display:block;padding:12px 8px;color:#e8e0ec;font-size:1rem}
.mobile-nav-list .nav-active{color:#f6bb1c;font-weight:600}
.mobile-parent-row{display:flex;align-items:center;justify-content:space-between}
.mobile-parent-row a{flex:1;padding:12px 8px;color:#e8e0ec;font-size:1rem}
.mobile-submenu-arrow{cursor:pointer;padding:12px 10px;color:#e8e0ec;font-size:0.75rem;transition:transform 0.2s}
.mobile-submenu-arrow.open{transform:rotate(180deg)}
.mobile-submenu{display:none;background:rgba(0,0,0,0.2)}
.mobile-submenu.open{display:block}
.mobile-submenu li a{padding:10px 8px 10px 24px;font-size:0.9rem}
.mobile-cta-group{display:flex;flex-direction:column;margin-top:24px}
.mobile-cta-group .btn-signin{margin-bottom:10px;text-align:center;display:block}
.mobile-cta-group .btn-signup{text-align:center;display:block}
@media (min-width:1081px){
.has-submenu:hover .submenu{display:block}
.has-submenu:hover .submenu-arrow{transform:rotate(180deg)}
.nav-list a:hover{background:rgba(255,255,255,0.07)}
}
.page-band-inner{max-width:1200px;margin:0 auto;padding:60px 10px}
h2{font-size:1.7rem;color:#f6bb1c;margin-bottom:16px;font-weight:700}
p{margin-bottom:14px;line-height:1.7}
.btn-cta{display:inline-block;background:#f6bb1c;color:#16001b;padding:12px 28px;border-radius:6px;font-weight:700;font-size:0.95rem;cursor:pointer;transition:opacity 0.2s;border:none}
.btn-cta:hover{opacity:0.88;text-decoration:none}
.btn-cta-outline{background:transparent;border:2px solid #f6bb1c;color:#f6bb1c}
.btn-cta-outline:hover{background:rgba(246,187,28,0.12)}
.btn-cta-sm{display:inline-block;background:#f6bb1c;color:#16001b;padding:8px 18px;border-radius:6px;font-weight:700;font-size:0.85rem;cursor:pointer;transition:opacity 0.2s;border:none;margin-top:12px}
.btn-cta-sm:hover{opacity:0.88;text-decoration:none}
.cta-centered{text-align:center;margin-top:28px}
.cta-centered-hero{margin-top:24px}
.bonus-hero-band{background:linear-gradient(135deg,#2e023b 0%,#1a0124 55%,#16001b 100%);position:relative;overflow:hidden}
.bonus-hero-band::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(60deg,transparent,transparent 40px,rgba(246,187,28,0.02) 40px,rgba(246,187,28,0.02) 80px);pointer-events:none}
.bonus-hero-band::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(-60deg,transparent,transparent 40px,rgba(246,187,28,0.015) 40px,rgba(246,187,28,0.015) 80px);pointer-events:none}
.bonus-hero-inner{max-width:1200px;margin:0 auto;padding:70px 10px;position:relative;z-index:1}
.bonus-hero-text{max-width:100%}
.bonus-hero-text h1{font-size:2.2rem;color:#f6bb1c;margin-bottom:16px;line-height:1.25;font-weight:800}
.bonus-hero-sub{font-size:1rem;color:#d4bfe0;margin-bottom:0;line-height:1.7}
.bonus-types-band{background:#1e0028}
.bonus-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:24px}
.bonus-type-card{background:#2e023b;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 16px rgba(0,0,0,0.35);transition:transform 0.2s}
.bonus-type-card:hover{transform:translateY(-3px)}
.btc-top{padding:18px 16px 14px}
.btc-welcome{background:linear-gradient(135deg,#3d0550,#2e023b)}
.btc-tournament{background:linear-gradient(135deg,#1a3a0e,#0d1f07)}
.btc-cashback{background:linear-gradient(135deg,#1a1a3a,#0d0d1f)}
.btc-freebet{background:linear-gradient(135deg,#3a1a00,#1f0d00)}
.btc-badge{display:inline-block;font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:#f6bb1c;background:rgba(246,187,28,0.12);padding:3px 8px;border-radius:3px;margin-bottom:8px}
.btc-name{font-size:1.05rem;font-weight:700;color:#f0e6f6;margin-bottom:0}
.btc-body{padding:16px;display:flex;flex-direction:column;flex:1}
.btc-body p{font-size:0.88rem;color:#d4bfe0;margin-bottom:10px;line-height:1.6}
.btc-detail{font-size:0.78rem;color:#b094c0;margin-bottom:0;flex:1}
.bonus-terms-band{background:#16001b}
.terms-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:20px}
.terms-table{width:100%;border-collapse:collapse;min-width:440px}
.terms-table th,.terms-table td{padding:10px 14px;text-align:left;border-bottom:1px solid rgba(255,255,255,0.07);font-size:0.88rem}
.terms-table th{color:#f6bb1c;font-weight:700;background:#1e0028}
.terms-table tr:hover td{background:rgba(246,187,28,0.04)}
.bonus-tips-band{background:#1e0028}
.tips-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.tip-card{background:#2e023b;border-radius:8px;padding:20px 18px;box-shadow:0 4px 12px rgba(0,0,0,0.3)}
.tip-num{font-size:1.8rem;font-weight:800;color:rgba(246,187,28,0.2);margin-bottom:8px;line-height:1}
.tip-title{font-size:0.95rem;font-weight:700;color:#f0e6f6;margin-bottom:6px}
.tip-body{font-size:0.85rem;color:#b094c0;margin-bottom:0}
.bonus-kyc-band{background:#16001b}
.site-footer{background:#2e023b;border-top:1px solid rgba(246,187,28,0.15)}
.footer-inner{max-width:1200px;margin:0 auto;padding:40px 10px 20px}
.footer-top{display:flex;justify-content:center;margin-bottom:24px}
.footer-top>a{width:180px;height:37px;display:block}
.footer-top>a img{width:180px;height:37px;object-fit:contain}
.footer-nav{margin-bottom:28px}
.footer-nav-list{display:flex;flex-wrap:wrap;gap:8px 16px;justify-content:center}
.footer-nav-list a{color:#b094c0;font-size:0.88rem}
.footer-nav-list a:hover{color:#f6bb1c}
.footer-carousel-label{font-size:0.8rem;color:#b094c0;margin-bottom:10px;text-transform:uppercase;letter-spacing:0.05em;text-align:center}
.footer-payments,.footer-providers{margin-bottom:24px}
.carousel-track{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:center}
.carousel-track img{object-fit:contain;opacity:0.8;filter:brightness(0) invert(1);transition:opacity 0.2s}
.carousel-track img:hover{opacity:1}
.footer-bottom{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:16px;padding-top:20px;border-top:1px solid rgba(255,255,255,0.07)}
.footer-license{font-size:0.78rem;color:#7a6080;max-width:700px;line-height:1.5}
.footer-trust{display:flex;align-items:center;gap:12px;flex-shrink:0;margin-left:auto}
.footer-trust img{object-fit:contain;opacity:0.75}
@media (max-width:1200px){
.bonus-hero-inner{padding:60px 10px}
}
@media (max-width:1080px){
.desktop-nav,.header-cta-group{display:none}
.mobile-menu-toggle{display:flex}
}
@media (max-width:1024px){
.bonus-cards-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:968px){
.bonus-cards-grid{grid-template-columns:repeat(2,1fr)}
.tips-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:768px){
.bonus-cards-grid{grid-template-columns:repeat(2,1fr)}
.tips-grid{grid-template-columns:repeat(2,1fr)}
h2{font-size:1.4rem}
.bonus-hero-text h1{font-size:1.8rem}
.page-band-inner{padding:40px 10px}
}
@media (max-width:480px){
.bonus-cards-grid{grid-template-columns:1fr}
.tips-grid{grid-template-columns:1fr}
.bonus-hero-text h1{font-size:1.4rem}
.header-inner>a{width:140px;height:29px}
.header-inner>a img{width:140px;height:29px}
.terms-table th,.terms-table td{font-size:0.78rem;padding:8px 8px}
}
@media (max-width:340px){
.bonus-hero-text h1{font-size:1.2rem}
.bonus-hero-sub{font-size:0.9rem}
.header-inner>a{width:120px;height:25px}
.header-inner>a img{width:120px;height:25px}
.mobile-nav-top>a{width:140px;height:29px}
.mobile-nav-top>a img{width:140px;height:29px}
.page-band-inner{padding:30px 8px}
.btn-cta{font-size:0.88rem;padding:10px 20px}
.btc-body p,.btc-detail{font-size:0.82rem}
.terms-table th,.terms-table td{font-size:0.72rem;padding:6px 6px}
}
@media (max-width:280px){
.header-inner>a{width:100px;height:21px}
.header-inner>a img{width:100px;height:21px}
.bonus-hero-text h1{font-size:1.05rem}
.btn-cta{font-size:0.82rem;padding:9px 12px}
.footer-nav-list{flex-direction:column;align-items:center}
.btc-name{font-size:0.95rem}
}
