*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{background:#ffffff;color:#1a1a1a;font-family:'Segoe UI',Arial,sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
ul{list-style:none}
.blk-in{max-width:1200px;margin:0 auto;padding:0 10px}

/* HEADER */
.site-hdr{background:#283c74;position:sticky;top:0;z-index:900;box-shadow:0 2px 8px rgba(0,0,0,0.3)}
.hdr-wrap{max-width:1200px;margin:0 auto;padding:0 10px;display:flex;align-items:center;height:64px}
.hdr-logo-lnk{display:flex;align-items:center;flex-shrink:0}
.hdr-logo-lnk img{width:180px;height:41px;object-fit:contain}
.desk-nav{flex:1;margin-left:24px}
.desk-list{display:flex;align-items:center}
.desk-list>li{position:relative}
.desk-list>li>a,.desk-list>li>.nav-cur{display:block;padding:8px 14px;color:#ffffff;font-size:0.95rem;font-weight:500;border-radius:4px}
.nav-cur{font-weight:700;cursor:default}
.has-sub{display:flex;align-items:center}
.sub-arr{color:#ffffff;font-size:0.7rem;padding:8px 6px;cursor:pointer;user-select:none;transition:transform 0.2s}
.hdr-btns{display:flex;align-items:center;margin-left:auto}
.btn-in{padding:8px 16px;border:2px solid #ffffff;color:#ffffff;border-radius:4px;font-size:0.9rem;font-weight:600;margin-right:8px}
.btn-up{padding:8px 16px;background:#d83440;color:#ffffff;border-radius:4px;font-size:0.9rem;font-weight:700}
/* FIX: hamburger right-aligned */
.mob-tog{display:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;background:none;border:none;cursor:pointer;padding:0;margin-left:auto}
.mob-tog span{display:block;width:100%;height:2px;background:#ffffff;border-radius:2px}

/* DESKTOP SUBMENU AND HOVER — desktop only */
@media(min-width:1081px){
.desk-list>li>a:hover{background:rgba(255,255,255,0.12)}
.btn-in:hover{background:#ffffff;color:#283c74}
.btn-up:hover{background:#b8222d}
.has-sub::before{content:'';position:absolute;bottom:-5px;left:0;right:0;height:5px;background:transparent}
.sub-nav{display:none;position:absolute;top:calc(100% + 5px);left:0;background:#283c74;border-radius:4px;box-shadow:0 4px 16px rgba(0,0,0,0.25);z-index:800}
.has-sub:hover .sub-nav{display:block}
.has-sub:hover .sub-arr{transform:rotate(180deg)}
.sub-nav li a{display:block;padding:8px 16px;color:#ffffff;white-space:nowrap;font-size:0.9rem}
.sub-nav li a:hover{background:rgba(255,255,255,0.12)}
.btn-cta:hover{background:#b8222d}
.spt-card:hover{box-shadow:0 4px 16px rgba(40,60,116,0.15);transform:translateY(-2px)}
.mkt-card:hover{box-shadow:0 4px 16px rgba(40,60,116,0.15);border-color:#283c74}
.live-feat:hover{box-shadow:0 4px 16px rgba(40,60,116,0.12)}
}

/* MOBILE MENU */
.mob-nav{position:fixed;top:0;left:-100%;width:80%;max-width:320px;height:100%;background:#283c74;z-index:1000;overflow-y:auto;transition:left 0.3s ease;padding-bottom:32px}
.mob-nav.open{left:0}
.mob-top{display:flex;align-items:center;justify-content:space-between;padding:16px 12px}
.mob-cls{background:none;border:none;color:#ffffff;font-size:1.8rem;cursor:pointer;line-height:1;padding:0 4px}
.mob-list{padding:8px 0}
.mob-list li>a,.mob-list li>.nav-cur{display:block;padding:12px 20px;color:#ffffff;font-size:1rem;border-bottom:1px solid rgba(255,255,255,0.08)}
.mob-has-sub{position:relative}
.mob-has-sub>a{padding-right:44px}
.mob-arr{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#ffffff;font-size:0.7rem;cursor:pointer;padding:8px;transition:transform 0.2s}
.mob-arr.arr-open{transform:translateY(-50%) rotate(180deg)}
.mob-sub{display:none;background:rgba(0,0,0,0.2)}
.mob-sub.open{display:block}
.mob-sub li a{padding:10px 32px;font-size:0.9rem}
.mob-auth{display:flex;flex-direction:column;padding:20px 20px 0}
.mob-auth .btn-in{text-align:center;padding:12px;font-size:1rem;margin-right:0;margin-bottom:10px}
.mob-auth .btn-up{text-align:center;padding:12px;font-size:1rem}
.mob-ovl{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.5);z-index:999}
.mob-ovl.open{display:block}

/* SPORTS HERO */
.spt-band{background:linear-gradient(135deg,#0d2137 0%,#1a3a5c 50%,#0d2a40 100%);padding:60px 0}
.spt-band-in{max-width:1200px;margin:0 auto;padding:0 10px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.spt-txt{flex:1;max-width:580px}
.spt-badge{display:inline-block;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.25);color:rgba(255,255,255,0.9);font-size:0.82rem;font-weight:700;padding:4px 12px;border-radius:20px;margin-bottom:12px;text-transform:uppercase;letter-spacing:0.05em}
.spt-txt h1{color:#ffffff;font-size:2rem;font-weight:800;margin-bottom:14px;line-height:1.25}
.spt-txt p{color:rgba(255,255,255,0.88);font-size:1rem;line-height:1.75;margin-bottom:20px}
.spt-stats-row{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:24px}
.spt-stat{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.12);border-radius:8px;padding:10px 16px;text-align:center;min-width:90px}
.spt-stat-val{display:block;font-size:1.15rem;font-weight:800;color:#ffffff}
.spt-stat-lbl{display:block;font-size:0.74rem;color:rgba(255,255,255,0.6);text-transform:uppercase;letter-spacing:0.04em;margin-top:2px}
.cta-cnt-left{text-align:left}
.btn-cta{display:inline-block;background:#d83440;color:#ffffff;padding:13px 26px;border-radius:6px;font-weight:700;font-size:0.97rem;text-align:center;transition:background 0.2s}
.spt-img{flex-shrink:0}
.spt-img img{width:480px;max-width:100%;height:auto;border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,0.4)}

/* CTA centred */
.cta-cnt{text-align:center;margin:28px 0 4px}

/* SPORTS LIST */
.blk-sptlist{padding:52px 0;background:#f4f6fb}
.blk-sptlist h2{font-size:1.7rem;font-weight:800;color:#283c74;margin-bottom:10px}
.blk-sptlist>div>p{color:#2a2a2a;font-size:0.97rem;line-height:1.75;margin-bottom:22px}
.spt-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.spt-card{background:#ffffff;border-radius:8px;padding:18px 16px;box-shadow:0 2px 8px rgba(0,0,0,0.07);transition:box-shadow 0.2s,transform 0.2s}
.spt-ico{font-size:1.5rem;display:block;margin-bottom:8px}
.spt-name{font-weight:700;color:#283c74;font-size:0.97rem;margin-bottom:4px}
.spt-leagues{font-size:0.84rem;color:#555;line-height:1.55}

/* KPL SECTION */
.blk-kpl{padding:52px 0}
.blk-kpl h2{font-size:1.7rem;font-weight:800;color:#283c74;margin-bottom:12px}
.blk-kpl p{color:#2a2a2a;font-size:0.97rem;line-height:1.75;margin-bottom:14px}
.kpl-tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:16px 0}
.kpl-tbl{width:100%;border-collapse:collapse;font-size:0.92rem;max-width:700px}
.kpl-tbl caption{font-size:0.82rem;color:#777;text-align:left;margin-bottom:6px;caption-side:top;padding-bottom:6px}
.kpl-tbl th{background:#283c74;color:#ffffff;padding:9px 12px;text-align:left;font-weight:600;white-space:nowrap}
.kpl-tbl td{padding:8px 12px;color:#2a2a2a;white-space:nowrap}
.kpl-tbl tbody tr:nth-child(even){background:#f0f3fa}
.kpl-top td{font-weight:700}
.kpl-top td:first-child{color:#d83440}

/* MARKETS SECTION */
.blk-markets{padding:52px 0;background:#f4f6fb}
.blk-markets h2{font-size:1.7rem;font-weight:800;color:#283c74;margin-bottom:10px}
.blk-markets>div>p{color:#2a2a2a;font-size:0.97rem;line-height:1.75;margin-bottom:22px}
.mkt-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.mkt-card{background:#ffffff;border-radius:8px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,0.07);border:1px solid transparent;transition:box-shadow 0.2s,border-color 0.2s}
.mkt-name{font-weight:700;color:#283c74;font-size:0.93rem;margin-bottom:6px}
.mkt-desc{font-size:0.84rem;color:#555;line-height:1.6}

/* LIVE BETTING */
.blk-live{padding:52px 0}
.blk-live h2{font-size:1.7rem;font-weight:800;color:#283c74;margin-bottom:12px}
.blk-live p{color:#2a2a2a;font-size:0.97rem;line-height:1.75;margin-bottom:14px}
.live-feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:20px}
.live-feat{background:#f4f6fb;border-radius:8px;padding:18px 14px;transition:box-shadow 0.2s}
.live-ico{font-size:1.5rem;display:block;margin-bottom:8px}
.live-title{font-weight:700;color:#283c74;font-size:0.95rem;margin-bottom:6px}
.live-desc{font-size:0.85rem;color:#555;line-height:1.55}

/* ACCUMULATOR */
.blk-acca{padding:52px 0;background:#f4f6fb}
.blk-acca h2{font-size:1.7rem;font-weight:800;color:#283c74;margin-bottom:12px}
.blk-acca p{color:#2a2a2a;font-size:0.97rem;line-height:1.75;margin-bottom:14px}
.acca-eg{background:#ffffff;border-radius:10px;padding:20px;box-shadow:0 2px 10px rgba(0,0,0,0.08);margin-top:20px}
.acca-eg-ttl{font-weight:700;color:#283c74;font-size:0.95rem;margin-bottom:12px}
.acca-tbl{width:100%;border-collapse:collapse;font-size:0.92rem;margin-bottom:16px}
.acca-tbl th{background:#283c74;color:#fff;padding:8px 12px;text-align:left;font-weight:600}
.acca-tbl td{padding:8px 12px;color:#2a2a2a;border-bottom:1px solid #eee}
.acca-result{display:flex;flex-wrap:wrap;gap:8px 28px;padding-top:12px;border-top:2px solid #f0f3fa}
.acca-result span{font-size:0.88rem;color:#555}
.acca-result strong{font-size:0.95rem;color:#283c74;font-weight:800;display:block}

/* FOOTER */
.site-ftr{background:#283c74;color:#ffffff;padding:44px 0 0}
.ftr-in{max-width:1200px;margin:0 auto;padding:0 10px}
.ftr-links-row{display:flex;flex-wrap:wrap;justify-content:center;gap:32px;margin-bottom:32px;text-align:center}
.ftr-col-sm{min-width:120px}
.ftr-ttl{font-size:0.9rem;font-weight:700;color:rgba(255,255,255,0.85);margin-bottom:10px;text-transform:uppercase;letter-spacing:0.05em}
.ftr-sub{font-size:0.85rem;color:rgba(255,255,255,0.65);line-height:1.5;max-width:200px}
.ftr-ul li{margin-bottom:6px}
.ftr-ul a{font-size:0.88rem;color:rgba(255,255,255,0.7)}
.ftr-carousel-lbl{font-size:0.82rem;font-weight:700;color:rgba(255,255,255,0.55);text-transform:uppercase;letter-spacing:0.05em;text-align:center;margin:8px 0 10px}
.ftr-carousel{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;padding:12px 0;margin-bottom:12px}
.ftr-carousel img{object-fit:contain;height:auto;filter:brightness(0) invert(1);opacity:0.7}
.ftr-btm{display:flex;justify-content:space-between;align-items:flex-end;padding:20px 0;gap:24px}
.ftr-lic{flex:1;font-size:0.78rem;color:rgba(255,255,255,0.5);line-height:1.6}
.ftr-trust{display:flex;align-items:center;gap:10px;flex-shrink:0}
.ftr-trust img{object-fit:contain;height:auto;opacity:0.8}

/* RESPONSIVE */
@media(max-width:1200px){
.hdr-wrap,.ftr-in,.blk-in,.spt-band-in{padding:0 16px}
}
@media(max-width:1080px){
.desk-nav,.hdr-btns{display:none}
.mob-tog{display:flex}
.spt-band-in{flex-direction:column}
.spt-txt{max-width:100%}
.cta-cnt-left{text-align:center}
.spt-img{display:flex;justify-content:center;width:100%}
.spt-img img{width:100%;max-width:480px;height:auto}
.mkt-grid{grid-template-columns:repeat(2,1fr)}
.live-feat-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:1024px){
.spt-grid{grid-template-columns:repeat(3,1fr)}
.mkt-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
.spt-grid{grid-template-columns:repeat(2,1fr)}
.mkt-grid{grid-template-columns:repeat(2,1fr)}
.live-feat-grid{grid-template-columns:repeat(2,1fr)}
.spt-stats-row{gap:10px}
.acca-result{flex-direction:column;gap:8px}
.ftr-links-row{flex-direction:column;align-items:center}
.ftr-btm{flex-direction:column;align-items:flex-start}
.ftr-trust{margin-top:10px}
}
@media(max-width:480px){
.spt-grid{grid-template-columns:1fr}
.mkt-grid{grid-template-columns:1fr}
.live-feat-grid{grid-template-columns:1fr}
.mob-nav{width:100%;max-width:100%}
.spt-txt h1{font-size:1.6rem}
.btn-cta{width:100%;padding:14px}
.kpl-tbl{font-size:0.82rem}
.acca-tbl{font-size:0.82rem}
}
@media(max-width:320px){
body{font-size:14px}
.spt-txt h1{font-size:1.3rem}
.ftr-carousel{gap:10px}
}
