*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background-color:#101f16;color:#e8e8e8;font-family:'Segoe UI',Arial,sans-serif;font-size:16px;line-height:1.6}
a{color:#eecb3b;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;display:block}
.pg-wrap{max-width:1200px;margin:0 auto;padding:0 10px}
.btn-cta{display:inline-block;padding:12px 28px;background:#eecb3b;color:#101f16;font-weight:700;font-size:15px;border-radius:4px;transition:background 0.2s;cursor:pointer;text-align:center}
.btn-cta:hover{background:#d4b030;text-decoration:none;color:#101f16}
.btn-card{padding:8px 16px;font-size:14px;display:block;width:100%;margin-top:auto}
.cta-mid{text-align:center;margin-top:32px}
#top-bar{background-color:#2a2a2a;position:sticky;top:0;z-index:1000}
.top-bar-inner{max-width:1200px;margin:0 auto;padding:0 10px;display:flex;align-items:center;justify-content:space-between;height:64px}
.logo-wrap{flex-shrink:0;width:180px;height:46px}
.logo-wrap img{width:180px;height:46px;object-fit:contain}
.desk-nav{display:flex;align-items:center}
.desk-nav-list{list-style:none;display:flex;align-items:center}
.desk-nav-item{position:relative;display:flex;align-items:center}
.desk-nav-item a{display:block;padding:8px 14px;color:#e8e8e8;font-size:15px;white-space:nowrap}
.desk-nav-item a:hover{color:#eecb3b;text-decoration:none}
.is-active-parent>a{color:#eecb3b}
.drop-arrow{padding:8px 6px 8px 0;cursor:pointer;color:#e8e8e8;font-size:11px;transition:transform 0.2s;user-select:none}
.has-drop::before{content:'';position:absolute;top:100%;left:0;right:0;height:5px;background:transparent;z-index:99}
.drop-menu{display:none;position:absolute;top:calc(100% + 5px);left:0;background-color:#2a2a2a;z-index:100;list-style:none}
.drop-menu li a{display:block;padding:8px 16px;color:#e8e8e8;font-size:14px;white-space:nowrap}
.drop-menu li a:hover{color:#eecb3b}
.drop-active{display:block;padding:8px 16px;color:#eecb3b;font-size:14px;white-space:nowrap;cursor:default}
.auth-btns{display:flex;align-items:center;gap:8px}
.btn-in{padding:8px 16px;outline:2px solid #eecb3b;border-radius:4px;color:#eecb3b;font-size:14px;font-weight:600;transition:background 0.2s,color 0.2s}
.btn-in:hover{background:#eecb3b;color:#101f16;text-decoration:none}
.btn-up{padding:8px 16px;background:#eecb3b;border-radius:4px;color:#101f16;font-size:14px;font-weight:700;transition:background 0.2s}
.btn-up:hover{background:#d4b030;text-decoration:none}
.mob-toggle{display:none;flex-direction:column;justify-content:space-between;width:26px;height:20px;background:none;border:none;cursor:pointer;padding:0;margin-left:auto}
.mob-toggle span{display:block;height:2px;background:#e8e8e8;border-radius:2px}
.mob-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#2a2a2a;z-index:2000;overflow-y:auto}
.mob-menu.is-open{display:block}
.mob-menu-inner{padding:16px}
.mob-menu-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.mob-close{background:none;border:none;color:#e8e8e8;font-size:32px;cursor:pointer;line-height:1}
.mob-nav-list{list-style:none;margin-bottom:24px}
.mob-nav-item{border-bottom:1px solid rgba(255,255,255,0.08)}
.mob-nav-item a{display:inline-block;padding:14px 0;color:#e8e8e8;font-size:16px}
.mob-nav-item.is-active-parent>a{color:#eecb3b}
.mob-nav-item.has-drop{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
.mob-arrow{padding:14px 8px;cursor:pointer;color:#e8e8e8;font-size:11px;transition:transform 0.2s;user-select:none}
.mob-drop{width:100%;list-style:none;display:none;padding-left:16px}
.mob-drop.is-open{display:block}
.mob-drop li{border-bottom:1px solid rgba(255,255,255,0.05)}
.mob-drop li a{padding:10px 0;display:block;font-size:15px;color:#e8e8e8}
.drop-active-mob{display:block;padding:10px 0;font-size:15px;color:#eecb3b;cursor:default}
.mob-auth{display:flex;flex-direction:column}
.mob-auth .btn-in{width:100%;text-align:center;padding:12px;margin-bottom:12px}
.mob-auth .btn-up{width:100%;text-align:center;padding:12px}
.avi-hero-band{background:linear-gradient(135deg,#1a0a0a 0%,#2a1010 40%,#1a2e1f 100%);padding:60px 10px;overflow:hidden;position:relative}
.avi-hero-band::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 70% 50%,rgba(238,203,59,0.06) 0%,transparent 60%);pointer-events:none}
.avi-hero-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:40px;justify-content:space-between;position:relative;z-index:1}
.avi-hero-left{flex:1}
.avi-hero-left h1{font-size:34px;font-weight:800;color:#fff;margin-bottom:16px;line-height:1.2}
.avi-hero-left p{font-size:16px;color:#ccc;margin-bottom:16px;line-height:1.7}
.avi-hero-right{flex-shrink:0}
.avi-hero-right img{width:450px;height:330px;object-fit:cover;border-radius:12px}
.avi-how-band{padding:60px 10px}
.avi-how-band h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:16px}
.avi-how-band > .pg-wrap > p{color:#ccc;margin-bottom:16px;line-height:1.7}
.mechanic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:28px}
.mech-card{background:#2a2a2a;border-radius:8px;padding:20px}
.mech-ico{font-size:28px;display:block;margin-bottom:12px}
.mech-card h3{color:#fff;font-size:15px;font-weight:700;margin-bottom:8px}
.mech-card p{color:#ccc;font-size:14px;line-height:1.6}
.avi-stats-band{background:#1a2e1f;padding:60px 10px}
.avi-stats-band h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:16px}
.avi-stats-band > .pg-wrap > p{color:#ccc;margin-bottom:16px;line-height:1.7}
.stats-tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:8px}
.stats-tbl{width:100%;border-collapse:collapse;min-width:440px}
.stats-tbl th{background:#2a2a2a;color:#eecb3b;padding:12px;text-align:left;font-size:14px}
.stats-tbl td{padding:10px 12px;color:#ccc;font-size:14px}
.stats-tbl tr:nth-child(even) td{background:rgba(255,255,255,0.03)}
.stats-note{color:#888;font-size:13px;margin-top:12px;font-style:italic}
.avi-tips-band{padding:60px 10px}
.avi-tips-band h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:16px}
.avi-tips-band > .pg-wrap > p{color:#ccc;margin-bottom:16px;line-height:1.7}
.avi-other-band{background:#1a2e1f;padding:60px 10px}
.avi-other-band h2{font-size:28px;font-weight:700;color:#fff;margin-bottom:16px}
.avi-other-band > .pg-wrap > p{color:#ccc;margin-bottom:16px;line-height:1.7}
.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:24px}
.game-card{background:#2a2a2a;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}
.game-card img{width:100%;height:150px;object-fit:cover}
.card-info{padding:12px;display:flex;flex-direction:column;flex:1}
.card-info h3{color:#fff;font-size:15px;margin-bottom:4px}
.card-provider{color:#aaa;font-size:13px;margin-bottom:2px}
.card-rtp{color:#eecb3b;font-size:13px;font-weight:600;margin-bottom:2px}
.card-vol{color:#888;font-size:12px;margin-bottom:12px}
#foot-bar{background-color:#2a2a2a;padding:48px 10px 24px}
.foot-inner{max-width:1200px;margin:0 auto}
.foot-top{text-align:center;margin-bottom:32px}
.foot-nav-list{list-style:none;display:flex;flex-wrap:wrap;gap:8px 20px;justify-content:center}
.foot-nav-list li a{color:#ccc;font-size:14px}
.foot-nav-list li a:hover{color:#eecb3b}
.foot-label{color:#eecb3b;font-size:13px;font-weight:600;margin-bottom:12px;text-align:center}
.foot-providers-row{margin-bottom:24px;text-align:center}
.foot-pay-row{margin-bottom:32px;text-align:center}
.foot-carousel{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:center}
.foot-carousel img{opacity:0.75;filter:grayscale(20%);transition:opacity 0.2s}
.foot-carousel img:hover{opacity:1}
.foot-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;padding-top:24px}
.foot-license-txt{flex:1}
.foot-license-txt p{color:#888;font-size:12px;line-height:1.6;max-width:800px}
.foot-trust{display:flex;align-items:center;gap:12px;flex-shrink:0}
@media(min-width:1081px){
.has-drop:hover .drop-menu{display:block}
.has-drop:hover .drop-arrow{transform:rotate(180deg)}
.mob-toggle{display:none}
.mob-menu{display:none !important}
}
@media(max-width:1080px){
.desk-nav,.auth-btns{display:none}
.mob-toggle{display:flex}
.avi-hero-inner{flex-direction:column;text-align:center}
.avi-hero-right{order:2;width:100%;display:flex;justify-content:center}
.avi-hero-right img{width:100%;max-width:450px;height:auto}
}
@media(max-width:1024px){
.mechanic-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:968px){
.cards-grid{grid-template-columns:repeat(3,1fr)}
.avi-hero-left h1{font-size:26px}
}
@media(max-width:768px){
.cards-grid{grid-template-columns:repeat(2,1fr)}
.mechanic-grid{grid-template-columns:repeat(2,1fr)}
.foot-bottom{flex-direction:column;align-items:flex-start}
}
@media(max-width:480px){
.cards-grid{grid-template-columns:1fr}
.mechanic-grid{grid-template-columns:1fr}
.stats-tbl th,.stats-tbl td{font-size:12px;padding:8px}
.foot-bottom{align-items:center}
.foot-trust{order:-1}
.avi-hero-left h1{font-size:22px}
}
@media(max-width:320px){
.mob-menu{width:100%}
.btn-cta{padding:10px 16px;font-size:14px}
}
