:root {
  --primary-color: #003366;
  --secondary-color: #FFD700;
  --text-color-dark: #333333;
  --text-color-light: #ffffff;
  --background-light: #f8f8f8;
  --background-dark: #002244;
  --border-color: #e0e0e0;
  --shadow-light: rgba(0, 0, 0, 0.1);
}

.page-index-review-hi-88 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark);
  background-color: var(--background-light);
}

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

.page-index-review-hi-88__section {
  padding: 60px 0;
  border-bottom: 1px solid var(--border-color);
}

.page-index-review-hi-88__section:last-of-type {
  border-bottom: none;
}

.page-index-review-hi-88__section-title {
  font-size: 36px;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  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: var(--secondary-color);
  border-radius: 2px;
}

.page-index-review-hi-88__sub-section-title {
  font-size: 24px;
  color: var(--primary-color);
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid var(--secondary-color);
  padding-left: 15px;
}

.page-index-review-hi-88__text-link {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-hi-88__text-link:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

/* 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-color: var(--background-dark); /* Ensure background for text contrast */
  color: var(--text-color-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;
  box-shadow: 0 8px 20px var(--shadow-light);
}

.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: 48px;
  margin-bottom: 20px;
  color: var(--secondary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-hi-88__hero-content p {
  font-size: 20px;
  margin-bottom: 30px;
  color: var(--text-color-light);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.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: 50px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

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

/* General Button */
.page-index-review-hi-88__button {
  display: inline-block;
  padding: 12px 25px;
  background: var(--primary-color);
  color: var(--text-color-light);
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
}

.page-index-review-hi-88__button:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.page-index-review-hi-88__button--small {
  padding: 8px 15px;
  font-size: 14px;
}

/* Intro Section */
.page-index-hi-88__intro-grid {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.page-index-hi-88__intro-text {
  flex: 1;
}

.page-index-hi-88__intro-text p {
  margin-bottom: 15px;
  font-size: 17px;
}

.page-index-hi-88__intro-image {
  flex: 1;
  text-align: center;
}

.page-index-hi-88__intro-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px var(--shadow-light);
}

.page-index-review-hi-88__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 17px;
}

.page-index-review-hi-88__list li {
  margin-bottom: 8px;
}

/* Quick Access Section */
.page-index-review-hi-88__quick-access {
  background-color: var(--background-dark);
  color: var(--text-color-light);
  padding: 60px 0;
}

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

.page-index-review-hi-88__quick-access p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
}

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

.page-index-review-hi-88__access-card {
  background-color: #004488;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  color: var(--text-color-light);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-index-review-hi-88__access-card:hover {
  transform: translateY(-10px);
  background-color: #0055aa;
}

.page-index-review-hi-88__access-card img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-review-hi-88__access-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--secondary-color);
}

.page-index-review-hi-88__access-card p {
  font-size: 16px;
  color: #cccccc;
  margin-bottom: 0;
}

/* Games Section */
.page-index-review-hi-88__games {
  background-color: var(--background-light);
}

.page-index-review-hi-88__games .page-index-review-hi-88__section-title {
  color: var(--primary-color);
}

.page-index-review-hi-88__games p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
}

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

.page-index-review-hi-88__game-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px var(--shadow-light);
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

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

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

.page-index-review-hi-88__game-item h3 {
  font-size: 24px;
  color: var(--primary-color);
  padding: 20px 20px 10px;
}

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

.page-index-review-hi-88__game-item .page-index-review-hi-88__button {
  margin: 0 20px 20px;
  align-self: flex-start;
}

/* Promotions Section */
.page-index-review-hi-88__promotions {
  background-color: var(--background-light);
}

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

.page-index-review-hi-88__promotions p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
}

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

.page-index-review-hi-88__promo-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px var(--shadow-light);
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-index-review-hi-88__promo-card:hover {
  transform: translateY(-5px);
}

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

.page-index-review-hi-88__promo-card h3 {
  font-size: 22px;
  color: var(--primary-color);
  padding: 20px 20px 10px;
}

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

.page-index-review-hi-88__promo-card .page-index-review-hi-88__button {
  margin: 0 20px 20px;
  align-self: flex-start;
}

/* Security & CS Section */
.page-index-review-hi-88__security-cs {
  background-color: var(--background-dark);
  color: var(--text-color-light);
}

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

.page-index-review-hi-88__security-cs p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
}

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

.page-index-review-hi-88__security-item {
  background-color: #004488;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-review-hi-88__security-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-review-hi-88__security-item h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--secondary-color);
}

.page-index-review-hi-88__security-item p {
  font-size: 16px;
  color: #cccccc;
  margin-bottom: 0;
  text-align: center;
}

.page-index-review-hi-88__contact-info {
  text-align: center;
  background-color: #004488;
  padding: 30px;
  border-radius: 10px;
  margin-top: 40px;
}

.page-index-review-hi-88__contact-info p {
  font-size: 18px;
  margin-bottom: 20px;
  color: var(--text-color-light);
}

.page-index-review-hi-88__contact-info .page-index-review-hi-88__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-index-review-hi-88__contact-info .page-index-review-hi-88__list li {
  margin-bottom: 10px;
  font-size: 17px;
}

.page-index-review-hi-88__contact-info .page-index-review-hi-88__list li strong {
  color: var(--secondary-color);
}

.page-index-review-hi-88__contact-info .page-index-review-hi-88__text-link {
  color: var(--secondary-color);
}

.page-index-review-hi-88__contact-info .page-index-review-hi-88__text-link:hover {
  color: #e6c200;
}

/* FAQ Section */
.page-index-review-hi-88__faq .page-index-review-hi-88__section-title {
  color: var(--primary-color);
}

.page-index-review-hi-88__faq p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
}

.page-index-review-hi-88__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

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

.faq-question h3 {
  margin: 0;
  font-size: 18px;
  color: var(--primary-color);
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--secondary-color);
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 20px;
  background: #f9f9f9;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  border-radius: 0 0 5px 5px;
}

.faq-answer p {
  padding: 15px 0;
  margin: 0;
  font-size: 16px;
  text-align: left;
  color: var(--text-color-dark);
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding: 15px 20px;
}

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

.faq-item.active .faq-question {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: var(--primary-color);
}

.faq-item.active .faq-question h3 {
  color: var(--secondary-color);
}

.faq-item.active .faq-question .faq-toggle {
  color: var(--secondary-color);
}

.faq-answer .page-index-review-hi-88__button {
  margin-top: 10px;
  margin-bottom: 15px;
}

/* Blog Section */
.page-index-review-hi-88__blog {
  background-color: var(--background-light);
}

.page-index-review-hi-88__blog .page-index-review-hi-88__section-title {
  color: var(--primary-color);
}

.page-index-review-hi-88__blog p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
}

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

.page-index-review-hi-88__blog-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px var(--shadow-light);
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-index-review-hi-88__blog-card:hover {
  transform: translateY(-5px);
}

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

.page-index-review-hi-88__blog-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

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

.page-index-review-hi-88__blog-content h3 a {
  color: var(--primary-color);
  text-decoration: none;
}

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

.page-index-review-hi-88__blog-content p {
  font-size: 16px;
  color: var(--text-color-dark);
  margin-bottom: 15px;
  text-align: left;
  flex-grow: 1;
}

.page-index-review-hi-88__blog-date {
  font-size: 14px;
  color: #888888;
  margin-top: auto;
}

.page-index-review-hi-88__view-all {
  text-align: center;
  margin-top: 40px;
}

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

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

  .page-index-hi-88__intro-grid {
    flex-direction: column;
  }

  .page-index-hi-88__intro-text, .page-index-hi-88__intro-image {
    flex: none;
    width: 100%;
  }

  .page-index-hi-88__intro-image img {
    max-width: 80%;
  }
}

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

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

  .page-index-review-hi-88__sub-section-title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-index-review-hi-88__hero-section {
    padding: 40px 15px;
  }

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

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

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

  .page-index-review-hi-88__access-grid,
  .page-index-review-hi-88__game-grid,
  .page-index-review-hi-88__promo-grid,
  .page-index-review-hi-88__security-grid,
  .page-index-review-hi-88__blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-index-review-hi-88__access-card img,
  .page-index-review-hi-88__security-item img {
    width: 80px;
    height: 80px;
  }

  .page-index-review-hi-88__game-item img,
  .page-index-review-hi-88__promo-card img,
  .page-index-review-hi-88__blog-card img {
    height: 180px;
  }

  .faq-question {
    padding: 15px;
  }

  .faq-question h3 {
    font-size: 16px;
  }

  .faq-toggle {
    font-size: 20px;
  }

  .faq-answer p {
    padding: 10px 0;
    font-size: 15px;
  }

  .page-index-review-hi-88__contact-info {
    padding: 20px;
  }

  .page-index-review-hi-88__contact-info p,
  .page-index-review-hi-88__contact-info .page-index-review-hi-88__list li {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .page-index-review-hi-88__section-title {
    font-size: 24px;
  }

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

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

  .page-index-review-hi-88__cta-button {
    padding: 10px 25px;
    font-size: 16px;
  }

  .page-index-review-hi-88__access-card h3,
  .page-index-review-hi-88__security-item h3 {
    font-size: 18px;
  }

  .page-index-review-hi-88__game-item h3,
  .page-index-review-hi-88__promo-card h3,
  .page-index-review-hi-88__blog-content h3 {
    font-size: 18px;
  }

  .page-index-review-hi-88__game-item p,
  .page-index-review-hi-88__promo-card p,
  .page-index-review-hi-88__blog-content p {
    font-size: 14px;
  }

  .page-index-review-hi-88__button {
    font-size: 14px;
    padding: 10px 20px;
  }
}