.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 {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-index-review-hi-88__section:nth-of-type(even) {
  background-color: #f0f0f0;
}

.page-index-review-hi-88 h1,
.page-index-review-hi-88 h2 {
  color: #0A246A;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-index-review-hi-88 h1 {
  font-size: 3em;
}

.page-index-review-hi-88 h2 {
  font-size: 2.5em;
}

.page-index-review-hi-88 h3 {
  color: #0A246A;
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 15px;
}

.page-index-review-hi-88 p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-index-review-hi-88 a {
  color: #0A246A;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-hi-88 a:hover {
  color: #FFD700;
}

.page-index-review-hi-88__link-highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-index-review-hi-88__link-highlight:hover {
  color: #0A246A;
}

/* 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: 80px 20px;
  background: linear-gradient(135deg, #0A246A, #1A3F87);
  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 10px 20px rgba(0, 0, 0, 0.2);
}

.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 {
  color: #FFD700;
  font-size: 3.5em;
  margin-bottom: 20px;
}

.page-index-review-hi-88__hero-content p {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-review-hi-88__cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #FFD700;
  color: #0A246A;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

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

/* Game Cards Section */
.page-index-review-hi-88__game-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-hi-88__card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-index-review-hi-88__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-review-hi-88__card h3 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-index-review-hi-88__card-link {
  color: #0A246A;
  font-weight: bold;
}

.page-index-review-hi-88__card-link:hover {
  color: #FFD700;
}

/* Promotions Section */
.page-index-review-hi-88__promotions h2 {
  color: #0A246A;
}

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

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

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

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

.page-index-review-hi-88__promo-item h3 {
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-index-review-hi-88__cta-bottom {
  text-align: center;
  margin-top: 50px;
}

/* Support Section */
.page-index-review-hi-88__support-image {
  display: block;
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-index-review-hi-88__contact-button {
  margin-top: 40px;
  background: #0A246A;
  color: #ffffff;
}

.page-index-review-hi-88__contact-button:hover {
  background: #1A3F87;
}

/* Pros and Cons */
.page-index-review-hi-88__grid-2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

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

.page-index-review-hi-88__pros h3 {
  color: #28a745; /* Green for pros */
  margin-top: 0;
}

.page-index-review-hi-88__cons h3 {
  color: #dc3545; /* Red for cons */
  margin-top: 0;
}

.page-index-review-hi-88__pros ul,
.page-index-review-hi-88__cons ul {
  list-style: none;
  padding: 0;
}

.page-index-review-hi-88__pros li,
.page-index-review-hi-88__cons li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-size: 1.1em;
}

.page-index-review-hi-88__pros li::before {
  content: '✅';
  position: absolute;
  left: 0;
}

.page-index-review-hi-88__cons li::before {
  content: '❌';
  position: absolute;
  left: 0;
}

/* FAQ Section */
.page-index-review-hi-88__faq {
  background-color: #f0f0f0;
}

.faq-list {
  margin-top: 40px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  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: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #0A246A;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #0A246A;
  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 20px;
  background-color: #f9f9f9;
}

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

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

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-hi-88__hero-content h1 {
    font-size: 3em;
  }
  .page-index-review-hi-88 h2 {
    font-size: 2em;
  }
  .page-index-review-hi-88 h3 {
    font-size: 1.6em;
  }
  .page-index-review-hi-88__game-cards,
  .page-index-review-hi-88__promo-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-index-review-hi-88__hero-section {
    padding: 60px 15px;
  }
  .page-index-review-hi-88__hero-content h1 {
    font-size: 2.5em;
  }
  .page-index-review-hi-88__hero-content p {
    font-size: 1.1em;
  }
  .page-index-review-hi-88__cta-button {
    padding: 15px 35px;
    font-size: 1.1em;
  }
  .page-index-review-hi-88__section {
    padding: 40px 0;
  }
  .page-index-review-hi-88 h1 {
    font-size: 2.5em;
  }
  .page-index-review-hi-88 h2 {
    font-size: 1.8em;
  }
  .page-index-review-hi-88 h3 {
    font-size: 1.4em;
  }
  .page-index-review-hi-88 p {
    font-size: 1em;
  }
  .page-index-review-hi-88__game-cards,
  .page-index-review-hi-88__promo-grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-hi-88__grid-2-cols {
    grid-template-columns: 1fr;
  }
  .page-index-review-hi-88__pros,
  .page-index-review-hi-88__cons {
    padding: 20px;
  }
  .faq-question {
    padding: 12px 15px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 15px;
  }
  .faq-item.active .faq-answer {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-index-review-hi-88__hero-content h1 {
    font-size: 2em;
  }
  .page-index-review-hi-88__hero-content p {
    font-size: 0.95em;
  }
  .page-index-review-hi-88__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-review-hi-88 h1 {
    font-size: 2em;
  }
  .page-index-review-hi-88 h2 {
    font-size: 1.6em;
  }
  .page-index-review-hi-88 h3 {
    font-size: 1.2em;
  }
  .page-index-review-hi-88 p {
    font-size: 0.95em;
  }
}