:root{
  --bg:#040624;
  --bg-2:#090b33;
  --panel:#090d35;
  --panel-2:#0b103b;
  --card:#11173c;
  --text:#fff;
  --muted:#8fa0d7;
  --line:rgba(124,136,198,.22);
  --cyan:#22d2ff;
  --grad:linear-gradient(90deg,#7a1fff 0%,#18b7ff 100%);
  --grad-2:linear-gradient(180deg,#75e6ff 0%,#878bff 100%);
  --shadow:0 12px 34px rgba(0,0,0,.34);
  --rail:62px;
  --panel-width:258px;
  --header:86px;
  --radius:18px;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;min-height:100%}
body{
  font-family:Inter,Arial,Helvetica,sans-serif;
  color:var(--text);
  background:#020220 url('bg_main.avif') center top/cover fixed no-repeat;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer}
img{display:block;max-width:100%}

.mobile-install{display:none}

/* Sidebar */
.sidebar{position:fixed;left:0;top:0;bottom:0;z-index:35;width:var(--rail);pointer-events:none}
.sidebar-rail,.sidebar-panel{pointer-events:auto}
.sidebar-rail{
  position:absolute;left:0;top:0;bottom:0;width:var(--rail);
  padding:10px 7px 10px 8px;
  background:rgba(9,12,44,.96);
  border-right:1px solid rgba(164,181,255,.22);
  box-shadow:inset -1px 0 0 rgba(255,255,255,.04);
}
.rail-toggle,.panel-toggle,.mobile-menu-trigger{
  appearance:none;border:0;background:rgba(25,33,82,.9);color:#9eb1f7;
  width:40px;height:32px;border-radius:9px;display:grid;place-items:center;
}
.rail-toggle img,.panel-toggle img,.mobile-menu-trigger img{width:20px;height:20px;filter:brightness(1.1)}
.rail-list{
  position:absolute;top:56px;left:0;right:0;bottom:10px;overflow:auto;
  padding:10px 7px 8px 8px;display:flex;flex-direction:column;gap:14px;
  scrollbar-width:none;
}
.rail-list::-webkit-scrollbar{display:none}
.rail-icon{
  appearance:none;border:0;background:transparent;color:#fff;width:100%;padding:0;
  min-height:34px;display:grid;place-items:center;
}
.rail-icon img{max-width:24px;max-height:24px;opacity:.95}
.rail-icon.is-plain img{max-width:21px;max-height:21px;filter:brightness(1.2)}
.rail-icon.is-accent,.rail-icon.is-social{
  width:42px;height:42px;margin:0 auto;border-radius:13px;box-shadow:var(--shadow);
}
.rail-icon.is-accent{background:var(--grad)}
.rail-icon.is-social{background:linear-gradient(180deg,#17c4ef 0%,#1f8cff 100%)}
.rail-icon.is-small{height:40px}
.rail-icon.is-accent img{max-width:18px;max-height:18px}

.sidebar-panel{
  position:absolute;left:var(--rail);top:0;bottom:0;width:var(--panel-width);overflow:auto;
  padding:16px 10px 22px;background:rgba(8,10,42,.98);
  box-shadow:22px 0 50px rgba(0,0,0,.35);transform:translateX(-104%);
  transition:transform .28s ease;
  scrollbar-color:#2d4aa8 transparent;
  scrollbar-width:thin;
}
.sidebar-panel::-webkit-scrollbar{width:6px}
.sidebar-panel::-webkit-scrollbar-thumb{background:#3557c1;border-radius:8px}
.sidebar.expanded .sidebar-panel{transform:translateX(0)}
.sidebar.expanded .rail-toggle img,.sidebar.expanded .panel-toggle img{transform:rotate(180deg)}
.panel-head{display:flex;align-items:center;justify-content:space-between;padding:3px 4px 10px 8px}
.panel-logo{width:145px}
.menu-top-actions{display:grid;gap:14px;padding:8px 0 14px}
.wide-action,.menu-banner,.menu-banner-inline{
  display:flex;align-items:center;gap:13px;padding:0 18px;height:39px;border-radius:12px;
  font-weight:700;font-size:14px;white-space:nowrap;
}
.gradient-pill,.menu-banner,.menu-banner-inline{background:var(--grad)}
.light-pill{background:#f2f2f5;color:#30364d;justify-content:center}
.wide-action img,.menu-banner img,.menu-banner-inline img{width:18px;height:18px}
.light-pill img{width:18px;height:18px}
.menu-socials{display:flex;gap:16px;padding:16px 0 18px 48px}
.menu-socials a{width:39px;height:39px;border-radius:10px;overflow:hidden;background:#fff1;display:block}
.menu-socials img{width:100%;height:100%}
.menu-hero-links{display:grid;gap:12px;padding-bottom:16px}
.menu-list{display:flex;flex-direction:column;padding:6px 4px 0 4px}
.menu-list a{
  display:flex;align-items:center;gap:16px;min-height:50px;padding:8px 8px;color:#fff;font-size:16px;font-weight:600;
}
.menu-list a>img{width:19px;height:19px;object-fit:contain;flex:0 0 auto}
.menu-list a .flag-icon{width:22px;height:22px;border-radius:50%}
.menu-list a span{line-height:1.18}
.menu-list .chev{
  margin-left:auto;width:8px;height:8px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg);opacity:.9;
}
.menu-list .menu-banner-inline{padding:0 16px;margin:8px 0;border-radius:12px;min-height:39px;font-size:14px}
.sidebar-backdrop{
  position:fixed;inset:0;background:rgba(0,0,0,.35);opacity:0;pointer-events:none;transition:opacity .22s ease;z-index:30;
}
.sidebar.expanded~.sidebar-backdrop,.sidebar-backdrop.show{opacity:1;pointer-events:auto}

/* Topbar */
.topbar{
  position:fixed;left:var(--rail);right:0;top:0;height:var(--header);z-index:20;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:0 28px;background:linear-gradient(180deg,rgba(2,3,26,.98),rgba(5,6,33,.95));
  border-bottom:1px solid rgba(255,255,255,.04);
}
.mobile-brandline,.top-logo-square,.mobile-menu-trigger{display:none}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:18px}
.top-logo{width:176px}
.searchbar{
  display:flex;align-items:center;gap:10px;min-width:190px;height:44px;padding:0 15px;
  border-radius:14px;background:rgba(255,255,255,.06);color:#fff;font-size:18px;
}
.searchbar img{width:18px;height:18px}
.login,.register,.hero-cta,.tournament-actions a,.outline,.telegram-banner a,.partner-btn,
.prize-info .outline,.lp-copy a{
  appearance:none;border:0;border-radius:999px;padding:0 24px;height:44px;font-weight:700;color:#fff;background:var(--grad);
}
.login{background:transparent;border:2px solid #3f87ff;height:46px;padding:0 31px}
.register{position:relative;background:#ff00a8;height:46px;padding:0 31px}
.register span{
  position:absolute;right:6px;top:-7px;height:18px;padding:0 8px;border-radius:999px;background:#6f69ff;display:flex;align-items:center;gap:5px;font-size:11px
}
.register span img{width:11px;height:11px}

/* Main */
.page{margin-left:var(--rail);padding:calc(var(--header) + 18px) 22px 80px;position:relative}
.hero{
  position:relative;height:370px;border-radius:24px;background:linear-gradient(90deg,#081c52 0%,#2b135e 100%);
  overflow:hidden;box-shadow:var(--shadow);margin-bottom:18px;
}
.hero:before{content:"";position:absolute;inset:0;background:url('hero_bg.avif') center/cover no-repeat;opacity:.25;mix-blend-mode:screen}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .38s ease;pointer-events:none}
.hero-slide.active{opacity:1;pointer-events:auto}
.hero-copy{position:absolute;left:34px;top:45px;z-index:2;max-width:360px}
.hero-title{font-size:44px;line-height:1.02;margin:0 0 18px;font-weight:900}
.hero-copy p{margin:0 0 24px;color:#d7ddff;font-size:19px;line-height:1.35}
.hero-cta{height:56px;padding:0 34px;background:var(--grad-2);color:#eaf2ff;box-shadow:0 10px 28px rgba(49,204,255,.28)}
.hero-character{position:absolute;right:0;bottom:0;height:100%;width:auto;object-fit:contain}
.hero-controls{position:absolute;left:0;right:0;bottom:20px;display:flex;align-items:center;justify-content:center;gap:18px;z-index:3}
.hero-dots{display:flex;gap:8px}
.hero-dots i{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.42);display:block}
.hero-dots i.active{background:#fff}
.hero-arrows{display:flex;gap:10px}
.hero-arrows button,.carousel-arrows button{
  appearance:none;border:1px solid rgba(185,201,255,.78);background:rgba(6,9,45,.38);color:#fff;border-radius:999px;width:41px;height:41px;font-size:26px;line-height:1;
}

/* quick nav */
.quick-nav{
  display:flex;align-items:center;gap:0;margin:8px 0 28px;overflow:auto hidden;white-space:nowrap;
  scrollbar-width:none;padding-right:6px;
}
.quick-nav::-webkit-scrollbar{display:none}
.quick-nav a{
  flex:0 0 auto;display:flex;align-items:center;gap:10px;padding:0 19px;height:52px;font-size:18px;color:#fff;position:relative;
}
.quick-nav a:not(:last-child):after{content:"";position:absolute;right:0;top:10px;bottom:10px;width:1px;background:rgba(255,255,255,.12)}
.quick-nav .active{
  margin-right:6px;padding:0 18px 0 14px;border-radius:18px;background:rgba(255,255,255,.09);font-weight:700
}
.quick-nav .nav-icon.square{width:26px;height:26px;display:grid;place-items:center}
.quick-nav .nav-icon.square img{width:24px;height:24px}
.quick-nav .mini-icon{width:20px;height:20px;object-fit:contain;filter:brightness(1.1)}
.quick-nav .nav-arrow{
  margin:0 12px;width:34px;height:34px;border-radius:12px;background:rgba(25,60,164,.55);padding:0;justify-content:center
}
.quick-nav .nav-arrow img{width:16px;height:16px}

/* sections */
.section{margin-bottom:48px}
.section-head{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.section-head h2{display:flex;align-items:center;gap:12px;margin:0;font-size:24px;font-weight:900;letter-spacing:.2px}
.section-head h2 img{width:22px;height:22px;object-fit:contain}
.section-head .viewall{font-size:16px;color:#7fb4ff;margin-left:12px}
.section-head .section-spacer{flex:1}
.carousel-arrows{display:flex;gap:10px;margin-left:auto}
.cards-viewport{overflow:hidden}
.cards-track{display:flex;transition:transform .35s ease;will-change:transform}
.cards-page{
  min-width:100%;display:grid;grid-template-columns:repeat(var(--cols,6),minmax(0,1fr));gap:16px;
}
.game-card{
  position:relative;background:#0d1238;border-radius:18px;overflow:hidden;transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  border:2px solid transparent;min-height:260px;
}
.game-card img{width:100%;height:172px;object-fit:cover;display:block;transition:transform .3s ease, filter .22s ease}
.game-card .card-body{padding:14px 14px 16px}
.game-card h3{margin:0 0 8px;font-size:19px;line-height:1.18;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.game-card p{margin:0;color:#7fb4ff;font-size:16px}
.game-card .tag{
  position:absolute;top:12px;left:12px;padding:5px 9px;border-radius:999px;background:#1e2666;color:#fff;font-size:11px;font-weight:700;z-index:2
}
.game-card .hover-play{
  position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;opacity:0;pointer-events:none;
  background:linear-gradient(180deg,rgba(5,10,39,.14),rgba(7,10,38,.38));transition:opacity .22s ease;z-index:2
}
.game-card .hover-play .play-circle{
  width:92px;height:92px;border-radius:50%;display:grid;place-items:center;background:var(--grad-2);box-shadow:0 18px 36px rgba(91,146,255,.35)
}
.game-card .hover-play .play-circle:before{
  content:"";width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:18px solid #fff;margin-left:6px
}
.game-card .hover-play b{font-size:18px}
.game-card:hover{transform:translateY(-2px);border-color:#4ee0ff;box-shadow:0 12px 26px rgba(0,0,0,.35),0 0 0 1px rgba(78,224,255,.5)}
.game-card:hover img{transform:scale(1.04);filter:saturate(1.06)}
.game-card:hover .hover-play{opacity:1}

.payments-strip{
  margin:14px 0 40px;background:rgba(255,255,255,.04);border-radius:12px;padding:16px 16px 14px;overflow:hidden
}
.payments-inner{display:flex;justify-content:space-between;align-items:center;gap:32px;opacity:.55;flex-wrap:wrap}
.payments-inner img{height:28px;width:auto;max-width:120px}

.telegram-banner,.prize-block,.stats-row,.tournament,.loyalty-program,footer{
  background:rgba(4,7,34,.88);border-radius:22px;box-shadow:var(--shadow)
}
.telegram-banner{
  display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:18px;padding:24px 28px;margin-bottom:40px
}
.telegram-title{margin:0;font-size:24px;line-height:1.2}
.telegram-banner img{width:74px;height:74px}
.prize-block{display:grid;grid-template-columns:500px 1fr;overflow:hidden;margin-bottom:40px}
.prize-image img{width:100%;height:100%;object-fit:cover}
.prize-info{padding:38px 38px 36px}
.prize-title{margin:0 0 24px;font-size:34px;font-weight:900}
.prize-info p{font-size:18px;line-height:1.42;color:#d7ddff;margin:22px 0 24px}
.countdown{display:flex;gap:12px;flex-wrap:wrap}
.countdown .unit{min-width:74px;background:#171c4c;border-radius:14px;padding:14px 12px;font-size:34px;font-weight:900;text-align:center}
.countdown small{display:block;color:#99a9d9;font-size:13px;font-weight:700;margin-top:4px}
.outline{background:transparent;border:2px solid rgba(125,193,255,.75)}

.loyalty-title{margin:0 0 18px;font-size:28px;font-weight:900}
.loyalty-title span{color:#7fdfff}
.loyalty-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:40px}
.loyalty article{background:#0b1138;border-radius:22px;padding:16px 18px 20px;min-height:302px}
.loyalty article img{width:100%;height:145px;object-fit:contain;margin-bottom:10px}
.benefit-title{margin:0 0 12px;font-size:24px;line-height:1.05}
.loyalty article p{margin:0;color:#d1dafb;font-size:16px;line-height:1.38}

.loyalty-program{position:relative;display:flex;align-items:stretch;min-height:390px;overflow:hidden;margin-bottom:40px}
.loyalty-program:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,13,46,.93) 0%,rgba(7,13,46,.50) 42%,rgba(7,13,46,.06) 72%);z-index:1}
.loyalty-program img{position:absolute;right:0;top:0;bottom:0;width:56%;height:100%;object-fit:cover}
.lp-copy{position:relative;z-index:2;max-width:420px;padding:56px 0 56px 42px}
.lp-copy span{display:block;font-size:24px;font-weight:900;color:#7fdfff;margin-bottom:6px}
.lp-title{margin:0 0 14px;font-size:56px;line-height:1}
.lp-copy p{margin:0 0 22px;font-size:17px;line-height:1.45;color:#d6ddff}
.lp-copy a{height:50px;background:var(--grad-2)}

.stats-row{display:grid;grid-template-columns:1.25fr .9fr;gap:18px;background:transparent;box-shadow:none;margin-bottom:40px}
.tournament{padding:26px}
.tournament-title{margin:0 0 18px;font-size:28px;font-weight:900}
.win-row{display:grid;grid-template-columns:62px 1fr auto;gap:14px;align-items:center;background:#0f143c;border-radius:14px;padding:10px}
.win-row img{width:62px;height:62px;border-radius:12px;object-fit:cover}
.win-title{font-size:14px;font-weight:800}
.win-person{font-size:12px;color:#9aa8d8;margin-top:4px}
.win-amount{font-weight:800;color:#7fdfff}
.pill{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:#10174c;color:#7fdfff;font-size:14px;font-weight:700;margin-bottom:10px}
.pool{color:#cfd8ff;font-size:18px;margin-bottom:20px}.pool strong{display:block;font-size:36px;color:#fff;margin-top:8px}
.tiny-timer{font-size:16px;color:#99a9d9;margin-bottom:24px}
.tournament-actions{display:flex;gap:12px;flex-wrap:wrap}
.tournament-actions a{height:46px}

.ribbon{display:inline-flex;padding:8px 14px;border-radius:999px;background:#10174c;font-size:14px;color:#7fdfff}

footer{padding:26px 24px 32px}
.social{display:flex;gap:10px;margin-bottom:24px}.social img{width:44px;height:44px}
.footer-top{display:grid;grid-template-columns:300px 1fr;gap:34px;margin-bottom:20px}.footer-brand img{width:170px;margin-bottom:18px}.partner-btn{height:42px;background:var(--grad-2)}
.links{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;color:#c9d3fb;line-height:2;font-size:13px}
.payments{display:grid;grid-template-columns:repeat(9,1fr);gap:20px;align-items:center;opacity:.4}
.payments img{width:100%;max-height:34px}

.floating{position:fixed;right:20px;bottom:26px;display:flex;flex-direction:column;gap:14px;z-index:25}
.floating a{appearance:none;border:0;width:64px;height:64px;border-radius:50%;background:#19bff4;display:grid;place-items:center;box-shadow:0 12px 30px rgba(0,0,0,.3)}
.floating a:last-child{background:#4b8be8}
.floating a img{width:32px;height:32px;object-fit:contain}
.mobile-bottom{display:none}
.menu-lines{width:22px;height:16px;position:relative;display:block}
.menu-lines:before,.menu-lines:after,.menu-lines i{content:"";position:absolute;left:0;right:0;height:2px;background:#fff;border-radius:2px}
.menu-lines:before{top:0}.menu-lines:after{bottom:0}.menu-lines i,.menu-lines{--dummy:1}.menu-lines{background:linear-gradient(#fff,#fff) center 7px/22px 2px no-repeat}
.wallet-icon{width:26px;height:18px;border:2px solid #eef4ff;border-radius:6px;display:block;position:relative}
.wallet-icon:before{content:"";position:absolute;right:-3px;top:4px;width:8px;height:6px;border-radius:4px;background:#eef4ff}

@media (max-width: 1100px){
  .topbar{padding-right:18px}
  .quick-nav a{font-size:16px;padding:0 15px}
  .hero-title{font-size:36px}
  .loyalty-grid{grid-template-columns:repeat(2,1fr)}
  .cards-page{grid-template-columns:repeat(var(--cols,4),minmax(0,1fr))}
}

@media (max-width: 900px){
  :root{--header:104px}
  .mobile-install{
    display:flex;position:fixed;z-index:55;left:12px;right:12px;top:18px;height:56px;border-radius:16px;background:#0c1133;align-items:center;gap:10px;padding:0 12px;box-shadow:var(--shadow)
  }
  .install-close{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:#202744;color:#fff;font-size:28px;line-height:1}
  .install-app-icon{width:40px;height:40px;flex:0 0 auto}.install-copy{display:flex;flex-direction:column;line-height:1.1}.install-copy strong{font-size:14px}.install-copy small{font-size:11px;color:#b5bfeb}
  .install-download{margin-left:auto;height:42px;padding:0 20px;border:0;border-radius:10px;background:#ff00a8;color:#fff;font-size:14px;font-weight:800}

  .sidebar{width:0;pointer-events:none}
  .sidebar-rail{display:none}
  .sidebar-panel{left:0;transform:translateX(-100%);width:min(260px,calc(100vw - 34px));padding-top:12px}
  .sidebar.expanded .sidebar-panel{transform:translateX(0)}
  .sidebar,.sidebar-panel{pointer-events:auto}

  .topbar{
    left:0;top:84px;height:76px;padding:0 14px;background:linear-gradient(180deg,#03042a 0%,#060836 100%);align-items:flex-end;padding-bottom:10px;z-index:50
  }
  .mobile-brandline{display:block;position:absolute;left:14px;top:6px;font-size:10px;letter-spacing:.9px;color:#7fa1ff}
  .topbar-left{gap:10px}.topbar-right{gap:10px;margin-left:auto}
  .mobile-menu-trigger{display:grid;width:30px;height:30px;background:transparent;border-radius:8px;padding:0}
  .mobile-menu-trigger img{filter:brightness(1.2)}
  .top-logo{display:none}
  .top-logo-square{display:block;width:40px;height:40px}
  .searchbar{display:none}
  .login,.register{height:40px;padding:0 22px;font-size:13px}
  .register{padding:0 18px}
  .register span{font-size:10px;top:-8px;right:0}

  .page{margin-left:0;padding:172px 12px 94px}
  .hero{height:280px;border-radius:20px;margin-bottom:16px}
  .hero-copy{left:18px;top:22px;max-width:52%}
  .hero-title{font-size:22px;margin-bottom:10px}
  .hero-copy p{font-size:12px;margin-bottom:16px;line-height:1.32}
  .hero-cta{height:42px;padding:0 28px;font-size:12px}
  .hero-character{right:-10px;width:62%;height:auto;bottom:0}
  .hero-controls{bottom:12px;justify-content:flex-end;padding-right:14px;gap:14px}
  .hero-arrows button{width:36px;height:36px;font-size:22px}

  .quick-nav{margin:0 0 18px;padding-bottom:3px}
  .quick-nav a{height:44px;font-size:12px;padding:0 12px}
  .quick-nav .active{margin-right:4px;padding:0 14px}
  .quick-nav .mini-icon,.quick-nav .nav-icon.square img{width:18px;height:18px}
  .quick-nav .nav-arrow{width:30px;height:30px}

  .section{margin-bottom:34px}
  .section-head{margin-bottom:12px}
  .section-head h2{font-size:17px;gap:9px}
  .section-head h2 img{width:17px;height:17px}
  .section-head .viewall{font-size:11px;margin-left:6px}
  .carousel-arrows{display:none}
  .cards-page{grid-template-columns:repeat(var(--cols,2),minmax(0,1fr));gap:12px}
  .game-card{border-radius:16px;min-height:200px}
  .game-card img{height:104px}
  .game-card .card-body{padding:11px 12px 12px}
  .game-card h3{font-size:14px;margin-bottom:6px}
  .game-card p{font-size:12px}
  .game-card .hover-play{display:none}

  .payments-strip{padding:14px 12px;margin:10px 0 24px}
  .payments-inner{flex-wrap:nowrap;overflow:auto hidden;gap:26px;padding-bottom:4px;scrollbar-width:none}
  .payments-inner::-webkit-scrollbar{display:none}
  .payments-inner img{height:23px}

  .telegram-banner{display:none}
  .prize-block{grid-template-columns:1fr;margin-bottom:28px}.prize-image{height:250px}.prize-info{padding:22px}.prize-title{font-size:24px}.prize-info p{font-size:14px}
  .countdown .unit{min-width:58px;font-size:25px;padding:10px 6px}
  .loyalty-title{font-size:20px}.loyalty-grid{gap:10px;margin-bottom:28px}.loyalty article{padding:10px 12px 14px;min-height:244px}.loyalty article img{height:110px}.benefit-title{font-size:15px}.loyalty article p{font-size:11px}
  .loyalty-program{min-height:320px;margin-bottom:30px}.loyalty-program img{width:100%;opacity:.85}.lp-copy{padding:36px 0 36px 22px;max-width:250px}.lp-copy span{font-size:18px}.lp-title{font-size:34px}.lp-copy p{font-size:12px;line-height:1.32}
  .stats-row{grid-template-columns:1fr;gap:14px;margin-bottom:28px}
  .tournament{padding:20px}.tournament-title{font-size:21px;margin-bottom:14px}.pool strong{font-size:28px}
  footer{padding:22px 16px 92px}.footer-top{grid-template-columns:1fr;gap:22px}.footer-brand img{width:140px}.links{grid-template-columns:1fr;gap:12px;line-height:1.8}.payments{grid-template-columns:repeat(5,1fr);gap:12px}

  .floating{right:14px;bottom:102px;gap:12px}
  .floating a{width:56px;height:56px}
  .floating a img{width:28px;height:28px}

  .mobile-bottom{
    position:fixed;left:0;right:0;bottom:0;height:76px;z-index:55;background:#070c2e;border-top:1px solid rgba(255,255,255,.08);
    display:flex;align-items:center;justify-content:space-around;padding:0 8px
  }
  .mobile-bottom button,.mobile-bottom a{appearance:none;border:0;background:transparent;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-width:58px;font-size:20px}
  .mobile-bottom button img,.mobile-bottom a img{width:22px;height:22px;object-fit:contain;filter:brightness(1.2)}
  .mobile-bottom small{font-size:11px;line-height:1;color:#fff}
  .mobile-bottom .deposit{margin-top:-36px;min-width:auto}
  .deposit-bubble{
    width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:var(--grad-2);box-shadow:0 0 0 6px #070c2e
  }
  .mobile-bottom .wallet-icon{transform:scale(1.1)}
  .mobile-bottom .menu-lines{background:linear-gradient(#fff,#fff) center 7px/20px 2px no-repeat}
}

/* ===== Revision 2026-08-17: exact HAR icon geometry / menu corrections ===== */
:root{--rail:50px;--panel-width:235px}
html,body{margin:0!important;padding:0!important}
.sidebar{left:0!important}
.sidebar-rail{left:0;width:var(--rail);padding-left:4px;padding-right:4px}
.rail-toggle{width:42px;height:34px;margin:0 auto;background:rgba(14,22,56,.86)}
.rail-list{padding-left:4px;padding-right:4px;gap:10px;top:48px}
.rail-icon{min-height:39px}
.rail-icon.rail-system img{filter:brightness(0) invert(1);max-width:17px;max-height:17px}
.rail-icon.is-plain img{filter:brightness(0) invert(1);max-width:18px;max-height:18px}
.rail-icon.is-accent,.rail-icon.is-social{width:40px;height:40px;border-radius:11px}
.rail-icon.is-accent img{filter:brightness(0) invert(1);max-width:20px;max-height:20px}
.rail-icon.is-small img{filter:none}

.sidebar-panel{left:0;width:var(--panel-width);padding:8px 10px 18px;z-index:3;transform:translateX(-101%)}
.sidebar.expanded .sidebar-panel{transform:translateX(0)}
.sidebar.expanded .sidebar-rail{opacity:0;pointer-events:none}
.panel-head{height:41px;padding:0 4px 5px 10px}
.panel-logo{width:132px}
.panel-toggle{width:34px;height:30px;background:transparent}
.panel-toggle img{filter:brightness(1.2)}
.menu-top-actions{gap:12px;padding:5px 0 12px}
.device-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.wide-action{height:40px;border-radius:10px;padding:0 12px;font-size:12px;gap:8px}
.gradient-pill{justify-content:center}
.light-pill{padding:0 10px;justify-content:center;font-weight:500}
.light-pill img{filter:none!important}
.menu-socials{padding:14px 0 17px;justify-content:center;gap:16px}
.menu-socials a{width:38px;height:38px}
.menu-hero-links{gap:10px;padding-bottom:12px}
.menu-banner{height:40px;border-radius:10px;font-size:13px;padding:0 15px}
.menu-banner img,.menu-banner-inline img{filter:brightness(0) invert(1)}
.menu-list{padding:0 4px}
.menu-list a{min-height:49px;padding:7px 9px;gap:14px;font-size:14px}
.menu-list a>img{filter:brightness(0) invert(1);width:18px;height:18px}
.menu-list a .flag-icon{filter:none;width:20px;height:20px}
.menu-list .menu-banner-inline{min-height:40px;margin:6px 0;padding:0 14px;font-size:13px}
.menu-list .chev{width:7px;height:7px}

/* quick navigation: use the exact shapes from HAR */
.quick-nav .mono-icon{filter:brightness(0) invert(1)!important}
.quick-nav .quick-k{width:22px;height:22px;display:inline-block;background:linear-gradient(135deg,#878bff,#75e6ff);-webkit-mask:url('nav-home.svg') center/contain no-repeat;mask:url('nav-home.svg') center/contain no-repeat;flex:0 0 auto}
.quick-nav .quick-rocket{padding-left:18px;padding-right:4px}
.quick-nav .quick-rocket:after{display:none}
.quick-nav .nav-arrow{margin-left:4px}

/* exact main-section icons */
.section-head h2 img{filter:brightness(0) invert(1)!important;width:21px;height:21px}
.section-head h2{gap:10px}

/* provider section restored */
.providers{margin:10px 0 38px;background:rgba(4,7,34,.82);border-radius:18px;padding:22px 20px 28px}
.providers-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}
.providers-heading{margin:0;font-size:26px;font-weight:900}
.providers-title a{font-size:14px;font-weight:800}
.provider-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.provider-grid>a{height:64px;border-radius:0 0 12px 12px;background:linear-gradient(180deg,rgba(13,20,59,.25),rgba(17,28,71,.95));display:flex;align-items:center;justify-content:center;padding:10px 16px}
.provider-grid img{max-width:100%;max-height:40px}
.provider-text{font-weight:800;font-size:16px}

/* floating support buttons from screenshots */
.floating a:first-child img{width:100%;height:100%}
.floating a:last-child img{width:30px;height:30px;filter:brightness(0) invert(1)}

/* mobile install bar scroll behaviour */
@media(max-width:900px){
  .mobile-install{transition:transform .22s ease,opacity .22s ease}
  body.mobile-scrolled .mobile-install,body.menu-open .mobile-install{transform:translateY(-120%);opacity:0;pointer-events:none}
  .topbar{transition:top .22s ease}
  body.mobile-scrolled .topbar,body.menu-open .topbar{top:0!important}

  /* menu replaces the left rail and starts directly under the mobile topbar */
  .sidebar{z-index:54}
  .sidebar-panel{width:min(260px,76vw);top:0;bottom:0;padding:8px 10px 88px}
  body.menu-open .sidebar-panel{top:76px}
  body.menu-open .panel-head{display:none}
  body.menu-open .sidebar.expanded .sidebar-panel{transform:translateX(0)}
  body.menu-open .sidebar-backdrop{opacity:1;pointer-events:auto}

  /* compact loyalty cards like the supplied mobile reference */
  .loyalty-grid{display:flex;flex-direction:column;gap:8px}
  .loyalty article{min-height:0;height:auto;display:grid;grid-template-columns:66px 1fr;grid-template-rows:auto auto;column-gap:12px;align-items:center;padding:10px 12px;border:1px solid #61d7ff;border-radius:18px;background:#0b1237}
  .loyalty article img{grid-row:1/3;width:64px;height:64px;margin:0;object-fit:contain}
  .benefit-title{margin:0 0 2px;font-size:15px;line-height:1.1;color:#7fb4ff}
  .loyalty article p{margin:0;font-size:11px;line-height:1.22;color:#fff}

  .providers{padding:18px 12px 20px;margin-bottom:26px}
  .providers-heading{font-size:20px}.providers-title a{font-size:11px}
  .provider-grid{grid-template-columns:repeat(2,1fr);gap:8px}.provider-grid>a{height:56px;padding:8px 10px}.provider-text{font-size:13px}

  /* mobile footer composition */
  footer .social{justify-content:center;margin-top:10px}
  .footer-brand{text-align:center}
  .footer-brand img{margin:0 auto 22px;width:170px}
  .partner-btn{width:min(315px,100%);margin:0 auto 20px}
  .links{padding:0 54px;gap:8px}

  /* bottom menu exact proportions */
  .mobile-bottom{height:78px;padding:0 10px;background:#070a2a}
  .mobile-bottom button,.mobile-bottom a{min-width:58px;gap:5px}
  .mobile-bottom button img,.mobile-bottom a img{filter:brightness(0) invert(1);width:22px;height:22px}
  .mobile-bottom .deposit{margin-top:-34px}
  .deposit-bubble{width:70px;height:70px;box-shadow:0 0 0 5px #070a2a}
  .deposit-bubble img{width:32px!important;height:32px!important;filter:brightness(0) invert(1)!important}
  .mobile-bottom small{font-size:10px}

  .floating{right:17px;bottom:106px}.floating a{width:58px;height:58px}
}
@media(max-width:900px){
  body.install-dismissed .mobile-install{display:none!important}
  body.install-dismissed .topbar{top:0!important}
  body.install-dismissed .page{padding-top:106px}
}

/* ===== Правки 2 — 2026-08-17 ===== */
[hidden]{display:none!important}

/* Make the desktop rail arrows clearly visible, matching the blue-grey reference. */
.rail-toggle img,.panel-toggle .toggle-arrow{
  filter:brightness(0) saturate(100%) invert(29%) sepia(26%) saturate(1351%) hue-rotate(184deg) brightness(84%) contrast(88%)!important;
  opacity:.92;
}
.panel-toggle .toggle-close{display:none;width:19px;height:19px;opacity:.72;filter:brightness(0) invert(72%)!important}
.rail-icon .rail-flag{filter:none!important;width:21px!important;height:21px!important;border-radius:50%;object-fit:cover}

/* The category bar is paged with the same compact chevron buttons as the original. */
.quick-nav{gap:0}
.quick-group{display:flex;align-items:center;flex:0 0 auto}
.quick-group a,.quick-static{
  flex:0 0 auto;display:flex;align-items:center;gap:10px;padding:0 18px;height:52px;font-size:18px;color:#fff;position:relative;white-space:nowrap
}
.quick-group a:not(:last-child):after,.quick-static:first-of-type:after{
  content:"";position:absolute;right:0;top:10px;bottom:10px;width:1px;background:rgba(255,255,255,.12)
}
.quick-group a.active{margin:0 6px 0 0;padding:0 18px 0 14px;border-radius:18px;background:rgba(255,255,255,.09);font-weight:700}
.quick-group .quick-icon,.quick-static .mini-icon{width:20px;height:20px;object-fit:contain;filter:brightness(0) invert(1)}
.quick-group .quick-home-icon{width:24px;height:24px;filter:none}
.quick-group .icon-only{padding-left:18px;padding-right:10px}
.quick-pager{
  appearance:none;border:0;background:#081438;width:34px;height:40px;border-radius:11px;display:grid;place-items:center;flex:0 0 auto;padding:0;margin:0 6px;color:#75a6ff
}
.quick-pager span{width:9px;height:9px;border-top:3px solid currentColor;border-right:3px solid currentColor;display:block}
.quick-prev span{transform:rotate(-135deg);margin-left:4px}
.quick-next span{transform:rotate(45deg);margin-right:4px}
.quick-pager:hover{background:#0d1d4d;color:#9dbdff}
.quick-static{font-size:18px}

/* Providers are a real standalone block. */
.providers{display:block!important}
.provider-grid>a{overflow:hidden}
.provider-grid img{display:block;width:auto;height:auto;margin:auto}

/* Footer logos are payment systems, in the original order. */
.footer-payments{margin-top:32px;padding-top:6px;grid-template-columns:repeat(9,minmax(64px,1fr));gap:26px;opacity:.36}
.footer-payments img{max-width:118px;max-height:34px;margin:auto}

@media(max-width:900px){
  /* Open menu begins at the very top and covers the header area instead of starting below it. */
  .sidebar{z-index:70!important}
  .sidebar-backdrop{z-index:65!important}
  body.menu-open .mobile-install{display:none!important}
  body.menu-open .sidebar-panel{top:0!important;bottom:0!important;padding:8px 10px 86px!important;width:min(300px,78vw)!important}
  body.menu-open .panel-head{display:flex!important;height:48px!important;padding:3px 5px 7px 10px!important}
  body.menu-open .panel-logo{width:142px!important}
  body.menu-open .panel-toggle{width:34px!important;height:34px!important;background:transparent!important}
  body.menu-open .panel-toggle .toggle-arrow{display:none!important}
  body.menu-open .panel-toggle .toggle-close{display:block!important}
  body.menu-open .topbar,body.menu-open .mobile-bottom,body.menu-open .floating{pointer-events:none}

  /* The collapsed rail has the complete lower navigation too. */
  .rail-list{padding-bottom:16px}

  /* Category pager also works on mobile and stays swipe-friendly. */
  .quick-nav{gap:0;overflow-x:auto;align-items:center}
  .quick-group{display:flex}
  .quick-group a,.quick-static{height:44px;font-size:12px;padding:0 12px;gap:7px}
  .quick-group a.active{padding:0 13px;margin-right:4px}
  .quick-group .quick-icon,.quick-static .mini-icon{width:17px;height:17px}
  .quick-group .quick-home-icon{width:19px;height:19px}
  .quick-pager{width:29px;height:34px;border-radius:9px;margin:0 4px}
  .quick-pager span{width:8px;height:8px;border-width:2px}

  /* Providers: one horizontal row with native touch swipe, as requested. */
  .providers{display:block!important;padding:18px 12px 18px!important;margin:8px 0 22px!important;overflow:hidden}
  .providers-title{margin-bottom:14px!important}
  .providers-heading{font-size:20px!important;letter-spacing:.2px}
  .providers-title a{font-size:11px!important}
  .provider-grid{
    display:flex!important;grid-template-columns:none!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;
    padding:0 2px 7px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none
  }
  .provider-grid::-webkit-scrollbar{display:none}
  .provider-grid>a{
    flex:0 0 156px!important;width:156px!important;height:58px!important;padding:8px 10px!important;scroll-snap-align:start;border-radius:0 0 12px 12px!important
  }
  .provider-grid img{max-height:36px!important;max-width:136px!important}
  .provider-text{font-size:13px!important;white-space:nowrap}

  /* Payment systems at the very bottom: one row with horizontal swipe and the same gap above the sticky bar. */
  footer{padding-bottom:92px!important}
  .footer-payments{
    display:flex!important;grid-template-columns:none!important;gap:27px!important;overflow-x:auto!important;overflow-y:hidden!important;
    padding:10px 16px 8px!important;margin:22px -16px 0!important;opacity:.36!important;-webkit-overflow-scrolling:touch;scrollbar-width:none
  }
  .footer-payments::-webkit-scrollbar{display:none}
  .footer-payments img{flex:0 0 auto!important;width:auto!important;height:25px!important;max-width:92px!important;max-height:25px!important;margin:0!important}

  /* Bottom mobile navigation: exact outline wallet/profile proportions. */
  .mobile-bottom a img.profile-footer-icon{width:26px!important;height:26px!important;filter:none!important}
  .deposit-bubble img{width:36px!important;height:36px!important;filter:none!important}
  .deposit-bubble{width:70px!important;height:70px!important}
}


/* ===== Revision: sidebar tail + footer payment rail ===== */
/* The collapsed desktop rail is independently scrollable all the way to the last items. */
.rail-list{
  overflow-y:auto!important;
  overflow-x:hidden!important;
  overscroll-behavior:contain;
  scroll-behavior:smooth;
  scroll-padding-top:8px;
  scroll-padding-bottom:28px;
  padding-bottom:30px!important;
}
.rail-list .rail-icon{flex:0 0 auto}

/* Payment systems follow the original desktop footer: one continuous low-contrast row. */
.footer-payments{
  display:flex!important;
  grid-template-columns:none!important;
  align-items:center!important;
  justify-content:space-between!important;
  flex-wrap:nowrap!important;
  gap:34px!important;
  width:100%;
  margin-top:30px!important;
  padding:0 4px 2px!important;
  overflow:hidden;
  opacity:.34!important;
}
.footer-payments img{
  display:block;
  flex:0 1 auto;
  width:auto!important;
  height:31px!important;
  max-width:120px!important;
  max-height:31px!important;
  object-fit:contain;
  margin:0!important;
}

@media(max-width:900px){
  .footer-payments{
    justify-content:flex-start!important;
    gap:30px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    flex-wrap:nowrap!important;
    -webkit-overflow-scrolling:touch;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    padding:10px 16px 12px!important;
    margin:20px -16px 0!important;
  }
  .footer-payments::-webkit-scrollbar{display:none}
  .footer-payments img{
    flex:0 0 auto!important;
    width:auto!important;
    height:25px!important;
    max-width:96px!important;
    max-height:25px!important;
    scroll-snap-align:start;
  }
}


/* ===== Final rail tail + readable payment logos ===== */
/* The four items after Crypto are intentionally kept as the end of the desktop rail. */
.rail-list .rail-tail-item{display:grid!important;visibility:visible!important;opacity:1!important}
.rail-list .rail-tail-item:first-of-type{margin-top:1px}
.rail-list{padding-bottom:34px!important}

/* Original footer payment logos are black SVGs; tint the complete image to the muted blue-grey from the reference. */
.footer-payments{opacity:1!important}
.footer-payments img{
  opacity:.78!important;
  filter:brightness(0) saturate(100%) invert(35%) sepia(14%) saturate(936%) hue-rotate(190deg) brightness(86%) contrast(88%)!important;
}
@media(max-width:900px){
  .footer-payments{opacity:1!important}
  .footer-payments img{
    opacity:.78!important;
    filter:brightness(0) saturate(100%) invert(35%) sepia(14%) saturate(936%) hue-rotate(190deg) brightness(86%) contrast(88%)!important;
  }
}


/* ===== PHP engine / SEO content integration ===== */
.login,.register,.hero-cta,.tournament-actions a,.outline,.telegram-banner a,.partner-btn,.lp-copy a{
  display:inline-flex;align-items:center;justify-content:center;text-decoration:none;line-height:1;
}
.rail-icon{text-decoration:none}
.section-head .section-heading{display:flex;align-items:center;gap:12px;margin:0;font-size:24px;font-weight:900;letter-spacing:.2px}
.section-head .section-heading img{width:22px;height:22px;object-fit:contain}
.game-card{display:block;color:#fff;text-decoration:none}
.game-card .card-title{margin:0 0 8px;font-size:19px;line-height:1.18;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.seo-block{
  background:rgba(4,7,34,.82);border:1px solid rgba(117,139,255,.12);border-radius:22px;box-shadow:var(--shadow);
  padding:30px 34px;margin:0 0 40px;overflow:hidden;
}
.short-article{margin-top:0}
.seo-block h1{margin:0 0 22px;font-size:36px;line-height:1.12;font-weight:900;color:#fff}
.seo-copy{color:#dce4ff;font-size:16px;line-height:1.62;overflow-wrap:anywhere}
.seo-copy h2,.seo-copy h3,.seo-copy h4{color:#fff;line-height:1.2;margin:28px 0 14px}
.seo-copy h2{font-size:28px}.seo-copy h3{font-size:22px}.seo-copy h4{font-size:18px}
.seo-copy p{margin:0 0 16px}
.seo-copy a{color:#80b9ff;overflow-wrap:anywhere}
.seo-copy ul,.seo-copy ol,.faq-zone ul,.faq-zone ol{margin:16px 0;padding-left:26px;max-width:100%}
.seo-copy li,.faq-zone li{margin-bottom:8px;overflow-wrap:anywhere}
.table-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;margin:18px 0 24px;border-radius:14px}
.table-scroll table{width:100%;border-collapse:collapse;table-layout:auto;background:#0b1138}
.table-scroll th,.table-scroll td{white-space:nowrap;padding:12px 14px;border:1px solid rgba(130,154,255,.18);text-align:left}
.table-scroll th{background:#151d51;color:#fff}.table-scroll td{color:#dce4ff}

.faq-zone{margin:0 0 40px}
.faq-zone .faq,.faq-zone>section{background:rgba(4,7,34,.86);border-radius:22px;padding:28px 32px;box-shadow:var(--shadow);margin-bottom:18px}
.faq-zone .faq>h2,.faq-zone>section>h2{margin:0 0 20px;font-size:28px;color:#fff}
.faq-content{display:grid;gap:12px}
.faq-item{background:#0d1238;border:1px solid rgba(113,147,255,.18);border-radius:16px;padding:18px 20px}
.faq-item-title{margin:0 0 10px;font-size:18px;line-height:1.3;color:#fff}
.faq-item-content-visible{color:#d4ddff;line-height:1.55}
.faq-zone>section>div[itemprop="mainEntity"]{background:#0d1238;border-radius:16px;padding:16px 18px;margin:10px 0}
.faq-zone>section h3{margin:0 0 8px;color:#fff}

.tournament-only{grid-template-columns:1fr}
.tournament-title{margin:0 0 18px;font-size:28px;font-weight:900}
.copyright{margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);color:#7987b7;font-size:12px}
.provider-grid>a{color:#fff;text-decoration:none}

@media(max-width:900px){
  .section-head .section-heading{font-size:17px;gap:9px}.section-head .section-heading img{width:17px;height:17px}
  .game-card .card-title{font-size:14px;margin-bottom:6px}
  .seo-block{padding:22px 16px;margin-bottom:28px;border-radius:18px}
  .seo-block h1{font-size:26px;margin-bottom:18px}
  .seo-copy{font-size:14px;line-height:1.55}
  .seo-copy h2{font-size:22px}.seo-copy h3{font-size:19px}.seo-copy h4{font-size:17px}
  .seo-copy ul,.seo-copy ol,.faq-zone ul,.faq-zone ol{padding-left:20px}
  .table-scroll table{width:max-content;min-width:720px;max-width:none}
  .faq-zone .faq,.faq-zone>section{padding:22px 16px;border-radius:18px}
  .faq-zone .faq>h2,.faq-zone>section>h2{font-size:22px}
  .faq-item{padding:15px 14px}.faq-item-title{font-size:16px}
  .mobile-bottom button,.mobile-bottom a{appearance:none;border:0;background:transparent;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-width:58px;font-size:20px;text-decoration:none}
}

/* ===== Final section icons / FAQ / reviews polish ===== */
.section-head .section-heading img{
  width:22px;
  height:22px;
  object-fit:contain;
  opacity:1;
  filter:brightness(0) invert(1);
  flex:0 0 auto;
}

.faq-zone{
  display:grid;
  gap:20px;
  margin:0 0 42px;
}
.faq-zone .faq,
.faq-zone>section{
  position:relative;
  overflow:hidden;
  margin:0;
  padding:30px 32px 32px;
  border:1px solid rgba(104,133,255,.20);
  border-radius:24px;
  background:
    radial-gradient(circle at 92% -12%,rgba(67,192,255,.12),transparent 34%),
    radial-gradient(circle at -8% 108%,rgba(119,40,255,.15),transparent 36%),
    linear-gradient(145deg,rgba(10,14,52,.98),rgba(5,8,35,.96));
  box-shadow:0 18px 46px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.03);
}
.faq-zone .faq:before,
.faq-zone>section:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:3px;
  background:linear-gradient(90deg,#7427ff 0%,#24c8ff 62%,transparent 100%);
}
.faq-zone .faq>h2,
.faq-zone>section>h2{
  position:relative;
  margin:0 0 22px;
  padding-left:17px;
  color:#fff;
  font-size:29px;
  font-weight:900;
  letter-spacing:.1px;
}
.faq-zone .faq>h2:before,
.faq-zone>section>h2:before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:5px;
  height:27px;
  border-radius:6px;
  background:linear-gradient(180deg,#8d2cff,#21c9ff);
  transform:translateY(-50%);
  box-shadow:0 0 16px rgba(41,190,255,.25);
}
.faq-content{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.faq-item{
  position:relative;
  overflow:hidden;
  padding:19px 22px 20px 58px;
  border:1px solid transparent;
  border-radius:17px;
  background:
    linear-gradient(#0c123a,#0c123a) padding-box,
    linear-gradient(120deg,rgba(112,72,255,.55),rgba(54,202,255,.24),rgba(255,255,255,.06)) border-box;
  box-shadow:0 8px 24px rgba(0,0,0,.17);
}
.faq-item:before{
  content:"?";
  position:absolute;
  left:17px;
  top:17px;
  width:27px;
  height:27px;
  border-radius:9px;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#7930ff,#28bfff);
  color:#fff;
  font-size:16px;
  font-weight:900;
  box-shadow:0 8px 18px rgba(70,109,255,.28);
}
.faq-item-title{
  margin:0 0 9px;
  color:#fff;
  font-size:18px;
  line-height:1.3;
  font-weight:800;
}
.faq-item-content-visible{
  color:#cfd9ff;
  font-size:15px;
  line-height:1.62;
}
.faq-item-content-visible p:last-child{margin-bottom:0}

/* Reviews live in the second direct section inside .faq-zone. */
.faq-zone>section{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.faq-zone>section>h2{
  grid-column:1/-1;
  margin-bottom:8px;
}
.faq-zone>section>div[itemprop="mainEntity"]{
  position:relative;
  min-height:150px;
  margin:0;
  padding:50px 20px 20px;
  border:1px solid transparent;
  border-radius:18px;
  background:
    linear-gradient(#0c123a,#0c123a) padding-box,
    linear-gradient(135deg,rgba(111,68,255,.46),rgba(37,192,255,.22),rgba(255,255,255,.05)) border-box;
  box-shadow:0 10px 26px rgba(0,0,0,.17);
}
.faq-zone>section>div[itemprop="mainEntity"]:before{
  content:"★★★★★";
  position:absolute;
  left:20px;
  top:18px;
  color:#ffd45d;
  font-size:15px;
  letter-spacing:3px;
  text-shadow:0 0 16px rgba(255,202,63,.18);
}
.faq-zone>section h3{
  margin:0 0 10px;
  color:#fff;
  font-size:17px;
  font-weight:800;
}
.faq-zone>section div[itemprop="reviewBody"] p{
  margin:0;
  color:#cfd9ff;
  font-size:14px;
  line-height:1.6;
}

@media(max-width:900px){
  .section-head .section-heading img{width:17px;height:17px}
  .faq-zone{gap:14px;margin-bottom:30px}
  .faq-zone .faq,.faq-zone>section{padding:22px 15px 20px;border-radius:19px}
  .faq-zone .faq>h2,.faq-zone>section>h2{font-size:22px;margin-bottom:17px;padding-left:14px}
  .faq-zone .faq>h2:before,.faq-zone>section>h2:before{width:4px;height:21px}
  .faq-item{padding:16px 14px 16px 50px;border-radius:15px}
  .faq-item:before{left:13px;top:15px;width:25px;height:25px;border-radius:8px}
  .faq-item-title{font-size:16px}
  .faq-item-content-visible{font-size:14px;line-height:1.55}
  .faq-zone>section{grid-template-columns:1fr}
  .faq-zone>section>div[itemprop="mainEntity"]{min-height:0;padding:47px 16px 17px;border-radius:16px}
  .faq-zone>section>div[itemprop="mainEntity"]:before{left:16px;top:16px}
}
