* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #060e0e;
  color: #eaf5f4;
  font-family: Jost, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a {
  color: #55e4e1;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
.wrap {
  width: min(1160px, calc(100% - 36px));
  margin: auto;
}
.q9v2e {
  background: #091313;
  border-bottom: 1px solid #1e3a39;
  position: sticky;
  top: 0;
  z-index: 30;
}
.hdr {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.brand {
  display: inline-flex;
  align-items: center;
}
.brand img {
  width: 150px;
  height: 45px;
  object-fit: cover;
  border-radius: 7px;
}
.navbox {
  display: flex;
  gap: 17px;
  align-items: center;
  flex: 1;
}
.navbox a {
  font-size: 14px;
  color: #cce2df;
  white-space: nowrap;
}
.navbox b {
  color: #1cd2d2;
  font-size: 17px;
  margin-right: 3px;
}
.headright {
  display: flex;
  align-items: center;
  gap: 9px;
}
.online {
  font-size: 12px;
  white-space: nowrap;
  color: #a9c8c4;
}
.online i {
  width: 8px;
  height: 8px;
  background: #55e584;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 9px #55e584;
}
.btn,
.smallbtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  font-weight: 700;
  padding: 10px 16px;
  color: #fff;
  transition:
    0.25s transform,
    0.25s background;
}
.btn:hover,
.smallbtn:hover {
  transform: translateY(-2px);
  color: #fff;
}
.login {
  background: #1cd2d2;
  color: #062424;
}
.signup,
.smallbtn {
  background: #285353;
}
.ghost {
  border: 1px solid #1cd2d2;
  background: #071c1c;
}
.burger {
  display: none;
  background: transparent;
  border: 0;
  padding: 6px;
}
.burger span {
  width: 23px;
  height: 2px;
  margin: 4px;
  display: block;
  background: #1cd2d2;
}
.hero {
  min-height: 460px;
  background:
    linear-gradient(90deg, #061110e8 10%, #06101099 55%, #06101043),
    url("/bando.png") center/cover;
  display: flex;
  align-items: center;
  position: relative;
}
.heroinside {
  padding: 52px 0;
}
.chip {
  display: inline-block;
  border: 1px solid #1cd2d2;
  color: #9cf8f4;
  padding: 6px 13px;
  border-radius: 30px;
  font-size: 13px;
  letter-spacing: 1px;
  background: #0a2524cc;
}
.chip b {
  margin-left: 8px;
  color: #fff;
}
.hero h1 {
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  max-width: 720px;
  margin: 18px 0 12px;
}
.hero p {
  font-size: 23px;
  margin: 0 0 24px;
}
.hero strong {
  color: #1cd2d2;
}
.cta {
  display: flex;
  gap: 12px;
}
.hero .signup {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  50% {
    box-shadow: 0 0 0 11px #1cd2d222;
  }
}
.benefits {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: -38px;
  position: relative;
  z-index: 2;
  background: #102424;
  border: 1px solid #244342;
  border-radius: 12px;
  overflow: hidden;
}
.benefits div {
  padding: 20px 12px;
  text-align: center;
  border-right: 1px solid #244342;
}
.benefits div:last-child {
  border: 0;
}
.benefits b {
  font-size: 24px;
  display: block;
}
.benefits span {
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-top: 5px;
}
.titleline {
  text-align: center;
  padding: 75px 0 25px;
}
.titleline span,
.demo span,
.video span {
  color: #1cd2d2;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 12px;
  font-weight: 700;
}
.titleline h2,
.video h2,
.demo h2 {
  font-size: 32px;
  margin: 5px 0;
}
.titleline p {
  font-size: 13px;
  color: #a6c0be;
  margin: 0;
}
.tablebox {
  overflow-x: auto;
  border: 1px solid #254140;
  border-radius: 10px;
  background: #091817;
}
.tablebox table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.tablebox th {
  text-align: left;
  font-size: 13px;
  color: #84aaa7;
  background: #102625;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.tablebox th,
.tablebox td {
  padding: 14px 18px;
  border-bottom: 1px solid #1b3635;
}
.tablebox tr:last-child td {
  border: 0;
}
.tablebox em {
  font-style: normal;
  color: #5ade86;
  font-size: 13px;
}
.wins tbody tr:nth-child(-n + 3) td:first-child {
  color: #1cd2d2;
  font-weight: 800;
}
.wins tbody tr:nth-child(-n + 3) {
  animation: glow 4s infinite;
}
@keyframes glow {
  50% {
    background: #15302e;
  }
}
.video,
.demo {
  margin-top: 72px;
  border: 1px solid #254140;
  border-radius: 13px;
  background: linear-gradient(120deg, #102826, #091616);
  padding: 26px;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
  gap: 28px;
}
.video h2,
.demo h2 {
  font-size: 28px;
}
.video p,
.demo p {
  color: #b5cfcc;
}
.video iframe,
.demo iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  border-radius: 8px;
  background: #000;
}
.games {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.games > div {
  background: #0c1c1c;
  border: 1px solid #244342;
  border-radius: 10px;
  padding: 18px;
  transition: 0.25s;
}
.games > div:hover {
  transform: translateY(-5px);
  border-color: #1cd2d2;
}
.games img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  float: right;
}
.games h3 {
  margin: 6px 0;
  font-size: 19px;
}
.games p {
  color: #8bacaa;
  font-size: 14px;
}
.games a {
  background: #285353;
  padding: 8px 13px;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}
.author {
  display: flex;
  gap: 17px;
  background: #102322;
  border-left: 3px solid #1cd2d2;
  padding: 19px;
  border-radius: 8px;
  margin-bottom: 25px;
}
.author img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
}
.author p {
  margin: 3px 0;
  font-size: 14px;
  color: #c0d6d4;
}
.review-content {
  max-width: 920px;
  margin: auto;
}
.review-content h2 {
  color: #1cd2d2;
  font-size: 28px;
  margin-top: 35px;
}
.review-content h3 {
  font-size: 22px;
  margin-top: 25px;
}
.review-content p,
.review-content li {
  color: #c5d7d5;
}
.review-content table {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
}
.review-content th,
.review-content td {
  border: 1px solid #31504e;
  padding: 10px;
}
.review-content th {
  background: #183330;
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-bottom: 75px;
}
.steps > div {
  background: #0d201f;
  border: 1px solid #254140;
  border-radius: 10px;
  padding: 18px;
}
.steps b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1cd2d2;
  color: #082020;
}
.steps h3 {
  font-size: 17px;
  margin: 12px 0 4px;
}
.steps p {
  font-size: 14px;
  color: #acc6c3;
  margin: 0;
}
.widget {
  position: fixed;
  z-index: 31;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: #285353;
  border: 1px solid #4f8482;
  padding: 11px 12px 11px 20px;
  border-radius: 10px;
  box-shadow: 0 8px 30px #0009;
  display: flex;
  gap: 18px;
  align-items: center;
}
.widget a {
  color: #fff;
  font-weight: 700;
}
.widget button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
}
.foot {
  background: #091313;
  border-top: 1px solid #1c3836;
  padding: 55px 0 80px;
}
.footgrid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.3fr 1fr;
  gap: 30px;
}
.footgrid p {
  color: #9ab7b4;
  font-size: 14px;
}
.footgrid strong {
  display: block;
  margin-bottom: 11px;
}
.footgrid > div > a:not(.brand) {
  display: block;
  margin: 6px 0;
  font-size: 14px;
}
.flag {
  font-size: 14px;
}
.pays {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.pays span {
  font-size: 11px;
  background: #e7eeee;
  color: #132121;
  padding: 4px 7px;
  border-radius: 3px;
  font-weight: 700;
}
.providers,
.safe {
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px solid #1c3836;
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
  color: #84a7a3;
  font-size: 13px;
}
.safe a {
  font-size: 13px;
}
.legal {
  color: #799693;
  font-size: 12px;
  margin-top: 25px;
  max-width: 950px;
}
.copy {
  margin-top: 17px;
  color: #63817e;
  font-size: 12px;
}
.info-page {
  padding: 42px 0 80px;
  min-height: 60vh;
}
.crumb {
  color: #7d9c98;
  font-size: 13px;
}
.info-page h1 {
  font-size: 42px;
  margin: 10px 0 25px;
}
.info-content {
  background: #0b1a1a;
  border: 1px solid #20403e;
  border-radius: 10px;
  padding: 28px;
}
.info-content h2 {
  font-size: 25px;
  color: #1cd2d2;
  margin-top: 25px;
}
.info-content h2:first-child {
  margin-top: 0;
}
.info-content p {
  color: #c2d4d2;
}
.xq7k2p,
.b4r9a1,
.mz3c8l,
.wp7nq4 {
  display: none;
  opacity: 0;
}
@media (max-width: 900px) {
  .hdr {
    gap: 10px;
  }
  .navbox {
    order: 4;
    position: absolute;
    display: none;
    top: 78px;
    left: 0;
    width: 100%;
    background: #091313;
    padding: 18px;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #294947;
  }
  .navbox.open {
    display: flex;
  }
  .burger {
    display: block;
    order: 2;
  }
  .headright {
    margin-left: auto;
  }
  .online {
    display: none;
  }
  .btn {
    padding: 8px 11px;
    font-size: 13px;
  }
  .benefits {
    grid-template-columns: repeat(3, 1fr);
  }
  .benefits div:nth-child(3) {
    border-right: 0;
  }
  .benefits div:nth-child(-n + 3) {
    border-bottom: 1px solid #244342;
  }
  .footgrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .wrap {
    width: min(100% - 24px, 1160px);
  }
  .brand img {
    width: 104px;
    height: 37px;
  }
  .hdr {
    min-height: 64px;
  }
  .navbox {
    top: 64px;
  }
  .hero {
    min-height: 400px;
  }
  .hero h1 {
    font-size: 39px;
  }
  .hero p {
    font-size: 20px;
  }
  .benefits {
    margin-top: -21px;
  }
  .benefits div {
    padding: 13px 5px;
  }
  .benefits span {
    font-size: 11px;
  }
  .titleline {
    padding: 54px 0 19px;
  }
  .titleline h2 {
    font-size: 27px;
  }
  .tablebox th,
  .tablebox td {
    padding: 12px;
  }
  .video,
  .demo {
    grid-template-columns: 1fr;
    padding: 18px;
    margin-top: 52px;
  }
  .games {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }
  .games > div {
    min-width: 78%;
    scroll-snap-align: start;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .footgrid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .widget {
    bottom: 8px;
    width: calc(100% - 24px);
    justify-content: space-between;
    font-size: 13px;
  }
  .author {
    align-items: flex-start;
  }
  .info-page h1 {
    font-size: 33px;
  }
  .info-content {
    padding: 19px;
  }
  .login,
  .signup {
    font-size: 12px;
    padding: 8px;
  }
  .cta .btn {
    padding: 11px 15px;
    font-size: 14px;
  }
}


.review-content {
  background: #0b1a1a !important;
  border: 1px solid #20403e !important;
  border-radius: 10px !important;
  padding: 28px !important;
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

.brand {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  overflow: visible !important;
}

.brand img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 170px !important;
  max-height: 58px !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 0 !important;
}

.foot .brand img {
  max-width: 180px !important;
  max-height: 62px !important;
}

@media (max-width: 600px) {
  .review-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 19px !important;
    box-sizing: border-box !important;
  }

  .brand {
    min-width: 0 !important;
    max-width: 135px !important;
  }

  .brand img {
    width: auto !important;
    height: auto !important;
    max-width: 135px !important;
    max-height: 46px !important;
    object-fit: contain !important;
  }

  .foot .brand {
    max-width: 155px !important;
  }

  .foot .brand img {
    max-width: 155px !important;
    max-height: 54px !important;
  }
}
