.page-slots-games-nohu90-popular-slots {
  font-family: 'Arial', sans-serif;
  color: #F0F0F0; /* Light grey for general text */
  background-color: #1A1A2E;
  line-height: 1.6;
}

.page-slots-games-nohu90-popular-slots__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-slots-games-nohu90-popular-slots__section {
  padding: 80px 0;
  text-align: center;
}

.page-slots-games-nohu90-popular-slots__section:nth-of-type(even) {
  background-color: #2A2A3E;
}

.page-slots-games-nohu90-popular-slots__hero-section {
  background: linear-gradient(135deg, #1A1A2E 0%, #DC143C 50%, #FFD700 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.page-slots-games-nohu90-popular-slots__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.page-slots-games-nohu90-popular-slots__hero-section .page-slots-games-nohu90-popular-slots__container {
  position: relative;
  z-index: 2;
}

.page-slots-games-nohu90-popular-slots__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-slots-games-nohu90-popular-slots__hero-subtitle {
  font-size: 1.3em;
  color: #FFFFFF;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-slots-games-nohu90-popular-slots__hero-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin-top: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  object-fit: cover;
}

.page-slots-games-nohu90-popular-slots__section-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-slots-games-nohu90-popular-slots__section-description {
  font-size: 1.1em;
  color: #E0E0E0;
  max-width: 900px;
  margin: 0 auto 50px auto;
}

.page-slots-games-nohu90-popular-slots__features-grid,
.page-slots-games-nohu90-popular-slots__commitment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.page-slots-games-nohu90-popular-slots__feature-item,
.page-slots-games-nohu90-popular-slots__commitment-item {
  background-color: #2A2A3E;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: left;
  border-left: 5px solid #FFD700;
}

.page-slots-games-nohu90-popular-slots__feature-title,
.page-slots-games-nohu90-popular-slots__commitment-title {
  font-size: 1.8em;
  color: #DC143C;
  margin-bottom: 15px;
}

.page-slots-games-nohu90-popular-slots__feature-item p,
.page-slots-games-nohu90-popular-slots__commitment-item p {
  color: #F0F0F0;
}

.page-slots-games-nohu90-popular-slots__feature-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-slots-games-nohu90-popular-slots__game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-slots-games-nohu90-popular-slots__game-item {
  background-color: #1A1A2E;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: left;
  border: 1px solid #FFD700;
}

.page-slots-games-nohu90-popular-slots__game-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-slots-games-nohu90-popular-slots__game-item p {
  color: #E0E0E0;
}

.page-slots-games-nohu90-popular-slots__game-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-slots-games-nohu90-popular-slots__guide-list {
  list-style: none;
  padding: 0;
  margin-top: 50px;
}

.page-slots-games-nohu90-popular-slots__guide-list li {
  background-color: #2A2A3E;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  text-align: left;
  position: relative;
  padding-left: 70px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.page-slots-games-nohu90-popular-slots__guide-list li::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #DC143C;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
}

.page-slots-games-nohu90-popular-slots__guide-step-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-slots-games-nohu90-popular-slots__guide-list p {
  color: #F0F0F0;
}

.page-slots-games-nohu90-popular-slots__guide-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-slots-games-nohu90-popular-slots__promo-list {
  list-style: none;
  padding: 0;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.page-slots-games-nohu90-popular-slots__promo-list li {
  background-color: #1A1A2E;
  padding: 25px;
  border-radius: 10px;
  text-align: left;
  flex: 1 1 300px;
  max-width: 380px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid #DC143C;
}

.page-slots-games-nohu90-popular-slots__promo-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-slots-games-nohu90-popular-slots__promo-list p {
  color: #F0F0F0;
}

.page-slots-games-nohu90-popular-slots__promo-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-slots-games-nohu90-popular-slots__faq-accordion {
  margin-top: 50px;
  text-align: left;
}

.page-slots-games-nohu90-popular-slots__faq-item {
  background-color: #2A2A3E;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-slots-games-nohu90-popular-slots__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  padding: 20px 25px;
  cursor: pointer;
  margin: 0;
  position: relative;
  transition: background-color 0.3s ease;
}

.page-slots-games-nohu90-popular-slots__faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #DC143C;
  transition: transform 0.3s ease;
}

.page-slots-games-nohu90-popular-slots__faq-question.active {
  background-color: #1A1A2E;
}

.page-slots-games-nohu90-popular-slots__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-slots-games-nohu90-popular-slots__faq-answer {
  padding: 0 25px 20px 25px;
  color: #E0E0E0;
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-slots-games-nohu90-popular-slots__faq-answer.open {
  max-height: 500px; /* Adjust as needed */
  padding-top: 10px;
}

.page-slots-games-nohu90-popular-slots__cta-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-slots-games-nohu90-popular-slots__cta-description {
  font-size: 1.2em;
  color: #FFFFFF;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-slots-games-nohu90-popular-slots__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-slots-games-nohu90-popular-slots__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-align: center;
}

.page-slots-games-nohu90-popular-slots__btn--primary {
  background-color: #FFD700;
  color: #1A1A2E;
}

.page-slots-games-nohu90-popular-slots__btn--primary:hover {
  background-color: #E0B500;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-slots-games-nohu90-popular-slots__btn--secondary {
  background-color: #DC143C;
  color: #FFFFFF;
  border: 2px solid #DC143C;
}

.page-slots-games-nohu90-popular-slots__btn--secondary:hover {
  background-color: #C00A2C;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(220, 20, 60, 0.4);
}

.page-slots-games-nohu90-popular-slots__keyword {
  color: #FFD700;
  font-weight: bold;
}

.page-slots-games-nohu90-popular-slots__link-home {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-slots-games-nohu90-popular-slots__link-home:hover {
  color: #DC143C;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-slots-games-nohu90-popular-slots__hero-title {
    font-size: 2.8em;
  }
  .page-slots-games-nohu90-popular-slots__section-title {
    font-size: 2.2em;
  }
  .page-slots-games-nohu90-popular-slots__cta-title {
    font-size: 2.5em;
  }
  .page-slots-games-nohu90-popular-slots__features-grid,
  .page-slots-games-nohu90-popular-slots__commitment-grid,
  .page-slots-games-nohu90-popular-slots__game-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-slots-games-nohu90-popular-slots__hero-title {
    font-size: 2.2em;
  }
  .page-slots-games-nohu90-popular-slots__hero-subtitle {
    font-size: 1.1em;
  }
  .page-slots-games-nohu90-popular-slots__section {
    padding: 60px 0;
  }
  .page-slots-games-nohu90-popular-slots__section-title {
    font-size: 1.8em;
  }
  .page-slots-games-nohu90-popular-slots__feature-title,
  .page-slots-games-nohu90-popular-slots__commitment-title,
  .page-slots-games-nohu90-popular-slots__game-title {
    font-size: 1.5em;
  }
  .page-slots-games-nohu90-popular-slots__guide-list li {
    padding-left: 60px;
  }
  .page-slots-games-nohu90-popular-slots__guide-list li::before {
    width: 35px;
    height: 35px;
    font-size: 1.3em;
    left: 15px;
  }
  .page-slots-games-nohu90-popular-slots__promo-list {
    flex-direction: column;
    align-items: center;
  }
  .page-slots-games-nohu90-popular-slots__promo-list li {
    max-width: 90%;
  }
  .page-slots-games-nohu90-popular-slots__faq-question {
    font-size: 1.2em;
    padding: 18px 20px;
  }
  .page-slots-games-nohu90-popular-slots__faq-question::after {
    right: 20px;
  }
  .page-slots-games-nohu90-popular-slots__cta-title {
    font-size: 2em;
  }
  .page-slots-games-nohu90-popular-slots__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-slots-games-nohu90-popular-slots__btn {
    width: 80%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-slots-games-nohu90-popular-slots__hero-title {
    font-size: 1.8em;
  }
  .page-slots-games-nohu90-popular-slots__hero-subtitle {
    font-size: 1em;
  }
  .page-slots-games-nohu90-popular-slots__section-title {
    font-size: 1.6em;
  }
  .page-slots-games-nohu90-popular-slots__feature-title,
  .page-slots-games-nohu90-popular-slots__commitment-title,
  .page-slots-games-nohu90-popular-slots__game-title {
    font-size: 1.3em;
  }
  .page-slots-games-nohu90-popular-slots__guide-step-title {
    font-size: 1.4em;
  }
  .page-slots-games-nohu90-popular-slots__faq-question {
    font-size: 1em;
    padding: 15px 18px;
  }
  .page-slots-games-nohu90-popular-slots__cta-title {
    font-size: 1.8em;
  }
  .page-slots-games-nohu90-popular-slots__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}