*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Montserrat", sans-serif;
  background-color: #0d102a;
  color: #e8eaf6;
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #ff4dd2;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: #ff80e0;
}
ul,
ol {
  list-style: none;
}
button {
  cursor: pointer;
  font-family: inherit;
  border: none;
  background: none;
}
input,
textarea,
select {
  font-family: inherit;
}
.no-js .js-only {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-wrap-r9k2 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  transition:
    transform 0.15s,
    box-shadow 0.15s,
    background 0.2s;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}
.btn:active {
  transform: translateY(0);
}
.btn--demo {
  background: #ff4dd2;
  color: #fff;
  border-color: #ff4dd2;
}
.btn--demo:hover {
  background: #e0009f;
  border-color: #e0009f;
  color: #fff;
}
.btn--money {
  background: #00e676;
  color: #0d102a;
  border-color: #00e676;
}
.btn--money:hover {
  background: #00c764;
  border-color: #00c764;
  color: #0d102a;
}
.btn--sm {
  padding: 7px 16px;
  font-size: 0.82rem;
}
.btn--lg {
  padding: 14px 32px;
  font-size: 1rem;
}
.btn--md {
  padding: 10px 22px;
  font-size: 0.9rem;
}

.site-header-x7p {
  background: #1b1f3b;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}
.hdr-x9k2 {
  width: 100%;
}
.hdr-inner-m7p {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  flex-wrap: nowrap;
}
.hdr-logo-b3n {
  flex-shrink: 0;
}
.logo-img {
  height: 42px;
  width: auto;
}
.hdr-nav-w5q {
  flex: 1;
  display: flex;
  justify-content: center;
}
.nav-list-r8m {
  display: flex;
  gap: 4px;
  align-items: center;
}
.nav-link-f4j {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  color: #c5c8e8;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 6px;
  transition:
    background 0.2s,
    color 0.2s;
  white-space: nowrap;
}
.nav-link-f4j:hover {
  background: rgba(255, 77, 210, 0.12);
  color: #ff4dd2;
}
.hdr-right-c6v {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.hdr-btns-e4r {
  display: flex;
  gap: 8px;
}

.lang-drop-t2x {
  position: relative;
}
.lang-btn-q9w {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: #c5c8e8;
  font-size: 0.82rem;
  font-weight: 600;
  transition: background 0.2s;
}
.lang-btn-q9w:hover {
  background: rgba(255, 255, 255, 0.12);
}
.lang-menu-z5b {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #1b1f3b;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  min-width: 150px;
  padding: 6px 0;
  z-index: 200;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition:
    opacity 0.2s,
    visibility 0.2s,
    transform 0.2s;
}
.lang-drop-t2x.open .lang-menu-z5b {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lang-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  color: #c5c8e8;
  font-size: 0.85rem;
  transition:
    background 0.15s,
    color 0.15s;
}
.lang-option:hover,
.lang-option.active-lang {
  background: rgba(255, 77, 210, 0.1);
  color: #ff4dd2;
}
.flag-icon {
  font-size: 1.1em;
  line-height: 1;
}

.online-count-p8s {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: #8891b4;
  white-space: nowrap;
}
.online-dot-a3f {
  width: 8px;
  height: 8px;
  background: #00e676;
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(0.8);
  }
}
.online-num-v7k {
  color: #00e676;
  font-weight: 700;
}

.burger-btn-h5m {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.burger-line {
  display: block;
  width: 22px;
  height: 2px;
  background: #c5c8e8;
  transition:
    transform 0.25s,
    opacity 0.25s;
}
.burger-btn-h5m.active .burger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger-btn-h5m.active .burger-line:nth-child(2) {
  opacity: 0;
}
.burger-btn-h5m.active .burger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu-k3p {
  display: none;
  background: #1b1f3b;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-menu-k3p.open {
  display: block;
}
.mob-nav-list-y6d {
  padding: 12px 0;
}
.mob-nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  color: #c5c8e8;
  font-size: 0.9rem;
  font-weight: 600;
  transition:
    background 0.15s,
    color 0.15s;
}
.mob-nav-link:hover {
  background: rgba(255, 77, 210, 0.1);
  color: #ff4dd2;
}

.hero-section-w4m {
  position: relative;
  min-height: 460px;
  background-image: url("/rban.webp");
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg-overlay-j8s {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(13, 16, 42, 0.92) 0%,
    rgba(27, 31, 59, 0.75) 60%,
    rgba(13, 16, 42, 0.85) 100%
  );
}
.hero-content-d3v {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding: 60px 0;
}
.hero-badge-e6n {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 77, 210, 0.15);
  border: 1px solid rgba(255, 77, 210, 0.35);
  color: #ff4dd2;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
.hero-title-b5w {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 18px;
}
.hero-title-main {
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 20px rgba(255, 77, 210, 0.4);
}
.hero-title-sub {
  font-size: clamp(1.1rem, 3vw, 1.6rem);
  font-weight: 600;
  color: #ff4dd2;
}
.hero-subtitle-n9c {
  font-size: 1rem;
  color: #b8bcd8;
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 520px;
}
.hero-cta-row-t2p {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.hero-btn {
  min-width: 160px;
}
.hero-stats-row-g5c {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-stat-k3b {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 18px;
  border-radius: 10px;
  min-width: 80px;
}
.hero-stat-val {
  font-size: 1.3rem;
  font-weight: 800;
  color: #00e676;
}
.hero-stat-lab {
  font-size: 0.72rem;
  color: #8891b4;
  font-weight: 500;
  text-align: center;
}

.content-wrap-p6f {
  padding: 32px 0 60px;
}
.box-block {
  background: #1b1f3b;
  border-radius: 14px;
  padding: 28px 32px;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}
.box-block--inner {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 24px 28px;
  margin-top: 24px;
}
.section-title-w9k {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}
.section-subtitle-c4b {
  color: #8891b4;
  font-size: 0.9rem;
  margin-bottom: 24px;
}

.toc-block-s2n {
}
.toc-title-v8k {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}
.toc-list-c7p {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 8px;
  counter-reset: toc-counter;
}
.toc-list-c7p li {
  counter-increment: toc-counter;
}
.toc-link-b4m {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  color: #c5c8e8;
  font-size: 0.85rem;
  font-weight: 500;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
}
.toc-link-b4m::before {
  content: counter(toc-counter);
  color: #ff4dd2;
  font-weight: 800;
  font-size: 0.8rem;
  min-width: 18px;
}
.toc-link-b4m:hover {
  background: rgba(255, 77, 210, 0.1);
  color: #ff4dd2;
  border-color: rgba(255, 77, 210, 0.3);
}

.game-info-strip-w7q {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}
.game-info-item-b3k {
  flex: 1;
  min-width: 120px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}
.game-info-item-b3k:last-child {
  border-right: none;
}
.gi-label-p9x {
  font-size: 0.72rem;
  color: #8891b4;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.gi-value-m2r {
  font-size: 0.9rem;
  font-weight: 700;
  color: #e8eaf6;
}
.gi-value--accent {
  color: #00e676;
}
.gi-value--high {
  color: #ff4dd2;
}

.pros-cons-block-z6h {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
.pros-col-t8p,
.cons-col-r5m {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  padding: 18px 20px;
}
.pros-cons-title-v4n {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.pros-title {
  color: #00e676;
}
.cons-title {
  color: #ff4dd2;
}
.pros-list-e3c,
.cons-list-a7w {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pros-list-e3c li,
.cons-list-a7w li {
  font-size: 0.88rem;
  color: #c5c8e8;
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}
.pros-list-e3c li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #00e676;
  font-weight: 700;
}
.cons-list-a7w li::before {
  content: "✗";
  position: absolute;
  left: 0;
  color: #ff4dd2;
  font-weight: 700;
}

.specs-title-c8b {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
}
.table-wrap-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.specs-table-f1k {
  width: 100%;
  border-collapse: collapse;
  min-width: 400px;
}
.specs-table-f1k th,
.specs-table-f1k td {
  padding: 11px 16px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.88rem;
  line-height: 1.5;
}
.specs-table-f1k thead tr {
  background: rgba(255, 77, 210, 0.12);
}
.specs-table-f1k th {
  color: #ff4dd2;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.specs-table-f1k tbody tr {
  background: rgba(255, 255, 255, 0.02);
}
.specs-table-f1k tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.04);
}
.specs-table-f1k tbody tr:hover {
  background: rgba(255, 77, 210, 0.06);
}
.specs-table-f1k td {
  color: #c5c8e8;
}
.specs-table-f1k td:first-child {
  font-weight: 600;
  color: #e8eaf6;
}

.jackpots-grid-m6p {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.jackpot-card-r2n {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  padding: 24px 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.jackpot-card-r2n:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.jackpot-card--mini {
  border-color: rgba(0, 230, 118, 0.2);
}
.jackpot-card--major {
  border-color: rgba(255, 77, 210, 0.3);
  background: rgba(255, 77, 210, 0.05);
}
.jackpot-card--grand {
  border-color: rgba(255, 215, 0, 0.3);
  background: rgba(255, 215, 0, 0.04);
}
.jackpot-badge-hot {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ff4dd2;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 10px;
  letter-spacing: 0.06em;
}
.jackpot-badge-grand {
  background: linear-gradient(135deg, #ffd700, #ff8c00);
}
.jackpot-icon-w4k {
  font-size: 2.2rem;
  margin-bottom: 8px;
}
.jackpot-level-d8s {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8891b4;
  margin-bottom: 8px;
}
.jackpot-amount-b5v {
  font-size: 1.7rem;
  font-weight: 900;
  color: #00e676;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.jackpot-card--major .jackpot-amount-b5v {
  color: #ff4dd2;
}
.jackpot-card--grand .jackpot-amount-b5v {
  color: #ffd700;
}
.jackpot-currency {
  font-size: 1.1rem;
}
.jackpot-num {
  font-variant-numeric: tabular-nums;
}
.jackpot-top-players-z7c {
  margin-bottom: 16px;
  text-align: left;
}
.top-players-label {
  font-size: 0.72rem;
  color: #8891b4;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.top-players-list-f9m {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.top-players-list-f9m li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 6px;
}
.tp-nick {
  color: #c5c8e8;
  font-weight: 600;
}
.tp-sum {
  color: #00e676;
  font-weight: 700;
}
.jackpot-cta {
  margin-top: 4px;
  width: 100%;
  justify-content: center;
}

.screenshots-slider-v4n {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.slider-track-e8k {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-item-b2w {
  flex: 0 0 100%;
  position: relative;
}
.slide-img-r5p {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 12px;
}
.slide-caption-u3j {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 20px;
  background: linear-gradient(
    to top,
    rgba(13, 16, 42, 0.9) 0%,
    transparent 100%
  );
  color: #e8eaf6;
  font-size: 0.88rem;
  font-weight: 600;
  border-radius: 0 0 12px 12px;
}
.slider-btn-prev-t7m,
.slider-btn-next-t7m {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(27, 31, 59, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition:
    background 0.2s,
    transform 0.15s;
}
.slider-btn-prev-t7m {
  left: 12px;
}
.slider-btn-next-t7m {
  right: 12px;
}
.slider-btn-prev-t7m:hover,
.slider-btn-next-t7m:hover {
  background: rgba(255, 77, 210, 0.7);
  transform: translateY(-50%) scale(1.08);
}
.slider-dots-q6v {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 14px 0 4px;
}
.slider-dot-p1k {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition:
    background 0.2s,
    transform 0.2s;
  padding: 0;
}
.slider-dot-p1k.active {
  background: #ff4dd2;
  transform: scale(1.25);
}

.demo-frame-wrap-e9k {
  position: relative;
  border-radius: 12px;
  background: #0d102a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 400px;
  margin-bottom: 20px;
}
.demo-frame-overlay-b2n {
  position: absolute;
  inset: 0;
  background: rgba(13, 16, 42, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: opacity 0.3s;
}
.demo-frame-overlay-b2n.hidden {
  opacity: 0;
  pointer-events: none;
}
.demo-preview-content {
  text-align: center;
  padding: 32px;
}
.demo-preview-icon {
  font-size: 4rem;
  margin-bottom: 16px;
}
.demo-preview-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}
.demo-preview-sub {
  font-size: 0.9rem;
  color: #8891b4;
  margin-bottom: 24px;
}
.demo-iframe-j4p {
  width: 100%;
  height: 500px;
  border: none;
  display: block;
}
.demo-desc-c3v {
  color: #b8bcd8;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
.demo-cta-row-v6s {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 4px;
}
.demo-cta-text {
  color: #8891b4;
  font-size: 0.9rem;
  font-weight: 500;
}
.demo-money-btn {
  min-width: 220px;
  justify-content: center;
}

.review-content-inner-p8k {
  color: #c5c8e8;
  line-height: 1.7;
}
.review-content-inner-p8k h2 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  margin: 24px 0 12px;
}
.review-content-inner-p8k h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ff4dd2;
  margin: 20px 0 10px;
}
.review-content-inner-p8k p {
  margin-bottom: 14px;
  font-size: 0.93rem;
}
.review-content-inner-p8k ul,
.review-content-inner-p8k ol {
  margin: 12px 0 16px 20px;
}
.review-content-inner-p8k ul {
  list-style: disc;
}
.review-content-inner-p8k ol {
  list-style: decimal;
}
.review-content-inner-p8k li {
  margin-bottom: 6px;
  font-size: 0.92rem;
  line-height: 1.6;
}
.review-content-inner-p8k table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  overflow-x: auto;
  display: block;
}
.review-content-inner-p8k table th,
.review-content-inner-p8k table td {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  font-size: 0.88rem;
}
.review-content-inner-p8k table th {
  background: rgba(255, 77, 210, 0.12);
  color: #ff4dd2;
  font-weight: 700;
}
.review-content-inner-p8k a {
  color: #ff4dd2;
}
.review-content-inner-p8k strong,
.review-content-inner-p8k b {
  color: #fff;
  font-weight: 700;
}

.reviews-grid-t4b {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 0;
}
.review-card-m7p {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 20px;
  transition: border-color 0.2s;
}
.review-card-m7p:hover {
  border-color: rgba(255, 77, 210, 0.3);
}
.review-card-top-c2n {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.review-avatar-w3k {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 77, 210, 0.3);
  flex-shrink: 0;
}
.review-name-q5v {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.review-stars-r6n {
  display: flex;
  gap: 2px;
}
.review-text-s4j {
  font-size: 0.87rem;
  color: #b8bcd8;
  line-height: 1.65;
  margin-bottom: 10px;
}
.review-date-e2n {
  font-size: 0.75rem;
  color: #636882;
  font-style: italic;
}

.form-title-v3n {
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
}
.form-field-w9m {
  margin-bottom: 16px;
}
.form-label-c4p {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #c5c8e8;
  margin-bottom: 6px;
}
.req-mark {
  color: #ff4dd2;
}
.form-input-b6j,
.form-textarea-n2s {
  width: 100%;
  padding: 11px 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #e8eaf6;
  font-size: 0.9rem;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.form-input-b6j:focus,
.form-textarea-n2s:focus {
  outline: none;
  border-color: #ff4dd2;
  box-shadow: 0 0 0 3px rgba(255, 77, 210, 0.12);
}
.form-textarea-n2s {
  resize: vertical;
  min-height: 110px;
}
.form-field--checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0;
}
.form-checkbox-label-v5k {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.form-checkbox-j9p {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #ff4dd2;
  margin-top: 1px;
}
.checkbox-text-c3m {
  font-size: 0.82rem;
  color: #8891b4;
  line-height: 1.5;
}
.form-link-a8n {
  color: #ff4dd2;
}
.form-submit-btn-d4p {
  width: 100%;
  justify-content: center;
  margin-top: 6px;
}
.form-success-msg-b7t {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(0, 230, 118, 0.1);
  border: 1px solid rgba(0, 230, 118, 0.25);
  border-radius: 8px;
  padding: 14px 18px;
  margin-top: 12px;
}
.form-success-msg-b7t p {
  color: #00e676;
  font-size: 0.9rem;
  font-weight: 600;
}

.star-rating-picker-t2m {
  display: flex;
  gap: 4px;
  padding: 4px 0;
}
.star-pick-btn-k5n {
  padding: 4px;
  border-radius: 4px;
  transition: transform 0.15s;
}
.star-pick-btn-k5n:hover {
  transform: scale(1.2);
}
.star-pick-btn-k5n.selected svg {
  fill: #ff4dd2;
}

.faq-list-c9v {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.faq-item-t5k {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
}
.faq-question-p3n {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  color: #e8eaf6;
  font-size: 0.92rem;
  font-weight: 600;
  gap: 12px;
  text-align: left;
  transition:
    background 0.2s,
    color 0.2s;
}
.faq-question-p3n:hover,
.faq-question-p3n[aria-expanded="true"] {
  background: rgba(255, 77, 210, 0.08);
  color: #ff4dd2;
}
.faq-arrow-w8m {
  flex-shrink: 0;
  transition: transform 0.25s;
}
.faq-question-p3n[aria-expanded="true"] .faq-arrow-w8m {
  transform: rotate(180deg);
}
.faq-answer-b6p {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    padding 0.25s;
}
.faq-answer-b6p.open {
  max-height: 600px;
  padding: 0 20px 18px;
}
.faq-answer-b6p p {
  font-size: 0.88rem;
  color: #b8bcd8;
  line-height: 1.65;
}

.author-card-p5s {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}
.author-avatar-e4n {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 77, 210, 0.35);
  flex-shrink: 0;
}
.author-name-f3b {
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}
.author-role-c8m {
  font-size: 0.82rem;
  color: #ff4dd2;
  font-weight: 600;
  margin-bottom: 10px;
}
.author-bio-w4v {
  font-size: 0.87rem;
  color: #b8bcd8;
  line-height: 1.65;
  margin-bottom: 14px;
}
.author-linkedin-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  background: rgba(0, 119, 181, 0.15);
  border: 1.5px solid rgba(0, 119, 181, 0.4);
  border-radius: 8px;
  color: #4db8ff;
  font-size: 0.85rem;
  font-weight: 600;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.author-linkedin-btn:hover {
  background: rgba(0, 119, 181, 0.25);
  color: #4db8ff;
}

.site-footer-b3p {
  background: #1b1f3b;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-wrap-m8q {
  padding: 40px 0 24px;
}
.footer-top-r4p {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 32px;
  margin-bottom: 32px;
}
.footer-brand-v2k {
}
.footer-logo-img {
  height: 38px;
  width: auto;
  margin-bottom: 12px;
}
.footer-desc-x5n {
  font-size: 0.82rem;
  color: #8891b4;
  line-height: 1.6;
  margin-bottom: 12px;
}
.footer-age-badge {
  margin-top: 4px;
}
.age-badge-18 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #ff4dd2;
  color: #ff4dd2;
  font-size: 0.85rem;
  font-weight: 800;
}
.footer-col-title-z3b {
  font-size: 0.78rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 12px;
}
.footer-col-title--center {
  text-align: center;
}
.footer-nav-list-e9s {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer-link {
  font-size: 0.83rem;
  color: #8891b4;
  transition: color 0.2s;
}
.footer-link:hover {
  color: #ff4dd2;
}
.footer-link--small {
  font-size: 0.78rem;
}
.footer-sep {
  color: #3a3f5c;
  margin: 0 6px;
}

.pp-logo-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(255, 77, 210, 0.08);
  border: 1px solid rgba(255, 77, 210, 0.2);
  border-radius: 8px;
  margin-bottom: 8px;
}
.pp-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: #ff4dd2;
}
.provider-desc {
  font-size: 0.78rem;
  color: #636882;
  line-height: 1.5;
}

.footer-payments-w6n {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 20px 0;
  margin-bottom: 20px;
}
.payments-row-b4k {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.payment-badge-c9m {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 38px;
  transition: background 0.2s;
}
.payment-badge-c9m:hover {
  background: rgba(255, 255, 255, 0.1);
}

.footer-trust-row-d2l {
  margin-bottom: 24px;
}
.trust-badges-p5r {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 8px 0;
}
.trust-badge-q8v {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.trust-name {
  font-size: 0.72rem;
  font-weight: 700;
  color: #636882;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.footer-disclaimer-u3b {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 20px;
  border-left: 3px solid rgba(255, 77, 210, 0.35);
}
.disclaimer-text-h9j {
  font-size: 0.78rem;
  color: #636882;
  line-height: 1.55;
  margin-bottom: 4px;
}
.disclaimer-text-h9j:last-child {
  margin-bottom: 0;
}

.footer-bottom-k7x {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.copyright-t1s {
  font-size: 0.78rem;
  color: #636882;
}
.footer-bottom-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.sticky-widget-m7n {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 500;
  animation: widget-in 0.4s ease-out;
}
@keyframes widget-in {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.widget-inner-k4p {
  background: #1b1f3b;
  border: 1.5px solid rgba(0, 230, 118, 0.35);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
  min-width: 200px;
  text-align: center;
  position: relative;
}
.widget-close-btn-v2s {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #636882;
  padding: 4px;
  border-radius: 4px;
  transition: color 0.2s;
}
.widget-close-btn-v2s:hover {
  color: #ff4dd2;
}
.widget-badge-e3m {
  display: inline-block;
  background: #ff4dd2;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 8px;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.widget-title-r5n {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}
.widget-bonus-c7k {
  font-size: 0.82rem;
  color: #c5c8e8;
  margin-bottom: 12px;
}
.widget-bonus-c7k strong {
  color: #00e676;
}
.widget-btn-a4f {
  width: 100%;
  justify-content: center;
  padding: 10px 16px;
  font-size: 0.88rem;
}
.widget-disclaimer-x2p {
  font-size: 0.7rem;
  color: #636882;
  margin-top: 8px;
}
.sticky-widget-m7n.hidden {
  display: none;
}

.technical-content-wrap-v4p {
  padding: 32px 0 60px;
}
.breadcrumb-nav-w6k {
  margin-bottom: 16px;
}
.breadcrumb-list-m3s {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.breadcrumb-item-t9n {
  font-size: 0.82rem;
  color: #8891b4;
}
.breadcrumb-link-c5v {
  color: #ff4dd2;
  transition: color 0.2s;
}
.breadcrumb-link-c5v:hover {
  color: #ff80e0;
}
.breadcrumb-sep {
  color: #3a3f5c;
}
.breadcrumb-item--current {
  color: #e8eaf6;
}
.technical-page-inner-q7r {
}
.technical-h1-b4k {
  font-size: 1.7rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.technical-text-wrap-n8j {
  color: #c5c8e8;
  line-height: 1.7;
}
.technical-text-wrap-n8j h2 {
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  margin: 24px 0 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.technical-text-wrap-n8j h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #ff4dd2;
  margin: 18px 0 8px;
}
.technical-text-wrap-n8j p {
  margin-bottom: 14px;
  font-size: 0.92rem;
}
.technical-text-wrap-n8j ul,
.technical-text-wrap-n8j ol {
  margin: 10px 0 16px 20px;
}
.technical-text-wrap-n8j ul {
  list-style: disc;
}
.technical-text-wrap-n8j ol {
  list-style: decimal;
}
.technical-text-wrap-n8j li {
  margin-bottom: 6px;
  font-size: 0.91rem;
  line-height: 1.6;
}
.technical-text-wrap-n8j strong {
  color: #fff;
  font-weight: 700;
}
.technical-text-wrap-n8j a {
  color: #ff4dd2;
}

.wp-block-unsupported,
.elementor-widget-container,
.widget-area {
  display: none !important;
}
.post-navigation,
.entry-footer,
.comments-area,
.widget-column {
  visibility: hidden;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

@media (max-width: 1024px) {
  .footer-top-r4p {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .jackpots-grid-m6p {
    gap: 14px;
  }
  .reviews-grid-t4b {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .hdr-nav-w5q {
    display: none;
  }
  .burger-btn-h5m {
    display: flex;
  }
  .hdr-right-c6v {
    gap: 8px;
  }
  .online-count-p8s {
    display: none;
  }
  .hdr-btns-e4r .btn {
    padding: 7px 12px;
    font-size: 0.78rem;
  }
  .hero-section-w4m {
    min-height: 380px;
  }
  .hero-content-d3v {
    padding: 40px 0;
  }
  .hero-cta-row-t2p {
    gap: 10px;
  }
  .hero-stats-row-g5c {
    gap: 10px;
  }
  .hero-stat-k3b {
    padding: 10px 12px;
    min-width: 70px;
  }
  .box-block {
    padding: 20px 18px;
  }
  .jackpots-grid-m6p {
    grid-template-columns: 1fr;
  }
  .reviews-grid-t4b {
    grid-template-columns: 1fr;
  }
  .pros-cons-block-z6h {
    grid-template-columns: 1fr;
  }
  .game-info-strip-w7q {
    flex-direction: column;
  }
  .game-info-item-b3k {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .game-info-item-b3k:last-child {
    border-bottom: none;
  }
  .footer-top-r4p {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .author-card-p5s {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .demo-iframe-j4p {
    height: 320px;
  }
  .toc-list-c7p {
    grid-template-columns: 1fr;
  }
  .footer-bottom-k7x {
    flex-direction: column;
    text-align: center;
  }
  .sticky-widget-m7n {
    bottom: 12px;
    right: 12px;
  }
  .slide-img-r5p {
    height: 240px;
  }
}
@media (max-width: 480px) {
  .hero-title-main {
    font-size: 2rem;
  }
  .hero-stats-row-g5c {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .hdr-inner-m7p {
    gap: 8px;
  }
  .logo-img {
    height: 34px;
  }
  .footer-top-r4p {
    grid-template-columns: 1fr;
  }
  .demo-iframe-j4p {
    height: 260px;
  }
  .jackpot-amount-b5v {
    font-size: 1.4rem;
  }
  .btn--lg {
    padding: 12px 22px;
    font-size: 0.92rem;
  }
}
