:root {
  --bg: #0e1117;
  --panel: #161b25;
  --red: #ec0433;
  --slate: #42506c;
  --text: #f5f7fb;
  --muted: #b9c0cd;
  --line: #303948;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font:
    18px/1.55 "Sofia Sans",
    Arial,
    sans-serif;
}
.wp-site-shell {
  display: none;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #ff91a7;
}
.topbar {
  background: #161b25;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #293140;
}
.topgrid,
.container,
.footer {
  width: min(1180px, calc(100% - 32px));
  margin: auto;
}
.topgrid {
  min-height: 76px;
  display: grid;
  grid-template-columns: 126px 1fr auto;
  align-items: center;
  gap: 22px;
}
.brand img {
  display: block;
  object-fit: contain;
  border-radius: 8px;
}
.menu {
  display: grid;
  grid-template-columns: repeat(6, max-content);
  gap: 16px;
}
.menu a {
  font-size: 16px;
  color: #dce2eb;
}
.menu b {
  color: var(--red);
}
.account {
  display: flex;
  align-items: center;
  gap: 8px;
}
.online {
  font-size: 13px;
  color: var(--muted);
  white-space: nowrap;
}
.online em {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #48d786;
  border-radius: 50%;
  margin-right: 4px;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 8px;
  padding: 9px 15px;
  font: 700 16px inherit;
  color: white;
  cursor: pointer;
  transition:
    0.25s transform,
    0.25s box-shadow;
}
.btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #0008;
}
.red {
  background: var(--red);
}
.slate {
  background: var(--slate);
}
.big {
  padding: 13px 22px;
  font-size: 18px;
}
.burger {
  display: none;
  background: none;
  border: 0;
}
.hero {
  min-height: 540px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(90deg, #0e1117e8, #0e111780),
    url("/maban.avif") center/cover;
}
.hero-inner {
  width: min(850px, calc(100% - 32px));
  text-align: center;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #ff738e;
  margin: 0;
}
.hero h1 {
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.05;
  margin: 15px auto 24px;
}
.bonus-tile {
  background: #161b25e8;
  border: 1px solid #556078;
  border-radius: 12px;
  padding: 18px;
  margin: auto auto 25px;
  max-width: 650px;
  font-size: 22px;
}
.action-row {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.block {
  margin: 28px 0;
  padding: 36px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #161b25, #121722);
  border-radius: 16px;
}
.title-row h2,
.block h2 {
  font-size: clamp(29px, 4vw, 42px);
  line-height: 1.1;
  margin: 5px 0 28px;
}
.advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.adv-card {
  padding: 20px;
  background: #0e1117;
  border-radius: 12px;
  transition: 0.25s;
}
.adv-card:hover {
  transform: translateY(-5px);
  background: #1d2532;
}
.adv-card span {
  font-size: 32px;
}
.adv-card h3 {
  margin: 10px 0 0;
  font-size: 20px;
}
.jackpot {
  text-align: center;
}
.jackpots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.jackpots div {
  padding: 24px;
  background: #0e1117;
  border: 1px solid #394457;
  border-radius: 10px;
}
.jackpots span,
.jackpots strong {
  display: block;
}
.jackpots strong {
  font-size: 27px;
  color: #ffcc6a;
}
.scroll-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.screenshots img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 10px;
}
.bonus-cards {
  grid-template-columns: repeat(3, 1fr);
}
.bonus-cards > div {
  min-height: 210px;
  padding: 23px;
  border-radius: 12px;
  background: linear-gradient(145deg, #26334a, #171c27);
}
.bonus-cards b {
  color: #ff8098;
  font-size: 27px;
}
.bonus-cards h3 {
  margin: 8px 0;
}
.bonus-cards a {
  color: #ffb1c0;
  text-decoration: underline;
}
.video {
  text-align: center;
}
.video iframe {
  max-width: 100%;
  border: 0;
  border-radius: 12px;
}
.wheel-block {
  text-align: center;
}
.wheel-block canvas {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}
.prose {
  color: #dbe0e9;
}
.prose h1,
.prose h2,
.prose h3 {
  line-height: 1.2;
}
.prose a {
  color: #ff9caf;
  text-decoration: underline;
}
.prose table {
  border-collapse: collapse;
}
.prose td,
.prose th {
  border: 1px solid var(--line);
  padding: 10px;
}
.table-wrap {
  overflow-x: auto;
}
.table-wrap table {
  border-collapse: collapse;
  margin: auto;
  min-width: 600px;
  width: 85%;
  text-align: left;
}
.table-wrap th,
.table-wrap td {
  border: 1px solid #687386;
  padding: 13px;
}
.table-wrap th {
  background: #283246;
}
.faq details {
  padding: 14px;
  border-top: 1px solid var(--line);
}
.faq summary {
  cursor: pointer;
  font-weight: 700;
}
.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.review {
  background: #0e1117;
  padding: 20px;
  border-radius: 10px;
}
.review img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  float: left;
  margin-right: 10px;
}
.review h3 {
  margin: 0;
}
.stars {
  color: #ffd463;
  margin: 0;
}
form {
  display: grid;
  gap: 13px;
  max-width: 620px;
  margin: 28px auto 0;
}
label {
  display: grid;
  gap: 5px;
  font-weight: 700;
}
input,
textarea {
  background: #0e1117;
  color: #fff;
  border: 1px solid #58647a;
  border-radius: 7px;
  padding: 10px;
  font: inherit;
}
#formSuccess {
  color: #69e69c;
  margin: 0;
}
.footer {
  width: 100%;
  background: #161b25;
  margin-top: 42px;
  padding: 40px max(16px, calc((100% - 1180px) / 2)) 18px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 1.2fr 1fr;
  gap: 28px;
}
.footer h2 {
  font-size: 20px;
  margin: 0 0 9px;
}
.footer a {
  display: block;
  margin: 3px 0;
  color: #dfe5ee;
}
.footer p {
  color: var(--muted);
  font-size: 16px;
}
.flag {
  font-size: 18px;
}
.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.badges span {
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #596578;
  border-radius: 4px;
  padding: 3px 6px;
}
.providers {
  line-height: 1.8;
}
.legal {
  border-top: 1px solid var(--line);
  margin-top: 26px;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: #aeb7c6;
  font-size: 14px;
}
.legal a {
  display: inline;
}
.sticky-offer {
  position: fixed;
  bottom: 14px;
  z-index: 30;
  left: 50%;
  transform: translateX(-50%);
  background: #ec0433;
  color: white;
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 13px;
  box-shadow: 0 8px 28px #0009;
  font-weight: 700;
}
.sticky-offer a {
  background: #fff;
  color: #172033;
  border-radius: 7px;
  padding: 6px 10px;
}
.sticky-offer button,
.modal button {
  font-size: 25px;
  color: white;
  background: none;
  border: 0;
  cursor: pointer;
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: #000b;
  display: none;
  place-items: center;
}
.modal.active {
  display: grid;
}
.modal > div {
  position: relative;
  background: #161b25;
  padding: 40px;
  text-align: center;
  border-radius: 14px;
  border: 1px solid #687386;
  font-size: 25px;
}
.modal button {
  position: absolute;
  right: 8px;
  top: 3px;
}
.fade {
  opacity: 0;
  transform: translateY(22px);
  transition: 0.65s ease;
}
.fade.visible {
  opacity: 1;
  transform: none;
}
.xv1a,
.c7e2,
.q09z,
.wp-caption,
.alignwide,
.k4m8,
.d3r7,
.l6t2,
.y8w1,
.p2n5,
.f1b6,
.u9x0,
.v5h4,
.j7s3,
.a4q8 {
  display: none;
}
@media (max-width: 850px) {
  .topgrid {
    grid-template-columns: 120px 34px 1fr;
    gap: 8px;
  }
  .burger {
    display: grid;
    gap: 4px;
    padding: 8px;
  }
  .burger i {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
  }
  .menu {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    padding: 18px;
    background: #161b25;
    grid-template-columns: 1fr;
  }
  .menu.active {
    display: grid;
  }
  .account {
    justify-content: flex-end;
  }
  .online {
    display: none;
  }
  .account .btn {
    padding: 8px 9px;
    font-size: 14px;
  }
  .advantages,
  .jackpots,
  .reviews {
    grid-template-columns: 1fr 1fr;
  }
  .scroll-cards {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }
  .scroll-cards > * {
    min-width: 82%;
    scroll-snap-align: start;
  }
  .screenshots img {
    min-width: 82%;
    height: 240px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .sticky-offer {
    width: calc(100% - 22px);
    font-size: 14px;
    justify-content: center;
  }
  .sticky-offer span {
    max-width: 210px;
  }
  .info-main {
    padding-top: 5px;
  }
}
@media (max-width: 520px) {
  body {
    font-size: 17px;
  }
  .container {
    width: calc(100% - 20px);
  }
  .block {
    padding: 24px 18px;
    margin: 18px 0;
  }
  .hero {
    min-height: 480px;
  }
  .hero h1 {
    font-size: 39px;
  }
  .advantages,
  .jackpots,
  .reviews {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .action-row {
    flex-direction: column;
  }
  .action-row .btn {
    width: 100%;
  }
  .sticky-offer {
    gap: 7px;
  }
  .sticky-offer a {
    font-size: 13px;
  }
  .bonus-tile {
    font-size: 19px;
  }
  .topgrid {
    width: calc(100% - 18px);
  }
}


.info-main {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto 0;
  padding: 0;
}
.info-card {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 36px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #161b25, #121722);
  border-radius: 16px;
  color: #dbe0e9;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}
.info-card h1 {
  margin: 0 0 24px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.1;
  color: var(--text);
}
.info-card h2,
.info-card h3 {
  color: var(--text);
  line-height: 1.2;
  margin-top: 30px;
}
.info-card p,
.info-card li {
  color: #dbe0e9;
}
.info-card table {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
}
.info-card th,
.info-card td {
  border: 1px solid var(--line);
  padding: 10px;
  white-space: normal;
}
@media (max-width: 520px) {
  .info-main {
    width: calc(100% - 20px);
    margin-top: 18px;
  }
  .info-card {
    padding: 24px 18px;
    border-radius: 14px;
  }
  .info-card h1 {
    font-size: 32px;
  }
}
