.page-game-reviews-hi88-video-slots {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for main text on dark background */
  background-color: #0A192F; /* Deep tech blue for overall background */
  line-height: 1.6;
}

.page-game-reviews-hi88-video-slots__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-reviews-hi88-video-slots__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #2a4a7a 100%); /* Gradient for hero */
  padding: 100px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-reviews-hi88-video-slots__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-game-reviews-hi88-video-slots__hero-subtitle {
  font-size: 1.4em;
  color: #C0C0C0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-reviews-hi88-video-slots__hero-image {
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-game-reviews-hi88-video-slots__section {
  padding: 60px 0;
  background-color: #0A192F;
}

.page-game-reviews-hi88-video-slots__section--dark {
  background-color: #1a2a47; /* Slightly lighter dark blue for contrast */
}

.page-game-reviews-hi88-video-slots__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-game-reviews-hi88-video-slots__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-game-reviews-hi88-video-slots__text-center {
  text-align: center;
}

.page-game-reviews-hi88-video-slots__feature-grid,
.page-game-reviews-hi88-video-slots__bonus-grid,
.page-game-reviews-hi88-video-slots__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-game-reviews-hi88-video-slots__feature-item,
.page-game-reviews-hi88-video-slots__bonus-item,
.page-game-reviews-hi88-video-slots__step-item {
  background-color: #1a2a47;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-game-reviews-hi88-video-slots__feature-item:hover,
.page-game-reviews-hi88-video-slots__bonus-item:hover,
.page-game-reviews-hi88-video-slots__step-item:hover {
  transform: translateY(-5px);
  background-color: #2a3a57;
}

.page-game-reviews-hi88-video-slots__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-game-reviews-hi88-video-slots__feature-item h3,
.page-game-reviews-hi88-video-slots__bonus-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-game-reviews-hi88-video-slots__feature-item p,
.page-game-reviews-hi88-video-slots__bonus-item p,
.page-game-reviews-hi88-video-slots__step-item p {
  color: #E0E0E0;
  font-size: 1em;
}

.page-game-reviews-hi88-video-slots__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-game-reviews-hi88-video-slots__list li {
  background-color: #1a2a47;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  color: #E0E0E0;
  font-size: 1.1em;
}

.page-game-reviews-hi88-video-slots__list li strong {
  color: #FFD700;
}

.page-game-reviews-hi88-video-slots__list--bullet {
  list-style: disc;
  padding-left: 20px;
}

.page-game-reviews-hi88-video-slots__numbered-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-game-reviews-hi88-video-slots__numbered-list li {
  counter-increment: list-counter;
  background-color: #1a2a47;
  margin-bottom: 15px;
  padding: 20px 25px 20px 60px;
  border-radius: 8px;
  position: relative;
  color: #E0E0E0;
  font-size: 1.1em;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-game-reviews-hi88-video-slots__numbered-list li::before {
  content: counter(list-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFD700;
  color: #0A192F;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2em;
}

.page-game-reviews-hi88-video-slots__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-game-reviews-hi88-video-slots__image-right {
  float: right;
  width: 40%;
  margin-left: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-hi88-video-slots__image-left {
  float: left;
  width: 40%;
  margin-right: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-hi88-video-slots__step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 250px; /* Ensure consistent height */
}

.page-game-reviews-hi88-video-slots__step-number {
  font-size: 2.5em;
  color: #FFD700;
  font-weight: bold;
  margin-bottom: 10px;
  background-color: #0A192F;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #FFD700;
}

.page-game-reviews-hi88-video-slots__step-item h3 {
  font-size: 1.6em;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #FFD700;
}

.page-game-reviews-hi88-video-slots__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 10px;
  cursor: pointer;
}

.page-game-reviews-hi88-video-slots__btn--primary {
  background-color: #FFD700;
  color: #0A192F;
  border: 2px solid #FFD700;
}

.page-game-reviews-hi88-video-slots__btn--primary:hover {
  background-color: #e6c200;
  color: #0A192F;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(255, 215, 0, 0.4);
}

.page-game-reviews-hi88-video-slots__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-game-reviews-hi88-video-slots__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(255, 215, 0, 0.4);
}

.page-game-reviews-hi88-video-slots__btn--link {
  background-color: transparent;
  color: #FFD700;
  border: 1px solid #FFD700;
  padding: 8px 15px;
  font-size: 0.9em;
  margin-top: auto; /* Push to bottom of flex container */
}

.page-game-reviews-hi88-video-slots__btn--link:hover {
  background-color: #FFD700;
  color: #0A192F;
}

.page-game-reviews-hi88-video-slots__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-game-reviews-hi88-video-slots__section--cta {
  background: linear-gradient(45deg, #0A192F, #1a2a47);
  padding: 80px 0;
  text-align: center;
}

.page-game-reviews-hi88-video-slots__cta-text {
  font-size: 1.5em;
  color: #E0E0E0;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Clearfix for floated images */
.page-game-reviews-hi88-video-slots__section::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-game-reviews-hi88-video-slots__hero-title {
    font-size: 2.8em;
  }
  .page-game-reviews-hi88-video-slots__section-title {
    font-size: 2em;
  }
  .page-game-reviews-hi88-video-slots__image-right,
  .page-game-reviews-hi88-video-slots__image-left {
    float: none;
    width: 100%;
    margin: 30px 0;
  }
  .page-game-reviews-hi88-video-slots__feature-grid,
  .page-game-reviews-hi88-video-slots__bonus-grid,
  .page-game-reviews-hi88-video-slots__steps-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-game-reviews-hi88-video-slots__hero-title {
    font-size: 2.2em;
  }
  .page-game-reviews-hi88-video-slots__hero-subtitle {
    font-size: 1.2em;
  }
  .page-game-reviews-hi88-video-slots__section-title {
    font-size: 1.8em;
  }
  .page-game-reviews-hi88-video-slots__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-game-reviews-hi88-video-slots__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-game-reviews-hi88-video-slots__list li,
  .page-game-reviews-hi88-video-slots__numbered-list li {
    font-size: 1em;
    padding: 15px 20px 15px 50px;
  }
  .page-game-reviews-hi88-video-slots__numbered-list li::before {
    left: 15px;
    width: 25px;
    height: 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-game-reviews-hi88-video-slots__hero-title {
    font-size: 1.8em;
  }
  .page-game-reviews-hi88-video-slots__hero-subtitle {
    font-size: 1em;
  }
  .page-game-reviews-hi88-video-slots__section-title {
    font-size: 1.5em;
  }
  .page-game-reviews-hi88-video-slots__btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 90%;
  }
  .page-game-reviews-hi88-video-slots__feature-grid,
  .page-game-reviews-hi88-video-slots__bonus-grid,
  .page-game-reviews-hi88-video-slots__steps-grid {
    grid-template-columns: 1fr;
  }
  .page-game-reviews-hi88-video-slots__hero-section,
  .page-game-reviews-hi88-video-slots__section {
    padding: 40px 0;
  }
  .page-game-reviews-hi88-video-slots__cta-text {
    font-size: 1.2em;
  }
}