*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  background: #180b29;
}
body {
  font-family: "Montserrat", "Roboto", Arial, Helvetica, sans-serif;
  background: #180b29;
  color: #e8dff5;
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}
a {
  color: #a07de0;
  text-decoration: none;
}
a:hover {
  color: #c9a9f7;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #f0e8ff;
}
h1 {
  font-size: clamp(1.6rem, 4vw, 2.6rem);
}
h2 {
  font-size: clamp(1.3rem, 3vw, 2rem);
}
h3 {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
}
p {
  margin-bottom: 1rem;
}
ul,
ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
li {
  margin-bottom: 0.4rem;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.x3k9a {
  display: none;
}
.wp-block-q7m2 {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

header.site-header {
  background: #200f39;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}
.hdr-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.hdr-logo {
  flex-shrink: 0;
}
.hdr-logo img {
  height: 44px;
  width: auto;
}
.hdr-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.hdr-nav a {
  color: #c9b8f0;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 6px;
  transition:
    background 0.2s,
    color 0.2s;
  white-space: nowrap;
}
.hdr-nav a:hover {
  background: rgba(107, 52, 204, 0.35);
  color: #fff;
}
.hdr-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.hdr-online {
  font-size: 0.72rem;
  color: #a07de0;
  white-space: nowrap;
  padding: 0 8px;
}
.hdr-online span {
  color: #6b34cc;
  font-weight: 700;
}
.burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  flex-direction: column;
  gap: 5px;
}
.burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #e8dff5;
  border-radius: 2px;
  transition:
    transform 0.3s,
    opacity 0.3s;
}
.burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 9px 18px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition:
    transform 0.15s,
    box-shadow 0.2s,
    filter 0.2s;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}
.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.1);
}
.btn:active {
  transform: translateY(0);
}
.btn--login {
  background: #2b154e;
  color: #d4beff;
  border: 1px solid #4a2d80;
}
.btn--login:hover {
  background: #3b2060;
  color: #fff;
}
.btn--signup {
  background: #6b34cc;
  color: #fff;
  box-shadow: 0 3px 14px rgba(107, 52, 204, 0.45);
}
.btn--signup:hover {
  background: #7c45dd;
}
.btn--primary {
  background: #6b34cc;
  color: #fff;
  padding: 14px 32px;
  font-size: 1rem;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(107, 52, 204, 0.5);
}
.btn--primary:hover {
  background: #7c45dd;
  box-shadow: 0 6px 24px rgba(107, 52, 204, 0.6);
}
.btn--outline {
  background: transparent;
  color: #c9a9f7;
  border: 2px solid #6b34cc;
  padding: 12px 28px;
  font-size: 0.95rem;
  border-radius: 10px;
}
.btn--outline:hover {
  background: rgba(107, 52, 204, 0.2);
}

.hero-section {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #200f39;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(24, 11, 41, 0.92) 40%,
    rgba(32, 15, 57, 0.7) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  padding: 60px 0;
}
.hero-content h1 {
  color: #fff;
  margin-bottom: 1rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}
.hero-content p {
  font-size: 1.1rem;
  color: #d4beff;
  margin-bottom: 1.5rem;
}
.hero-badge {
  display: inline-block;
  background: #6b34cc;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.section {
  padding: 56px 0;
}
.section--alt {
  background: rgba(32, 15, 57, 0.6);
}
.section-title {
  text-align: center;
  margin-bottom: 32px;
  color: #f0e8ff;
}
.section-title span {
  color: #9b6ff7;
}

.block-card {
  background: #200f39;
  border: 1px solid rgba(107, 52, 204, 0.3);
  border-radius: 14px;
  padding: 24px;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}
.block-card:hover {
  box-shadow: 0 6px 28px rgba(107, 52, 204, 0.25);
  transform: translateY(-2px);
}

.pros-cons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.pros-cons__col {
  flex: 1 1 280px;
  border-radius: 14px;
  padding: 24px;
}
.pros-cons__col--pros {
  background: rgba(46, 160, 67, 0.12);
  border: 1px solid rgba(46, 160, 67, 0.35);
}
.pros-cons__col--cons {
  background: rgba(220, 53, 69, 0.1);
  border: 1px solid rgba(220, 53, 69, 0.3);
}
.pros-cons__title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pros-cons__col--pros .pros-cons__title {
  color: #4caf7d;
}
.pros-cons__col--cons .pros-cons__title {
  color: #e06b77;
}
.pros-cons__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pros-cons__list li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.9rem;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.pros-cons__list li::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 700;
}
.pros-cons__col--pros .pros-cons__list li::before {
  content: "✓";
  background: rgba(46, 160, 67, 0.25);
  color: #4caf7d;
}
.pros-cons__col--cons .pros-cons__list li::before {
  content: "✗";
  background: rgba(220, 53, 69, 0.2);
  color: #e06b77;
}

.screenshots-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.screenshots-grid img {
  flex: 1 1 200px;
  border-radius: 12px;
  border: 2px solid rgba(107, 52, 204, 0.3);
  object-fit: cover;
  max-height: 280px;
}

.winners-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(107, 52, 204, 0.3);
}
.winners-table thead tr {
  background: #2b154e;
}
.winners-table thead th {
  padding: 12px 16px;
  text-align: left;
  font-size: 0.82rem;
  color: #c9b8f0;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.winners-table tbody tr {
  border-bottom: 1px solid rgba(107, 52, 204, 0.15);
  transition: background 0.15s;
}
.winners-table tbody tr:hover {
  background: rgba(107, 52, 204, 0.12);
}
.winners-table tbody tr:nth-child(odd) {
  background: rgba(32, 15, 57, 0.5);
}
.winners-table tbody td {
  padding: 10px 16px;
  font-size: 0.88rem;
}
.winners-table td:last-child {
  color: #9b6ff7;
  font-weight: 700;
}
.winners-badge {
  display: inline-block;
  background: #6b34cc;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
}
.table-wrap {
  overflow-x: auto;
  border-radius: 12px;
}

.wheel-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px 0;
}
.wheel-wrap {
  position: relative;
  width: 300px;
  height: 300px;
}
#spinWheel {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #6b34cc;
  box-shadow: 0 0 32px rgba(107, 52, 204, 0.6);
}
.wheel-pointer {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 24px solid #ffd700;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}
.wheel-result {
  display: none;
  background: rgba(107, 52, 204, 0.25);
  border: 1px solid #6b34cc;
  border-radius: 14px;
  padding: 24px 32px;
  text-align: center;
  max-width: 320px;
}
.wheel-result.show {
  display: block;
  animation: fadeIn 0.4s ease;
}
.wheel-result h3 {
  color: #ffd700;
  margin-bottom: 8px;
}

.content-review {
  max-width: 860px;
  margin: 0 auto;
}
.content-review h2 {
  color: #c9a9f7;
  margin: 1.5rem 0 0.8rem;
  border-left: 3px solid #6b34cc;
  padding-left: 12px;
}
.content-review h3 {
  color: #d4beff;
  margin: 1.2rem 0 0.6rem;
}
.content-review p {
  color: #d0c5e8;
  line-height: 1.7;
}
.content-review a {
  color: #9b6ff7;
  text-decoration: underline;
}
.content-review ul,
.content-review ol {
  color: #d0c5e8;
}
.content-review table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  border: 1px solid rgba(107, 52, 204, 0.4);
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.content-review table th {
  background: #2b154e;
  padding: 10px 14px;
  text-align: left;
  font-size: 0.85rem;
  color: #c9b8f0;
  border: 1px solid rgba(107, 52, 204, 0.3);
}
.content-review table td {
  padding: 9px 14px;
  border: 1px solid rgba(107, 52, 204, 0.2);
  font-size: 0.88rem;
}
.content-review table tr:nth-child(odd) td {
  background: rgba(32, 15, 57, 0.4);
}

.author-block {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: #200f39;
  border: 1px solid rgba(107, 52, 204, 0.3);
  border-radius: 14px;
  padding: 24px;
  flex-wrap: wrap;
}
.author-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #6b34cc;
  flex-shrink: 0;
}
.author-info h3 {
  margin-bottom: 6px;
  color: #f0e8ff;
}
.author-info p {
  font-size: 0.88rem;
  color: #b8a8d8;
  margin-bottom: 10px;
}
.author-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.author-links a {
  font-size: 0.8rem;
  color: #9b6ff7;
  border: 1px solid rgba(107, 52, 204, 0.4);
  padding: 4px 12px;
  border-radius: 20px;
  transition: background 0.2s;
}
.author-links a:hover {
  background: rgba(107, 52, 204, 0.25);
}

footer.site-footer {
  background: #200f39;
  margin-top: auto;
  padding: 40px 0 20px;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.footer-top {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-logo img {
  height: 40px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-nav a {
  color: #a89cc8;
  font-size: 0.84rem;
  transition: color 0.2s;
}
.footer-nav a:hover {
  color: #c9a9f7;
}
.footer-nav--cols {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.footer-legal-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.footer-legal-links a {
  color: #7a6a99;
  font-size: 0.78rem;
  transition: color 0.2s;
}
.footer-legal-links a:hover {
  color: #a07de0;
}
.footer-logos {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.footer-logos img {
  height: 28px;
  width: auto;
  opacity: 0.7;
  filter: grayscale(40%);
  transition: opacity 0.2s;
}
.footer-logos img:hover {
  opacity: 1;
  filter: none;
}
.footer-divider {
  border: none;
  border-top: 1px solid rgba(107, 52, 204, 0.2);
  margin: 4px 0;
}
.footer-bottom {
  text-align: center;
  font-size: 0.75rem;
  color: #6a5a88;
  line-height: 1.7;
}

.widget-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #200f39;
  border-top: 2px solid #6b34cc;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  box-shadow: 0 -4px 20px rgba(107, 52, 204, 0.4);
}
.widget-cta__text {
  color: #f0e8ff;
  font-weight: 600;
  font-size: 0.9rem;
}
.widget-cta__text strong {
  color: #ffd700;
}
.widget-cta a.btn {
  text-decoration: none;
}
.widget-close {
  background: none;
  border: none;
  color: #7a6a99;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 4px 8px;
  line-height: 1;
  transition: color 0.2s;
  flex-shrink: 0;
}
.widget-close:hover {
  color: #e8dff5;
}

.slider-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
.slider-track {
  display: flex;
  transition: transform 0.4s ease;
}
.slider-track .slide {
  min-width: 100%;
  position: relative;
}
.slider-track img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 14px;
}
.slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}
.slider-btn {
  background: #2b154e;
  border: 1px solid rgba(107, 52, 204, 0.5);
  color: #c9b8f0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.slider-btn:hover {
  background: #6b34cc;
  color: #fff;
}
.slider-dots {
  display: flex;
  gap: 6px;
}
.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(107, 52, 204, 0.35);
  cursor: pointer;
  transition: background 0.2s;
}
.slider-dot.active {
  background: #6b34cc;
}
.slider-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 28px;
  background: linear-gradient(
    to top,
    rgba(24, 11, 41, 0.95) 0%,
    transparent 100%
  );
  border-radius: 0 0 14px 14px;
}
.slider-text h2 {
  color: #fff;
  margin-bottom: 8px;
}
.slider-text p {
  color: #d4beff;
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.bonus-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.bonus-card {
  flex: 1 1 200px;
  background: #200f39;
  border: 1px solid rgba(107, 52, 204, 0.35);
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.bonus-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(107, 52, 204, 0.3);
}
.bonus-card__icon {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.bonus-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #f0e8ff;
  margin-bottom: 8px;
}
.bonus-card__value {
  font-size: 1.4rem;
  font-weight: 800;
  color: #6b34cc;
  margin-bottom: 8px;
}
.bonus-card__desc {
  font-size: 0.82rem;
  color: #a89cc8;
}

.promo-accent {
  background: linear-gradient(135deg, #2b154e 0%, #3a1f68 100%);
  border: 2px solid #6b34cc;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}
.promo-code-display {
  background: #180b29;
  border: 2px dashed #6b34cc;
  border-radius: 10px;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 16px 0;
  cursor: pointer;
  transition: background 0.2s;
}
.promo-code-display:hover {
  background: rgba(107, 52, 204, 0.15);
}
.promo-code-display code {
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffd700;
  letter-spacing: 2px;
  font-family: monospace;
}
.promo-copy-hint {
  font-size: 0.78rem;
  color: #a07de0;
  margin-top: 4px;
}

.faq-item {
  border: 1px solid rgba(107, 52, 204, 0.25);
  border-radius: 12px;
  margin-bottom: 10px;
  overflow: hidden;
}
.faq-question {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: rgba(43, 21, 78, 0.4);
  transition: background 0.2s;
  font-weight: 600;
  color: #f0e8ff;
  user-select: none;
}
.faq-question:hover {
  background: rgba(107, 52, 204, 0.2);
}
.faq-chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.3s;
  color: #6b34cc;
  font-size: 1.2rem;
  line-height: 1;
}
.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.3s;
}
.faq-item.open .faq-answer {
  max-height: 400px;
}
.faq-answer-inner {
  padding: 16px 20px;
  color: #c5b8e0;
  font-size: 0.9rem;
  line-height: 1.7;
  border-top: 1px solid rgba(107, 52, 204, 0.15);
}

.info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(107, 52, 204, 0.35);
}
.info-table tr:nth-child(odd) {
  background: rgba(43, 21, 78, 0.3);
}
.info-table tr:nth-child(even) {
  background: rgba(24, 11, 41, 0.5);
}
.info-table td {
  padding: 12px 18px;
  font-size: 0.88rem;
  border-bottom: 1px solid rgba(107, 52, 204, 0.15);
}
.info-table td:first-child {
  color: #a89cc8;
  font-weight: 600;
  width: 40%;
  min-width: 160px;
}
.info-table td:last-child {
  color: #f0e8ff;
}

.reg-methods {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.reg-method {
  background: #200f39;
  border: 1px solid rgba(107, 52, 204, 0.35);
  border-radius: 12px;
  padding: 20px 24px;
  text-align: center;
  flex: 1 1 180px;
  max-width: 220px;
  transition:
    border-color 0.2s,
    transform 0.2s;
}
.reg-method:hover {
  border-color: #6b34cc;
  transform: translateY(-2px);
}
.reg-method__icon {
  font-size: 2rem;
  margin-bottom: 10px;
}
.reg-method__title {
  font-weight: 700;
  color: #f0e8ff;
  font-size: 0.95rem;
  margin-bottom: 6px;
}
.reg-method__desc {
  font-size: 0.8rem;
  color: #a89cc8;
}

.mirror-not-working {
  background: #200f39;
  border: 1px solid rgba(107, 52, 204, 0.3);
  border-radius: 14px;
  padding: 32px;
  text-align: center;
}
.mirror-not-working h3 {
  margin-bottom: 16px;
  color: #ffd700;
}
.mirror-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 16px;
}

.slots-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.slot-card {
  flex: 1 1 160px;
  max-width: 200px;
  background: #200f39;
  border: 1px solid rgba(107, 52, 204, 0.3);
  border-radius: 12px;
  overflow: hidden;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.slot-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(107, 52, 204, 0.3);
}
.slot-card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.slot-card__body {
  padding: 10px 12px;
}
.slot-card__title {
  font-size: 0.85rem;
  font-weight: 700;
  color: #f0e8ff;
  margin-bottom: 4px;
}
.slot-card__rtp {
  font-size: 0.75rem;
  color: #9b6ff7;
}

.categories-grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.cat-chip {
  background: #2b154e;
  color: #c9b8f0;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid rgba(107, 52, 204, 0.3);
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
}
.cat-chip:hover,
.cat-chip.active {
  background: #6b34cc;
  color: #fff;
  border-color: #6b34cc;
}

.rtp-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(107, 52, 204, 0.3);
}
.rtp-table thead th {
  background: #2b154e;
  padding: 12px 16px;
  text-align: left;
  font-size: 0.82rem;
  color: #c9b8f0;
  font-weight: 700;
}
.rtp-table tbody tr:hover {
  background: rgba(107, 52, 204, 0.1);
}
.rtp-table tbody tr:nth-child(odd) {
  background: rgba(32, 15, 57, 0.4);
}
.rtp-table td {
  padding: 10px 16px;
  font-size: 0.86rem;
  border-bottom: 1px solid rgba(107, 52, 204, 0.12);
}
.rtp-bar {
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(to right, #6b34cc, #a07de0);
}

.compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(107, 52, 204, 0.3);
}
.compare-table thead th {
  background: #2b154e;
  padding: 12px 16px;
  text-align: left;
  color: #c9b8f0;
  font-size: 0.85rem;
  font-weight: 700;
}
.compare-table tbody td {
  padding: 11px 16px;
  font-size: 0.86rem;
  border-bottom: 1px solid rgba(107, 52, 204, 0.12);
}
.compare-table tbody tr:nth-child(odd) td {
  background: rgba(32, 15, 57, 0.4);
}
.compare-table .highlight {
  color: #6b34cc;
  font-weight: 700;
}

.alt-grid {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.alt-card {
  flex: 1 1 200px;
  background: #200f39;
  border: 1px solid rgba(107, 52, 204, 0.25);
  border-radius: 12px;
  padding: 18px;
  text-align: center;
  transition: border-color 0.2s;
}
.alt-card:hover {
  border-color: #6b34cc;
}
.alt-card__title {
  font-weight: 700;
  color: #f0e8ff;
  margin-bottom: 6px;
}
.alt-card__bonus {
  font-size: 0.85rem;
  color: #9b6ff7;
  margin-bottom: 10px;
}

.video-wrap {
  position: relative;
  padding-top: 56.25%;
  border-radius: 14px;
  background: #200f39;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.breadcrumb {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 0.8rem;
  color: #7a6a99;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.breadcrumb a {
  color: #a07de0;
}
.breadcrumb a:hover {
  color: #c9a9f7;
}
.breadcrumb span {
  color: #4a3870;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(107, 52, 204, 0.4);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(107, 52, 204, 0);
  }
}

.fade-in {
  animation: fadeIn 0.5s ease both;
}
.pulse {
  animation: pulse 2s infinite;
}

.d-none {
  display: none !important;
}
.text-center {
  text-align: center;
}
.mt1 {
  margin-top: 8px;
}
.mb1 {
  margin-bottom: 8px;
}
.gap-sm {
  gap: 8px;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.w-full {
  width: 100%;
}

.technical-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 0 60px;
}
.technical-content h1 {
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid rgba(107, 52, 204, 0.3);
}
.technical-content h2 {
  color: #c9a9f7;
  margin: 1.8rem 0 0.8rem;
  font-size: 1.25rem;
}
.technical-content h3 {
  color: #d4beff;
  margin: 1.4rem 0 0.6rem;
}
.technical-content p {
  color: #c5b8e0;
  line-height: 1.75;
}
.technical-content ul,
.technical-content ol {
  color: #c5b8e0;
  padding-left: 1.6rem;
}
.technical-content ul li,
.technical-content ol li {
  margin-bottom: 0.5rem;
}

@media (max-width: 900px) {
  .hdr-nav {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: #200f39;
    flex-direction: column;
    padding: 12px 16px;
    gap: 2px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(107, 52, 204, 0.3);
    z-index: 999;
  }
  .hdr-nav.open {
    display: flex;
  }
  .hdr-nav a {
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 0.9rem;
  }
  .burger {
    display: flex;
  }
  .hdr-actions .btn {
    font-size: 0.78rem;
    padding: 7px 12px;
  }
}
@media (max-width: 600px) {
  .section {
    padding: 36px 0;
  }
  .pros-cons {
    flex-direction: column;
  }
  .bonus-cards {
    flex-direction: column;
  }
  .reg-methods {
    flex-direction: column;
    align-items: center;
  }
  .footer-top {
    flex-direction: column;
  }
  .alt-grid {
    flex-direction: column;
  }
  .slots-grid {
    justify-content: center;
  }
  .hero-content {
    padding: 36px 0;
  }
  .slider-track img {
    height: 220px;
  }
}
@media (max-width: 400px) {
  .widget-cta {
    gap: 8px;
  }
  .widget-cta__text {
    font-size: 0.8rem;
  }
}

.wp-content-b9f2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.elementor-hidden-k3x7 {
  display: none;
}
#wpadminbar-fake {
  display: none;
}

.content-review,
.technical-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 36px 40px;
  background: #200f39;
  border: 1px solid rgba(107, 52, 204, 0.32);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  color: #d0c5e8;
  overflow: hidden;
}

.technical-content {
  margin-top: 40px;
  margin-bottom: 60px;
}

.content-review > :first-child,
.technical-content > :first-child {
  margin-top: 0;
}

.content-review > :last-child,
.technical-content > :last-child {
  margin-bottom: 0;
}

.content-review h1,
.technical-content h1 {
  margin: 0 0 28px;
  padding-bottom: 18px;
  border-bottom: 2px solid rgba(107, 52, 204, 0.35);
  color: #f4efff;
}

.content-review h2,
.technical-content h2 {
  margin: 34px 0 14px;
  padding-left: 14px;
  border-left: 4px solid #6b34cc;
  color: #c9a9f7;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
}

.content-review h3,
.technical-content h3 {
  margin: 26px 0 12px;
  color: #d9c7ff;
  font-size: clamp(1.08rem, 2.5vw, 1.3rem);
}

.content-review h4,
.content-review h5,
.content-review h6,
.technical-content h4,
.technical-content h5,
.technical-content h6 {
  margin: 22px 0 10px;
  color: #eee7ff;
}

.content-review p,
.technical-content p {
  margin: 0 0 18px;
  color: #d0c5e8;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.content-review ul,
.content-review ol,
.technical-content ul,
.technical-content ol {
  margin: 0 0 22px;
  padding-left: 24px;
  color: #d0c5e8;
}

.content-review li,
.technical-content li {
  margin-bottom: 10px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.content-review li::marker,
.technical-content li::marker {
  color: #9b6ff7;
}

.content-review a,
.technical-content a {
  color: #b790ff;
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

.content-review strong,
.technical-content strong {
  color: #f3edff;
}

.content-review blockquote,
.technical-content blockquote {
  margin: 24px 0;
  padding: 18px 20px;
  background: rgba(107, 52, 204, 0.12);
  border-left: 4px solid #9b6ff7;
  border-radius: 0 12px 12px 0;
  color: #ddd3f2;
}

.content-review img,
.technical-content img {
  max-width: 100%;
  height: auto;
  margin: 24px auto;
  border-radius: 14px;
}

.content-review table,
.technical-content table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  border-collapse: collapse;
  border: 1px solid rgba(107, 52, 204, 0.4);
  border-radius: 12px;
  background: #180b29;
  -webkit-overflow-scrolling: touch;
}

.content-review table th,
.technical-content table th {
  padding: 13px 16px;
  background: #2b154e;
  border: 1px solid rgba(107, 52, 204, 0.35);
  color: #f0e8ff;
  text-align: left;
  white-space: nowrap;
}

.content-review table td,
.technical-content table td {
  min-width: 130px;
  padding: 12px 16px;
  border: 1px solid rgba(107, 52, 204, 0.22);
  color: #d0c5e8;
  vertical-align: top;
}

.content-review table tr:nth-child(even) td,
.technical-content table tr:nth-child(even) td {
  background: rgba(107, 52, 204, 0.08);
}

.technical-content .breadcrumb {
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(107, 52, 204, 0.2);
}

@media (max-width: 700px) {
  #review.section,
  #main-content > .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .content-review,
  .technical-content {
    padding: 24px 18px;
    border-radius: 14px;
  }

  .technical-content {
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .content-review h1,
  .technical-content h1 {
    margin-bottom: 22px;
    padding-bottom: 14px;
    font-size: clamp(1.55rem, 8vw, 2rem);
  }

  .content-review h2,
  .technical-content h2 {
    margin-top: 28px;
    padding-left: 11px;
  }

  .content-review p,
  .technical-content p,
  .content-review li,
  .technical-content li {
    font-size: 0.96rem;
    line-height: 1.72;
  }

  .content-review table,
  .technical-content table {
    margin: 20px 0;
    font-size: 0.86rem;
  }

  .content-review table th,
  .content-review table td,
  .technical-content table th,
  .technical-content table td {
    padding: 10px 12px;
  }
}
