:root {
  --clr-header: #1d2158;
  --clr-footer: #1d2158;
  --clr-bg: #1d2158;
  --clr-btn-login: #96a5d1;
  --clr-btn-reg: #eaae16;
  --clr-text: #e8eaf6;
  --clr-text-muted: #a0aec0;
  --clr-accent: #eaae16;
  --clr-card-bg: #232843;
  --clr-border: #3a4060;
  --clr-hero-overlay: rgba(29, 33, 88, 0.72);
  --radius-md: 12px;
  --radius-lg: 18px;
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.35);
}

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

html {
  scroll-behavior: smooth;
  background: #1d2158 !important;
  background-color: #1d2158 !important;
}

body {
  font-family: "Roboto", sans-serif;
  background: #1d2158 !important;
  background-color: #1d2158 !important;
  color: var(--clr-text);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.nomad-casino-page {
  background: #1d2158 !important;
  background-color: #1d2158 !important;
}

a {
  color: var(--clr-btn-login);
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: var(--clr-accent);
}

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

.x7k2m {
  display: none;
}

.q9r3f {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.wp-site-icon {
  display: none;
}

.entry-meta {
  display: none;
}

.post-thumbnail {
  display: none;
}

#hdr-x1 {
  background: var(--clr-header);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}

.hdr-inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 16px;
  padding: 10px 24px;
  max-width: 1280px;
  margin: 0 auto;
}

.hdr-logo img {
  height: 44px;
  width: auto;
}

.hdr-nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.hdr-nav a {
  color: var(--clr-text);
  font-size: 14px;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 6px;
  transition:
    background 0.2s,
    color 0.2s;
}

.hdr-nav a:hover {
  background: rgba(150, 165, 209, 0.15);
  color: var(--clr-btn-login);
}

.hdr-online {
  font-size: 12px;
  color: var(--clr-text-muted);
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}

.hdr-online span.dot {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 6px #4ade80;
}

.hdr-btns {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
}

.btn-login {
  background: var(--clr-btn-login);
  color: #1d2158;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition:
    opacity 0.2s,
    transform 0.1s;
  text-decoration: none;
  display: inline-block;
}

.btn-login:hover {
  opacity: 0.85;
  color: #1d2158;
  transform: translateY(-1px);
}

.btn-reg {
  background: var(--clr-btn-reg);
  color: #1a1a1a;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition:
    opacity 0.2s,
    transform 0.1s;
  text-decoration: none;
  display: inline-block;
}

.btn-reg:hover {
  opacity: 0.85;
  color: #1a1a1a;
  transform: translateY(-1px);
}

.btn-bonus-lg {
  background: var(--clr-btn-reg);
  color: #1a1a1a;
  font-weight: 800;
  font-size: 17px;
  padding: 14px 36px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition:
    opacity 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(234, 174, 22, 0.45);
  text-decoration: none;
}

.btn-bonus-lg:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(234, 174, 22, 0.6);
  color: #1a1a1a;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
}

.burger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--clr-text);
  border-radius: 2px;
  transition:
    transform 0.3s,
    opacity 0.3s;
}

.burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mob-menu {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 12px 24px 16px;
  background: var(--clr-header);
  border-top: 1px solid var(--clr-border);
}

.mob-menu.open {
  display: flex;
}

.mob-menu a {
  color: var(--clr-text);
  font-size: 15px;
  padding: 8px 12px;
  border-radius: 6px;
  transition: background 0.2s;
}

.mob-menu a:hover {
  background: rgba(255, 255, 255, 0.07);
}

#hero-a8f {
  position: relative;
  background: url("/madBan.png") center center/cover no-repeat;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: var(--clr-hero-overlay);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px 24px;
  max-width: 720px;
  margin: 0 auto;
}

.hero-content h1 {
  font-size: clamp(26px, 5vw, 52px);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 16px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.hero-content p {
  font-size: clamp(15px, 2.5vw, 20px);
  color: #dde3f5;
  margin-bottom: 32px;
  line-height: 1.55;
}

.hero-badge {
  display: inline-block;
  background: var(--clr-btn-reg);
  color: #1a1a1a;
  font-weight: 800;
  font-size: clamp(20px, 3.5vw, 32px);
  padding: 10px 28px;
  border-radius: 10px;
  margin-bottom: 28px;
  box-shadow: 0 4px 20px rgba(234, 174, 22, 0.5);
}

.breadcrumbs-wrap {
  background: rgba(29, 33, 88, 0.55);
  padding: 10px 24px;
  border-bottom: 1px solid var(--clr-border);
}

.breadcrumbs {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--clr-text-muted);
  flex-wrap: wrap;
}

.breadcrumbs a {
  color: var(--clr-btn-login);
}

.breadcrumbs a:hover {
  color: var(--clr-accent);
}

.breadcrumbs .sep {
  color: var(--clr-border);
}

.breadcrumbs .current {
  color: var(--clr-accent);
  font-weight: 600;
}

.section-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 48px 24px;
}

.section-title {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 28px;
  border-left: 4px solid var(--clr-accent);
  padding-left: 14px;
  line-height: 1.2;
}

.info-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--clr-card-bg);
  font-size: 15px;
}

.info-table tr {
  border-bottom: 1px solid var(--clr-border);
}

.info-table tr:last-child {
  border-bottom: none;
}

.info-table td {
  padding: 12px 18px;
  text-align: left;
  vertical-align: top;
}

.info-table td:first-child {
  color: var(--clr-text-muted);
  font-weight: 600;
  width: 200px;
  white-space: nowrap;
  border-right: 1px solid var(--clr-border);
}

.info-table td:last-child {
  color: var(--clr-text);
  font-weight: 500;
}

.info-table tr:hover {
  background: rgba(150, 165, 209, 0.06);
}

.info-table .stars {
  color: var(--clr-accent);
  font-size: 17px;
  letter-spacing: 2px;
}

.bonuses-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bonus-card {
  background: var(--clr-card-bg);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-lg);
  padding: 28px 22px;
  text-align: center;
  box-shadow: var(--shadow-card);
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}

.bonus-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--clr-accent);
}

.bonus-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.45);
}

.bonus-card .icon-b {
  font-size: 44px;
  margin-bottom: 14px;
  display: block;
}

.bonus-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.bonus-card .amount {
  font-size: 28px;
  font-weight: 900;
  color: var(--clr-accent);
  margin-bottom: 10px;
  display: block;
}

.bonus-card p {
  font-size: 14px;
  color: var(--clr-text-muted);
  margin-bottom: 18px;
  line-height: 1.5;
}

.bonus-card .terms {
  font-size: 12px;
  color: var(--clr-text-muted);
  margin-top: 10px;
}

.bonus-slider {
  display: none;
}

.wheel-section {
  background: rgba(29, 33, 88, 0.35);
  border-radius: var(--radius-lg);
}

#wheel-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 40px 24px;
}

.wheel-canvas-holder {
  position: relative;
  display: inline-block;
}

#lucky-wheel {
  border-radius: 50%;
  box-shadow:
    0 0 0 6px var(--clr-accent),
    0 8px 40px rgba(0, 0, 0, 0.6);
  transition: transform 0.05s linear;
}

.wheel-pointer {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 28px solid var(--clr-accent);
  filter: drop-shadow(0 2px 6px rgba(234, 174, 22, 0.7));
}

#wheel-result {
  text-align: center;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.wheel-result-win {
  font-size: 22px;
  font-weight: 800;
  color: var(--clr-accent);
  animation: fadeInUp 0.4s ease;
}

.wheel-result-lose {
  font-size: 18px;
  color: var(--clr-text-muted);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#content-block {
  background: var(--clr-card-bg);
  border-radius: var(--radius-lg);
  padding: 36px 40px;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--clr-border);
}

#content-block h1,
#content-block h2,
#content-block h3,
#content-block h4,
#content-block h5,
#content-block h6 {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  margin: 28px 0 12px;
}

#content-block h1 {
  font-size: clamp(22px, 3vw, 32px);
}

#content-block h2 {
  font-size: clamp(19px, 2.5vw, 26px);
  border-bottom: 1px solid var(--clr-border);
  padding-bottom: 8px;
}

#content-block h3 {
  font-size: clamp(17px, 2vw, 22px);
}

#content-block p {
  color: var(--clr-text);
  line-height: 1.75;
  margin-bottom: 14px;
}

#content-block ul,
#content-block ol {
  padding-left: 24px;
  margin-bottom: 14px;
  color: var(--clr-text);
}

#content-block li {
  margin-bottom: 6px;
  line-height: 1.6;
}

#content-block a {
  color: var(--clr-btn-login);
  text-decoration: underline;
}

#content-block a:hover {
  color: var(--clr-accent);
}

#content-block table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}

#content-block table th,
#content-block table td {
  border: 1px solid var(--clr-border);
  padding: 10px 14px;
  text-align: left;
}

#content-block table th {
  background: rgba(150, 165, 209, 0.12);
  color: var(--clr-accent);
  font-weight: 700;
}

#content-block table tr:hover {
  background: rgba(150, 165, 209, 0.06);
}

#content-block blockquote {
  border-left: 4px solid var(--clr-accent);
  padding: 12px 18px;
  margin: 18px 0;
  background: rgba(234, 174, 22, 0.07);
  border-radius: 0 8px 8px 0;
  color: var(--clr-text-muted);
  font-style: italic;
}

#content-block img {
  border-radius: 8px;
  margin: 16px 0;
}

.author-card {
  background: var(--clr-card-bg);
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: start;
  box-shadow: var(--shadow-card);
}

.author-photo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--clr-accent);
}

.author-info h4 {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
}

.author-info .role {
  color: var(--clr-btn-login);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

.author-info p {
  color: var(--clr-text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.author-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.author-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(150, 165, 209, 0.12);
  color: var(--clr-btn-login);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 6px;
  transition:
    background 0.2s,
    color 0.2s;
}

.author-links a:hover {
  background: var(--clr-btn-login);
  color: #1d2158;
}

#ftr-z9 {
  background: var(--clr-footer);
  padding: 48px 0 0;
  margin-top: 48px;
}

.ftr-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 240px 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}

.ftr-logo-col img {
  height: 40px;
  width: auto;
  margin-bottom: 14px;
}

.ftr-logo-col p {
  font-size: 13px;
  color: var(--clr-text-muted);
  line-height: 1.6;
}

.ftr-col h5 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ftr-col ul {
  list-style: none;
}

.ftr-col ul li {
  margin-bottom: 8px;
}

.ftr-col ul li a {
  color: var(--clr-text-muted);
  font-size: 13px;
  transition: color 0.2s;
}

.ftr-col ul li a:hover {
  color: var(--clr-btn-login);
}

.ftr-payments {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 24px;
  border-top: 1px solid var(--clr-border);
}

.ftr-payments h5 {
  font-size: 13px;
  font-weight: 700;
  color: var(--clr-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.ftr-logos-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.ftr-logo-badge {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  white-space: nowrap;
}

.ftr-providers {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 24px;
  border-top: 1px solid var(--clr-border);
}

.ftr-bottom {
  background: rgba(0, 0, 0, 0.25);
  padding: 20px 24px;
}

.ftr-bottom-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ftr-copyright {
  font-size: 13px;
  color: var(--clr-text-muted);
  text-align: center;
}

.ftr-legal {
  font-size: 11px;
  color: #5a6480;
  text-align: center;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
}

.age-badge {
  display: inline-block;
  background: #c0392b;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 4px;
  margin-right: 6px;
}

#sticky-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--clr-header);
  z-index: 999;
  border-top: 2px solid var(--clr-accent);
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.4);
}

.widget-text {
  font-size: 14px;
  color: var(--clr-text);
  font-weight: 600;
}

.widget-text strong {
  color: var(--clr-accent);
}

.widget-close {
  background: none;
  border: none;
  color: var(--clr-text-muted);
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
  flex-shrink: 0;
}

.widget-close:hover {
  color: #fff;
}

#sticky-widget a.btn-reg {
  font-size: 15px;
  padding: 10px 22px;
  flex-shrink: 0;
  text-decoration: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 0.6s ease forwards;
}

.slide-up {
  animation: slideUp 0.5s ease forwards;
}

.section-appear {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}

.section-appear.visible {
  opacity: 1;
  transform: none;
}

.wp-post-image {
  border-radius: 8px;
}

.entry-content {
  line-height: 1.7;
}

.elementor-widget-wrap {
  display: block;
}

.wp-block-group {
  margin-bottom: 20px;
}

.yoast-breadcrumbs {
  font-size: 13px;
}

.ast-breadcrumbs-inner {
  padding: 0;
}

.nv-is-child {
  display: block;
}

.site-main {
  padding-top: 0;
}

.p-hdr--sticky {
  top: 0;
  z-index: 100;
}

.d-none-a7 {
  display: none;
}

.v-hidden-b3 {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.fake-placeholder-d9 {
  color: transparent;
  font-size: 0;
}

@media (max-width: 1024px) {
  .bonuses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ftr-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ftr-logo-col {
    grid-column: 1/-1;
  }
}

@media (max-width: 768px) {
  .hdr-inner {
    grid-template-columns: auto 1fr auto auto;
    gap: 8px;
  }
  .hdr-nav {
    display: none;
  }
  .burger {
    display: flex;
  }
  .bonuses-grid {
    display: none;
  }
  .bonus-slider {
    display: block;
  }
  .ftr-grid {
    grid-template-columns: 1fr;
  }
  .author-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .author-photo {
    margin: 0 auto;
  }
  .author-links {
    justify-content: center;
  }
  #content-block {
    padding: 22px 18px;
  }
  .hdr-btns {
    gap: 6px;
  }
  .btn-login,
  .btn-reg {
    font-size: 12px;
    padding: 7px 12px;
  }
  #sticky-widget {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .widget-close {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

@media (max-width: 480px) {
  .hero-content {
    padding: 40px 16px;
  }
  .section-wrap {
    padding: 32px 14px;
  }
  .hdr-inner {
    padding: 8px 14px;
  }
  .info-table td:first-child {
    width: 140px;
    font-size: 13px;
  }
  .info-table td {
    font-size: 13px;
    padding: 10px 12px;
  }
}
