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

.page-index-review-hi-88 h1, .page-index-review-hi-88 h2, .page-index-review-hi-88 h3 {
  color: #1A2E44;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-review-hi-88 h1 {
  font-size: 2.8em;
  text-align: center;
  margin-top: 20px;
  color: #E0B354;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-index-review-hi-88 h2 {
  font-size: 2.2em;
  border-bottom: 3px solid #E0B354;
  padding-bottom: 10px;
  margin-top: 40px;
  text-align: left;
}

.page-index-review-hi-88 h3 {
  font-size: 1.8em;
  color: #1A2E44;
}

.page-index-review-hi-88 a {
  color: #1A2E44;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-hi-88 a:hover {
  color: #E0B354;
  text-decoration: underline;
}

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

.page-index-review-hi-88__section {
  padding: 40px 0;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-review-hi-88__section:nth-child(even) {
  background-color: #f2f2f2;
}

/* Hero Section */
.page-index-review-hi-88__hero-section {
  background: linear-gradient(135deg, #1A2E44, #3a5c81);
  padding: 60px 0;
  color: #ffffff;
  text-align: center;
}

.page-index-review-hi-88__hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.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 5px 20px rgba(0, 0, 0, 0.4);
}

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

.page-index-review-hi-88__hero-content a {
  color: #E0B354;
}

.page-index-review-hi-88__hero-content a:hover {
  color: #ffffff;
}

.page-index-review-hi-88__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #E0B354;
  color: #1A2E44;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

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

.page-index-review-hi-88__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
  margin-right: 15px;
}

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

.page-index-review-hi-88__game-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-index-review-hi-88__game-card img {
  width: 100%; 
  height: 200px; 
  object-fit: cover; 
  margin-bottom: 15px;
  border-radius: 5px;
}

.page-index-review-hi-88__game-card h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #1A2E44;
}

.page-index-review-hi-88__game-card h3 a {
  color: #1A2E44;
  text-decoration: none;
}

.page-index-review-hi-88__game-card h3 a:hover {
  color: #E0B354;
  text-decoration: underline;
}

.page-index-review-hi-88__game-card p {
  font-size: 0.95em;
  color: #555555;
}

/* Lists */
.page-index-review-hi-88__advantages-list, 
.page-index-review-hi-88__promotions-list, 
.page-index-review-hi-88__steps-list, 
.page-index-review-hi-88__service-points,
.page-index-review-hi-88__safety-points {
  list-style: none;
  padding-left: 0;
}

.page-index-review-hi-88__advantages-list li,
.page-index-review-hi-88__promotions-list li,
.page-index-review-hi-88__steps-list li,
.page-index-review-hi-88__service-points li,
.page-index-review-hi-88__safety-points li {
  background-color: #f9f9f9;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #E0B354;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  font-size: 1.05em;
}

.page-index-review-hi-88__steps-list li strong {
  color: #1A2E44;
}

/* Payment methods */
.page-index-review-hi-88__payment-methods {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.page-index-review-hi-88__payment-item {
  flex: 1;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-review-hi-88__payment-item h3 {
  color: #E0B354;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-index-review-hi-88__payment-item ul {
  list-style: disc;
  padding-left: 20px;
  color: #555555;
}

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

/* Comparison Table */
.page-index-review-hi-88__comparison-table {
  overflow-x: auto;
  margin-top: 30px;
}

.page-index-review-hi-88__comparison-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.page-index-review-hi-88__comparison-table th, 
.page-index-review-hi-88__comparison-table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
}

.page-index-review-hi-88__comparison-table th {
  background-color: #1A2E44;
  color: #E0B354;
  font-weight: bold;
  text-transform: uppercase;
}

.page-index-review-hi-88__comparison-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.page-index-review-hi-88__comparison-table tr:hover {
  background-color: #f5f5f5;
}

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

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

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

.faq-question:hover {
  background: #2a4a6e;
}

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

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

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
  background: #f9f9f9;
  color: #333333;
  border-radius: 0 0 5px 5px;
  border: 1px solid #e0e0e0;
  border-top: none;
}

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

.faq-answer p {
  margin: 0;
  padding: 10px 0;
}

/* Conclusion */
.page-index-review-hi-88__conclusion p {
  font-size: 1.1em;
  margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-hi-88 h1 {
    font-size: 2.4em;
  }
  .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__game-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-index-review-hi-88__payment-methods {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-index-review-hi-88 h1 {
    font-size: 2em;
  }
  .page-index-review-hi-88 h2 {
    font-size: 1.6em;
  }
  .page-index-review-hi-88__hero-section {
    padding: 40px 0;
  }
  .page-index-review-hi-88__hero-content p {
    font-size: 1em;
  }
  .page-index-review-hi-88__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-review-hi-88__game-card img {
    height: 180px;
  }
  .page-index-review-hi-88__game-card h3 {
    font-size: 1.3em;
  }
  .page-index-review-hi-88__section {
    padding: 30px 0;
  }
  .page-index-review-hi-88__comparison-table table {
    font-size: 0.9em;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-question {
    flex-direction: column;
    align-items: flex-start;
  }
  .faq-toggle {
    align-self: flex-end;
    margin-top: -30px;
  }
}

@media (max-width: 480px) {
  .page-index-review-hi-88 h1 {
    font-size: 1.8em;
  }
  .page-index-review-hi-88 h2 {
    font-size: 1.4em;
  }
  .page-index-review-hi-88__cta-button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-index-review-hi-88__cta-button--small {
    width: auto;
  }
  .page-index-review-hi-88__game-grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-hi-88__game-card img {
    height: 150px;
  }
  .page-index-review-hi-88__container {
    padding: 15px;
  }
}