*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}
body{min-height:100dvh;line-height:1.6;font-family:'Segoe UI','Helvetica Neue',Arial,sans-serif;font-size:clamp(1rem,0.95rem + 0.25vw,1.125rem);color:#1a1a1a;background:#F0F0F0}
img,picture,svg{display:block;max-width:100%;height:auto}
ul[role="list"],ol[role="list"]{list-style:none}
input,button,textarea,select{font:inherit;color:inherit}
h1,h2,h3,h4{text-wrap:balance;line-height:1.2}
p,li{text-wrap:pretty}
button{cursor:pointer;background:none;border:none}
a{color:inherit;text-decoration:none}
table{border-collapse:collapse;width:100%}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
:focus-visible{outline:2px solid #F76700;outline-offset:3px}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;transition-duration:0.01ms!important}}
.skip-lnk{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-lnk:focus{position:static;width:auto;height:auto;padding:8px 16px;background:#F76700;color:#ffffff;font-weight:700;z-index:9999}
header{background:#005E6F;position:sticky;top:0;z-index:200;box-shadow:0 2px 8px rgba(0,0,0,0.25)}
.hdr-inner{display:flex;align-items:center;justify-content:space-between;padding:10px 10px;max-width:1200px;margin:0 auto;width:100%}
.hdr-logo-wrap a{display:inline-flex;align-items:center}
.ham-btn{display:flex;flex-direction:column;gap:5px;padding:8px;background:none;border:none;cursor:pointer}
.ham-btn span{display:block;width:24px;height:2px;background:#ffffff}
.desk-nav{display:none}
.desk-auth{display:none}
@media (min-width:1081px){
.ham-btn{display:none}
.desk-nav{display:flex;align-items:center;flex:1;margin-left:24px}
.desk-auth{display:flex;align-items:center;gap:8px}
}
.desk-nav-list{display:flex;align-items:center;gap:4px;list-style:none;padding:0;margin:0}
.desk-nav-list li{display:flex;align-items:center;position:relative}
.desk-nav-list a,.desk-nav-list .nav-act{display:inline-flex;align-items:center;padding:8px 14px;color:#ffffff;font-size:0.9rem;font-weight:500;white-space:nowrap;border-radius:4px;transition:background 0.18s}
.desk-nav-list a:hover{background:rgba(255,255,255,0.15)}
.desk-nav-list .nav-act{color:#F76700;cursor:default}
.has-sub{position:relative}
.sub-arr{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:0.6rem;color:#ffffff;cursor:pointer;transition:transform 0.25s;transform-origin:center;margin-left:-4px}
.has-sub:hover .sub-arr{transform:rotate(180deg)}
.sub-drop{display:none;position:absolute;top:calc(100% + 1px);left:0;background:#004d5c;list-style:none;padding:4px 0;z-index:300;border-radius:0 0 4px 4px;box-shadow:0 4px 12px rgba(0,0,0,0.3)}
.has-sub:hover .sub-drop{display:block}
.sub-drop a{display:block;padding:8px 14px;color:#ffffff;font-size:0.875rem;white-space:nowrap;transition:background 0.18s}
.sub-drop a:hover{background:rgba(255,255,255,0.12)}
.btn-login{display:inline-flex;align-items:center;padding:8px 18px;border:2px solid #ffffff;color:#ffffff;border-radius:4px;font-size:0.875rem;font-weight:600;transition:background 0.18s,color 0.18s}
.btn-login:hover{background:#ffffff;color:#005E6F}
.btn-signup{display:inline-flex;align-items:center;padding:8px 18px;background:#F76700;color:#ffffff;border-radius:4px;font-size:0.875rem;font-weight:700;transition:background 0.18s}
.btn-signup:hover{background:#d95b00}
.mob-menu{display:none;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:100%;background:#005E6F;z-index:500;overflow-y:auto}
.mob-menu.mob-open{display:flex}
.mob-top-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,0.15)}
.mob-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;color:#ffffff;font-size:1.8rem;cursor:pointer}
.mob-nav-list{list-style:none;padding:8px 0;margin:0}
.mob-nav-list li{display:flex;align-items:center;flex-wrap:wrap}
.mob-nav-list a,.mob-nav-list .nav-act{display:inline-flex;align-items:center;flex:1;padding:13px 18px;color:#ffffff;font-size:1rem;font-weight:500;transition:background 0.18s}
.mob-nav-list a:hover{background:rgba(255,255,255,0.1)}
.mob-nav-list .nav-act{color:#F76700;cursor:default}
.mob-par-row{display:flex;align-items:center;width:100%}
.mob-par-row a{flex:1;padding:13px 18px;color:#ffffff;font-size:1rem;font-weight:500}
.mob-arr{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;cursor:pointer;transition:transform 0.25s;transform-origin:center;color:#ffffff;font-size:0.65rem}
.mob-arr.mob-arr-open{transform:rotate(180deg)}
.mob-sub{display:none;width:100%;list-style:none;padding:0;background:rgba(0,0,0,0.2)}
.mob-sub.mob-sub-open{display:block}
.mob-sub li{display:block}
.mob-sub a{display:block;padding:11px 32px;color:#d4f0f4;font-size:0.9rem;transition:background 0.18s}
.mob-sub a:hover{background:rgba(255,255,255,0.1)}
.mob-auth{display:flex;gap:10px;padding:16px 14px}
.mob-auth .btn-login,.mob-auth .btn-signup{display:inline-flex;align-items:center;justify-content:center;flex:1;padding:12px 10px;font-size:0.9rem;font-weight:700;border-radius:4px;text-align:center}
.mob-auth .btn-login{border:2px solid #ffffff;color:#ffffff}
.mob-auth .btn-signup{background:#F76700;color:#ffffff}
.mob-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.55);z-index:490}
.mob-overlay.mob-ov-open{display:block}
@media (min-width:1081px){.mob-menu{display:none!important}.mob-overlay{display:none!important}}
.wrap{max-width:1200px;margin:0 auto;padding:0 10px}
.btn-cta{display:inline-flex;align-items:center;justify-content:center;padding:13px 28px;background:#F76700;color:#ffffff;font-weight:700;font-size:1rem;border-radius:4px;transition:background 0.18s}
.btn-cta:hover{background:#d95b00}
.btn-outline-drk{display:inline-flex;align-items:center;justify-content:center;padding:11px 24px;border:2px solid #005E6F;color:#005E6F;font-weight:700;font-size:0.95rem;border-radius:4px;transition:background 0.18s,color 0.18s}
.btn-outline-drk:hover{background:#005E6F;color:#ffffff}
.cta-cx{text-align:center;margin-top:28px}
.sp-hero{position:relative;background:#005E6F;overflow:hidden;padding:60px 10px}
.hero-geo-bg{position:absolute;inset:0;background-image:repeating-linear-gradient(30deg,rgba(255,255,255,0.025) 0,rgba(255,255,255,0.025) 1px,transparent 1px,transparent 44px),repeating-linear-gradient(-30deg,rgba(255,255,255,0.025) 0,rgba(255,255,255,0.025) 1px,transparent 1px,transparent 44px);pointer-events:none}
.hero-cols{display:flex;flex-direction:column;gap:32px;align-items:center}
.hero-txt h1{font-size:clamp(1.8rem,1.2rem + 2vw,3rem);color:#ffffff;font-weight:800;margin-bottom:16px;letter-spacing:-0.02em}
.hero-txt p{color:#d4f0f4;font-size:clamp(1rem,0.95rem + 0.2vw,1.1rem);line-height:1.65;margin-bottom:24px}
.hero-acts{display:flex;gap:12px;flex-wrap:wrap}
.hero-svg-col{width:100%;max-width:260px;margin:0 auto}
@media (min-width:968px){
.hero-cols{flex-direction:row;align-items:center;gap:48px}
.hero-txt{flex:1}
.hero-svg-col{width:40%;max-width:320px;min-width:180px;margin:0}
}
.sp-sports{padding:56px 0;background:#ffffff}
.sp-sports h2{font-size:clamp(1.4rem,1.1rem + 1vw,2rem);color:#005E6F;margin-bottom:16px}
.sp-sports p{color:#2b2b2b;line-height:1.7;margin-bottom:20px}
.sports-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:8px}
@media (min-width:769px) and (max-width:968px){.sports-grid{grid-template-columns:repeat(3,1fr)}}
@media (min-width:481px) and (max-width:768px){.sports-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:480px){.sports-grid{grid-template-columns:1fr}}
.sport-card{background:#F0F0F0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.07);display:flex;flex-direction:column;transition:box-shadow 0.18s,transform 0.18s}
.sport-card:hover{box-shadow:0 6px 20px rgba(0,0,0,0.12);transform:translateY(-2px)}
.sport-card img{width:100%;height:150px;object-fit:cover;display:block}
.sport-body{padding:14px 12px;flex:1;display:flex;flex-direction:column;gap:6px}
.sport-title{font-size:0.95rem;font-weight:700;color:#111111}
.sport-desc{font-size:0.82rem;color:#444444;line-height:1.55}
.sp-markets{padding:56px 0}
.sp-markets h2{font-size:clamp(1.4rem,1.1rem + 1vw,2rem);color:#005E6F;margin-bottom:16px}
.sp-markets p{color:#2b2b2b;line-height:1.7;margin-bottom:20px}
.tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:8px}
.mkt-tbl{width:100%;border-collapse:collapse;font-size:clamp(0.8rem,0.75rem + 0.2vw,0.9rem)}
.mkt-tbl th{background:#005E6F;color:#ffffff;padding:11px 14px;text-align:left;white-space:nowrap;font-weight:700;font-size:0.8rem;text-transform:uppercase;letter-spacing:0.04em}
.mkt-tbl td{padding:10px 14px;color:#1a1a1a;border-bottom:1px solid rgba(0,0,0,0.08);background:#ffffff;vertical-align:top}
.mkt-tbl tbody tr:nth-child(even) td{background:#f7f7f7}
.mkt-tbl tbody tr:hover td{background:#edf6f7}
@media (max-width:480px){.mkt-tbl th,.mkt-tbl td{font-size:0.75rem;padding:8px 10px}}
@media (max-width:320px){.mkt-tbl th,.mkt-tbl td{font-size:0.72rem;padding:7px 8px}}
.sp-live{padding:56px 0;background:#ffffff}
.sp-live h2{font-size:clamp(1.4rem,1.1rem + 1vw,2rem);color:#005E6F;margin-bottom:16px}
.sp-live p{color:#2b2b2b;line-height:1.7;margin-bottom:20px}
.live-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:8px}
@media (min-width:769px) and (max-width:968px){.live-cards{grid-template-columns:repeat(2,1fr)}}
@media (max-width:768px){.live-cards{grid-template-columns:repeat(2,1fr)}}
@media (max-width:480px){.live-cards{grid-template-columns:1fr}}
.live-card{background:#F0F0F0;border-radius:8px;padding:20px 16px;display:flex;flex-direction:column;gap:8px;box-shadow:0 2px 6px rgba(0,0,0,0.06);transition:box-shadow 0.18s,transform 0.18s}
.live-card:hover{box-shadow:0 6px 18px rgba(0,0,0,0.1);transform:translateY(-2px)}
.lc-icon{font-size:1.5rem}
.lc-title{font-size:0.95rem;font-weight:700;color:#111111}
.lc-desc{font-size:0.84rem;color:#444444;line-height:1.55}
.sp-more-sports{padding:56px 0}
.sp-more-sports h2{font-size:clamp(1.4rem,1.1rem + 1vw,2rem);color:#005E6F;margin-bottom:16px}
.sp-more-sports p{color:#2b2b2b;line-height:1.7;margin-bottom:20px}
.more-sports-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:8px}
@media (min-width:769px) and (max-width:968px){.more-sports-grid{grid-template-columns:repeat(3,1fr)}}
@media (min-width:481px) and (max-width:768px){.more-sports-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:480px){.more-sports-grid{grid-template-columns:1fr}}
.ms-card{background:#ffffff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.07);display:flex;flex-direction:column;transition:box-shadow 0.18s,transform 0.18s}
.ms-card:hover{box-shadow:0 6px 20px rgba(0,0,0,0.12);transform:translateY(-2px)}
.ms-card img{width:100%;height:150px;object-fit:cover;display:block}
.ms-body{padding:14px 12px;flex:1;display:flex;flex-direction:column;gap:6px}
.ms-title{font-size:0.95rem;font-weight:700;color:#111111}
.ms-desc{font-size:0.82rem;color:#444444;line-height:1.55}
.sp-how{padding:56px 0;background:#ffffff}
.sp-how h2{font-size:clamp(1.4rem,1.1rem + 1vw,2rem);color:#005E6F;margin-bottom:16px}
.sp-how p{color:#2b2b2b;line-height:1.7;margin-bottom:16px}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
@media (max-width:768px){.steps-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:480px){.steps-grid{grid-template-columns:1fr}}
.step-card{background:#F0F0F0;border-radius:8px;padding:20px 16px;box-shadow:0 2px 8px rgba(0,0,0,0.07);display:flex;flex-direction:column;gap:8px}
.step-num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#F76700;color:#ffffff;font-weight:800;font-size:1rem;border-radius:50%;flex-shrink:0}
.step-title{font-size:0.95rem;font-weight:700;color:#111111}
.step-desc{font-size:0.875rem;color:#444444;line-height:1.6}
footer{background:#005E6F;color:#d4eff3;padding:40px 10px 20px}
.ftr-inner{max-width:1200px;margin:0 auto}
.ftr-top{display:flex;flex-wrap:wrap;gap:32px;justify-content:space-between;margin-bottom:32px}
.ftr-brand img{margin-bottom:10px}
.ftr-tagline{font-size:0.85rem;color:#a8dde5;margin-top:6px}
.ftr-col-title{font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:#a8dde5;margin-bottom:10px}
.ftr-nav-col ul{list-style:none;padding:0}
.ftr-nav-col li{margin-bottom:6px}
.ftr-nav-col a{color:#d4eff3;font-size:0.9rem;transition:color 0.18s}
.ftr-nav-col a:hover{color:#ffffff}
.ftr-carousel-wrap{margin-bottom:24px}
.ftr-carousel{display:flex;flex-wrap:wrap;gap:16px;align-items:center}
.ftr-carousel img{opacity:0.85;filter:brightness(0) invert(1);transition:opacity 0.18s}
.ftr-carousel img:hover{opacity:1}
.ftr-bottom{display:flex;flex-wrap:wrap;align-items:flex-start;gap:20px;border-top:1px solid rgba(255,255,255,0.15);padding-top:20px;margin-top:8px}
.ftr-trust{display:flex;align-items:center;gap:14px;flex-shrink:0}
.ftr-trust img{opacity:0.9}
.ftr-licence{font-size:0.76rem;color:#a8dde5;line-height:1.55;flex:1}
@media (max-width:1080px){.ftr-top{flex-direction:column;gap:20px}}
@media (max-width:480px){.sp-hero{padding:40px 10px}.sp-sports,.sp-markets,.sp-live,.sp-more-sports,.sp-how{padding:36px 0}}
@media (max-width:320px){.mob-menu{width:100%}.hero-acts{flex-direction:column}.btn-cta{width:100%}}