.page-index-review-hi-88 {
  --primary-color: #003366;
  --secondary-color: #FFD700;
  --text-dark: #333333;
  --text-light: #ffffff;
  --background-light: #f4f7f6;
  --background-dark: #002244;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
}

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

.page-index-review-hi-88__section-title {
  font-size: 2.5em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

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

.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: var(--background-dark);
  color: var(--text-light);
}

.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;
}

.page-index-review-hi-88__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-index-review-hi-88__hero-content h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: var(--secondary-color);
}

.page-index-review-hi-88__hero-content p {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-index-review-hi-88__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: 2px solid var(--secondary-color);
}

.page-index-review-hi-88__cta-button:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.page-index-review-hi-88__intro-section,
.page-index-review-hi-88__quick-access-section,
.page-index-review-hi-88__games-section,
.page-index-review-hi-88__promotions-section,
.page-index-review-hi-88__security-support-section,
.page-index-review-hi-88__faq-section,
.page-index-review-hi-88__blog-section {
  padding: 60px 0;
  background-color: var(--background-light);
}

.page-index-review-hi-88__intro-section p,
.page-index-review-hi-88__quick-access-section p,
.page-index-review-hi-88__games-section p,
.page-index-review-hi-88__promotions-section p,
.page-index-review-hi-88__security-support-section p,
.page-index-review-hi-88__faq-section p,
.page-index-review-hi-88__blog-section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-index-review-hi-88__feature-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-hi-88__feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-hi-88__feature-item img {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-index-review-hi-88__feature-item h3 {
  font-size: 1.6em;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-index-review-hi-88__feature-item p {
  font-size: 1em;
  color: var(--text-dark);
  text-align: center;
}

.page-index-review-hi-88__quick-access-section {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-index-review-hi-88__quick-access-section .page-index-review-hi-88__section-title {
  color: var(--secondary-color);
}

.page-index-review-hi-88__quick-access-section .page-index-review-hi-88__section-title::after {
  background-color: var(--text-light);
}

.page-index-review-hi-88__quick-access-section p {
  color: #e0e0e0;
}

.page-index-review-hi-88__access-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-index-review-hi-88__access-button {
  display: inline-block;
  padding: 15px 30px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid var(--secondary-color);
}

.page-index-review-hi-88__access-button:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-hi-88__games-section {
  background-color: var(--background-light);
}

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

.page-index-review-hi-88__game-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-hi-88__game-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-hi-88__game-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-index-review-hi-88__game-card h3 {
  font-size: 1.8em;
  color: var(--primary-color);
  padding: 20px 20px 0;
  margin-bottom: 10px;
}

.page-index-review-hi-88__game-card h3 a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-hi-88__game-card h3 a:hover {
  color: var(--secondary-color);
}

.page-index-review-hi-88__game-card p {
  font-size: 1em;
  color: var(--text-dark);
  padding: 0 20px 20px;
  text-align: left;
}

.page-index-review-hi-88__promotions-section {
  background-color: var(--background-dark);
  color: var(--text-light);
}

.page-index-review-hi-88__promotions-section .page-index-review-hi-88__section-title {
  color: var(--secondary-color);
}

.page-index-review-hi-88__promotions-section .page-index-review-hi-88__section-title::after {
  background-color: var(--text-light);
}

.page-index-review-hi-88__promotions-section p {
  color: #e0e0e0;
}

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

.page-index-review-hi-88__promo-card {
  background: #002244;
  border: 1px solid #FFD700;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-hi-88__promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.page-index-review-hi-88__promo-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.page-index-review-hi-88__promo-card h3 {
  font-size: 1.5em;
  color: var(--secondary-color);
  padding: 20px 20px 0;
  margin-bottom: 10px;
}

.page-index-review-hi-88__promo-card h3 a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-hi-88__promo-card h3 a:hover {
  color: var(--text-light);
}

.page-index-review-hi-88__promo-card p {
  font-size: 0.95em;
  color: #e0e0e0;
  padding: 0 20px 20px;
  text-align: left;
}

.page-index-review-hi-88__promo-cta {
  margin-top: 40px;
  text-align: center;
  font-size: 1.2em;
  color: var(--text-light);
}

.page-index-review-hi-88__promo-cta a {
  color: var(--secondary-color);
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-hi-88__promo-cta a:hover {
  text-decoration: underline;
}

.page-index-review-hi-88__security-support-section {
  background-color: var(--background-light);
}

.page-index-review-hi-88__flex-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-hi-88__content-block {
  flex: 1;
  min-width: 300px;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page-index-review-hi-88__content-block h3 {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.page-index-review-hi-88__content-block p {
  font-size: 1em;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 20px;
}

.page-index-review-hi-88__content-block img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-top: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-index-review-hi-88__contact-button {
  display: inline-block;
  padding: 12px 25px;
  background: var(--primary-color);
  color: var(--text-light);
  text-decoration: none;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.page-index-review-hi-88__contact-button:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-review-hi-88__faq-section {
  background-color: var(--background-dark);
  color: var(--text-light);
}

.page-index-review-hi-88__faq-section .page-index-review-hi-88__section-title {
  color: var(--secondary-color);
}

.page-index-review-hi-88__faq-section .page-index-review-hi-88__section-title::after {
  background-color: var(--text-light);
}

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

/* FAQ default state - answer hidden */
.faq-item {
  margin-bottom: 15px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
}

/* FAQ expanded state */
.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px;
  background: #002e5b; /* Slightly lighter dark blue for contrast */
  border-radius: 0 0 5px 5px;
  color: #e0e0e0;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Question style */
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: var(--primary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #002e5b;
}

.faq-question h3 {
  color: var(--secondary-color);
  font-size: 1.2em;
  margin: 0;
}

/* Toggle icon */
.faq-toggle {
  font-size: 20px;
  font-weight: bold;
  color: var(--secondary-color);
  transition: transform 0.3s ease;
}

.page-index-review-hi-88__blog-section {
  background-color: var(--background-light);
}

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

.page-index-review-hi-88__blog-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-index-review-hi-88__blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-index-review-hi-88__blog-card h3 {
  font-size: 1.5em;
  color: var(--primary-color);
  padding: 20px 20px 0;
  margin-bottom: 10px;
}

.page-index-review-hi-88__blog-card h3 a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-hi-88__blog-card h3 a:hover {
  color: var(--secondary-color);
}

.page-index-review-hi-88__blog-card p {
  font-size: 0.95em;
  color: var(--text-dark);
  padding: 0 20px;
  text-align: left;
}

.page-index-review-hi-88__blog-date {
  display: block;
  font-size: 0.85em;
  color: #777;
  padding: 0 20px 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-hi-88__hero-content h1 {
    font-size: 3em;
  }

  .page-index-review-hi-88__hero-content p {
    font-size: 1.1em;
  }

  .page-index-review-hi-88__section-title {
    font-size: 2em;
  }

  .page-index-review-hi-88__game-card h3,
  .page-index-review-hi-88__promo-card h3,
  .page-index-review-hi-88__content-block h3,
  .page-index-review-hi-88__blog-card h3 {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-index-review-hi-88__hero-section {
    padding: 40px 15px;
  }

  .page-index-review-hi-88__hero-content h1 {
    font-size: 2.2em;
  }

  .page-index-review-hi-88__hero-content p {
    font-size: 1em;
  }

  .page-index-review-hi-88__cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }

  .page-index-review-hi-88__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-index-review-hi-88__intro-section,
  .page-index-review-hi-88__quick-access-section,
  .page-index-review-hi-88__games-section,
  .page-index-review-hi-88__promotions-section,
  .page-index-review-hi-88__security-support-section,
  .page-index-review-hi-88__faq-section,
  .page-index-review-hi-88__blog-section {
    padding: 40px 0;
  }

  .page-index-review-hi-88__intro-section p,
  .page-index-review-hi-88__quick-access-section p,
  .page-index-review-hi-88__games-section p,
  .page-index-review-hi-88__promotions-section p,
  .page-index-review-hi-88__security-support-section p,
  .page-index-review-hi-88__faq-section p,
  .page-index-review-hi-88__blog-section p {
    font-size: 0.95em;
  }

  .page-index-review-hi-88__access-links {
    flex-direction: column;
    align-items: center;
  }

  .page-index-review-hi-88__access-button {
    width: 80%;
  }

  .page-index-review-hi-88__flex-content {
    flex-direction: column;
  }

  .faq-question h3 {
    font-size: 1em;
  }
  .faq-question {
    padding: 12px;
  }
  .faq-toggle {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .page-index-review-hi-88__hero-content h1 {
    font-size: 1.8em;
  }

  .page-index-review-hi-88__section-title {
    font-size: 1.5em;
  }

  .page-index-review-hi-88__feature-item,
  .page-index-review-hi-88__game-card,
  .page-index-review-hi-88__promo-card,
  .page-index-review-hi-88__content-block,
  .page-index-review-hi-88__blog-card {
    padding: 20px;
  }

  .page-index-review-hi-88__feature-item h3,
  .page-index-review-hi-88__game-card h3,
  .page-index-review-hi-88__promo-card h3,
  .page-index-review-hi-88__content-block h3,
  .page-index-review-hi-88__blog-card h3 {
    font-size: 1.2em;
  }

  .page-index-review-hi-88__cta-button,
  .page-index-review-hi-88__access-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}