:root {
  --bg: #141722;
  --bg-alt: #171a28;
  --panel: #1d2130;
  --panel-soft: #222635;
  --text: #ffffff;
  --text-soft: #cdd2e0;
  --muted: #b7bdcf;
  --muted-dark: #9aa3b8;
  --muted-darker: #6f7688;
  --red: #fe284a;
  --red-bright: #ff3d68;
  --gold: #ffc542;
  --teal: #00e0c6;
  --purple: #8f6bff;
  --lime: #86e34d;
  --coral: #ff5c5c;
  --line: rgba(255, 255, 255, 0.07);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
  top: 32px;
}

body,
button,
input,
select,
textarea {
  font-family: "Manrope", sans-serif;
}

button,
input,
select,
textarea {
  font: inherit;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--text);
  text-decoration: none;
}

a:hover {
  color: var(--red-bright);
}

[hidden] {
  display: none !important;
}

.site-shell {
  min-height: 100vh;
  background: var(--bg);
}

.site-main {
  min-height: 40vh;
}

.section-container {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
}

.section-padding {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-bordered {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 1000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  border-radius: 8px;
  background: #fff;
  color: #111;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

/* Header */
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(18, 20, 30, 0.94);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 26px;
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  padding: 14px 24px;
}

.header-logo-link {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.header-logo {
  width: auto;
  height: 22px;
}

.desktop-nav {
  display: flex;
  gap: 22px;
  font-size: 14px;
  font-weight: 600;
}

.desktop-nav a {
  color: var(--muted);
  transition: color 0.2s ease;
}

.desktop-nav a:hover {
  color: #fff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.header-login {
  padding: 11px 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.header-login:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.button-primary {
  background: linear-gradient(135deg, #ff2450, #e50041);
  color: #fff;
  box-shadow: 0 8px 22px rgba(254, 40, 74, 0.38);
}

.button-primary:hover {
  background: linear-gradient(135deg, #ff4066, #ff1355);
  color: #fff;
  transform: translateY(-1px);
}

.header-register {
  padding: 12px 24px;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: var(--panel-soft);
  cursor: pointer;
}

.menu-button-lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.menu-button-lines span {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-button[aria-expanded="true"] .menu-button-lines span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-button[aria-expanded="true"] .menu-button-lines span:nth-child(2) {
  opacity: 0;
}

.menu-button[aria-expanded="true"] .menu-button-lines span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-nav-inner {
  display: flex;
  flex-direction: column;
  padding: 4px 16px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.mobile-nav a {
  padding: 13px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #e7eaf4;
  font-size: 15px;
  font-weight: 700;
}

.mobile-nav a:last-child {
  border-bottom: 0;
}

.mobile-login {
  margin-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #fff !important;
  font-weight: 800 !important;
}

/* Shared headings */
.section-heading-split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.section-heading h2,
.faq-inner h2,
.final-content h2,
.not-found h1 {
  margin: 0;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.section-heading h2 {
  margin-bottom: 10px;
}

.section-heading h2,
.faq-inner h2 {
  line-height: normal;
}

.section-heading p {
  margin: 0;
  color: var(--muted-dark);
  font-size: 15px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--red-bright);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 26px;
  height: 2px;
  background: var(--red);
}

.text-red {
  color: var(--red);
}

.text-gold {
  color: var(--gold);
}

/* Hero */
.hero-section {
  position: relative;
  overflow: hidden;
  background: var(--bg);
}

.hero-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 23, 34, 0.97) 0%, rgba(20, 23, 34, 0.9) 34%, rgba(20, 23, 34, 0.55) 68%, rgba(20, 23, 34, 0.42) 100%);
}

.hero-bottom-fade {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 170px;
  background: linear-gradient(180deg, rgba(20, 23, 34, 0), var(--bg));
}

.hero-inner {
  position: relative;
  padding-top: 96px;
  padding-bottom: 44px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  max-width: 680px;
}

.hero-title {
  margin: 0;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(30px, 4.4vw, 54px);
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.hero-description {
  max-width: 540px;
  margin: 0;
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.6;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-button {
  padding: 17px 36px;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.hero-actions .button-primary {
  box-shadow: 0 10px 28px rgba(254, 40, 74, 0.45);
}

.button-outline {
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(20, 23, 34, 0.4);
  color: #fff;
}

.button-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.hero-benefits {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.hero-benefit {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--text-soft);
  font-size: 14px;
  font-weight: 600;
}

.dot {
  width: 9px;
  height: 9px;
  flex-shrink: 0;
  border-radius: 50%;
}

.dot-teal { background: var(--teal); }
.dot-gold { background: var(--gold); }
.dot-purple { background: var(--purple); }
.dot-red { background: var(--red); }
.dot-lime { background: var(--lime); }

.jackpots-wrap {
  position: relative;
  padding-top: 12px;
  padding-bottom: 56px;
}

.jackpots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 14px;
  align-items: stretch;
}

.jackpot {
  display: flex;
  min-width: 0;
  padding: 18px 20px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(26, 30, 44, 0.85);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.jackpot-label {
  color: var(--muted-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.jackpot-value {
  max-width: 100%;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(14px, 1.8vw, 22px);
  font-weight: 700;
  white-space: nowrap;
}

.jackpot-mega {
  border-color: rgba(255, 197, 66, 0.45);
  background: linear-gradient(180deg, rgba(255, 197, 66, 0.14), rgba(255, 197, 66, 0.04)), rgba(26, 30, 44, 0.85);
  box-shadow: 0 0 40px rgba(255, 197, 66, 0.12);
}

.jackpot-mega .jackpot-label,
.jackpot-mega .jackpot-value {
  color: var(--gold);
}

.jackpot-mega .jackpot-value {
  font-size: clamp(16px, 2.2vw, 26px);
  font-weight: 800;
  text-shadow: 0 0 24px rgba(255, 197, 66, 0.4);
}

/* Games */
.games-section {
  background: var(--bg-alt);
}

.games-heading {
  margin-bottom: 26px;
}

.game-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.game-filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.game-filter > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.game-filter-teal { color: var(--teal); }
.game-filter-coral { color: var(--coral); }
.game-filter-purple { color: var(--purple); }
.game-filter-lime { color: var(--lime); }
.game-filter-gold { color: var(--gold); }

.games-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.game-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: var(--panel-soft);
  color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.game-card:hover {
  border-color: rgba(254, 40, 74, 0.6);
  color: #fff;
  box-shadow: 0 0 0 3px rgba(254, 40, 74, 0.14);
}

.game-card-featured {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 240px;
  aspect-ratio: auto;
  border-radius: 20px;
}

.game-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.game-card:hover .game-art {
  transform: scale(1.07);
}

.game-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 18, 28, 0) 42%, rgba(16, 18, 28, 0.92) 100%);
}

.game-card-featured .game-shade {
  background: linear-gradient(200deg, rgba(16, 18, 28, 0.05) 30%, rgba(16, 18, 28, 0.5) 68%, rgba(16, 18, 28, 0.95) 100%);
}

.game-badge,
.game-rtp {
  position: absolute;
  top: 10px;
  padding: 4px 9px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.game-badge {
  left: 10px;
}

.game-badge-red {
  background: linear-gradient(135deg, #ff2450, #e50041);
  color: #fff;
}

.game-badge-lime {
  background: var(--lime);
  color: #10241a;
}

.game-badge-purple {
  background: var(--purple);
  color: #fff;
}

.game-rtp {
  right: 10px;
  padding-right: 8px;
  padding-left: 8px;
  background: rgba(16, 18, 28, 0.72);
  color: var(--lime);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.game-card-featured .game-badge,
.game-card-featured .game-rtp {
  top: 14px;
  padding: 5px 10px;
  border-radius: 7px;
  font-size: 11px;
}

.game-card-featured .game-badge {
  left: 14px;
  padding-right: 11px;
  padding-left: 11px;
  box-shadow: 0 6px 16px rgba(254, 40, 74, 0.4);
}

.game-card-featured .game-rtp {
  right: 14px;
}

.game-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.25s ease;
}

.game-card:hover .game-play,
.game-card:focus-visible .game-play {
  opacity: 1;
  transform: translateY(0);
}

.game-play > span {
  padding: 10px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2450, #e50041);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(254, 40, 74, 0.5);
}

.game-card-featured .game-play > span {
  padding: 14px 30px;
  font-size: 14px;
  box-shadow: 0 12px 30px rgba(254, 40, 74, 0.55);
}

.game-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 14px;
  flex-direction: column;
  gap: 3px;
}

.game-title {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.game-description {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.game-card-featured .game-copy {
  padding: 22px;
  gap: 8px;
}

.game-card-featured .game-title {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(20px, 2.4vw, 28px);
  text-transform: uppercase;
}

.game-card-featured .game-description {
  gap: 8px;
  color: var(--text-soft);
  font-size: 13px;
}

.live-dot {
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--teal);
  animation: live-pulse 1.6s infinite;
}

.game-card-featured .live-dot {
  width: 8px;
  height: 8px;
}

@keyframes live-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0, 224, 198, 0.5); }
  50% { box-shadow: 0 0 0 5px rgba(0, 224, 198, 0); }
}

.games-more {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.button-outline-small {
  padding: 14px 34px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.button-outline-small:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

/* Standard editor content */
.content-section {
  background: var(--bg);
}

.content-inner {
  width: 100%;
  max-width: 868px;
  margin: 0 auto;
  padding: 72px 24px;
}

.entry-content h2 {
  margin: 0 0 24px;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
}

.entry-content h3 {
  margin: 34px 0 14px;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(17px, 2.2vw, 22px);
  font-weight: 700;
  line-height: 1.3;
}

.entry-content h4 {
  margin: 28px 0 12px;
  color: #fff;
  font-family: "Unbounded", sans-serif;
  font-size: 17px;
}

.entry-content p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
  text-wrap: pretty;
}

.entry-content ul,
.entry-content ol {
  display: flex;
  margin: 0 0 18px;
  padding: 0;
  flex-direction: column;
  gap: 10px;
}

.entry-content ul {
  list-style: none;
}

.entry-content ol {
  padding-left: 24px;
}

.entry-content li {
  position: relative;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.entry-content ul li {
  padding-left: 26px;
}

.entry-content ul li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
  content: "";
}

.entry-content ol li::marker {
  color: var(--red-bright);
  font-weight: 800;
}

.entry-content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 28px 0;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
}

.entry-content a:not(.button) {
  color: var(--red-bright);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.entry-content blockquote {
  margin: 28px 0;
  padding: 6px 0 6px 22px;
  border-left: 3px solid var(--red);
  color: var(--muted);
}

.entry-content table {
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
}

.entry-content th,
.entry-content td {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--muted);
  text-align: left;
}

.content-cta {
  display: flex;
  justify-content: center;
  margin: 36px 0;
}

.content-cta .button {
  padding: 17px 40px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  box-shadow: 0 10px 26px rgba(254, 40, 74, 0.4);
}

/* FAQ */
.faq-section {
  background: var(--bg-alt);
}

.faq-inner {
  width: 100%;
  max-width: 908px;
  margin: 0 auto;
  padding: 72px 24px;
}

.faq-inner h2 {
  margin-bottom: 10px;
  text-align: center;
}

.faq-subtitle {
  margin: 0 0 32px;
  color: var(--muted-dark);
  font-size: 15px;
  text-align: center;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel-soft);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item[open] summary {
  color: var(--red-bright);
}

.faq-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(254, 40, 74, 0.14);
  color: var(--red-bright);
  font-size: 18px;
  font-weight: 700;
  transition: transform 0.2s ease;
}

.faq-item[open] .faq-plus {
  transform: rotate(45deg);
}

.faq-item p {
  margin: 0;
  padding: 0 40px 20px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

/* Reviews */
.reviews-section {
  background: var(--bg);
}

.reviews-heading {
  margin-bottom: 30px;
}

.reviews-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
}

.reviews-score {
  color: var(--gold);
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.reviews-stars {
  color: var(--gold);
  font-size: 15px;
  letter-spacing: 2px;
}

.reviews-count {
  color: var(--muted-dark);
  font-size: 13px;
  font-weight: 600;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.reviews-grid.is-enhanced {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.review-column {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  gap: 14px;
}

.review-card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 11px;
}

.review-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
}

.review-avatar-red { background: rgba(254, 40, 74, 0.18); color: var(--red-bright); }
.review-avatar-teal { background: rgba(0, 224, 198, 0.16); color: var(--teal); }
.review-avatar-purple { background: rgba(143, 107, 255, 0.18); color: var(--purple); }
.review-avatar-gold { background: rgba(255, 197, 66, 0.16); color: var(--gold); }
.review-avatar-lime { background: rgba(134, 227, 77, 0.16); color: var(--lime); }
.review-avatar-coral { background: rgba(255, 92, 92, 0.16); color: var(--coral); }

.review-person {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.review-name {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.review-date {
  color: var(--muted-dark);
  font-size: 12px;
}

.review-rating {
  margin-left: auto;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 1.5px;
  white-space: nowrap;
}

.review-text {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

/* Final CTA */
.final-section {
  background: var(--bg-alt);
}

.final-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(28px, 5vw, 54px);
  overflow: hidden;
  flex-wrap: wrap;
  border: 1px solid rgba(254, 40, 74, 0.35);
  border-radius: 28px;
  background: radial-gradient(900px 420px at 88% -30%, rgba(254, 40, 74, 0.38), transparent 60%), radial-gradient(700px 400px at -12% 130%, rgba(255, 197, 66, 0.16), transparent 55%), #191c2b;
}

.final-content {
  position: relative;
  display: flex;
  flex: 1 1 400px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.final-content .eyebrow {
  font-size: 12px;
}

.final-content h2 {
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.12;
}

.final-content > p {
  max-width: 440px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
  text-wrap: pretty;
}

.final-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.final-primary {
  padding: 17px 40px;
  font-size: 15px;
  letter-spacing: 0.05em;
  box-shadow: 0 12px 32px rgba(254, 40, 74, 0.48);
}

.final-secondary {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.final-secondary:hover {
  border-color: #fff;
  color: #fff;
}

.final-trust {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted-dark);
  font-size: 13px;
  font-weight: 600;
}

.final-trust > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
}

.final-offers {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(8px, 1.5vw, 16px);
  min-width: 0;
  flex-wrap: wrap;
}

.offer-card {
  display: flex;
  align-items: center;
  padding: clamp(14px, 2.4vw, 26px) clamp(14px, 2.6vw, 30px);
  flex-direction: column;
  gap: 6px;
  border-radius: 22px;
}

.offer-red {
  border: 1px solid rgba(254, 40, 74, 0.45);
  background: rgba(254, 40, 74, 0.12);
  box-shadow: 0 0 44px rgba(254, 40, 74, 0.18);
}

.offer-gold {
  border: 1px solid rgba(255, 197, 66, 0.45);
  background: rgba(255, 197, 66, 0.1);
  box-shadow: 0 0 44px rgba(255, 197, 66, 0.15);
}

.offer-value {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(20px, 4vw, 44px);
  font-weight: 900;
  line-height: 1;
}

.offer-red .offer-value { color: var(--red-bright); }
.offer-gold .offer-value { color: var(--gold); }

.offer-label {
  color: var(--text-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-plus {
  color: var(--gold);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 800;
}

/* Footer */
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #10121a;
}

.footer-inner {
  display: flex;
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  padding: 56px 24px 28px;
  flex-direction: column;
  gap: 40px;
}

.footer-top {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}

.footer-brand {
  display: flex;
  flex: 2 1 260px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.footer-logo {
  width: auto;
  height: 20px;
}

.footer-brand p {
  max-width: 300px;
  margin: 0;
  color: var(--muted-dark);
  font-size: 14px;
  line-height: 1.6;
}

.footer-apps {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-apps a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: var(--panel);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.footer-apps a:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.footer-column {
  display: flex;
  flex: 1 1 150px;
  flex-direction: column;
  gap: 12px;
}

.footer-information {
  flex-basis: 190px;
}

.footer-social-column {
  flex-basis: 160px;
}

.footer-heading {
  color: var(--muted-darker);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-column > a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.footer-column > a:hover {
  color: #fff;
}

.footer-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  background: var(--panel);
  color: var(--muted);
  transition: all 0.2s ease;
}

.footer-socials a:hover {
  border-color: var(--red-bright);
  color: var(--red-bright);
}

.footer-mirror {
  color: var(--muted-dark);
  font-size: 13px;
  font-weight: 600;
}

.footer-bottom {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 24px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.age-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 2px solid var(--red);
  border-radius: 50%;
  color: var(--red-bright);
  font-size: 13px;
  font-weight: 800;
}

.footer-bottom p {
  margin: 0;
  flex: 1 1 380px;
  color: var(--muted-darker);
  font-size: 12.5px;
  line-height: 1.6;
  text-wrap: pretty;
}

.footer-copyright {
  color: var(--muted-darker);
  font-size: 12.5px;
  font-weight: 600;
}

/* 404 */
.not-found {
  display: flex;
  min-height: 65vh;
  align-items: center;
  justify-content: center;
  padding: 72px 24px;
  background: radial-gradient(600px 320px at 50% 35%, rgba(254, 40, 74, 0.18), transparent 65%), var(--bg);
}

.not-found-inner {
  display: flex;
  max-width: 680px;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}

.not-found-code {
  color: var(--red-bright);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(72px, 15vw, 160px);
  font-weight: 800;
  line-height: 0.9;
}

.not-found p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 16px;
}

.not-found .button {
  padding: 16px 34px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

@media (max-width: 1140px) {
  .reviews-grid:not(.is-enhanced) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .games-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .game-card-featured {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 860px) {
  .reviews-grid:not(.is-enhanced) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .header-logo {
    height: 18px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: inline-flex;
  }

  .header-login {
    padding: 9px 14px;
    font-size: 12px;
  }

  .header-register {
    padding: 10px 16px;
    font-size: 12px;
  }

  .jackpots-grid {
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    background: rgba(26, 30, 44, 0.88);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .jackpot {
    padding: 14px 18px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .jackpot-mega {
    border-top: 1px solid rgba(255, 197, 66, 0.25);
    border-bottom: 1px solid rgba(255, 197, 66, 0.25);
    background: linear-gradient(90deg, rgba(255, 197, 66, 0.1), rgba(255, 197, 66, 0.02));
  }
}

@media (min-width: 801px) {
  .mobile-nav {
    display: none !important;
  }
}

@media (max-width: 579px) {
  .reviews-grid:not(.is-enhanced) {
    grid-template-columns: 1fr;
  }

  .reviews-summary {
    width: 100%;
    justify-content: center;
  }

  .review-rating {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .header-login {
    display: none;
  }

  .header-register {
    padding: 10px 14px;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .final-actions,
  .final-primary {
    width: 100%;
  }

}

@media (min-width: 481px) {
  #menu-login {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
