.page-index-review-hi-88 {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-index-review-hi-88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-index-review-hi-88__section-title {
  font-size: 36px;
  color: #1E90FF;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}

.page-index-review-hi-88__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-index-review-hi-88__text-content {
  font-size: 17px;
  margin-bottom: 20px;
  text-align: justify;
}

/* HERO Section */
.page-index-review-hi-88__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #FFD700, #1E90FF);
  color: #ffffff;
}

.page-index-review-hi-88__hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-index-review-hi-88__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-index-review-hi-88__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-review-hi-88__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 30px;
  border-radius: 8px;
}

.page-index-review-hi-88__hero-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-hi-88__hero-description {
  font-size: 20px;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-index-review-hi-88__cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #FFD700;
  color: #1a1a1a;
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-index-review-hi-88__cta-button:hover {
  background: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Intro Section */
.page-index-review-hi-88__intro-section {
  padding: 60px 0;
  background-color: #ffffff;
}

/* Quick Access Section */
.page-index-review-hi-88__quick-access-section {
  padding: 60px 0;
  background-color: #f0f4f8;
}

.page-index-review-hi-88__links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-index-review-hi-88__access-link {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-index-review-hi-88__access-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border-color: #1E90FF;
  color: #1E90FF;
}

.page-index-review-hi-88__link-icon {
  margin-right: 15px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1E90FF;
  flex-shrink: 0;
}

.page-index-review-hi-88__link-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: brightness(0) invert(1); /* Ensure icon is white on blue background */
}

.page-index-review-hi-88__link-text {
  flex-grow: 1;
}

/* Games Section */
.page-index-review-hi-88__games-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-index-review-hi-88__game-category {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #fefefe;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9e9e9;
}

.page-index-review-hi-88__game-title {
  font-size: 30px;
  color: #FFD700;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.page-index-review-hi-88__game-image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Promotions Section */
.page-index-review-hi-88__promotions-section {
  padding: 60px 0;
  background-color: #f0f4f8;
}

.page-index-review-hi-88__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-index-review-hi-88__promo-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-hi-88__promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.page-index-review-hi-88__promo-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-index-review-hi-88__promo-title {
  font-size: 24px;
  color: #1E90FF;
  margin-bottom: 15px;
  padding: 0 20px;
}

.page-index-review-hi-88__promo-description {
  font-size: 16px;
  color: #555555;
  margin-bottom: 25px;
  padding: 0 20px;
}

.page-index-review-hi-88__promo-button {
  display: inline-block;
  padding: 12px 30px;
  background: #FFD700;
  color: #1a1a1a;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-review-hi-88__promo-button:hover {
  background: #e6c200;
  transform: translateY(-2px);
}

/* Security & Customer Support Section */
.page-index-review-hi-88__security-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-index-review-hi-88__feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
  padding: 25px;
  background-color: #fefefe;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9e9e9;
}

.page-index-review-hi-88__feature-title {
  font-size: 28px;
  color: #1E90FF;
  margin-bottom: 20px;
}

.page-index-review-hi-88__feature-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 8px;
}

/* FAQ Section */
.page-index-review-hi-88__faq-section {
  padding: 60px 0;
  background-color: #f0f4f8;
}

.page-index-review-hi-88__faq-list {
  margin-top: 30px;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

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

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 19px;
  color: #333333;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #1E90FF;
  transition: transform 0.3s ease;
}

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
  color: #555555;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 20px 25px;
  border-top: 1px solid #e0e0e0;
}

.faq-answer p {
  margin: 0;
  font-size: 16px;
}

/* Blog Section */
.page-index-review-hi-88__blog-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-index-review-hi-88__blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-index-review-hi-88__blog-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-decoration: none;
  color: #333333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-index-review-hi-88__blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.page-index-review-hi-88__blog-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.page-index-review-hi-88__blog-card-title {
  font-size: 22px;
  color: #1E90FF;
  margin: 20px 20px 10px 20px;
  line-height: 1.4;
}

.page-index-review-hi-88__blog-excerpt {
  font-size: 16px;
  color: #555555;
  margin: 0 20px 15px 20px;
  flex-grow: 1;
}

.page-index-review-hi-88__blog-date {
  font-size: 14px;
  color: #777777;
  margin: 0 20px 20px 20px;
  display: block;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-hi-88__hero-title {
    font-size: 42px;
  }
  .page-index-review-hi-88__hero-description {
    font-size: 18px;
  }
  .page-index-review-hi-88__section-title {
    font-size: 32px;
  }
  .page-index-review-hi-88__game-title {
    font-size: 28px;
  }
  .page-index-review-hi-88__promo-title {
    font-size: 22px;
  }
  .page-index-review-hi-88__feature-title {
    font-size: 26px;
  }
  .faq-question h3 {
    font-size: 18px;
  }
  .page-index-review-hi-88__blog-card-title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .page-index-review-hi-88__hero-section {
    padding: 40px 15px;
  }
  .page-index-review-hi-88__hero-title {
    font-size: 32px;
  }
  .page-index-review-hi-88__hero-description {
    font-size: 16px;
  }
  .page-index-review-hi-88__cta-button {
    padding: 15px 35px;
    font-size: 18px;
  }
  .page-index-review-hi-88__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-index-review-hi-88__text-content {
    font-size: 16px;
  }
  .page-index-review-hi-88__links-grid, .page-index-review-hi-88__promo-grid, .page-index-review-hi-88__blog-grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-hi-88__access-link {
    font-size: 16px;
    padding: 15px 20px;
  }
  .page-index-review-hi-88__link-icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .page-index-review-hi-88__link-img {
    width: 30px;
    height: 30px;
  }
  .page-index-review-hi-88__game-title {
    font-size: 24px;
  }
  .page-index-review-hi-88__promo-title {
    font-size: 20px;
  }
  .page-index-review-hi-88__feature-title {
    font-size: 22px;
  }
  .faq-question h3 {
    font-size: 17px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
  .page-index-review-hi-88__blog-card-title {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .page-index-review-hi-88__hero-title {
    font-size: 28px;
  }
  .page-index-review-hi-88__hero-description {
    font-size: 15px;
  }
  .page-index-review-hi-88__cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page-index-review-hi-88__section-title {
    font-size: 24px;
  }
  .page-index-review-hi-88__game-title {
    font-size: 20px;
  }
  .page-index-review-hi-88__promo-title {
    font-size: 18px;
  }
  .page-index-review-hi-88__feature-title {
    font-size: 20px;
  }
  .faq-question h3 {
    font-size: 16px;
  }
  .page-index-review-hi-88__blog-card-title {
    font-size: 16px;
  }
}