/* style/slots-games-slots-jackpot-mechanism.css */
.page-slots-games-slots-jackpot-mechanism {
  font-family: 'Arial', sans-serif;
  color: #F8F8F8;
  background-color: #1A1A2E;
  line-height: 1.6;
}

.page-slots-games-slots-jackpot-mechanism__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-slots-games-slots-jackpot-mechanism__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  overflow: hidden;
  background: linear-gradient(135deg, #FFD700 0%, #DC143C 100%);
  color: #1A1A2E;
  text-align: center;
}

.page-slots-games-slots-jackpot-mechanism__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.7;
}

.page-slots-games-slots-jackpot-mechanism__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.page-slots-games-slots-jackpot-mechanism__hero-title {
  font-size: 3.5em;
  margin-bottom: 15px;
  color: #DC143C;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.page-slots-games-slots-jackpot-mechanism__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #333;
}

.page-slots-games-slots-jackpot-mechanism__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-slots-games-slots-jackpot-mechanism__button--primary {
  background-color: #FFD700;
  color: #1A1A2E;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-slots-games-slots-jackpot-mechanism__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
}

.page-slots-games-slots-jackpot-mechanism__button--secondary {
  background-color: #DC143C;
  color: #FFFFFF;
  box-shadow: 0 5px 15px rgba(220, 20, 60, 0.4);
  margin-left: 20px;
}

.page-slots-games-slots-jackpot-mechanism__button--secondary:hover {
  background-color: #b01030;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(220, 20, 60, 0.6);
}

.page-slots-games-slots-jackpot-mechanism__section {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.page-slots-games-slots-jackpot-mechanism__section--about {
  background-color: #1A1A2E;
}

.page-slots-games-slots-jackpot-mechanism__section--types {
  background-color: #2a2a3e;
}

.page-slots-games-slots-jackpot-mechanism__section--how-to-win {
  background-color: #1A1A2E;
}

.page-slots-games-slots-jackpot-mechanism__section--nohu90-advantage {
  background-color: #2a2a3e;
}

.page-slots-games-slots-jackpot-mechanism__section--responsible-gaming {
  background-color: #1A1A2E;
}

.page-slots-games-slots-jackpot-mechanism__heading {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-slots-games-slots-jackpot-mechanism__heading::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #DC143C;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-slots-games-slots-jackpot-mechanism__sub-heading {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-slots-games-slots-jackpot-mechanism__paragraph {
  font-size: 1.1em;
  color: #F8F8F8;
  margin-bottom: 15px;
  text-align: justify;
}

.page-slots-games-slots-jackpot-mechanism__keyword {
  color: #FFD700;
  font-weight: bold;
}

.page-slots-games-slots-jackpot-mechanism__link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-slots-games-slots-jackpot-mechanism__link:hover {
  text-decoration: underline;
  color: #e6c200;
}

.page-slots-games-slots-jackpot-mechanism__list {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-slots-games-slots-jackpot-mechanism__list li {
  margin-bottom: 10px;
  color: #F8F8F8;
  font-size: 1.1em;
}

.page-slots-games-slots-jackpot-mechanism__list-item-strong {
  color: #DC143C;
}

.page-slots-games-slots-jackpot-mechanism__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slots-games-slots-jackpot-mechanism__grid-item {
  background-color: #33334d;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #FFD700;
}

.page-slots-games-slots-jackpot-mechanism__grid-item .page-slots-games-slots-jackpot-mechanism__sub-heading {
  margin-top: 0;
  color: #FFD700;
}

.page-slots-games-slots-jackpot-mechanism__image-full {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-slots-games-slots-jackpot-mechanism__section--cta {
  position: relative;
  background: linear-gradient(45deg, #DC143C, #FFD700);
  padding: 80px 0;
  text-align: center;
  color: #1A1A2E;
  overflow: hidden;
}

.page-slots-games-slots-jackpot-mechanism__image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.2;
}

.page-slots-games-slots-jackpot-mechanism__container--cta {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  max-width: 900px;
}

.page-slots-games-slots-jackpot-mechanism__heading--cta {
  color: #DC143C;
  font-size: 3em;
}

.page-slots-games-slots-jackpot-mechanism__heading--cta::after {
  background-color: #FFD700;
}

.page-slots-games-slots-jackpot-mechanism__paragraph--cta {
  color: #333;
  font-size: 1.2em;
  margin-bottom: 40px;
}

.page-slots-games-slots-jackpot-mechanism__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-slots-games-slots-jackpot-mechanism__hero-title {
    font-size: 3em;
  }
  .page-slots-games-slots-jackpot-mechanism__hero-subtitle {
    font-size: 1.3em;
  }
  .page-slots-games-slots-jackpot-mechanism__heading {
    font-size: 2.5em;
  }
  .page-slots-games-slots-jackpot-mechanism__sub-heading {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-slots-games-slots-jackpot-mechanism__hero {
    height: 500px;
  }
  .page-slots-games-slots-jackpot-mechanism__hero-title {
    font-size: 2.5em;
  }
  .page-slots-games-slots-jackpot-mechanism__hero-subtitle {
    font-size: 1.1em;
  }
  .page-slots-games-slots-jackpot-mechanism__button {
    padding: 12px 25px;
    font-size: 0.9em;
  }
  .page-slots-games-slots-jackpot-mechanism__heading {
    font-size: 2em;
  }
  .page-slots-games-slots-jackpot-mechanism__sub-heading {
    font-size: 1.4em;
  }
  .page-slots-games-slots-jackpot-mechanism__paragraph {
    font-size: 1em;
  }
  .page-slots-games-slots-jackpot-mechanism__grid {
    grid-template-columns: 1fr;
  }
  .page-slots-games-slots-jackpot-mechanism__button-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-slots-games-slots-jackpot-mechanism__button--secondary {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .page-slots-games-slots-jackpot-mechanism__hero {
    height: 400px;
  }
  .page-slots-games-slots-jackpot-mechanism__hero-title {
    font-size: 2em;
  }
  .page-slots-games-slots-jackpot-mechanism__hero-subtitle {
    font-size: 0.9em;
  }
  .page-slots-games-slots-jackpot-mechanism__button {
    padding: 10px 20px;
    font-size: 0.8em;
  }
  .page-slots-games-slots-jackpot-mechanism__heading {
    font-size: 1.8em;
  }
  .page-slots-games-slots-jackpot-mechanism__sub-heading {
    font-size: 1.2em;
  }
  .page-slots-games-slots-jackpot-mechanism__container {
    padding: 15px;
  }
  .page-slots-games-slots-jackpot-mechanism__container--cta {
    padding: 20px;
  }
  .page-slots-games-slots-jackpot-mechanism__heading--cta {
    font-size: 2.2em;
  }
}