*,*::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,.nav-active{display:flex;align-items:center;padding:8px 14px;font-size:0.95rem;font-weight:500;white-space:nowrap}
.nav-list>li>a{color:#e2e8f0;transition:color 0.2s}
.nav-list>li>a:hover{color:#e85010;text-decoration:none}
.nav-active{color:#e85010;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-cta-sm{display:block;background:#e85010;color:#fff;text-align:center;padding:9px 14px;border-radius:6px;font-size:0.85rem;font-weight:700;margin-top:10px;transition:background 0.2s}
.btn-cta-sm:hover{background:#c74010;text-decoration:none}
.cta-center{text-align:center;margin-top:28px}
.bonus-hero{position:relative;overflow:hidden;padding:60px 10px;background:linear-gradient(135deg,#0d1526 0%,#111b31 60%,#1a1a2e 100%)}
.bonus-hero-pattern{position:absolute;inset:0;pointer-events:none;background-image:repeating-linear-gradient(60deg,rgba(232,80,16,0.07) 0,rgba(232,80,16,0.07) 1px,transparent 0,transparent 44px),repeating-linear-gradient(120deg,rgba(232,80,16,0.07) 0,rgba(232,80,16,0.07) 1px,transparent 0,transparent 44px),repeating-linear-gradient(0deg,rgba(232,80,16,0.03) 0,rgba(232,80,16,0.03) 1px,transparent 0,transparent 44px),repeating-linear-gradient(45deg,transparent,transparent 22px,rgba(232,80,16,0.025) 22px,rgba(232,80,16,0.025) 23px),repeating-linear-gradient(-45deg,transparent,transparent 22px,rgba(17,27,49,0.3) 22px,rgba(17,27,49,0.3) 23px);background-size:50px 88px,50px 88px,44px 44px,32px 32px,32px 32px}
.bonus-hero-inner{max-width:1200px;margin:0 auto;position:relative;z-index:1}
.bonus-hero-text h1{font-size:2.1rem;font-weight:800;color:#fff;margin-bottom:16px;line-height:1.25}
.bonus-hero-text p{font-size:1rem;color:#aab4c6;margin-bottom:28px;line-height:1.75}
.hero-cta-left{text-align:left}
.bonus-main-section{padding:60px 10px;background:#172034}
.bonus-main-section h2{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:14px}
.bonus-main-section h3{font-size:1.2rem;font-weight:700;color:#e2e8f0;margin:28px 0 12px}
.bonus-main-section p{color:#aab4c6;margin-bottom:14px;line-height:1.75}
.bonus-highlight-card{background:linear-gradient(135deg,#1e2e4a,#0d1c36);border:1px solid #e85010;border-radius:12px;padding:24px;display:grid;grid-template-columns:1fr 1fr auto;gap:20px;align-items:center;margin:24px 0 32px}
.bh-label{font-size:0.75rem;color:#7a8fa8;text-transform:uppercase;font-weight:600;letter-spacing:0.05em;margin-bottom:6px}
.bh-value{font-size:1.6rem;font-weight:800;color:#e85010;line-height:1.2}
.bh-sub{font-size:0.82rem;color:#7a8fa8;margin-top:4px}
.bh-terms{list-style:none;padding:0}
.bh-terms li{display:flex;justify-content:space-between;font-size:0.88rem;padding-bottom:7px;border-bottom:1px solid #2d3f5e}
.bh-terms li:last-child{border-bottom:none;padding-bottom:0}
.term-label{color:#7a8fa8}
.term-val{color:#e2e8f0;font-weight:500;text-align:right;padding-left:12px}
.bh-cta{display:flex;align-items:center}
.claim-steps{padding-left:20px;color:#aab4c6;line-height:1.95;margin-top:8px}
.claim-steps li{margin-bottom:4px}
.claim-steps strong{color:#e2e8f0}
.all-bonuses-section{padding:60px 10px;background:#1e293b}
.all-bonuses-section h2{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:14px}
.all-bonuses-section p{color:#aab4c6;margin-bottom:24px;line-height:1.75}
.bonus-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.bonus-card{background:linear-gradient(160deg,#1e2e4a,#1a2640);border:1px solid #2d3f5e;border-radius:10px;padding:20px;display:flex;flex-direction:column;transition:transform 0.2s,box-shadow 0.2s;box-shadow:0 2px 8px rgba(0,0,0,0.3)}
.bonus-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,0.45)}
.bc-icon{font-size:1.8rem;margin-bottom:6px}
.bc-title{font-size:1rem;font-weight:700;color:#e2e8f0;margin-bottom:2px}
.bc-amount{font-size:1.1rem;font-weight:800;color:#e85010;margin-bottom:8px}
.bc-desc{font-size:0.85rem;color:#aab4c6;line-height:1.6;flex:1;margin-bottom:8px}
.bc-terms{list-style:none;padding:0}
.bc-terms li{font-size:0.78rem;color:#7a8fa8;padding-left:12px;position:relative;margin-bottom:3px}
.bc-terms li::before{content:'•';position:absolute;left:0;color:#e85010}
.wagering-section{padding:60px 10px;background:#172034}
.wagering-section h2{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:14px}
.wagering-section p{color:#aab4c6;margin-bottom:14px;line-height:1.75}
.wagering-example{background:#1e293b;border-radius:10px;padding:20px;margin:20px 0;border:1px solid #2d3f5e}
.we-title{font-size:0.82rem;font-weight:700;color:#e85010;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:12px}
.we-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.we-table{width:100%;border-collapse:collapse;min-width:440px}
.we-table th{background:#111b31;color:#aab4c6;padding:10px 14px;text-align:left;font-size:0.8rem;text-transform:uppercase;font-weight:600;border-bottom:1px solid #2d3f5e}
.we-table td{padding:10px 14px;color:#e2e8f0;font-size:0.88rem;border-bottom:1px solid #2d3f5e}
.we-table tr:hover td{background:#172034}
.bonus-compare-section{padding:60px 10px;background:#1e293b}
.bonus-compare-section h2{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:14px}
.bonus-compare-section p{color:#aab4c6;margin-bottom:20px;line-height:1.75}
.bc-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.bc-table{width:100%;border-collapse:collapse;min-width:520px}
.bc-table th{background:#111b31;color:#aab4c6;padding:10px 14px;text-align:left;font-size:0.8rem;text-transform:uppercase;font-weight:600;border-bottom:1px solid #2d3f5e}
.bc-table td{padding:10px 14px;color:#e2e8f0;font-size:0.88rem;border-bottom:1px solid #2d3f5e;vertical-align:top}
.bc-table tr:hover td{background:#172034}
.bc-table td:first-child{font-weight:600}
#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: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}
.bonus-highlight-card{grid-template-columns:1fr}
.bh-cta{justify-content:flex-start}
}
@media (max-width:1024px){
.bonus-cards-grid{grid-template-columns:repeat(2,1fr)}
.footer-nav-row{grid-template-columns:1fr 1fr}
.footer-payments-col{grid-column:1/-1}
}
@media (max-width:968px){
.bonus-hero{padding:40px 10px}
.bonus-main-section{padding:40px 10px}
.all-bonuses-section{padding:40px 10px}
.wagering-section{padding:40px 10px}
.bonus-compare-section{padding:40px 10px}
.bonus-hero-text h1{font-size:1.75rem}
}
@media (max-width:768px){
.footer-nav-row{grid-template-columns:1fr}
.footer-bottom{flex-direction:column}
#site-footer{padding:32px 10px 0}
}
@media (max-width:480px){
.page-wrap{padding:0 8px}
.bonus-hero-text h1{font-size:1.45rem}
.bonus-hero-text p{font-size:0.9rem}
.bonus-cards-grid{grid-template-columns:1fr}
.bh-value{font-size:1.3rem}
.btn-cta{padding:10px 20px;font-size:0.92rem}
.btn-cta-sm{padding:8px 12px;font-size:0.82rem}
.we-table th,.we-table td{font-size:0.76rem;padding:8px 9px}
.bc-table th,.bc-table td{font-size:0.76rem;padding:8px 9px}
.bonus-main-section h2,.all-bonuses-section h2,.wagering-section h2,.bonus-compare-section h2{font-size:1.4rem}
.claim-steps{font-size:0.88rem;padding-left:16px}
.bonus-card{padding:16px}
}
@media (max-width:320px){
.page-wrap{padding:0 6px}
.header-inner{padding:0 6px;height:54px}
.logo-box img{width:100px}
.bonus-hero-text h1{font-size:1.2rem}
.bonus-hero-text p{font-size:0.84rem}
.bh-value{font-size:1.1rem}
.bh-label{font-size:0.68rem}
.bh-terms li{font-size:0.8rem;flex-direction:column}
.term-val{text-align:left;padding-left:0}
.btn-cta{padding:9px 14px;font-size:0.86rem;width:100%}
.btn-cta-sm{font-size:0.78rem;padding:7px 10px}
.bc-icon{font-size:1.4rem}
.bc-title{font-size:0.9rem}
.bc-amount{font-size:0.95rem}
.bc-desc{font-size:0.8rem}
.bc-terms li{font-size:0.74rem}
.we-table th,.we-table td{font-size:0.7rem;padding:6px 7px}
.bc-table th,.bc-table td{font-size:0.7rem;padding:6px 7px}
.bonus-main-section h2,.all-bonuses-section h2,.wagering-section h2,.bonus-compare-section h2{font-size:1.15rem}
.bonus-main-section h3{font-size:0.95rem}
.claim-steps{font-size:0.82rem;padding-left:14px}
.bonus-card{padding:14px}
.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%}
}
