:root {
  --bs-primary: #b428f0;
  --bs-primary-rgb: 180, 40, 240;
  --bs-body-bg: #180018;
  --bs-body-color: #ffffff;
  --bs-card-bg: #300048;
  --bs-border-color: rgba(180, 40, 240, 0.34);
  --color-bg: #180018;
  --color-bg-deep: #0d0014;
  --color-surface: #300048;
  --color-surface-alt: #21002f;
  --color-surface-soft: rgba(72, 0, 102, 0.72);
  --color-primary: #b428f0;
  --color-primary-dark: #7828c8;
  --color-secondary: #ffe030;
  --color-cta-green: #0cbe50;
  --color-cta-green-hover: #09a040;
  --color-text: #ffffff;
  --color-text-muted: #d8bee6;
  --color-btn-text: #ffffff;
  --shadow-neon-purple: 0 0 0 1px rgba(210, 70, 255, 0.42), 0 0 24px rgba(180, 40, 240, 0.38);
  --shadow-neon-green: 0 0 0 1px rgba(72, 255, 143, 0.55), 0 0 18px rgba(12, 190, 80, 0.72);
}

html, body {
  overflow-x: hidden;
  min-width: 320px;
}

body {
  font-family: 'Nunito', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background:
    radial-gradient(circle at 56% 6%, rgba(180, 40, 240, 0.22), transparent 32rem),
    radial-gradient(circle at 18% 44%, rgba(115, 0, 155, 0.28), transparent 28rem),
    linear-gradient(180deg, #25002f 0%, var(--color-bg) 36%, #0f0018 100%);
  color: var(--color-text);
  font-size: 17px;
  line-height: 1.7;
}

main {
  min-height: 100vh;
}

@media (min-width: 1400px) {
  .site-main {
    padding-left: 190px;
  }
}

.content-shell {
  max-width: 1240px;
}

section {
  scroll-margin-top: 92px;
}

h1, h2, h3, h4 {
  font-weight: 800;
  color: var(--color-text);
  line-height: 1.14;
}

h1 {
  font-size: clamp(2.25rem, 5vw, 4.65rem);
  letter-spacing: -0.04em;
}

h2 {
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  margin-bottom: 1rem;
}

h3 {
  font-size: clamp(1.24rem, 2vw, 1.6rem);
}

a {
  color: #f3d4ff;
}

a:hover {
  color: var(--color-secondary);
}

p, li, td, th {
  color: var(--color-text-muted);
}

strong, .text-bright {
  color: #fff;
}

.section-card, .glass-card, .rave-card {
  background: linear-gradient(180deg, rgba(62, 0, 86, 0.92), rgba(36, 0, 52, 0.9));
  border: 1px solid rgba(210, 70, 255, 0.28);
  border-radius: 1.5rem;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
}

.rave-card {
  padding: clamp(1.1rem, 2.5vw, 2rem);
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .42rem .8rem;
  border-radius: 999px;
  background: rgba(180, 40, 240, 0.18);
  border: 1px solid rgba(236, 116, 255, 0.38);
  color: #fff;
  font-weight: 800;
  font-size: .92rem;
  margin-bottom: .95rem;
}

.hero-panel {
  background:
    radial-gradient(circle at top right, rgba(12,190,80,.24), transparent 24rem),
    linear-gradient(135deg, rgba(70,0,100,.95), rgba(22,0,28,.95));
  border: 1px solid rgba(210, 70, 255, .38);
  border-radius: 1.75rem;
  box-shadow: var(--shadow-neon-purple);
  overflow: hidden;
}

.hero-copy {
  padding: clamp(1.2rem, 4vw, 3rem);
}

.hero-bonus-line {
  color: var(--color-secondary);
  font-weight: 900;
  font-size: clamp(1.1rem, 3.5vw, 2.05rem);
  text-shadow: 0 0 16px rgba(255, 224, 48, .34);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.2rem;
}

.meta-pill, .trust-pill, .provider-pill, .badge-soft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  border-radius: 999px;
  padding: .55rem .82rem;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
}

.hero-carousel-wrap {
  padding: 0 clamp(.8rem, 2vw, 1.25rem) clamp(.8rem, 2vw, 1.25rem);
}

.hero-img, .content-img, .banner-img {
  border-radius: 1.15rem;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 20px 55px rgba(0,0,0,.32);
  width: 100%;
  height: auto;
}

.portrait-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  border-radius: 1.2rem;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 20px 55px rgba(0,0,0,.32);
}

.btn {
  border-radius: .85rem;
  font-weight: 800;
}

.btn-success, .neon-green {
  background: linear-gradient(180deg, #18df68, #08a443);
  border-color: #49ff98;
  color: #fff;
  box-shadow: var(--shadow-neon-green);
}

.btn-success:hover, .neon-green:hover {
  background: linear-gradient(180deg, #26f175, #0b923e);
  border-color: #7cffae;
  color: #fff;
}

.btn-primary {
  background: linear-gradient(180deg, var(--color-primary), var(--color-primary-dark));
  border-color: #d66cff;
  box-shadow: 0 0 16px rgba(180,40,240,.42);
}

.btn-warning {
  background: linear-gradient(180deg, #ffe030, #ff9c00);
  border: 0;
  color: #220016;
  box-shadow: 0 0 18px rgba(255, 162, 0, .44);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .75rem;
}

@media (max-width: 991.98px) {
  .trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .trust-row {
    grid-template-columns: 1fr;
  }
}

.trust-item {
  background: rgba(75,0,105,.72);
  border: 1px solid rgba(210,70,255,.32);
  border-radius: 1.1rem;
  padding: 1rem;
  color: #fff;
  font-weight: 800;
  text-align: center;
  box-shadow: inset 0 0 18px rgba(180,40,240,.12);
}

.table {
  --bs-table-bg: rgba(255,255,255,.035);
  --bs-table-striped-bg: rgba(180,40,240,.09);
  --bs-table-color: #fff;
  --bs-table-striped-color: #fff;
  --bs-table-border-color: rgba(255,255,255,.12);
  margin-bottom: 0;
}

.table th {
  color: #fff;
  font-weight: 800;
}

.table td {
  color: var(--color-text-muted);
}

.table-responsive {
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,.12);
  overflow: auto;
}

.category-rail {
  display: flex;
  gap: .8rem;
  overflow-x: auto;
  padding: .35rem .1rem .85rem;
  scrollbar-width: thin;
}

.category-chip {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .78rem 1rem;
  border-radius: .9rem;
  background: linear-gradient(180deg, rgba(105, 18, 145, .98), rgba(63, 0, 91, .98));
  border: 1px solid rgba(225, 110, 255, .34);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(0,0,0,.22);
}

.chip-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.bonus-stack {
  display: grid;
  gap: 1.2rem;
}

.bonus-card {
  position: relative;
  padding: .85rem;
  background: linear-gradient(180deg, rgba(92, 0, 122, .86), rgba(29, 0, 45, .92));
  border: 1px solid rgba(225, 105, 255, .38);
  border-radius: 1.3rem;
  box-shadow: var(--shadow-neon-purple);
}

.bonus-badge {
  position: absolute;
  top: .95rem;
  right: .95rem;
  z-index: 2;
  background: linear-gradient(180deg, #ffe030, #ff9d00);
  color: #210014;
  border-radius: 999px;
  padding: .45rem .75rem;
  font-size: .78rem;
  font-weight: 900;
  box-shadow: 0 0 16px rgba(255,224,48,.35);
}

.game-card {
  height: 100%;
  min-height: 178px;
  border-radius: 1.2rem;
  padding: 1rem;
  background: radial-gradient(circle at 25% 10%, rgba(255,224,48,.24), transparent 44%), linear-gradient(145deg, rgba(73, 0, 111, .95), rgba(20, 0, 35, .96));
  border: 1px solid rgba(222, 90, 255, .42);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 16px 34px rgba(0,0,0,.32);
}

.game-rank {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 900;
  color: var(--color-secondary);
  text-shadow: 0 0 16px rgba(255,224,48,.35);
}

.game-title {
  color: #fff;
  font-weight: 900;
  margin-bottom: .15rem;
}

.game-provider {
  color: var(--color-text-muted);
  font-size: .88rem;
  font-weight: 700;
}

.nav-tabs {
  border-bottom-color: rgba(255,255,255,.12);
}

.nav-tabs .nav-link {
  color: #e6c9f5;
  border: 0;
  border-bottom: 3px solid transparent;
  font-weight: 900;
}

.nav-tabs .nav-link.active {
  color: var(--color-secondary);
  background: transparent;
  border-color: var(--color-secondary);
}

.pros-cons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 767.98px) {
  .pros-cons-grid {
    grid-template-columns: 1fr;
  }
}

.list-card {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 1.2rem;
  padding: 1.25rem;
}

.list-card ul, .list-card ol {
  margin-bottom: 0;
  padding-left: 1.2rem;
}

.step-card {
  height: 100%;
  padding: 1.2rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 1.1rem;
}

.step-number {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .7rem;
  background: linear-gradient(180deg, #d64cff, #7b18bd);
  color: #fff;
  font-weight: 900;
  margin-bottom: .9rem;
}

.provider-scroll {
  display: flex;
  gap: .65rem;
  overflow-x: auto;
  padding-bottom: .65rem;
}

.vip-level {
  background: linear-gradient(180deg, rgba(118, 35, 190, .8), rgba(52, 0, 82, .86));
  border: 1px solid rgba(225,110,255,.35);
  border-radius: 1.2rem;
  padding: 1.2rem;
  height: 100%;
}

.level-tag {
  color: var(--color-secondary);
  font-weight: 900;
  font-size: 1.45rem;
}

.progress {
  background: rgba(0,0,0,.42);
  height: .8rem;
  border-radius: 999px;
}

.progress-bar {
  background: linear-gradient(90deg, #18df68, #ffe030);
}

.review-card {
  height: 100%;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1.2rem;
  padding: 1.2rem;
}

.stars {
  color: var(--color-secondary);
  letter-spacing: .08em;
}

.cta-banner {
  background:
    radial-gradient(circle at 82% 20%, rgba(12,190,80,.22), transparent 18rem),
    linear-gradient(135deg, rgba(180,40,240,.92), rgba(48,0,72,.96));
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 1.7rem;
  padding: clamp(1.2rem, 3.5vw, 2.4rem);
  box-shadow: var(--shadow-neon-purple);
}

.accordion {
  --bs-accordion-bg: rgba(255,255,255,.045);
  --bs-accordion-border-color: rgba(255,255,255,.12);
  --bs-accordion-btn-color: #fff;
  --bs-accordion-active-color: #fff;
  --bs-accordion-active-bg: rgba(180,40,240,.28);
  --bs-accordion-color: var(--color-text-muted);
}

.accordion-button {
  font-weight: 900;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.desktop-side-menu {
  position: fixed;
  top: 86px;
  left: 12px;
  width: 164px;
  z-index: 900;
  flex-direction: column;
  gap: .5rem;
  padding: .6rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(65, 0, 88, .96), rgba(32,0,48,.96));
  border: 1px solid rgba(225,110,255,.22);
  box-shadow: 0 18px 48px rgba(0,0,0,.34);
}

.rail-pill {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: #fff;
  text-decoration: none;
  font-size: .87rem;
  font-weight: 900;
  padding: .62rem .72rem;
  border-radius: .75rem;
  background: rgba(255,255,255,.06);
}

.rail-pill.hot {
  background: linear-gradient(180deg, #e637ff, #8e21db);
}

.rail-pill.blue {
  background: linear-gradient(180deg, #0779ff, #034ed1);
}

.rail-pill:hover {
  color: #fff;
  transform: translateY(-1px);
}

.floating-btn {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 50%;
  border: 0;
  display: none;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(180deg, #b428f0, #7828c8);
  box-shadow: var(--shadow-neon-purple);
  z-index: 1200;
  font-weight: 900;
}

.floating-btn.is-visible {
  display: inline-flex;
}

.mobile-sticky-cta {
  position: fixed;
  left: .75rem;
  right: .75rem;
  bottom: .75rem;
  z-index: 1190;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .72rem .78rem;
  border-radius: 1rem;
  background: rgba(46, 0, 68, .96);
  border: 1px solid rgba(225,110,255,.35);
  box-shadow: var(--shadow-neon-purple);
}

.mobile-sticky-cta.is-visible {
  display: flex;
}

@media (min-width: 768px) {
  .mobile-sticky-cta {
    display: none !important;
  }
}

.mobile-sticky-cta span {
  color: #fff;
  font-weight: 900;
  font-size: .92rem;
}

@media (max-width: 767.98px) {
  body {
    font-size: 16px;
    padding-bottom: 5.5rem;
  }
  .content-shell {
    padding-left: .85rem;
    padding-right: .85rem;
  }
  .rave-card {
    border-radius: 1.15rem;
  }
  .bonus-badge {
    position: static;
    display: inline-flex;
    margin-bottom: .65rem;
  }
}

.progress-28 { width: 28%; }
.progress-55 { width: 55%; }
.progress-82 { width: 82%; }

/* EEAT pages */
.eeat-page .lead {
  color: #f0dcff;
  font-weight: 700;
  max-width: 880px;
}

.eeat-hero {
  padding: clamp(1.25rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 88% 12%, rgba(12, 190, 80, .2), transparent 18rem),
    radial-gradient(circle at 8% 15%, rgba(255, 224, 48, .16), transparent 16rem),
    linear-gradient(135deg, rgba(70,0,100,.95), rgba(22,0,28,.95));
}

.breadcrumb-neon {
  padding: .85rem 1rem;
  border-radius: 1rem;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(225,110,255,.2);
}

.breadcrumb-neon .breadcrumb-item,
.breadcrumb-neon .breadcrumb-item.active {
  color: var(--color-text-muted);
  font-weight: 800;
}

.breadcrumb-neon a {
  color: #fff;
  text-decoration: none;
}

.info-alert {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(255, 224, 48, .1);
  border: 1px solid rgba(255, 224, 48, .28);
  color: #fff;
  font-weight: 700;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

@media (max-width: 991.98px) {
  .resource-grid { grid-template-columns: 1fr; }
}

.resource-card,
.eeat-link-card {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  height: 100%;
  padding: 1rem;
  border-radius: 1rem;
  text-decoration: none;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: inset 0 0 18px rgba(180,40,240,.08);
}

.resource-card strong,
.eeat-link-card strong {
  color: #fff;
  font-size: 1.05rem;
}

.resource-card span,
.eeat-link-card small {
  color: var(--color-text-muted);
  font-weight: 700;
}

.resource-card:hover,
.eeat-link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 224, 48, .42);
  box-shadow: var(--shadow-neon-purple);
}

.eeat-link-card span {
  font-size: 1.45rem;
}

.check-list {
  display: grid;
  gap: .65rem;
  padding-left: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 2rem;
  color: var(--color-text-muted);
  font-weight: 700;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.35rem;
  height: 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .4rem;
  background: linear-gradient(180deg, #18df68, #08a443);
  color: #fff;
  font-size: .85rem;
  font-weight: 900;
}

