/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #2d3447;
  color: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header styles */
.header {
  background: linear-gradient(135deg, #1d2158 0%, #2a2d6b 100%);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 40px;
}

.logo img {
  height: 45px;
  width: auto;
}

.header-nav .nav-list {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0;
}

.header-nav .nav-list a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.header-nav .nav-list a:hover {
  color: #96a5d1;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.online-counter {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #96a5d1;
}

.online-dot {
  width: 8px;
  height: 8px;
  background: #4caf50;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.header-buttons {
  display: flex;
  gap: 10px;
}

.btn {
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.btn-login {
  background-color: #96a5d1;
  color: #1d2158;
}

.btn-login:hover {
  background-color: #7a8bc4;
  transform: translateY(-2px);
}

.btn-register {
  background-color: #eaae16;
  color: #1d2158;
}

.btn-register:hover {
  background-color: #d19914;
  transform: translateY(-2px);
}

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

.burger-menu span {
  width: 25px;
  height: 3px;
  background: #ffffff;
  margin: 3px 0;
  transition: 0.3s;
}

/* Hero section */
.hero-section {
  background: linear-gradient(rgba(29, 33, 88, 0.8), rgba(45, 52, 71, 0.8)), url("/nomad-baner3.png");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  text-align: center;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #96a5d1;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}

.btn-primary {
  background: linear-gradient(135deg, #eaae16, #f4c430);
  color: #1d2158;
  padding: 15px 30px;
  font-size: 1.1rem;
  font-weight: 600;
}

.btn-secondary {
  background: linear-gradient(135deg, #96a5d1, #7a8bc4);
  color: #1d2158;
  padding: 15px 30px;
  font-size: 1.1rem;
  font-weight: 600;
}

.btn-large {
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.btn-large:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}
.nb-demo-slot{
  --bg:#1d2158; --panel:#2d3447; --accent:#eaae16; --muted:#96a5d1; --light:#ffffff;
  background: linear-gradient(135deg, rgba(29,33,88,.95), rgba(45,52,71,.95));
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px; padding:20px; color:var(--light);
  box-shadow:0 10px 30px rgba(0,0,0,.35);
  max-width:780px; margin:0 auto;
}
.nb-demo-slot__top{
  display:flex; justify-content:space-between; align-items:center; margin-bottom:14px;
}
.nb-demo-slot__stat{ color:var(--muted); background:rgba(255,255,255,.06); padding:8px 12px; border-radius:10px; }
.nbds-btn-sm{
  background:rgba(255,255,255,.12); color:var(--light); border:none; border-radius:8px;
  padding:4px 10px; margin:0 8px; cursor:pointer; transition:.15s;
}
.nbds-btn-sm:hover{ background:rgba(255,255,255,.22); transform:translateY(-1px); }

.nb-demo-slot__machine{
  display:grid; grid-template-columns:repeat(3,1fr); gap:10px;
  background:linear-gradient(180deg, #20264b, #15193a);
  padding:14px; border-radius:14px; border:1px solid rgba(255,255,255,.1);
  position:relative; overflow:hidden;
}
.nbds-reel{
  height:260px; background:rgba(255,255,255,.06); border-radius:12px;
  border:1px solid rgba(255,255,255,.12); overflow:hidden; position:relative;
  display:grid; grid-template-rows:repeat(3,1fr); gap:8px; padding:8px;
}
.nbds-symbol{
  display:flex; align-items:center; justify-content:center;
  font-size:44px; background:rgba(0,0,0,.15);
  border-radius:10px; border:1px solid rgba(255,255,255,.08);
  user-select:none;
}
.nbds-reel.spinning .nbds-symbol{
  animation: nbds-spin 0.6s linear infinite;
}
@keyframes nbds-spin{
  0%{ transform:translateY(0); }
  100%{ transform:translateY(-100%); }
}

.nb-demo-slot__controls{
  display:flex; align-items:center; justify-content:space-between; margin-top:14px;
}
.nbds-spin{
  background:linear-gradient(45deg, var(--accent), #f5c142);
  color:#1d2158; border:none; padding:14px 28px; border-radius:30px;
  font-weight:800; letter-spacing:.5px; cursor:pointer; transition:.2s; box-shadow:0 6px 18px rgba(234,174,22,.35);
}
.nbds-spin:hover{ transform:translateY(-2px); }
.nbds-spin:disabled{ opacity:.6; cursor:not-allowed; filter:grayscale(40%); }

.nbds-win{ color:var(--muted); background:rgba(255,255,255,.06); padding:8px 12px; border-radius:10px; }

.nbds-paytable{ margin-top:14px; }
.nbds-paytable summary{ cursor:pointer; color:var(--accent); font-weight:700; }
.nbds-paytable ul{ margin:8px 0 0 18px; color:var(--muted); }

.nbds-note{ color:var(--muted); font-size:12px; margin-top:10px; opacity:.9; }

@media (max-width:600px){
  .nb-demo-slot__top{ flex-direction:column; gap:8px; }
  .nbds-symbol{ font-size:38px; }
  .nbds-spin{ width:100%; text-align:center; }
}


.online-players {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1rem;
  color: #96a5d1;
}

.online-indicator {
  width: 10px;
  height: 10px;
  background: #4caf50;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

/* Content sections */
.content-wrapper {
  padding: 60px 0;
}

.breadcrumbs-section {
  background: rgba(29, 33, 88, 0.3);
  padding: 15px 0;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.breadcrumbs a {
  color: #96a5d1;
  text-decoration: none;
}

.breadcrumbs .separator {
  color: #666;
}

.breadcrumbs .current {
  color: #ffffff;
}

/* Jackpots section */
.jackpots-section {
  padding: 40px 0;
}

.jackpots-block {
  background: linear-gradient(135deg, #1d2158, #2a2d6b);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.jackpots-block1 {
  background: linear-gradient(135deg, #1d2158, #2a2d6b);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.jackpots-block h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #eaae16;
}

.jackpots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.jackpot-item {
  background: rgba(150, 165, 209, 0.1);
  border-radius: 15px;
  padding: 25px;
  border: 2px solid #96a5d1;
}

.jackpot-name {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #96a5d1;
}

.jackpot-amount {
  font-size: 2rem;
  font-weight: 700;
  color: #eaae16;
  text-shadow: 0 0 10px rgba(234, 174, 22, 0.5);
}

/* Games section */
.popular-games-section {
  padding: 40px 0;
}

.games-block {
  background: linear-gradient(135deg, #2a2d6b, #1d2158);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.games-block h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  text-align: center;
  color: #eaae16;
}

.games-slider {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
}

.game-item {
  background: rgba(150, 165, 209, 0.1);
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
  border: 2px solid transparent;
}

.game-item:hover {
  transform: translateY(-5px);
  border-color: #96a5d1;
}

.game-logo img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.game-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.game-btn {
  background: linear-gradient(135deg, #eaae16, #f4c430);
  color: #1d2158;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.game-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(234, 174, 22, 0.4);
}

/* Demo game section */
.demo-game-section {
  padding: 40px 0;
}

.demo-block {
  background: linear-gradient(135deg, #1d2158, #2a2d6b);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.demo-block h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  text-align: center;
  color: #eaae16;
}

.demo-game-wrapper {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* Mini game section */
.mini-game-section {
  padding: 40px 0;
}

.mini-game-block {
  background: linear-gradient(135deg, #2a2d6b, #1d2158);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.mini-game-block h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #eaae16;
}

.slot-machine {
  max-width: 400px;
  margin: 0 auto;
  background: rgba(150, 165, 209, 0.1);
  border-radius: 20px;
  padding: 30px;
  border: 3px solid #96a5d1;
}

.slot-reels {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.reel {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  border: 3px solid #1d2158;
  transition: all 0.5s ease;
}

.spin-btn {
  background: linear-gradient(135deg, #eaae16, #f4c430);
  color: #1d2158;
  border: none;
  padding: 15px 40px;
  border-radius: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.spin-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(234, 174, 22, 0.4);
}

.spin-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.result-message {
  font-size: 1.2rem;
  font-weight: 600;
  min-height: 30px;
  color: #eaae16;
}

/* FAQ section */
.faq-section {
  padding: 40px 0;
}

.faq-block {
  background: linear-gradient(135deg, #1d2158, #2a2d6b);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.faq-block h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  text-align: center;
  color: #eaae16;
}

.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: rgba(150, 165, 209, 0.1);
  border-radius: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.faq-item.active {
  border-color: #96a5d1;
}

.faq-question {
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: rgba(150, 165, 209, 0.2);
}

.faq-question h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #96a5d1;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 0 20px 20px;
  max-height: 200px;
}

.faq-answer p {
  color: #96a5d1;
  line-height: 1.6;
}

/* Author section */
.author-section {
  padding: 40px 0;
}

.author-block {
  background: linear-gradient(135deg, #2a2d6b, #1d2158);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.author-info {
  display: flex;
  gap: 30px;
  align-items: center;
}

.author-avatar img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #96a5d1;
}

.author-details h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #eaae16;
}

.author-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #96a5d1;
  margin-bottom: 15px;
}

.author-bio {
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 20px;
}

.author-social a {
  color: #96a5d1;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.author-social a:hover {
  color: #eaae16;
}

/* Footer */
.footer {
  background: linear-gradient(135deg, #1d2158, #2a2d6b);
  padding: 60px 0 30px;
  margin-top: 60px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-section h4 {
  color: #eaae16;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #96a5d1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section ul li a:hover {
  color: #ffffff;
}

.footer-logo img {
  height: 50px;
  margin-bottom: 20px;
}

.footer-description {
  color: #96a5d1;
  line-height: 1.6;
}

.footer-payments,
.footer-providers {
  margin: 40px 0;
  text-align: center;
}

.footer-payments h4,
.footer-providers h4 {
  color: #eaae16;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.payment-methods,
.game-providers {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.payment-methods img,
.game-providers img {
  height: 40px;
  width: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.payment-methods img:hover,
.game-providers img:hover {
  filter: grayscale(0%);
}

.footer-bottom {
  border-top: 1px solid rgba(150, 165, 209, 0.3);
  padding-top: 30px;
  text-align: center;
}

.footer-legal p {
  color: #96a5d1;
  margin-bottom: 5px;
  font-size: 0.9rem;
}

/* Bonus widget */
.bonus-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #eaae16, #f4c430);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  max-width: 280px;
  animation: slideIn 0.5s ease;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.widget-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #1d2158;
  font-weight: bold;
}

.widget-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1d2158;
  margin-bottom: 10px;
}

.widget-bonus {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1d2158;
  margin-bottom: 10px;
  text-shadow: 0 0 10px rgba(29, 33, 88, 0.3);
}

.widget-text {
  font-size: 0.9rem;
  color: #1d2158;
  margin-bottom: 15px;
}

.widget-btn {
  background: #1d2158;
  color: #eaae16;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
}

.widget-btn:hover {
  background: #2a2d6b;
  transform: translateY(-2px);
}

/* Responsive design */
@media (max-width: 768px) {
  .header-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #1d2158;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  }

  .header-nav.active {
    display: block;
  }

  .header-nav .nav-list {
    flex-direction: column;
    gap: 15px;
  }

  .burger-menu {
    display: flex;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .games-slider {
    grid-template-columns: repeat(2, 1fr);
  }

  .author-info {
    flex-direction: column;
    text-align: center;
  }

  .bonus-widget {
    bottom: 10px;
    right: 10px;
    left: 10px;
    max-width: none;
  }

  .jackpots-grid {
    grid-template-columns: 1fr;
  }

  .slot-reels {
    gap: 10px;
  }

  .reel {
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }

  .hero-content h1 {
    font-size: 1.5rem;
  }

  .games-slider {
    grid-template-columns: 1fr;
  }

  .jackpots-block,
  .games-block,
  .demo-block,
  .mini-game-block,
  .faq-block,
  .author-block {
    padding: 20px;
  }

  .jackpots-block h2,
  .games-block h2,
  .demo-block h2,
  .mini-game-block h2,
  .faq-block h2 {
    font-size: 1.8rem;
  }
}

/* Additional utility classes */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.mb-1 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 30px;
}

.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}

.p-1 {
  padding: 10px;
}
.p-2 {
  padding: 20px;
}
.p-3 {
  padding: 30px;
}

/* WordPress-like elements for uniqueness */
.wp-block-group {
  display: block;
}
.wp-block-columns {
  display: flex;
}
.wp-block-column {
  flex: 1;
}
.elementor-widget {
  display: block;
}
.elementor-element {
  position: relative;
}

/* Unused styles for uniqueness */
.unused-style-1 {
  background: #ff6b6b;
}
.unused-style-2 {
  color: #4ecdc4;
}
.unused-style-3 {
  border: 2px solid #45b7d1;
}
.random-class-abc123 {
  opacity: 0.8;
}
.unique-element-xyz789 {
  transform: scale(1.1);
}
