*,
*::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: "Inter", Arial, sans-serif;
  background: #0b0c0d;
  color: #e8e9ea;
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}
body.wp-custom-logo {
  display: block !important;
}
body.nav-locked {
  overflow: hidden !important;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #bbeb00;
  text-decoration: none;
  transition:
    color 0.2s,
    opacity 0.2s;
}
a:hover {
  opacity: 0.85;
}
ul {
  list-style: none;
}

.btn-xk9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 22px;
  border-radius: 8px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  border: none;
  transition:
    transform 0.15s,
    box-shadow 0.15s,
    opacity 0.2s;
  white-space: nowrap;
  text-decoration: none;
}
.btn-xk9:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.4);
}
.btn-xk9:active {
  transform: translateY(0);
}
.btn-login-v3m {
  background: #1f2021;
  color: #e8e9ea;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.btn-login-v3m:hover {
  background: #2a2b2c;
  color: #fff;
}
.btn-signup-v3m {
  background: #bbeb00;
  color: #0b0c0d;
}
.btn-signup-v3m:hover {
  background: #cef700;
  color: #0b0c0d;
  box-shadow: 0 6px 28px rgba(187, 235, 0, 0.35);
}
.btn-ghost-v3m {
  background: transparent;
  color: #bbeb00;
  border: 2px solid #bbeb00;
}
.btn-ghost-v3m:hover {
  background: rgba(187, 235, 0, 0.08);
  color: #bbeb00;
}
.btn--lg {
  padding: 14px 32px;
  font-size: 1rem;
  border-radius: 10px;
}
.btn--full {
  width: 100%;
}

.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  text-align: center;
}
.section-subtitle {
  text-align: center;
  color: #9fa0a1;
  font-size: 0.97rem;
  margin-bottom: 32px;
  line-height: 1.6;
}

.block-card-r7t {
  background: #131415;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
}

.hdr-site-v8k {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11, 12, 13, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.hdr-container-z3p {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.hdr-xk92 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  gap: 16px;
}
.hdr-left-z3p {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1 1 auto;
  min-width: 0;
}
.hdr-logo-a7q {
  display: inline-flex;
  flex-shrink: 0;
}
.hdr-logo-a7q img {
  height: 36px;
  width: auto;
}
.hdr-nav-wrap-m4k {
  display: flex;
}
.hdr-nav-m4k {
  display: flex;
  align-items: center;
  gap: 4px;
}
.hdr-nav-m4k li a {
  color: #9fa0a1;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  transition:
    color 0.2s,
    background 0.2s;
  white-space: nowrap;
}
.hdr-nav-m4k li a:hover {
  color: #bbeb00;
  background: rgba(187, 235, 0, 0.08);
}
.hdr-right-z3p {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.hdr-online-b9x {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: #9fa0a1;
  white-space: nowrap;
}
.hdr-online-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bbeb00;
  box-shadow: 0 0 8px rgba(187, 235, 0, 0.7);
  animation: hdr-pulse 2s ease-in-out infinite;
}
@keyframes hdr-pulse {
  0%,
  100% {
    box-shadow: 0 0 8px rgba(187, 235, 0, 0.7);
  }
  50% {
    box-shadow: 0 0 16px rgba(187, 235, 0, 0.9);
  }
}
.hdr-online-count {
  color: #fff;
  font-weight: 600;
}
.hdr-btns-f2w {
  display: flex;
  align-items: center;
  gap: 8px;
}

.burger-btn-r7t {
  display: none;
  width: 40px;
  height: 40px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  position: relative;
  flex-shrink: 0;
  z-index: 1001;
}
.burger-btn-r7t .burger-line {
  display: block;
  width: 20px;
  height: 2px;
  background: #e8e9ea;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition:
    transform 0.3s,
    opacity 0.3s,
    top 0.3s;
}
.burger-btn-r7t .burger-line:nth-child(1) {
  top: 12px;
}
.burger-btn-r7t .burger-line:nth-child(2) {
  top: 19px;
}
.burger-btn-r7t .burger-line:nth-child(3) {
  top: 26px;
}
.burger-btn-r7t.is-open .burger-line:nth-child(1) {
  top: 19px;
  transform: translateX(-50%) rotate(45deg);
}
.burger-btn-r7t.is-open .burger-line:nth-child(2) {
  opacity: 0;
}
.burger-btn-r7t.is-open .burger-line:nth-child(3) {
  top: 19px;
  transform: translateX(-50%) rotate(-45deg);
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 997;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}
.mobile-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mobile-menu-m9s {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 85vw;
  height: 100%;
  z-index: 998;
  background: #131415;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  visibility: hidden;
  pointer-events: none;
  transition:
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.3s;
}
.mobile-menu-m9s.is-open {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}
.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mobile-close-btn {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #9fa0a1;
  font-size: 1.4rem;
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition:
    color 0.2s,
    background 0.2s;
}
.mobile-close-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}
.mobile-nav-list {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
}
.mobile-nav-item {
  display: block;
  color: #e8e9ea;
  font-size: 1rem;
  font-weight: 500;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition:
    color 0.2s,
    background 0.2s;
}
.mobile-nav-item:hover {
  color: #bbeb00;
  background: rgba(187, 235, 0, 0.05);
}
.mobile-btns-wrap {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero-section-v2k {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 80px 20px;
}
.hero-section-v2k::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/e.jpg") center center/cover no-repeat;
  z-index: 0;
  transform: scale(1.02);
}
.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(11, 12, 13, 0.95) 40%,
    rgba(11, 12, 13, 0.7) 100%
  );
  z-index: 1;
}
.hero-inner-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: 0 auto 0 0;
  padding: 0 20px;
}
.hero-badge-top {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(187, 235, 0, 0.1);
  border: 1px solid rgba(187, 235, 0, 0.25);
  color: #bbeb00;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.hero-h1-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 16px;
}
.hero-accent {
  color: #bbeb00;
}
.hero-subtitle {
  font-size: 1.1rem;
  color: #c8c9ca;
  margin-bottom: 24px;
  line-height: 1.6;
}
.hero-promo-strip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(187, 235, 0, 0.2);
  border-radius: 12px;
  padding: 12px 18px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.hero-promo-label {
  color: #9fa0a1;
  font-size: 0.85rem;
}
.hero-promo-code {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: #bbeb00;
  letter-spacing: 0.1em;
}
.hero-copy-btn {
  background: #1f2021;
  color: #e8e9ea;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
}
.hero-copy-btn:hover {
  background: #2a2b2c;
  color: #bbeb00;
}
.hero-cta-row {
  display: flex;
  gap: 12px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.hero-stats-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hero-stat strong {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #bbeb00;
}
.hero-stat span {
  font-size: 0.78rem;
  color: #9fa0a1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pros-cons-section {
  padding: 72px 0;
}
.pros-cons-grid {
  display: flex;
  gap: 20px;
  margin-top: 32px;
}
.pros-card,
.cons-card {
  flex: 1;
  padding: 28px;
  border-radius: 16px;
}
.pc-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.pc-pros-header {
  color: #bbeb00;
}
.pc-cons-header {
  color: #ff5a5a;
}
.pc-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pc-list li {
  font-size: 0.92rem;
  color: #c8c9ca;
  padding-left: 20px;
  position: relative;
  line-height: 1.55;
}
.pc-pros-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #bbeb00;
  font-weight: 700;
}
.pc-cons-list li::before {
  content: "\2717";
  position: absolute;
  left: 0;
  color: #ff5a5a;
  font-weight: 700;
}

.mirrors-section {
  padding: 72px 0;
  background: rgba(19, 20, 21, 0.5);
}
.mirrors-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.mirrors-updated {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.83rem;
  color: #9fa0a1;
}
.mirror-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #bbeb00;
  display: inline-block;
  animation: hdr-pulse 2s infinite;
}
.mirrors-desc {
  color: #9fa0a1;
  font-size: 0.92rem;
  margin-bottom: 24px;
  max-width: 720px;
}
.mirrors-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px;
}
.mirrors-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  background: #131415;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  overflow: hidden;
}
.mirrors-table th {
  background: #1a1b1c;
  color: #9fa0a1;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mirrors-table td {
  padding: 14px 18px;
  font-size: 0.9rem;
  color: #c8c9ca;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.mirrors-table tbody tr:last-child td {
  border-bottom: none;
}
.mirrors-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.02);
}
.status-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
}
.status-active {
  background: rgba(187, 235, 0, 0.12);
  color: #bbeb00;
}
.status-maintenance {
  background: rgba(255, 165, 0, 0.12);
  color: #ffa500;
}
.mirror-link-btn {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  background: #bbeb00;
  color: #0b0c0d;
  border-radius: 6px;
  font-size: 0.83rem;
  font-weight: 700;
  transition:
    background 0.2s,
    transform 0.15s;
}
.mirror-link-btn:hover {
  background: #cef700;
  transform: translateY(-1px);
  color: #0b0c0d;
}
.mirror-link-disabled {
  background: #1f2021;
  color: #666;
  pointer-events: none;
}

.games-section {
  padding: 72px 0;
}
.games-grid-wrapper {
  position: relative;
}
.games-swiper-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(187, 235, 0, 0.3) transparent;
}
.games-swiper-track::-webkit-scrollbar {
  height: 4px;
}
.games-swiper-track::-webkit-scrollbar-track {
  background: transparent;
}
.games-swiper-track::-webkit-scrollbar-thumb {
  background: rgba(187, 235, 0, 0.3);
  border-radius: 2px;
}
.game-card-v3k {
  flex: 0 0 280px;
  scroll-snap-align: start;
  overflow: hidden;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  cursor: pointer;
}
.game-card-v3k:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}
.game-card-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  aspect-ratio: 16/11;
}
.game-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.game-card-v3k:hover .game-card-img-wrap img {
  transform: scale(1.05);
}
.game-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 12, 13, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
}
.game-card-v3k:hover .game-card-overlay {
  opacity: 1;
}
.game-play-btn {
  background: #bbeb00;
  color: #0b0c0d;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 0.9rem;
  transition: background 0.2s;
}
.game-play-btn:hover {
  background: #cef700;
  color: #0b0c0d;
}
.game-card-info {
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.game-provider-tag {
  font-size: 0.75rem;
  color: #bbeb00;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.game-card-name {
  font-weight: 700;
  color: #fff;
  font-size: 0.97rem;
}
.games-swiper-nav {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 20px;
}
.swiper-nav-btn {
  background: #1f2021;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e8e9ea;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
}
.swiper-nav-btn:hover {
  background: #bbeb00;
  color: #0b0c0d;
}

.wheel-section {
  padding: 72px 0;
  background: rgba(19, 20, 21, 0.5);
}
.wheel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.wheel-canvas-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fortune-wheel {
  border-radius: 50%;
  display: block;
}
.wheel-pointer {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  color: #bbeb00;
  filter: drop-shadow(0 0 8px rgba(187, 235, 0, 0.6));
}
.wheel-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 240px;
  text-align: center;
}
.wheel-hint {
  font-size: 0.88rem;
  color: #9fa0a1;
  line-height: 1.5;
}
.wheel-result-modal {
  margin-top: 32px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.wheel-result-inner {
  background: #131415;
  border: 1px solid rgba(187, 235, 0, 0.2);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  animation: fadeUp 0.4s ease;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wheel-result-icon {
  font-size: 3rem;
  color: #bbeb00;
}
.wheel-result-inner h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
}
.wheel-result-promo {
  background: rgba(187, 235, 0, 0.1);
  border: 1px solid rgba(187, 235, 0, 0.3);
  color: #bbeb00;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 8px;
  letter-spacing: 0.08em;
}

.promo-section {
  padding: 72px 0;
}
.promo-cards-row {
  display: flex;
  gap: 24px;
  margin-top: 32px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.promo-card-main {
  flex: 1;
  min-width: 280px;
  background: #131415;
  border: 1px solid rgba(187, 235, 0, 0.2);
  border-radius: 20px;
  padding: 32px;
}
.promo-status-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.promo-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
}
.promo-status-active {
  background: rgba(187, 235, 0, 0.12);
  color: #bbeb00;
  border: 1px solid rgba(187, 235, 0, 0.25);
}
.promo-status-active::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #bbeb00;
  border-radius: 50%;
  animation: hdr-pulse 2s infinite;
}
.promo-timer {
  font-size: 0.82rem;
  color: #9fa0a1;
}
.promo-bonus-label {
  font-size: 0.85rem;
  color: #9fa0a1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.promo-bonus-value {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: #bbeb00;
  line-height: 1.1;
}
.promo-bonus-sub {
  font-size: 0.88rem;
  color: #c8c9ca;
  margin-bottom: 24px;
}
.promo-code-block {
  background: rgba(255, 255, 255, 0.03);
  border: 2px dashed rgba(187, 235, 0, 0.3);
  border-radius: 12px;
  padding: 20px;
}
.promo-code-display {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: #bbeb00;
  text-align: center;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}
.promo-code-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.promo-btn-copy {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  min-width: 120px;
  justify-content: center;
  background: #1f2021;
  color: #e8e9ea;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
}
.promo-btn-copy:hover {
  background: #2a2b2c;
  color: #bbeb00;
}
.promo-btn-activate {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  min-width: 120px;
  justify-content: center;
  background: #bbeb00;
  color: #0b0c0d;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  transition:
    background 0.2s,
    transform 0.15s;
}
.promo-btn-activate:hover {
  background: #cef700;
  transform: translateY(-2px);
  color: #0b0c0d;
}
.promo-copy-feedback {
  font-size: 0.82rem;
  color: #bbeb00;
  margin-top: 8px;
  min-height: 20px;
  text-align: center;
}
.promo-conditions-card {
  flex: 1;
  min-width: 260px;
  padding: 28px;
}
.promo-cond-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}
.promo-cond-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.promo-cond-list li {
  font-size: 0.88rem;
  color: #c8c9ca;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding-bottom: 10px;
}
.promo-cond-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.review-section {
  padding: 72px 0;
}
.review-content-body {
  background: #131415;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 36px 40px;
  margin-top: 24px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.review-content-body h1,
.review-content-body h2,
.review-content-body h3,
.review-content-body h4,
.review-content-body h5,
.review-content-body h6 {
  font-family: "Montserrat", Arial, sans-serif;
  color: #fff;
  margin: 1.4em 0 0.6em;
  line-height: 1.3;
}
.review-content-body h2 {
  font-size: 1.4rem;
  font-weight: 800;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 0.5em;
}
.review-content-body h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #bbeb00;
}
.review-content-body p {
  color: #c8c9ca;
  margin-bottom: 1em;
  line-height: 1.75;
  font-size: 0.95rem;
}
.review-content-body ul,
.review-content-body ol {
  margin: 1em 0 1em 1.5em;
  color: #c8c9ca;
  font-size: 0.95rem;
}
.review-content-body ul {
  list-style: disc;
}
.review-content-body ol {
  list-style: decimal;
}
.review-content-body li {
  margin-bottom: 0.5em;
  line-height: 1.6;
}
.review-content-body a {
  color: #bbeb00;
  text-decoration: underline;
}
.review-content-body a:hover {
  opacity: 0.8;
}
.review-content-body strong,
.review-content-body b {
  color: #fff;
  font-weight: 700;
}
.review-content-body em,
.review-content-body i {
  color: #c8c9ca;
  font-style: italic;
}
.review-content-body blockquote {
  border-left: 3px solid #bbeb00;
  padding: 12px 20px;
  margin: 1.5em 0;
  background: rgba(187, 235, 0, 0.05);
  border-radius: 0 8px 8px 0;
  color: #c8c9ca;
  font-style: italic;
}
.review-content-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 0.9rem;
  overflow-x: auto;
  display: block;
}
.review-content-body table th {
  background: #1a1b1c;
  color: #9fa0a1;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  padding: 12px 16px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.review-content-body table td {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #c8c9ca;
}
.review-content-body table tbody tr:hover {
  background: rgba(255, 255, 255, 0.02);
}
.review-content-body img {
  border-radius: 10px;
  margin: 1em 0;
}
.review-content-body hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 2em 0;
}

.faq-section {
  padding: 72px 0;
  background: rgba(19, 20, 21, 0.5);
}
.faq-list {
  max-width: 800px;
  margin: 32px auto 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-item {
  background: #131415;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item.active {
  border-color: rgba(187, 235, 0, 0.25);
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 0.97rem;
  font-weight: 600;
  text-align: left;
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: color 0.2s;
}
.faq-question:hover {
  color: #bbeb00;
}
.faq-icon {
  font-size: 1.4rem;
  color: #bbeb00;
  transition: transform 0.25s;
  flex-shrink: 0;
  font-weight: 300;
}
.faq-item.active .faq-icon {
  transform: rotate(45deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease,
    padding 0.3s;
}
.faq-answer[style*="max-height"] {
  padding: 0 24px 20px;
}
.faq-answer p {
  color: #9fa0a1;
  font-size: 0.92rem;
  line-height: 1.7;
}
.faq-answer a {
  color: #bbeb00;
}

.author-section {
  padding: 72px 0;
}
.author-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 32px;
  max-width: 720px;
  margin: 0 auto;
}
.author-photo-wrap {
  position: relative;
  flex-shrink: 0;
}
.author-photo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(187, 235, 0, 0.3);
}
.author-verified-badge {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 24px;
  height: 24px;
  background: #bbeb00;
  color: #0b0c0d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 900;
  border: 2px solid #0b0c0d;
}
.author-name-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.author-name {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
}
.author-role-badge {
  background: rgba(187, 235, 0, 0.1);
  color: #bbeb00;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
}
.author-bio {
  font-size: 0.88rem;
  color: #9fa0a1;
  line-height: 1.65;
  margin-bottom: 14px;
}
.author-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.author-social-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #1f2021;
  color: #e8e9ea;
  padding: 7px 14px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  transition:
    background 0.2s,
    color 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.author-social-link:hover {
  background: #2a2b2c;
  color: #bbeb00;
}

.ftr-xk8 {
  background: #0b0c0d;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 64px 0 0;
}
.ftr-inner-v4s {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.ftr-top-q2w {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.ftr-brand-col {
  flex: 2;
  min-width: 220px;
}
.ftr-logo-link img {
  height: 36px;
  width: auto;
}
.ftr-brand-desc {
  font-size: 0.85rem;
  color: #6e6f71;
  line-height: 1.65;
  margin: 16px 0 14px;
  max-width: 320px;
}
.ftr-langs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.ftr-lang {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #6e6f71;
  background: rgba(255, 255, 255, 0.04);
  transition:
    color 0.2s,
    background 0.2s;
}
.ftr-lang:hover,
.ftr-lang.active {
  color: #bbeb00;
  background: rgba(187, 235, 0, 0.08);
}
.ftr-nav-col {
  flex: 1;
  min-width: 150px;
}
.ftr-col-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.ftr-nav-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ftr-nav-list a {
  font-size: 0.88rem;
  color: #6e6f71;
  transition: color 0.2s;
}
.ftr-nav-list a:hover {
  color: #bbeb00;
}
.ftr-providers-row,
.ftr-payments-row {
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.ftr-section-label {
  font-size: 0.8rem;
  color: #6e6f71;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.ftr-providers-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.ftr-provider-badge {
  background: rgba(255, 255, 255, 0.04);
  color: #9fa0a1;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.ftr-payments-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.ftr-pay-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 7px 14px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #9fa0a1;
}
.ftr-bottom-v2x {
  padding: 24px 0 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.ftr-copyright {
  font-size: 0.82rem;
  color: #4a4b4c;
}
.ftr-legal {
  font-size: 0.76rem;
  color: #3a3b3c;
  max-width: 800px;
  line-height: 1.6;
}
.ftr-age {
  display: flex;
  justify-content: center;
}
.ftr-age-badge {
  background: #1f2021;
  color: #6e6f71;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.widget-sticky-reg {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 990;
  background: #131415;
  border-top: 1px solid rgba(187, 235, 0, 0.2);
  padding: 12px 16px;
  box-shadow: 0 -4px 32px rgba(0, 0, 0, 0.4);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.widget-sticky-reg.visible {
  transform: translateY(0);
}
.sticky-widget-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.sticky-bonus-text {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #e8e9ea;
  font-size: 0.9rem;
}
.sticky-bonus-text strong {
  color: #bbeb00;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
}
.sticky-fire {
  color: #bbeb00;
  font-size: 1.1rem;
}
.sticky-reg-btn {
  display: inline-flex;
  align-items: center;
  background: #bbeb00;
  color: #0b0c0d;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  padding: 10px 24px;
  border-radius: 8px;
  transition:
    background 0.2s,
    transform 0.15s;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.sticky-reg-btn:hover {
  background: #cef700;
  transform: translateY(-2px);
  color: #0b0c0d;
}
.sticky-close-btn {
  background: none;
  border: none;
  color: #6e6f71;
  font-size: 1.4rem;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  flex-shrink: 0;
  transition: color 0.2s;
}
.sticky-close-btn:hover {
  color: #e8e9ea;
}

.wp-block-cover,
.wp-block-image,
.wp-block-columns {
  display: none;
}
.entry-header,
.entry-meta,
.entry-footer,
.site-header-item {
  display: none;
}
.elementor-widget-container,
.elementor-section,
.elementor-row {
  display: contents;
}
.wp-content-wrapper,
.wpcf7-form-control-wrap {
  display: contents;
}

@media (max-width: 900px) {
  .hdr-nav-wrap-m4k {
    display: none;
  }
  .burger-btn-r7t {
    display: block;
  }
  .hdr-online-b9x {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero-inner-content {
    margin: 0 auto;
    text-align: center;
  }
  .hero-cta-row {
    justify-content: center;
  }
  .hero-stats-row {
    justify-content: center;
  }
  .pros-cons-grid {
    flex-direction: column;
  }
  .review-content-body {
    padding: 24px 20px;
  }
  .widget-sticky-reg {
    padding: 10px 12px;
    gap: 8px;
  }
  .sticky-widget-inner {
    flex: 1;
    min-width: 0;
    gap: 6px;
  }
  .sticky-bonus-text {
    font-size: 0.8rem;
    gap: 4px;
    overflow: hidden;
  }
  .sticky-bonus-text span {
    display: none;
  }
  .sticky-reg-btn {
    font-size: 0.8rem;
    padding: 8px 14px;
  }
}
@media (max-width: 600px) {
  .hdr-btns-f2w .btn-login-v3m {
    display: none;
  }
  .promo-bonus-value {
    font-size: 2rem;
  }
  .promo-code-display {
    font-size: 1.4rem;
  }
  .promo-code-actions {
    flex-direction: column;
  }
  .author-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
  }
  .author-socials {
    justify-content: center;
  }
  .ftr-top-q2w {
    flex-direction: column;
    gap: 28px;
  }
  .ftr-nav-col {
    min-width: 100%;
  }
  .wheel-wrapper {
    gap: 24px;
  }
}
@media (max-width: 420px) {
  .sticky-fire {
    display: none;
  }
  .sticky-reg-btn {
    padding: 8px 12px;
    font-size: 0.78rem;
  }
}
