.page-index-review-hi88 {
  --primary-color: #FFD700;
  --secondary-color: #8B0000;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #f5f5f5;
  --bg-dark: #222222;
  --border-color: #e0e0e0;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
}

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

.page-index-review-hi88__hero {
  background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
  padding: 80px 20px;
  text-align: center;
  color: var(--text-light);
  position: relative;
  overflow: hidden;
}

.page-index-review-hi88__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: var(--text-light);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-index-review-hi88__hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.5;
}

.page-index-review-hi88__cta-button {
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 18px 45px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid var(--primary-color);
}

.page-index-review-hi88__cta-button:hover {
  background-color: var(--text-light);
  color: var(--secondary-color);
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.page-index-review-hi88__cta-button--large {
  padding: 20px 60px;
  font-size: 1.4em;
}

.page-index-review-hi88__section {
  padding: 60px 0;
  background-color: var(--bg-light);
}

.page-index-review-hi88__section:nth-of-type(even) {
  background-color: #ffffff;
}

.page-index-review-hi88__section-title {
  font-size: 2.5em;
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-index-review-hi88__section-subtitle {
  font-size: 1.2em;
  text-align: center;
  color: var(--text-dark);
  max-width: 900px;
  margin: 0 auto 40px;
}

.page-index-review-hi88__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-index-review-hi88__content-wrapper--reverse {
  flex-direction: row-reverse;
}

.page-index-review-hi88__image-wrapper {
  flex: 1;
  min-width: 300px;
}

.page-index-review-hi88__content-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-index-review-hi88__text-content {
  flex: 2;
  font-size: 1.1em;
  color: var(--text-dark);
}

.page-index-review-hi88__text-content p {
  margin-bottom: 15px;
}

.page-index-review-hi88__inline-button {
  display: inline-block;
  background-color: var(--secondary-color);
  color: var(--text-light);
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-review-hi88__inline-button:hover {
  background-color: #a00000;
  transform: translateY(-2px);
}

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

.page-index-review-hi88__game-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-hi88__game-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.page-index-review-hi88__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-index-review-hi88__game-title {
  font-size: 1.5em;
  color: var(--secondary-color);
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-index-review-hi88__game-description {
  font-size: 1em;
  color: var(--text-dark);
  padding: 0 15px 20px;
}

.page-index-review-hi88__card-button {
  display: inline-block;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-index-review-hi88__card-button:hover {
  background-color: #e6c200;
}

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

.page-index-review-hi88__promo-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-index-review-hi88__promo-item:hover {
  transform: translateY(-5px);
}

.page-index-review-hi88__promo-title {
  font-size: 1.4em;
  color: var(--secondary-color);
  margin-bottom: 15px;
}

.page-index-review-hi88__promo-description {
  font-size: 1em;
  color: var(--text-dark);
  margin-bottom: 25px;
}

.page-index-review-hi88__promo-button {
  display: inline-block;
  background-color: var(--secondary-color);
  color: var(--text-light);
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-index-review-hi88__promo-button:hover {
  background-color: #a00000;
}

.page-index-review-hi88__support-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-review-hi88__support-item-title {
  font-size: 1.3em;
  color: var(--secondary-color);
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.page-index-review-hi88__support-item-title::before {
  content: '✓';
  color: var(--primary-color);
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
}

.page-index-review-hi88__support-list p {
  color: var(--text-dark);
  margin-left: 30px;
}

.page-index-review-hi88__security-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-index-review-hi88__feature-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.page-index-review-hi88__feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-index-review-hi88__feature-title {
  font-size: 1.4em;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.page-index-review-hi88__feature-description {
  font-size: 1em;
  color: var(--text-dark);
}

.page-index-review-hi88__grid-2-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.page-index-review-hi88__sub-title {
  font-size: 1.8em;
  color: var(--secondary-color);
  margin-bottom: 20px;
  text-align: center;
}

.page-index-review-hi88__list {
  list-style: none;
  padding: 0;
}

.page-index-review-hi88__list li {
  background-color: #ffffff;
  border-left: 5px solid var(--primary-color);
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 1.05em;
}

.page-index-review-hi88__list li p {
  margin: 0;
  color: var(--text-dark);
}

.page-index-review-hi88__pros .page-index-review-hi88__list li {
  border-left-color: #28a745; /* Green for pros */
}

.page-index-review-hi88__cons .page-index-review-hi88__list li {
  border-left-color: #dc3545; /* Red for cons */
}

.page-index-review-hi88__faq-items {
  margin-top: 40px;
}

/* FAQ styles */
.faq-item {
  margin-bottom: 15px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
}

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

.faq-question:hover {
  background: var(--bg-light);
}

.faq-question h3 {
  margin: 0;
  font-size: 1.15em;
  color: var(--text-dark);
}

.faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding: 0 20px;
  background: var(--bg-light);
  color: var(--text-dark);
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px 20px;
}

.faq-answer p {
  margin: 0;
  font-size: 1em;
}

.page-index-review-hi88__conclusion {
  background: var(--secondary-color);
  color: var(--text-light);
  text-align: center;
}

.page-index-review-hi88__conclusion .page-index-review-hi88__section-title {
  color: var(--primary-color);
}

.page-index-review-hi88__conclusion .page-index-review-hi88__section-title::after {
  background-color: var(--text-light);
}

.page-index-review-hi88__description {
  font-size: 1.15em;
  max-width: 900px;
  margin: 0 auto 25px;
  line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-hi88__hero-title {
    font-size: 2.5em;
  }
  .page-index-review-hi88__hero-description {
    font-size: 1.1em;
  }
  .page-index-review-hi88__section-title {
    font-size: 2em;
  }
  .page-index-review-hi88__content-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .page-index-review-hi88__content-wrapper--reverse {
    flex-direction: column;
  }
  .page-index-review-hi88__image-wrapper {
    order: -1; /* Image comes first on small screens for reverse layout */
  }
  .page-index-review-hi88__grid-2-col {
    grid-template-columns: 1fr;
  }
  .page-index-review-hi88__promo-list,
  .page-index-review-hi88__game-grid,
  .page-index-review-hi88__support-list,
  .page-index-review-hi88__security-features {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-index-review-hi88__hero {
    padding: 60px 15px;
  }
  .page-index-review-hi88__hero-title {
    font-size: 2em;
  }
  .page-index-review-hi88__hero-description {
    font-size: 1em;
  }
  .page-index-review-hi88__cta-button {
    padding: 15px 30px;
    font-size: 1em;
  }
  .page-index-review-hi88__cta-button--large {
    padding: 18px 40px;
    font-size: 1.2em;
  }
  .page-index-review-hi88__section {
    padding: 40px 0;
  }
  .page-index-review-hi88__section-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
  .page-index-review-hi88__section-subtitle {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-index-review-hi88__content-wrapper {
    gap: 20px;
    margin-top: 30px;
  }
  .page-index-review-hi88__text-content {
    font-size: 1em;
  }
  .page-index-review-hi88__game-grid,
  .page-index-review-hi88__promo-list,
  .page-index-review-hi88__support-list,
  .page-index-review-hi88__security-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-index-review-hi88__game-title,
  .page-index-review-hi88__promo-title,
  .page-index-review-hi88__support-item-title,
  .page-index-review-hi88__feature-title {
    font-size: 1.2em;
  }
  .faq-question h3 {
    font-size: 1em;
  }
  .faq-question {
    padding: 12px 15px;
  }
  .faq-toggle {
    font-size: 1.5em;
  }
  .faq-answer {
    padding: 0 15px;
  }
  .faq-item.active .faq-answer {
    padding: 12px 15px;
  }
}

@media (max-width: 480px) {
  .page-index-review-hi88__hero-title {
    font-size: 1.8em;
  }
  .page-index-review-hi88__cta-button {
    padding: 12px 25px;
    font-size: 0.9em;
  }
  .page-index-review-hi88__cta-button--large {
    padding: 15px 30px;
    font-size: 1em;
  }
  .page-index-review-hi88__section-title {
    font-size: 1.5em;
  }
  .page-index-review-hi88__content-image {
    height: 180px;
  }
  .page-index-review-hi88__game-image {
    height: 160px;
  }
}