.page-game-hall-slots-top-picks {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #0A192F;
  line-height: 1.6;
}

.page-game-hall-slots-top-picks__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-hall-slots-top-picks__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #1a355e 100%);
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-hall-slots-top-picks__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[IMAGE:hero_main_bg]');
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: 0;
}

.page-game-hall-slots-top-picks__hero-section > div {
  position: relative;
  z-index: 1;
}

.page-game-hall-slots-top-picks__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-game-hall-slots-top-picks__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #E0E0E0;
}

.page-game-hall-slots-top-picks__hero-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-game-hall-slots-top-picks__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
}

.page-game-hall-slots-top-picks__btn--primary {
  background-color: #FFD700;
  color: #0A192F;
}

.page-game-hall-slots-top-picks__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-game-hall-slots-top-picks__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-game-hall-slots-top-picks__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-game-hall-slots-top-picks__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 5px;
}

.page-game-hall-slots-top-picks__btn--link {
  background-color: transparent;
  color: #FFD700;
  border: 1px solid #FFD700;
  padding: 8px 15px;
  font-size: 0.9em;
  border-radius: 5px;
}

.page-game-hall-slots-top-picks__btn--link:hover {
  background-color: #FFD700;
  color: #0A192F;
}

.page-game-hall-slots-top-picks__btn--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-game-hall-slots-top-picks__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-game-hall-slots-top-picks__section-description {
  font-size: 1.1em;
  color: #B0B0B0;
  text-align: center;
  max-width: 900px;
  margin: -20px auto 60px auto;
}

.page-game-hall-slots-top-picks__features-section,
.page-game-hall-slots-top-picks__game-types-section,
.page-game-hall-slots-top-picks__top-games-section,
.page-game-hall-slots-top-picks__mechanics-section,
.page-game-hall-slots-top-picks__get-started-section,
.page-game-hall-slots-top-picks__promotions-section,
.page-game-hall-slots-top-picks__safety-section,
.page-game-hall-slots-top-picks__faq-section,
.page-game-hall-slots-top-picks__conclusion-section {
  padding: 80px 0;
  background-color: #1A2B42;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-game-hall-slots-top-picks__features-section {
  background-color: #0F2038;
}

.page-game-hall-slots-top-picks__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: center;
}

.page-game-hall-slots-top-picks__feature-item {
  background-color: #1A2B42;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-game-hall-slots-top-picks__feature-item:hover {
  transform: translateY(-5px);
}

.page-game-hall-slots-top-picks__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-game-hall-slots-top-picks__feature-heading {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-game-hall-slots-top-picks__feature-text {
  color: #B0B0B0;
  font-size: 1em;
}

.page-game-hall-slots-top-picks__game-type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-game-hall-slots-top-picks__game-type-item {
  background-color: #0F2038;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-game-hall-slots-top-picks__game-type-item:hover {
  transform: translateY(-5px);
}

.page-game-hall-slots-top-picks__game-type-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 2px solid #FFD700;
}

.page-game-hall-slots-top-picks__game-type-heading {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-game-hall-slots-top-picks__game-type-text {
  color: #B0B0B0;
  font-size: 0.95em;
}

.page-game-hall-slots-top-picks__top-games-section {
  background-color: #0F2038;
}

.page-game-hall-slots-top-picks__game-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-game-hall-slots-top-picks__game-item {
  background-color: #1A2B42;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-game-hall-slots-top-picks__game-item:hover {
  transform: translateY(-5px);
}

.page-game-hall-slots-top-picks__game-thumbnail {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 2px solid #FFD700;
}

.page-game-hall-slots-top-picks__game-details {
  padding: 20px;
}

.page-game-hall-slots-top-picks__game-name {
  font-size: 1.7em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-game-hall-slots-top-picks__game-description {
  color: #B0B0B0;
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-game-hall-slots-top-picks__mechanics-section {
  background-color: #1A2B42;
}

.page-game-hall-slots-top-picks__mechanic-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-game-hall-slots-top-picks__mechanic-item {
  background-color: #0F2038;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-game-hall-slots-top-picks__mechanic-item:hover {
  transform: translateY(-5px);
}

.page-game-hall-slots-top-picks__mechanic-heading {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-game-hall-slots-top-picks__mechanic-text {
  color: #B0B0B0;
  font-size: 0.95em;
}

.page-game-hall-slots-top-picks__get-started-section {
  background-color: #0F2038;
}

.page-game-hall-slots-top-picks__steps-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  counter-reset: step-counter;
}

.page-game-hall-slots-top-picks__step-item {
  background-color: #1A2B42;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}

.page-game-hall-slots-top-picks__step-item::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  top: -20px;
  left: 20px;
  background-color: #FFD700;
  color: #0A192F;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  border: 3px solid #0A192F;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.page-game-hall-slots-top-picks__step-heading {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 20px;
  margin-bottom: 15px;
}

.page-game-hall-slots-top-picks__step-text {
  color: #B0B0B0;
  font-size: 1em;
  margin-bottom: 20px;
}

.page-game-hall-slots-top-picks__promotions-section {
  background-color: #1A2B42;
}

.page-game-hall-slots-top-picks__promo-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-game-hall-slots-top-picks__promo-item {
  background-color: #0F2038;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-game-hall-slots-top-picks__promo-item:hover {
  transform: translateY(-5px);
}

.page-game-hall-slots-top-picks__promo-heading {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-game-hall-slots-top-picks__promo-text {
  color: #B0B0B0;
  font-size: 0.95em;
}

.page-game-hall-slots-top-picks__cta-bottom {
  text-align: center;
  margin-top: 50px;
}

.page-game-hall-slots-top-picks__safety-section {
  background-color: #0F2038;
}

.page-game-hall-slots-top-picks__safety-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-game-hall-slots-top-picks__safety-item {
  background-color: #1A2B42;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-game-hall-slots-top-picks__safety-item:hover {
  transform: translateY(-5px);
}

.page-game-hall-slots-top-picks__safety-heading {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-game-hall-slots-top-picks__safety-text {
  color: #B0B0B0;
  font-size: 0.95em;
}

.page-game-hall-slots-top-picks__faq-section {
  background-color: #1A2B42;
}

.page-game-hall-slots-top-picks__faq-list {
  display: grid;
  gap: 20px;
}

.page-game-hall-slots-top-picks__faq-item {
  background-color: #0F2038;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.page-game-hall-slots-top-picks__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-game-hall-slots-top-picks__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-game-hall-slots-top-picks__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-game-hall-slots-top-picks__faq-answer {
  color: #B0B0B0;
  font-size: 1em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
  opacity: 0;
}

.page-game-hall-slots-top-picks__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  opacity: 1;
  margin-top: 15px;
}

.page-game-hall-slots-top-picks__conclusion-section {
  background-color: #0F2038;
  text-align: center;
  padding-bottom: 100px;
}

.page-game-hall-slots-top-picks__cta-final {
  margin-top: 50px;
}

.page-game-hall-slots-top-picks .highlight {
  color: #FFD700;
  font-weight: bold;
}

@media (max-width: 992px) {
  .page-game-hall-slots-top-picks__hero-title {
    font-size: 2.8em;
  }
  .page-game-hall-slots-top-picks__hero-description {
    font-size: 1.1em;
  }
  .page-game-hall-slots-top-picks__section-title {
    font-size: 2.2em;
  }
  .page-game-hall-slots-top-picks__feature-grid,
  .page-game-hall-slots-top-picks__game-type-grid,
  .page-game-hall-slots-top-picks__game-list,
  .page-game-hall-slots-top-picks__mechanic-list,
  .page-game-hall-slots-top-picks__steps-list,
  .page-game-hall-slots-top-picks__promo-list,
  .page-game-hall-slots-top-picks__safety-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-game-hall-slots-top-picks__hero-section {
    padding: 80px 0;
  }
  .page-game-hall-slots-top-picks__hero-title {
    font-size: 2.2em;
  }
  .page-game-hall-slots-top-picks__hero-description {
    font-size: 1em;
  }
  .page-game-hall-slots-top-picks__hero-cta {
    flex-direction: column;
    gap: 15px;
  }
  .page-game-hall-slots-top-picks__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-game-hall-slots-top-picks__section-title {
    font-size: 1.8em;
  }
  .page-game-hall-slots-top-picks__section-description {
    font-size: 0.95em;
  }
  .page-game-hall-slots-top-picks__step-item::before {
    width: 40px;
    height: 40px;
    font-size: 1.5em;
    top: -15px;
    left: 15px;
  }
  .page-game-hall-slots-top-picks__step-heading {
    font-size: 1.5em;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .page-game-hall-slots-top-picks__hero-title {
    font-size: 1.8em;
  }
  .page-game-hall-slots-top-picks__hero-description {
    font-size: 0.9em;
  }
  .page-game-hall-slots-top-picks__btn {
    width: 90%;
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-game-hall-slots-top-picks__section-title {
    font-size: 1.5em;
  }
  .page-game-hall-slots-top-picks__feature-grid,
  .page-game-hall-slots-top-picks__game-type-grid,
  .page-game-hall-slots-top-picks__game-list,
  .page-game-hall-slots-top-picks__mechanic-list,
  .page-game-hall-slots-top-picks__steps-list,
  .page-game-hall-slots-top-picks__promo-list,
  .page-game-hall-slots-top-picks__safety-list {
    grid-template-columns: 1fr;
  }
  .page-game-hall-slots-top-picks__game-thumbnail {
    height: 180px;
  }
  .page-game-hall-slots-top-picks__faq-question {
    font-size: 1.2em;
  }
}