*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:none;text-size-adjust:none;-webkit-font-smoothing:antialiased;scroll-behavior:smooth;scroll-padding-top:64px}
body{min-height:100dvh;line-height:1.6;font-family:'Segoe UI',Arial,sans-serif;font-size:clamp(1rem,0.95rem + 0.25vw,1.125rem);color:#dce8f2;background:#1A2633}
img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}
ul{list-style:none}
h1,h2,h3,h4,h5,h6{text-wrap:balance;line-height:1.2}
p,figcaption{text-wrap:pretty}
a{color:inherit;text-decoration:none}
button{cursor:pointer;background:none;border:none}
::selection{background:rgba(33,150,243,0.28);color:#dce8f2}
:focus-visible{outline:2px solid #2196F3;outline-offset:3px;border-radius:3px}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;transition-duration:0.01ms!important}}
.pg-wrap{max-width:1200px;margin:0 auto;padding:0 10px}
header{background:#FADA72;position:sticky;top:0;z-index:100}
.hd-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 10px}
.hd-logo-img{width:150px;height:48px;object-fit:contain;display:block}
.hd-burger{display:flex;flex-direction:column;justify-content:center;padding:8px;background:none;border:none;cursor:pointer}
.hd-burger span{display:block;width:24px;height:2px;background:#1A2633;margin:3px 0;transition:transform 200ms ease,opacity 200ms ease}
.hd-desk{display:none}
.hd-mobile-menu{display:none;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:100%;background:#FADA72;z-index:200;overflow-y:auto}
.hd-mobile-menu.mm-open{display:flex}
.mm-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 10px}
.mm-bar img{width:150px;height:48px;object-fit:contain}
.mm-close{font-size:1.8rem;line-height:1;color:#1A2633;background:none;border:none;cursor:pointer;padding:4px 10px}
.mm-nav{padding:8px 10px;display:flex;flex-direction:column}
.mm-item{display:flex;align-items:center;flex-wrap:wrap;border-bottom:1px solid rgba(26,38,51,0.14)}
.mm-item a,.mm-active{display:inline-flex;align-items:center;padding:13px 0;font-size:1rem;color:#1A2633;font-weight:600;text-decoration:none}
.mm-arrow{display:inline-flex;align-items:center;padding-left:6px;padding-top:14px;padding-bottom:10px;padding-right:4px;cursor:pointer;color:#1A2633;font-size:0.72rem}
.mm-sub{display:none;width:100%;flex-direction:column;padding-left:16px}
.mm-sub.mm-sub-open{display:flex}
.mm-sub li a{display:block;padding:9px 0;color:#1A2633;font-size:0.9rem;font-weight:500;text-decoration:none}
.mm-auth{display:flex;padding:16px 10px;gap:10px}
.btn-login{flex:1;text-align:center;padding:10px 16px;border:2px solid #2196F3;border-radius:6px;color:#2196F3;font-weight:700;font-size:0.95rem;transition:background 180ms,color 180ms}
.btn-login:hover{background:#2196F3;color:#fff}
.btn-signup{flex:1;text-align:center;padding:10px 16px;background:#2196F3;border:2px solid #2196F3;border-radius:6px;color:#fff;font-weight:700;font-size:0.95rem;transition:background 180ms,border-color 180ms}
.btn-signup:hover{background:#1565C0;border-color:#1565C0}
@media(min-width:1081px){
.hd-bar{display:none}
.hd-mobile-menu{display:none!important}
.hd-desk{display:flex;align-items:center;justify-content:space-between;padding:0 10px;background:#FADA72}
.hd-logo-desk{width:150px;height:48px;object-fit:contain;display:block;flex-shrink:0}
.desk-nav-list{display:flex;align-items:center;gap:0}
.desk-item{display:flex;align-items:center;position:relative}
.desk-item > a,.desk-active{display:inline-flex;align-items:center;padding:16px 14px;color:#1A2633;font-weight:600;font-size:0.95rem;white-space:nowrap;text-decoration:none}
.desk-item > a:hover{color:#0E1924}
.desk-active{padding:16px 14px;font-weight:700;font-size:0.95rem;color:#0E1924}
.desk-arrow{display:inline-flex;align-items:center;padding-left:2px;color:#1A2633;font-size:0.7rem;transition:transform 200ms;pointer-events:none}
.desk-has-sub:hover .desk-arrow{transform:rotate(180deg)}
.desk-sub-list{display:none;position:absolute;top:calc(100% + 1px);left:0;background:#FADA72;z-index:300;box-shadow:0 4px 14px rgba(0,0,0,0.14)}
.desk-has-sub:hover .desk-sub-list{display:block}
.desk-sub-list li a{display:block;padding:9px 16px;color:#1A2633;font-size:0.9rem;white-space:nowrap;font-weight:500;text-decoration:none}
.desk-sub-list li a:hover{background:rgba(26,38,51,0.1)}
.hd-auth{display:flex;align-items:center;gap:8px;flex-shrink:0}
.hd-auth .btn-login,.hd-auth .btn-signup{flex:none;padding:8px 20px}
}
.hero-sect{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero-sect::before{content:"";position:absolute;inset:0;background:#0E1924;opacity:0.62;z-index:1}
.hero-inner{position:relative;z-index:2;max-width:660px;text-align:center;padding:48px 10px}
.hero-inner h1{font-size:clamp(2rem,1.2rem + 2.5vw,3.5rem);color:#fff;font-weight:800;margin-bottom:16px}
.hero-lead{font-size:clamp(0.95rem,0.88rem + 0.3vw,1.05rem);color:#e0eaf4;margin-bottom:28px}
.hero-ctas{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.cta-primary{display:inline-block;padding:13px 30px;background:#2196F3;color:#fff;font-weight:700;border-radius:6px;font-size:0.95rem;text-decoration:none;text-align:center;border:2px solid #2196F3;transition:background 180ms,border-color 180ms}
.cta-primary:hover{background:#1565C0;border-color:#1565C0}
.cta-outline{display:inline-block;padding:13px 30px;background:transparent;color:#fff;font-weight:700;border-radius:6px;font-size:0.95rem;text-decoration:none;text-align:center;border:2px solid #fff;transition:background 180ms,color 180ms}
.cta-outline:hover{background:#fff;color:#1A2633}
.cta-center{margin-top:28px;text-align:center}
.about-sect{padding:52px 0}
.about-sect h2{font-size:clamp(1.2rem,1rem + 0.9vw,1.65rem);color:#FADA72;margin-bottom:14px}
.about-sect p{color:#c4d6e6;margin-bottom:14px}
.about-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:26px}
@media(min-width:480px){.about-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:768px){.about-grid{grid-template-columns:repeat(4,1fr)}}
.ab-card{background:rgba(255,255,255,0.06);border-radius:8px;padding:14px 13px;display:flex;flex-direction:column;gap:5px;box-shadow:0 2px 8px rgba(0,0,0,0.18);transition:box-shadow 180ms,transform 180ms}
.ab-card:hover{box-shadow:0 6px 20px rgba(0,0,0,0.28);transform:translateY(-2px)}
.ab-icon{font-size:1.35rem;line-height:1}
.ab-label{font-size:0.75rem;color:#FADA72;font-weight:700;text-transform:uppercase;letter-spacing:0.05em}
.ab-val{font-size:0.9rem;color:#dce8f2;font-weight:600}
.reg-sect{padding:52px 0;background:#16202d}
.reg-sect h2{font-size:clamp(1.2rem,1rem + 0.9vw,1.65rem);color:#FADA72;margin-bottom:14px}
.reg-sect p{color:#c4d6e6;margin-bottom:14px}
.games-sect{padding:52px 0}
.games-sect h2{font-size:clamp(1.2rem,1rem + 0.9vw,1.65rem);color:#FADA72;margin-bottom:14px}
.games-sect p{color:#c4d6e6;margin-bottom:14px}
.games-sect h3{font-size:0.78rem;color:#FADA72;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;margin:26px 0 12px}
.games-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
@media(min-width:769px){.games-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:969px){.games-grid{grid-template-columns:repeat(4,1fr)}}
.gcard{background:rgba(255,255,255,0.06);border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.18);transition:box-shadow 180ms,transform 180ms}
.gcard:hover{box-shadow:0 6px 20px rgba(0,0,0,0.28);transform:translateY(-2px)}
.gcard img{width:100%;height:auto;object-fit:cover}
.gcard-body{padding:10px 12px}
.gcard-title{color:#dce8f2;font-weight:700;font-size:0.9rem;margin-bottom:4px}
.gcard-meta{color:#FADA72;font-size:0.78rem}
.pay-sect{padding:52px 0;background:#16202d}
.pay-sect h2{font-size:clamp(1.2rem,1rem + 0.9vw,1.65rem);color:#FADA72;margin-bottom:14px}
.pay-sect p{color:#c4d6e6;margin-bottom:14px}
.sports-sect{padding:52px 0}
.sports-sect h2{font-size:clamp(1.2rem,1rem + 0.9vw,1.65rem);color:#FADA72;margin-bottom:14px}
.sports-sect p{color:#c4d6e6;margin-bottom:14px}
footer{background:#0E1924;padding:44px 0 20px}
.ft-wrap{max-width:1200px;margin:0 auto;padding:0 10px}
.ft-nav{display:flex;flex-wrap:wrap;gap:8px 18px;justify-content:center;margin-bottom:32px}
.ft-nav a{color:#a8bece;font-size:0.88rem;text-decoration:none;transition:color 180ms}
.ft-nav a:hover{color:#FADA72}
.ft-logos-block{margin-bottom:28px}
.ft-logos-label{font-size:0.75rem;color:#a8bece;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:10px;text-align:center}
.ft-logos-row{display:flex;flex-wrap:wrap;gap:18px;align-items:center;justify-content:center}
.ft-logos-row img{object-fit:contain;filter:brightness(0.65);transition:filter 180ms}
.ft-logos-row img:hover{filter:brightness(1)}
.ft-bottom{border-top:1px solid rgba(255,255,255,0.09);padding-top:20px;display:flex;flex-direction:column;gap:16px;align-items:center}
@media(min-width:768px){.ft-bottom{flex-direction:row;justify-content:space-between;align-items:flex-start}}
.ft-disclaimer{font-size:0.82rem;color:#7a9ab4;line-height:1.55}
.ft-trust{display:flex;align-items:center;gap:14px;flex-shrink:0}
.ft-trust img{object-fit:contain}
@media(max-width:480px){
.hero-inner h1{font-size:1.75rem}
.hero-ctas{flex-direction:column;align-items:center}
.cta-primary,.cta-outline{width:100%;max-width:280px}
.games-grid{grid-template-columns:1fr}
.about-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:320px){
.mm-nav,.mm-auth{padding:6px}
.hd-logo-img,.mm-bar img,.hd-logo-desk{width:120px;height:38px}
}