*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  background-color: #15021a;
}
body {
  font-family:
    "Montserrat", "Roboto", "Open Sans", Arial, Helvetica, sans-serif;
  background-color: #15021a;
  color: #ffffff;
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  text-decoration: none;
  color: #f532b3;
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.8;
}
ul {
  list-style: none;
}
button {
  cursor: pointer;
  border: none;
  outline: none;
  font-family: inherit;
}
input,
textarea,
select {
  font-family: inherit;
}

:root {
  --bg: #15021a;
  --header-bg: #1e0226;
  --card-bg: #250330;
  --card-hover: #2e0440;
  --btn-pink: #f532b3;
  --btn-teal: #21d1b4;
  --text: #ffffff;
  --text-muted: #c8a8d8;
  --border: #3d1060;
  --radius: 12px;
  --max-w: 1200px;
  --shadow: 0 4px 24px rgba(245, 50, 179, 0.15);
}

.bx91v {
  display: none;
}
.qp3n8 {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}
.x7k2m {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.wp-container-4e8f {
  display: none;
}
.elementor-hidden-9k2 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
}
.wpcf7-fake-field {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.entry-meta-nx8b {
  display: none;
}

.v0-wrap {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}
.v0-container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 16px;
}
.v0-section {
  padding: 64px 0;
}
.v0-section-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
}
.v0-section-title span {
  color: var(--btn-pink);
}

.v0-header {
  background: var(--header-bg);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}
.v0-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  height: 68px;
}
.v0-logo img {
  height: 42px;
  width: auto;
}
.v0-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.v0-nav a {
  color: #e0c8f0;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 6px;
  transition:
    color 0.2s,
    background 0.2s;
  white-space: nowrap;
}
.v0-nav a:hover {
  color: #fff;
  background: rgba(245, 50, 179, 0.15);
}
.v0-header-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.v0-online {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  color: var(--btn-teal);
  font-weight: 600;
  white-space: nowrap;
}
.v0-online-dot {
  width: 8px;
  height: 8px;
  background: var(--btn-teal);
  border-radius: 50%;
  animation: pulse-dot 1.8s infinite;
  flex-shrink: 0;
}
@keyframes pulse-dot {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(33, 209, 180, 0.6);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(33, 209, 180, 0);
  }
}
.v0-header-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}
.v0-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  padding: 6px;
  cursor: pointer;
}
.v0-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}
.v0-burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.v0-burger.active span:nth-child(2) {
  opacity: 0;
}
.v0-burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.v0-mobile-menu {
  display: none;
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 2, 38, 0.97);
  z-index: 99;
  padding: 24px 16px;
  overflow-y: auto;
}
.v0-mobile-menu.open {
  display: flex;
  flex-direction: column;
  gap: 8px;
  animation: fadeIn 0.2s;
}
.v0-mobile-menu a {
  display: block;
  color: #e0c8f0;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.v0-mobile-menu a:hover {
  background: rgba(245, 50, 179, 0.12);
  color: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition:
    transform 0.15s,
    box-shadow 0.15s,
    opacity 0.15s;
  white-space: nowrap;
  text-decoration: none;
}
.btn:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}
.btn:active {
  transform: translateY(0);
}
.btn-pink {
  background: var(--btn-pink);
  color: #fff;
  box-shadow: 0 4px 16px rgba(245, 50, 179, 0.4);
}
.btn-pink:hover {
  box-shadow: 0 6px 24px rgba(245, 50, 179, 0.55);
}
.btn-teal {
  background: var(--btn-teal);
  color: #0a1a18;
  box-shadow: 0 4px 16px rgba(33, 209, 180, 0.35);
}
.btn-teal:hover {
  box-shadow: 0 6px 24px rgba(33, 209, 180, 0.5);
}
.btn-outline {
  background: transparent;
  color: var(--btn-pink);
  border: 1.5px solid var(--btn-pink);
}
.btn-outline:hover {
  background: rgba(245, 50, 179, 0.1);
}
.btn-lg {
  padding: 14px 32px;
  font-size: 1rem;
  border-radius: 10px;
}

.v0-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.v0-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.v0-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.v0-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(21, 2, 26, 0.92) 0%,
    rgba(21, 2, 26, 0.55) 60%,
    rgba(21, 2, 26, 0.25) 100%
  );
  z-index: 1;
}
.v0-hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 80px 0;
}
.v0-hero-badge {
  display: inline-block;
  background: rgba(245, 50, 179, 0.2);
  border: 1px solid var(--btn-pink);
  color: var(--btn-pink);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.v0-hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
  text-wrap: balance;
}
.v0-hero h1 span {
  color: var(--btn-pink);
}
.v0-hero-desc {
  font-size: 1.05rem;
  color: #d8c0e8;
  margin-bottom: 28px;
  line-height: 1.7;
  text-wrap: pretty;
}
.v0-hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.v0-hero-bonus {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(33, 209, 180, 0.1);
  border: 1px solid rgba(33, 209, 180, 0.3);
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 0.85rem;
  color: var(--btn-teal);
  font-weight: 600;
  margin-top: 20px;
}

.v0-advantages {
  background: var(--header-bg);
}
.v0-adv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.v0-adv-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 20px;
  transition:
    border-color 0.25s,
    transform 0.25s,
    box-shadow 0.25s;
}
.v0-adv-card:hover {
  border-color: var(--btn-pink);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.v0-adv-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}
.v0-adv-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.v0-adv-text {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.v0-promo {
}
.v0-promo-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.v0-promo-info h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 12px;
}
.v0-promo-info p {
  color: var(--text-muted);
  line-height: 1.7;
  font-size: 0.95rem;
}
.v0-promo-card {
  background: linear-gradient(135deg, #2a0340 0%, #1e0226 100%);
  border: 2px solid var(--btn-pink);
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 8px 40px rgba(245, 50, 179, 0.2);
  text-align: center;
}
.v0-promo-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(33, 209, 180, 0.15);
  border: 1px solid rgba(33, 209, 180, 0.4);
  color: var(--btn-teal);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.v0-promo-status-dot {
  width: 7px;
  height: 7px;
  background: var(--btn-teal);
  border-radius: 50%;
  animation: pulse-dot 1.8s infinite;
}
.v0-promo-label {
  font-size: 0.82rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.v0-promo-code {
  background: rgba(0, 0, 0, 0.4);
  border: 2px dashed var(--btn-pink);
  border-radius: 10px;
  padding: 16px 24px;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 20px;
  cursor: pointer;
  transition: background 0.2s;
}
.v0-promo-code:hover {
  background: rgba(245, 50, 179, 0.08);
}
.v0-promo-btns {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.v0-promo-countdown {
  margin-top: 16px;
  font-size: 0.82rem;
  color: var(--text-muted);
}
.v0-promo-countdown span {
  color: #ffcc00;
  font-weight: 700;
}
.v0-copy-hint {
  font-size: 0.78rem;
  color: var(--btn-teal);
  margin-top: 8px;
  height: 18px;
  transition: opacity 0.3s;
}

.v0-proscons {
  background: var(--header-bg);
}
.v0-proscons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.v0-pc-card {
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: 28px 24px;
  border: 1px solid var(--border);
}
.v0-pc-card.pros {
  border-top: 3px solid var(--btn-teal);
}
.v0-pc-card.cons {
  border-top: 3px solid var(--btn-pink);
}
.v0-pc-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.v0-pc-head-icon {
  font-size: 1.4rem;
}
.v0-pc-head h3 {
  font-size: 1.1rem;
  font-weight: 700;
}
.v0-pc-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.9rem;
  line-height: 1.5;
}
.v0-pc-list li:last-child {
  border-bottom: none;
}
.v0-pc-list li::before {
  flex-shrink: 0;
  font-size: 0.9rem;
  margin-top: 1px;
}
.pros .v0-pc-list li::before {
  content: "✓";
  color: var(--btn-teal);
  font-weight: 700;
}
.cons .v0-pc-list li::before {
  content: "✕";
  color: var(--btn-pink);
  font-weight: 700;
}

.v0-jackpots {
}
.v0-jackpot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.v0-jackpot-card {
  background: linear-gradient(145deg, #2e0440 0%, #1e0226 100%);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.v0-jackpot-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(245, 50, 179, 0.25);
}
.v0-jackpot-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(
    circle,
    rgba(245, 50, 179, 0.12) 0%,
    transparent 70%
  );
  border-radius: 50%;
}
.v0-jackpot-card.grand {
  border-color: var(--btn-pink);
  border-width: 2px;
}
.v0-jackpot-card.grand::before {
  width: 160px;
  height: 160px;
  background: radial-gradient(
    circle,
    rgba(245, 50, 179, 0.18) 0%,
    transparent 70%
  );
}
.v0-jackpot-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 3px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.v0-jackpot-card.mini .v0-jackpot-badge {
  background: rgba(33, 209, 180, 0.15);
  color: var(--btn-teal);
  border: 1px solid rgba(33, 209, 180, 0.4);
}
.v0-jackpot-card.major .v0-jackpot-badge {
  background: rgba(255, 193, 7, 0.1);
  color: #ffc107;
  border: 1px solid rgba(255, 193, 7, 0.4);
}
.v0-jackpot-card.grand .v0-jackpot-badge {
  background: rgba(245, 50, 179, 0.2);
  color: var(--btn-pink);
  border: 1px solid var(--btn-pink);
}
.v0-jackpot-amount {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  margin-bottom: 6px;
  line-height: 1.2;
}
.v0-jackpot-card.mini .v0-jackpot-amount {
  color: var(--btn-teal);
}
.v0-jackpot-card.major .v0-jackpot-amount {
  color: #ffc107;
}
.v0-jackpot-card.grand .v0-jackpot-amount {
  color: var(--btn-pink);
}
.v0-jackpot-desc {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.v0-jackpot-anim {
  font-size: 0.75rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.v0-jackpot-anim::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--btn-teal);
  border-radius: 50%;
  animation: pulse-dot 1.5s infinite;
}

.v0-tournaments {
  background: var(--header-bg);
}
.v0-tour-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.v0-tour-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  display: flex;
  flex-direction: column;
}
.v0-tour-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(33, 209, 180, 0.15);
}
.v0-tour-head {
  background: linear-gradient(
    135deg,
    rgba(245, 50, 179, 0.25) 0%,
    rgba(33, 209, 180, 0.15) 100%
  );
  padding: 20px;
  border-bottom: 1px solid var(--border);
}
.v0-tour-name {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.v0-tour-desc {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.5;
}
.v0-tour-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.v0-tour-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}
.v0-tour-row-label {
  color: var(--text-muted);
}
.v0-tour-row-val {
  font-weight: 700;
  color: #fff;
}
.v0-tour-timer {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  padding: 12px;
  text-align: center;
}
.v0-tour-timer-label {
  font-size: 0.72rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.v0-tour-timer-digits {
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
}
.v0-timer-unit {
  background: var(--header-bg);
  border-radius: 6px;
  padding: 6px 10px;
  text-align: center;
  min-width: 44px;
}
.v0-timer-num {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--btn-teal);
  display: block;
  line-height: 1;
}
.v0-timer-sep {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--btn-pink);
  margin-bottom: 6px;
}
.v0-timer-lbl {
  font-size: 0.62rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.v0-tour-prize {
  color: var(--btn-pink);
  font-weight: 800;
  font-size: 1.05rem;
}
.v0-tour-footer {
  padding: 16px 20px;
  border-top: 1px solid var(--border);
}

.v0-demo {
}
.v0-demo-wrap {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 16px;
}
.v0-demo-top {
  background: var(--header-bg);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.v0-demo-title {
  font-size: 1.1rem;
  font-weight: 700;
}
.v0-demo-info {
  font-size: 0.85rem;
  color: var(--text-muted);
}
.v0-demo-frame-wrap {
  position: relative;
  padding-bottom: 56.25%;
}
.v0-demo-frame-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: #000;
}
.v0-demo-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1e0226 0%, #15021a 100%);
  gap: 16px;
}
.v0-demo-play-icon {
  width: 72px;
  height: 72px;
  background: var(--btn-pink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 0 0 12px rgba(245, 50, 179, 0.15);
}
.v0-demo-play-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 18px rgba(245, 50, 179, 0.12);
}
.v0-demo-overlay p {
  font-size: 1rem;
  font-weight: 600;
  color: #e0c8f0;
}
.v0-demo-bottom {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid var(--border);
}
.v0-demo-slots {
  display: flex;
  gap: 8px;
}
.v0-demo-slot-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  transition: all 0.2s;
}
.v0-demo-slot-btn.active,
.v0-demo-slot-btn:hover {
  background: rgba(245, 50, 179, 0.15);
  border-color: var(--btn-pink);
  color: #fff;
}

.v0-review {
}
.v0-review-wrap {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 32px;
  align-items: start;
}
.v0-review-main {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
}
.v0-review-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}
.v0-review-author-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--btn-pink), var(--btn-teal));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}
.v0-review-author-name {
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 2px;
}
.v0-review-author-role {
  font-size: 0.8rem;
  color: var(--text-muted);
}
.v0-review-author a {
  font-size: 0.8rem;
  color: var(--btn-teal);
}
.v0-content-block h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 28px 0 12px;
  color: #fff;
}
.v0-content-block h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 22px 0 10px;
  color: #e8d0f8;
}
.v0-content-block h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 18px 0 8px;
  color: #e8d0f8;
}
.v0-content-block p {
  margin-bottom: 16px;
  color: #d8c0e8;
  line-height: 1.75;
  font-size: 0.95rem;
}
.v0-content-block ul,
.v0-content-block ol {
  margin: 12px 0 20px 20px;
}
.v0-content-block ul li {
  list-style: disc;
  color: #d8c0e8;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 6px;
}
.v0-content-block ol li {
  list-style: decimal;
  color: #d8c0e8;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 6px;
}
.v0-content-block a {
  color: var(--btn-pink);
}
.v0-content-block strong {
  color: #fff;
  font-weight: 700;
}
.v0-content-block em {
  color: var(--btn-teal);
  font-style: italic;
}
.v0-content-block table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  overflow-x: auto;
  display: block;
}
.v0-content-block table th {
  background: var(--header-bg);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 14px;
  text-align: left;
  border: 1px solid var(--border);
}
.v0-content-block table td {
  padding: 10px 14px;
  font-size: 0.88rem;
  color: #d8c0e8;
  border: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}
.v0-content-block table tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.03);
}
.v0-content-block blockquote {
  border-left: 3px solid var(--btn-pink);
  padding: 14px 20px;
  margin: 20px 0;
  background: rgba(245, 50, 179, 0.07);
  border-radius: 0 8px 8px 0;
  color: #e0c0f0;
  font-style: italic;
}
.v0-review-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.v0-review-rating {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
}
.v0-rating-score {
  font-size: 3rem;
  font-weight: 800;
  color: var(--btn-teal);
  line-height: 1;
  margin-bottom: 4px;
}
.v0-rating-stars {
  color: #ffc107;
  font-size: 1.2rem;
  margin-bottom: 8px;
  letter-spacing: 2px;
}
.v0-rating-label {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.v0-rating-bars {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.v0-rating-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
}
.v0-rating-bar-label {
  color: var(--text-muted);
  min-width: 90px;
  text-align: right;
}
.v0-rating-bar-track {
  flex: 1;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  overflow: hidden;
}
.v0-rating-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--btn-pink), var(--btn-teal));
  border-radius: 3px;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.v0-rating-bar-val {
  font-weight: 700;
  min-width: 22px;
}
.v0-review-cta {
  background: linear-gradient(
    135deg,
    rgba(245, 50, 179, 0.2) 0%,
    rgba(33, 209, 180, 0.1) 100%
  );
  border: 1px solid rgba(245, 50, 179, 0.3);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
}
.v0-review-cta h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.v0-review-cta p {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 14px;
}

.v0-faq {
  background: var(--header-bg);
}
.v0-faq-list {
  display: grid;
  gap: 10px;
  max-width: 800px;
  margin: 0 auto;
}
.v0-faq-item {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.2s;
}
.v0-faq-item.open {
  border-color: var(--btn-pink);
}
.v0-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background 0.2s;
}
.v0-faq-q:hover {
  background: rgba(245, 50, 179, 0.06);
}
.v0-faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: rgba(245, 50, 179, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: var(--btn-pink);
  font-weight: 800;
  transition: transform 0.3s;
}
.v0-faq-item.open .v0-faq-icon {
  transform: rotate(45deg);
  background: var(--btn-pink);
  color: #fff;
}
.v0-faq-a {
  display: none;
  padding: 0 20px 18px;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}
.v0-faq-item.open .v0-faq-a {
  display: block;
  animation: fadeIn 0.2s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.v0-footer {
  background: var(--header-bg);
  padding: 48px 0 24px;
  margin-top: auto;
}
.v0-footer-grid {
  display: grid;
  grid-template-columns: 220px 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.v0-footer-logo img {
  height: 38px;
  margin-bottom: 14px;
}
.v0-footer-desc {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 14px;
}
.v0-footer-18 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 2px solid var(--text-muted);
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--text-muted);
}
.v0-footer-col h4 {
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 16px;
}
.v0-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.v0-footer-nav a {
  font-size: 0.85rem;
  color: var(--text-muted);
  transition: color 0.2s;
}
.v0-footer-nav a:hover {
  color: var(--btn-pink);
}
.v0-footer-payments {
  margin-bottom: 32px;
}
.v0-footer-payments h4,
.v0-footer-providers h4 {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-muted);
  margin-bottom: 14px;
}
.v0-payment-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.v0-payment-badge {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #c8a8d8;
}
.v0-provider-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.v0-provider-badge {
  background: rgba(33, 209, 180, 0.05);
  border: 1px solid rgba(33, 209, 180, 0.15);
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(33, 209, 180, 0.8);
}
.v0-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.v0-footer-copyright {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-align: center;
  line-height: 1.6;
}
.v0-footer-legal {
  font-size: 0.75rem;
  color: rgba(200, 168, 216, 0.5);
  text-align: center;
  line-height: 1.6;
}
.v0-footer-license {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 0.75rem;
  color: rgba(200, 168, 216, 0.5);
}

.v0-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: linear-gradient(90deg, #1e0226 0%, #2a0340 50%, #1e0226 100%);
  border-top: 2px solid var(--btn-pink);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transform: translateY(0);
  transition: transform 0.3s;
  box-shadow: 0 -4px 30px rgba(245, 50, 179, 0.3);
}
.v0-widget.hidden {
  transform: translateY(100%);
}
.v0-widget-text {
  font-size: 0.9rem;
  color: #e0c8f0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.v0-widget-bonus {
  color: var(--btn-teal);
  font-weight: 800;
}
.v0-widget-close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 0.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.v0-widget-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1024px) {
  .v0-promo-wrap {
    grid-template-columns: 1fr;
  }
  .v0-review-wrap {
    grid-template-columns: 1fr;
  }
  .v0-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .v0-footer-grid > :first-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 768px) {
  .v0-section {
    padding: 44px 0;
  }
  .v0-header-inner {
    grid-template-columns: auto auto;
  }
  .v0-nav {
    display: none;
  }
  .v0-burger {
    display: flex;
  }
  .v0-online {
    display: none;
  }
  .v0-jackpot-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .v0-tour-grid {
    grid-template-columns: 1fr;
  }
  .v0-proscons-grid {
    grid-template-columns: 1fr;
  }
  .v0-footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .v0-widget {
    padding: 12px 40px 12px 16px;
  }
  .v0-widget-text {
    font-size: 0.82rem;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .v0-hero-content {
    padding: 56px 0;
  }
  .v0-hero-btns {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .v0-promo-code {
    font-size: 1.3rem;
    letter-spacing: 2px;
  }
  .v0-jackpot-grid {
    grid-template-columns: 1fr;
  }
  .v0-demo-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 769px) {
  .v0-header-btns .btn {
    display: inline-flex;
  }
}

.v0-faq {
  background: var(--header-bg);
}
.v0-faq-list {
  display: grid;
  gap: 10px;
  max-width: 800px;
  margin: 0 auto;
}
.v0-faq-item {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.2s;
}
.v0-faq-item.open {
  border-color: var(--btn-pink);
}
.v0-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 18px 20px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: left;
  background: transparent;
  color: var(--text);
  border: none;
  transition: background 0.2s;
}
.v0-faq-q:hover {
  background: rgba(245, 50, 179, 0.06);
}
.v0-faq-q span[itemprop="name"] {
  flex: 1;
}
.v0-faq-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: rgba(245, 50, 179, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: var(--btn-pink);
  font-weight: 800;
  transition: transform 0.3s;
}
.v0-faq-item.open .v0-faq-icon {
  transform: rotate(45deg);
  background: var(--btn-pink);
  color: #fff;
}
.v0-faq-a {
  display: none;
  padding: 0 20px 18px;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
}
.v0-faq-item.open .v0-faq-a {
  display: block;
  animation: fadeIn 0.2s;
}
.v0-faq-a strong {
  color: #fff;
  font-weight: 700;
}
