@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
  background: #004b3e;
}
body {
  font-family: "Roboto Condensed", sans-serif;
  background: #004b3e;
  color: #e8e0d0;
  line-height: 1.6;
  overflow-x: hidden;
}
a {
  color: #c9a96e;
  text-decoration: none;
  transition: color 0.25s;
}
a:hover {
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
ul {
  list-style: none;
}

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

.xb7k2 {
  display: none;
}
.wp-content-dummy {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.elementor-hidden {
  display: none !important;
}

:root {
  --clr-header: #92000b;
  --clr-header-dark: #6e0008;
  --clr-bg: #004b3e;
  --clr-bg-light: #005c4d;
  --clr-bg-card: #00382d;
  --clr-gold: #957d4b;
  --clr-gold-light: #c9a96e;
  --clr-gold-bright: #f0c060;
  --clr-white: #ffffff;
  --clr-text: #e8e0d0;
  --clr-text-muted: #b0a898;
  --clr-border: #1a5c4e;
  --clr-success: #2ecc71;
  --clr-danger: #e74c3c;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.45);
  --transition: all 0.28s ease;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
}
.btn--play {
  background: linear-gradient(135deg, #c9a96e 0%, #957d4b 100%);
  color: #1a0a00;
  box-shadow: 0 4px 18px rgba(149, 125, 75, 0.45);
}
.btn--play:hover {
  background: linear-gradient(135deg, #f0c060 0%, #c9a96e 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(149, 125, 75, 0.6);
  color: #1a0a00;
}
.btn--bonus {
  background: var(--clr-white);
  color: #92000b;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(255, 255, 255, 0.18);
}
.btn--bonus:hover {
  background: #f0c060;
  color: #6e0008;
  transform: translateY(-2px);
}
.btn--secondary {
  background: transparent;
  color: var(--clr-gold-light);
  border: 2px solid var(--clr-gold);
  padding: 8px 20px;
}
.btn--secondary:hover {
  background: var(--clr-gold);
  color: #1a0a00;
}
.btn--outline {
  background: transparent;
  border: 2px solid var(--clr-text-muted);
  color: var(--clr-text-muted);
  padding: 7px 16px;
  font-size: 0.85rem;
}
.btn--outline:hover {
  border-color: var(--clr-gold-light);
  color: var(--clr-gold-light);
}
.btn--sm {
  padding: 7px 14px;
  font-size: 0.82rem;
}
.btn--full {
  width: 100%;
}

.section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--clr-gold-bright);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}
.section-title::after {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--clr-gold) 0%, transparent 100%);
  margin-top: 6px;
  border-radius: 2px;
}

.site-header {
  background: var(--clr-header);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  max-width: 1240px;
  margin: 0 auto;
}
.header-logo {
  flex-shrink: 0;
}
.header-logo img {
  height: 52px;
  width: auto;
  object-fit: contain;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-nav a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: var(--transition);
}
.header-nav a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.header-nav a svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.header-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.jackpot-badge {
  background: linear-gradient(135deg, #1a0505 0%, #4a0008 100%);
  border: 1px solid var(--clr-gold);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 0.82rem;
  color: var(--clr-gold-bright);
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  animation: jackpotPulse 2.5s ease-in-out infinite;
}
.jackpot-badge svg {
  width: 14px;
  height: 14px;
  color: var(--clr-gold-bright);
}
@keyframes jackpotPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(149, 125, 75, 0.4);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(149, 125, 75, 0);
  }
}
.jackpot-amount {
  font-weight: 700;
  font-size: 0.95rem;
}
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: transparent;
  border: none;
}
.burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: var(--transition);
}
.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);
}

.mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--clr-header-dark);
  padding: 16px;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  z-index: 999;
}
.mobile-nav.open {
  display: flex;
}
.mobile-nav a {
  color: rgba(255, 255, 255, 0.9);
  padding: 10px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.mobile-nav a:last-child {
  border-bottom: none;
}
.mobile-nav a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.mobile-nav a svg {
  width: 16px;
  height: 16px;
}
.mobile-nav-btns {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.mobile-nav-btns .btn {
  flex: 1;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  display: flex;
  align-items: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  z-index: 0;
}
.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 20, 15, 0.9) 0%,
    rgba(0, 75, 62, 0.6) 50%,
    rgba(0, 0, 0, 0.2) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  padding: 60px 0;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--clr-header);
  color: var(--clr-gold-bright);
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}
.hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 14px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}
.hero h1 span {
  color: var(--clr-gold-bright);
}
.hero-desc {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  margin-bottom: 28px;
  line-height: 1.65;
}
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}
.hero-stat {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--clr-border);
  border-radius: 10px;
  padding: 10px 16px;
  text-align: center;
}
.hero-stat-val {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--clr-gold-bright);
}
.hero-stat-lbl {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}
.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-game-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 45%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}
.hero-game-img img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(-8px 0 32px rgba(0, 0, 0, 0.5));
  animation: heroFloat 4s ease-in-out infinite;
}
@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.main-content {
  padding: 48px 0;
}
.section-block {
  margin-bottom: 48px;
}

.casino-ratings {
}
.casino-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.casino-card {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--transition);
  position: relative;
}
.casino-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}
.casino-card--top-3 {
  border-color: var(--clr-gold);
  box-shadow: 0 0 0 1px var(--clr-gold);
}
.casino-card--top-1 {
  border-color: var(--clr-gold-bright);
  box-shadow: 0 0 20px rgba(240, 192, 96, 0.2);
}
.casino-rank {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  z-index: 2;
}
.casino-rank--1 {
  background: linear-gradient(135deg, #f0c060, #c9a96e);
  color: #1a0a00;
}
.casino-rank--2 {
  background: linear-gradient(135deg, #c0c0c0, #909090);
  color: #1a0a00;
}
.casino-rank--3 {
  background: linear-gradient(135deg, #cd7f32, #8b4513);
  color: #fff;
}
.casino-rank--n {
  background: var(--clr-bg-light);
  color: var(--clr-text-muted);
  font-size: 0.8rem;
}
.casino-card-inner {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 16px;
  align-items: start;
  padding: 20px 20px 20px 56px;
}
.casino-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.casino-logo-wrap img {
  width: 110px;
  height: 68px;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  padding: 6px;
}
.casino-flag {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.72rem;
  color: var(--clr-text-muted);
}
.casino-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.casino-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}
.casino-rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.stars {
  display: flex;
  gap: 2px;
}
.star {
  color: var(--clr-gold-bright);
  font-size: 0.95rem;
}
.star--empty {
  color: var(--clr-border);
}
.rating-num {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--clr-gold-bright);
}
.casino-bonus {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--clr-gold-bright);
}
.casino-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.casino-meta-item {
  background: var(--clr-bg-light);
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 0.75rem;
  color: var(--clr-text-muted);
}
.casino-meta-item span {
  color: var(--clr-text);
  font-weight: 600;
}
.casino-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 130px;
}
.casino-tc {
  font-size: 0.68rem;
  color: var(--clr-text-muted);
  text-align: right;
  margin-top: 4px;
}
.casino-tc a {
  color: var(--clr-text-muted);
}
.casino-tc a:hover {
  color: var(--clr-gold-light);
}
.load-more-wrap {
  text-align: center;
  margin-top: 24px;
}

.jackpots-section {
}
.jackpots-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.jackpot-card {
  border-radius: var(--radius-md);
  padding: 24px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.jackpot-card--mini {
  background: linear-gradient(145deg, #003d31, #005444);
  border: 2px solid #2e7d62;
}
.jackpot-card--major {
  background: linear-gradient(145deg, #3d1a00, #5a2800);
  border: 2px solid #c9a96e;
}
.jackpot-card--mega {
  background: linear-gradient(145deg, #3a0000, #6e0008);
  border: 2px solid var(--clr-gold-bright);
  box-shadow: 0 0 30px rgba(240, 192, 96, 0.2);
}
.jackpot-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 8px;
  opacity: 0.7;
}
.jackpot-amount-display {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.1;
}
.jackpot-card--mini .jackpot-amount-display {
  color: #6edfb4;
}
.jackpot-card--major .jackpot-amount-display {
  color: var(--clr-gold-bright);
}
.jackpot-card--mega .jackpot-amount-display {
  color: #fff;
  text-shadow: 0 0 20px rgba(240, 192, 96, 0.8);
}
.jackpot-multiplier {
  font-size: 0.78rem;
  color: var(--clr-text-muted);
  margin-bottom: 16px;
}
.jackpot-winners {
}
.jackpot-winner-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--clr-text-muted);
  margin-bottom: 8px;
}
.jackpot-winner-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.jackpot-winner-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 0.8rem;
}
.winner-nik {
  color: rgba(255, 255, 255, 0.75);
}
.winner-prize {
  color: var(--clr-gold-light);
  font-weight: 700;
}

.pros-cons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.pros-cons-col {
  background: var(--clr-bg-card);
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1px solid var(--clr-border);
}
.pros-cons-col--pros {
  border-top: 3px solid var(--clr-success);
}
.pros-cons-col--cons {
  border-top: 3px solid var(--clr-danger);
}
.pros-cons-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.pros-cons-title--pros {
  color: var(--clr-success);
}
.pros-cons-title--cons {
  color: var(--clr-danger);
}
.pros-cons-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pros-cons-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  line-height: 1.5;
}
.pros-cons-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  margin-top: 2px;
}
.pros-icon {
  background: rgba(46, 204, 113, 0.15);
  color: var(--clr-success);
}
.cons-icon {
  background: rgba(231, 76, 60, 0.15);
  color: var(--clr-danger);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}
.review-card {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 20px;
  transition: var(--transition);
}
.review-card:hover {
  border-color: var(--clr-gold);
  transform: translateY(-2px);
}
.review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--clr-gold);
}
.review-name {
  font-weight: 700;
  color: #fff;
  font-size: 0.95rem;
}
.review-date {
  font-size: 0.75rem;
  color: var(--clr-text-muted);
}
.review-stars {
  margin-bottom: 8px;
}
.review-text {
  font-size: 0.88rem;
  color: var(--clr-text);
  line-height: 1.6;
}

.review-form-wrap {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 28px;
}
.review-form-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--clr-gold-bright);
  margin-bottom: 20px;
}
.form-vertical {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-field label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--clr-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.form-field input,
.form-field textarea {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  color: var(--clr-text);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s;
}
.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--clr-gold);
}
.form-field textarea {
  min-height: 110px;
  resize: vertical;
}
.form-success {
  display: none;
  background: rgba(46, 204, 113, 0.1);
  border: 1px solid var(--clr-success);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  color: var(--clr-success);
  font-size: 0.95rem;
  text-align: center;
}
.form-success.visible {
  display: block;
}

.content-block {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 32px;
  margin-bottom: 32px;
}
.content-block h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--clr-gold-bright);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--clr-border);
}
.content-block h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--clr-gold-light);
  margin: 20px 0 8px;
}
.content-block h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 16px 0 6px;
}
.content-block p {
  margin-bottom: 12px;
  line-height: 1.7;
  color: var(--clr-text);
}
.content-block ul,
.content-block ol {
  margin: 12px 0 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.content-block ul {
  list-style: disc;
}
.content-block ol {
  list-style: decimal;
}
.content-block li {
  color: var(--clr-text);
  line-height: 1.6;
}
.content-block a {
  color: var(--clr-gold-light);
  text-decoration: underline;
}
.content-block a:hover {
  color: var(--clr-gold-bright);
}
.content-block table {
  width: auto;
  min-width: 320px;
  border-collapse: collapse;
  margin: 16px auto;
  border: 2px solid var(--clr-border);
}
.content-block table th {
  background: var(--clr-bg-light);
  color: var(--clr-gold-bright);
  font-weight: 700;
  padding: 10px 14px;
  text-align: left;
  border: 1px solid var(--clr-border);
}
.content-block table td {
  padding: 9px 14px;
  text-align: left;
  border: 1px solid var(--clr-border);
  color: var(--clr-text);
}
.content-block table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.15);
}
.content-block blockquote {
  border-left: 3px solid var(--clr-gold);
  padding: 10px 18px;
  margin: 16px 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: var(--clr-text-muted);
}
.content-block strong {
  color: #fff;
  font-weight: 700;
}
.content-block em {
  font-style: italic;
  color: var(--clr-gold-light);
}
.content-block img {
  border-radius: 8px;
  margin: 12px auto;
  max-width: 100%;
}
.content-block hr {
  border: none;
  border-top: 1px solid var(--clr-border);
  margin: 20px 0;
}

.author-card {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-top: 24px;
}
.author-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--clr-gold);
  flex-shrink: 0;
}
.author-info {
}
.author-name {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.author-title {
  font-size: 0.8rem;
  color: var(--clr-gold-light);
  margin-bottom: 6px;
}
.author-bio {
  font-size: 0.85rem;
  color: var(--clr-text-muted);
  line-height: 1.6;
}
.author-link {
  font-size: 0.82rem;
  color: var(--clr-gold-light);
  text-decoration: underline;
  margin-top: 4px;
  display: inline-block;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: var(--clr-bg-card);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item.open {
  border-color: var(--clr-gold);
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: background 0.2s;
}
.faq-question:hover {
  background: rgba(255, 255, 255, 0.04);
}
.faq-arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.25s;
  color: var(--clr-gold);
}
.faq-item.open .faq-arrow {
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.35s ease,
    padding 0.25s;
}
.faq-item.open .faq-answer {
  max-height: 400px;
}
.faq-answer-inner {
  padding: 0 20px 18px;
  font-size: 0.92rem;
  color: var(--clr-text);
  line-height: 1.7;
}

.site-footer {
  background: var(--clr-header);
  margin-top: auto;
}
.footer-main {
  padding: 40px 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-grid {
  display: grid;
  grid-template-columns: 200px 1fr 1fr;
  gap: 32px;
}
.footer-brand {
}
.footer-logo img {
  height: 48px;
  width: auto;
  object-fit: contain;
  margin-bottom: 14px;
}
.footer-tagline {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-bottom: 12px;
}
.footer-email a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
}
.footer-email a:hover {
  color: #fff;
}
.footer-nav-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
  font-weight: 700;
}
.footer-nav-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-nav-links a {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  transition: var(--transition);
}
.footer-nav-links a:hover {
  color: #fff;
  padding-left: 4px;
}
.footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.footer-payment-icon {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
}
.footer-socials {
  display: flex;
  gap: 10px;
}
.footer-social {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.footer-social:hover {
  background: var(--clr-gold);
  color: #1a0a00;
}
.footer-social svg {
  width: 16px;
  height: 16px;
  color: #fff;
}
.footer-social:hover svg {
  color: #1a0a00;
}
.footer-bottom {
  padding: 20px 0;
}
.footer-bottom-inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.footer-trust-item {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-license {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-license-logo {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-flag {
  font-size: 1.2rem;
}
.footer-copyright {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
}
.footer-legal {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.6;
  margin-top: 8px;
}

.widget-bonus {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: linear-gradient(
    90deg,
    var(--clr-header-dark) 0%,
    #6e0008 50%,
    #92000b 100%
  );
  border-top: 2px solid var(--clr-gold);
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.4);
  transform: translateY(100%);
  animation: slideUpWidget 0.6s ease 0.8s forwards;
}
@keyframes slideUpWidget {
  to {
    transform: translateY(0);
  }
}
.widget-bonus-text {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}
.widget-bonus-text svg {
  width: 20px;
  height: 20px;
  color: var(--clr-gold-bright);
  flex-shrink: 0;
}
.widget-bonus-close {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 1.1rem;
  padding: 4px;
  line-height: 1;
  flex-shrink: 0;
  transition: color 0.2s;
}
.widget-bonus-close:hover {
  color: #fff;
}
.widget-bonus a {
  text-decoration: none !important;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--clr-text-muted);
  padding: 12px 0;
}
.breadcrumb a {
  color: var(--clr-gold-light);
}
.breadcrumb a:hover {
  color: var(--clr-gold-bright);
}
.breadcrumb-sep {
  color: var(--clr-border);
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.info-page-content {
  padding: 48px 0 64px;
}
.info-page-content h1 {
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--clr-gold-bright);
  margin-bottom: 24px;
}

body {
  padding-bottom: 66px;
}

@media (max-width: 1024px) {
  .jackpots-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-game-img {
    width: 38%;
  }
}
@media (max-width: 768px) {
  .header-nav {
    display: none;
  }
  .burger {
    display: flex;
  }
  .casino-card-inner {
    grid-template-columns: 1fr;
    padding: 16px 16px 16px 52px;
  }
  .casino-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .jackpots-grid {
    grid-template-columns: 1fr;
  }
  .pros-cons-grid {
    grid-template-columns: 1fr;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero {
    min-height: 360px;
  }
  .hero-content {
    padding: 36px 0;
  }
  .hero-game-img {
    display: none;
  }
  .widget-bonus {
    padding: 10px 14px;
  }
  .widget-bonus-text {
    font-size: 0.85rem;
  }
  .author-card {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .section-title {
    font-size: 1.35rem;
  }
  .hero h1 {
    font-size: 1.8rem;
  }
  .casino-card-inner {
    padding: 14px 14px 14px 46px;
  }
  .casino-rank {
    width: 26px;
    height: 26px;
    font-size: 0.75rem;
    top: 10px;
    left: 10px;
  }
  .content-block {
    padding: 20px;
  }
  .review-form-wrap {
    padding: 18px;
  }
}

.wpcf7-form {
  display: none;
}
.elementor-section {
  display: none;
}
.wp-block-group {
  display: none;
}
.woocommerce-notices-wrapper {
  display: none;
}

/* Mobile header cleanup: keep only logo + burger in the top row.
   Jackpot and CTA buttons already exist inside the burger menu. */
@media (max-width: 768px) {
  .site-header .header-inner {
    min-height: 68px;
    padding: 8px 14px;
    gap: 10px;
  }

  .site-header .header-logo {
    flex: 0 1 auto;
    min-width: 0;
  }

  .site-header .header-logo img {
    height: 44px;
    max-width: 170px;
    width: auto;
  }

  .site-header .jackpot-badge,
  .site-header .header-buttons > .btn {
    display: none !important;
  }

  .site-header .header-buttons {
    margin-left: auto;
    gap: 0;
  }

  .site-header .burger {
    display: flex;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    padding: 9px;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .site-header .burger span {
    width: 24px;
  }
}

@media (max-width: 420px) {
  .site-header .header-logo img {
    height: 40px;
    max-width: 150px;
  }

  .site-header .header-inner {
    padding-left: 12px;
    padding-right: 10px;
  }
}
