.page-index-review-go88 {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Màu chữ tổng thể */
  background-color: #1A1A1A; /* Màu nền chính */
  line-height: 1.6;
}

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

.page-index-review-go88 h1,
.page-index-review-go88 h2,
.page-index-review-go88 h3 {
  color: #FFD700; /* Màu vàng gold cho tiêu đề */
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-index-review-go88 h1 {
  font-size: 3.2em;
  text-align: center;
}

.page-index-review-go88 h2 {
  font-size: 2.5em;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-index-review-go88 h3 {
  font-size: 1.8em;
  margin-top: 30px;
}

.page-index-review-go88 p {
  margin-bottom: 15px;
  color: #CCCCCC;
}

.page-index-review-go88 ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #CCCCCC;
}

.page-index-review-go88 ul li {
  margin-bottom: 8px;
}

.page-index-review-go88__text-center {
  text-align: center;
}

.page-index-review-go88__cta-button {
  display: inline-block;
  padding: 15px 35px;
  background: #FFD700;
  color: #1A1A1A;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
}

.page-index-review-go88__cta-button:hover {
  background: #E6C200;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.4);
}

.page-index-review-go88__cta-button--secondary {
  background: #333333;
  color: #FFD700;
  border: 1px solid #FFD700;
  margin-left: 20px;
}

.page-index-review-go88__cta-button--secondary:hover {
  background: #444444;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-index-review-go88__cta-button--primary-alt {
  display: block;
  margin: 40px auto 20px auto;
  max-width: 400px;
  font-size: 1.2em;
  padding: 18px 40px;
}

/* Hero Banner Section */
.page-index-review-go88__hero-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #1A1A1A 0%, #333333 100%);
  position: relative;
  overflow: hidden;
}

.page-index-review-go88__hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path fill="%23FFD700" fill-opacity="0.05" d="M0 0h100v100H0z"/><path d="M0 0h100v100H0z" fill="none" stroke="%23FFD700" stroke-width="0.5" stroke-opacity="0.08"/></svg>');
  opacity: 0.1;
  z-index: 0;
}

.page-index-review-go88__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-bottom: 40px;
}

.page-index-review-go88__hero-content h1 {
  color: #FFD700;
  font-size: 3.8em;
  margin-bottom: 25px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.page-index-review-go88__hero-content p {
  font-size: 1.3em;
  color: #FFFFFF;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.page-index-review-go88__hero-image {
  width: 100%;
  max-width: 1000px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-index-review-go88__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Introduction Section */
.page-index-review-go88__introduction,
.page-index-review-go88__features,
.page-index-review-go88__games-detail,
.page-index-review-go88__promotions,
.page-index-review-go88__registration-guide,
.page-index-review-go88__security-support,
.page-index-review-go88__faq,
.page-index-review-go88__conclusion {
  padding: 60px 0;
}

.page-index-review-go88__introduction {
  background-color: #222222;
}

.page-index-review-go88__introduction p {
  font-size: 1.1em;
  color: #D0D0D0;
}

/* Features Section */
.page-index-review-go88__features {
  background-color: #1A1A1A;
}

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

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

.page-index-review-go88__feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}

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

.page-index-review-go88__feature-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-index-review-go88__feature-item p {
  color: #B0B0B0;
  font-size: 0.95em;
}

/* Games Detail Section */
.page-index-review-go88__games-detail {
  background-color: #222222;
}

.page-index-review-go88__game-category {
  background-color: #282828;
  padding: 35px;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-index-review-go88__game-category:last-child {
  margin-bottom: 0;
}

.page-index-review-go88__game-category img {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 8px;
  margin-top: 25px;
  margin-bottom: 25px;
  object-fit: cover;
}

.page-index-review-go88__game-category h3 {
  color: #FFD700;
  font-size: 2em;
  margin-bottom: 15px;
}

.page-index-review-go88__game-category p {
  color: #D0D0D0;
  font-size: 1.05em;
  margin-bottom: 25px;
}

.page-index-review-go88__button {
  display: inline-block;
  padding: 12px 30px;
  background: #FFD700;
  color: #1A1A1A;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-index-review-go88__button:hover {
  background: #E6C200;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.3);
}

/* Promotions Section */
.page-index-review-go88__promotions {
  background-color: #1A1A1A;
}

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

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

.page-index-review-go88__promo-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}

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

.page-index-review-go88__promo-item h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-index-review-go88__promo-item p {
  color: #B0B0B0;
  font-size: 0.95em;
  margin-bottom: 25px;
}

/* Registration Guide Section */
.page-index-review-go88__registration-guide {
  background-color: #222222;
}

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

.page-index-review-go88__step-item {
  background-color: #282828;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-top: 80px;
}

.page-index-review-go88__step-number {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFD700;
  color: #1A1A1A;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  box-shadow: 0 2px 10px rgba(255, 215, 0, 0.4);
}

.page-index-review-go88__step-item h3 {
  color: #FFD700;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-index-review-go88__step-item p {
  color: #B0B0B0;
  font-size: 0.9em;
}

.page-index-review-go88__cta-buttons {
  text-align: center;
  margin-top: 50px;
}

/* Security & Support Section */
.page-index-review-go88__security-support {
  background-color: #1A1A1A;
}

.page-index-review-go88__security-details,
.page-index-review-go88__support-details {
  background-color: #282828;
  padding: 35px;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-index-review-go88__security-details h3,
.page-index-review-go88__support-details h3 {
  color: #FFD700;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 25px;
}

.page-index-review-go88__security-details img,
.page-index-review-go88__support-details img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin: 20px auto;
  display: block;
  object-fit: cover;
}

.page-index-review-go88__support-details ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-index-review-go88__support-details ul li {
  background-color: #333333;
  padding: 12px 20px;
  margin-bottom: 10px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  color: #D0D0D0;
  font-size: 1.05em;
}

.page-index-review-go88__support-details ul li strong {
  color: #FFD700;
  margin-right: 10px;
}

/* FAQ Section */
.page-index-review-go88__faq {
  background-color: #222222;
}

.page-index-review-go88__faq-list {
  margin-top: 40px;
}

/* FAQ default state - answer hidden */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
  color: #B0B0B0;
}

/* FAQ expanded state */
.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px;
  background: #282828;
  border-radius: 0 0 8px 8px;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
}

.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: 18px 20px;
  background: #333333;
  border: 1px solid #444444;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  margin-bottom: 10px; /* Space between FAQ items */
}

.faq-question:hover {
  background: #3A3A3A;
  border-color: #FFD700;
}

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

/* Toggle icon */
.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
  line-height: 1;
}

/* Conclusion Section */
.page-index-review-go88__conclusion {
  background-color: #1A1A1A;
  text-align: center;
  padding-bottom: 80px;
}

.page-index-review-go88__conclusion p {
  font-size: 1.1em;
  color: #D0D0D0;
  max-width: 900px;
  margin: 0 auto 25px auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-go88__hero-content h1 {
    font-size: 3em;
  }
  .page-index-review-go88 h2 {
    font-size: 2.2em;
  }
  .page-index-review-go88__feature-grid,
  .page-index-review-go88__promo-grid,
  .page-index-review-go88__guide-steps {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-index-review-go88__hero-banner {
    padding: 60px 15px;
  }
  .page-index-review-go88__hero-content h1 {
    font-size: 2.5em;
  }
  .page-index-review-go88__hero-content p {
    font-size: 1em;
  }
  .page-index-review-go88 h1 {
    font-size: 2.8em;
  }
  .page-index-review-go88 h2 {
    font-size: 2em;
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .page-index-review-go88 h3 {
    font-size: 1.6em;
  }
  .page-index-review-go88__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-review-go88__cta-button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-index-review-go88__cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-index-review-go88__feature-item,
  .page-index-review-go88__promo-item,
  .page-index-review-go88__step-item,
  .page-index-review-go88__game-category,
  .page-index-review-go88__security-details,
  .page-index-review-go88__support-details {
    padding: 25px;
  }
  .page-index-review-go88__step-item {
    padding-top: 70px;
  }
  .page-index-review-go88__step-number {
    width: 45px;
    height: 45px;
    font-size: 1.6em;
  }
  .faq-question {
    padding: 15px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .page-index-review-go88__cta-button--primary-alt {
    max-width: 300px;
    font-size: 1.1em;
    padding: 15px 30px;
  }
}

@media (max-width: 480px) {
  .page-index-review-go88__hero-content h1 {
    font-size: 2em;
  }
  .page-index-review-go88 h1 {
    font-size: 2.2em;
  }
  .page-index-review-go88 h2 {
    font-size: 1.8em;
  }
  .page-index-review-go88 h3 {
    font-size: 1.4em;
  }
  .page-index-review-go88__hero-content p {
    font-size: 0.95em;
  }
  .page-index-review-go88__cta-button {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .page-index-review-go88__cta-button--secondary {
    margin-top: 10px;
  }
  .page-index-review-go88__feature-item img,
  .page-index-review-go88__promo-item img,
  .page-index-review-go88__game-category img,
  .page-index-review-go88__security-details img,
  .page-index-review-go88__support-details img {
    max-width: 100%;
  }
}