.page-index-review-go88 {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f4f4;
}

.page-index-review-go88-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-index-review-go88-section {
  padding: 60px 0;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-index-review-go88-section:nth-of-type(even) {
  background-color: #f9f9f9;
}

.page-index-review-go88 h1,
.page-index-review-go88 h2 {
  color: #8B0000; /* Dark Red */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-index-review-go88 h1 {
  font-size: 2.8em;
  color: #FFD700; /* Gold */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-go88 h2 {
  font-size: 2.2em;
  color: #8B0000; /* Dark Red */
}

.page-index-review-go88 h3 {
  color: #8B0000; /* Dark Red */
  font-size: 1.6em;
  margin-bottom: 15px;
}

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

.page-index-review-go88-cta-button,
.page-index-review-go88-cta-button-small {
  display: inline-block;
  padding: 15px 30px;
  background-color: #FFD700; /* Gold */
  color: #8B0000; /* Dark Red */
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid #FFD700;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-index-review-go88-cta-button:hover,
.page-index-review-go88-cta-button-small:hover {
  background-color: #8B0000; /* Dark Red */
  color: #FFD700; /* Gold */
  border-color: #8B0000;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(139, 0, 0, 0.6);
}

.page-index-review-go88-cta-button-small {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 25px;
}

/* HERO Section */
.page-index-review-go88-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, #8B0000 0%, #FFD700 100%); /* Red to Gold gradient */
  color: #ffffff;
}

.page-index-review-go88-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-go88-hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-index-review-go88-hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

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

.page-index-review-go88-hero-content h1 {
  color: #ffffff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
  font-size: 3.5em;
}

.page-index-review-go88-hero-content p {
  color: #f0f0f0;
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Module 1: Intro Section */
.page-index-review-go88-intro-section h2 {
  color: #8B0000;
}

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

.page-index-review-go88-card {
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-index-review-go88-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-index-review-go88-card img {
  max-width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-index-review-go88-card h3 {
  color: #8B0000;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-index-review-go88-card p {
  font-size: 1.1em;
  color: #666;
}

.page-index-review-go88-action-area {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-index-review-go88-action-area p {
  font-size: 1.4em;
  font-weight: bold;
  color: #444;
  margin-bottom: 25px;
}

/* Module 2: Quick Access */
.page-index-review-go88-quick-access {
  background-color: #8B0000; /* Dark Red */
  color: #fff;
}

.page-index-review-go88-quick-access h2 {
  color: #FFD700; /* Gold */
}

.page-index-review-go88-quick-access p {
  color: #f0f0f0;
  text-align: center;
  margin-bottom: 30px;
}

.page-index-review-go88-link-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-index-review-go88-access-link {
  background-color: #FFD700; /* Gold */
  color: #8B0000; /* Dark Red */
  padding: 15px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-review-go88-access-link:hover {
  background-color: #f0c000; /* Slightly darker gold */
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-index-review-go88-link-icon {
  font-size: 1.2em;
}

/* Module 3: Games Overview */
.page-index-review-go88-games-overview h2 {
  color: #8B0000;
}

.page-index-review-go88-game-category {
  background-color: #fefefe;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-index-review-go88-game-category img {
  max-width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-index-review-go88-game-category h3 {
  color: #FFD700;
  background-color: #8B0000;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Module 4: Promotions */
.page-index-review-go88-promotions {
  background-color: #8B0000;
  color: #fff;
}

.page-index-review-go88-promotions h2 {
  color: #FFD700;
}

.page-index-review-go88-promotions p {
  color: #f0f0f0;
  text-align: center;
  margin-bottom: 30px;
}

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

.page-index-review-go88-promo-card {
  background-color: #a01010; /* Slightly lighter red */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}

.page-index-review-go88-promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-index-review-go88-promo-card img {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

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

.page-index-review-go88-promo-card p {
  font-size: 1em;
  color: #f5f5f5;
  flex-grow: 1;
}

/* Module 5: Security & Support */
.page-index-review-go88-security-support h2 {
  color: #8B0000;
}

.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-card {
  background-color: #fefefe;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-index-review-go88-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-index-review-go88-feature-card img {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-index-review-go88-feature-card h3 {
  color: #8B0000;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-index-review-go88-feature-card p {
  font-size: 1em;
  color: #666;
  flex-grow: 1;
}

/* Module 6: FAQ */
.page-index-review-go88-faq h2 {
  color: #8B0000;
}

.page-index-review-go88-faq p {
  text-align: center;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

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

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

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

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #8B0000; /* Dark Red */
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
  color: #444;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 20px 25px;
  border-top: 1px solid #eee;
}

.faq-answer p {
  margin-bottom: 10px;
  text-align: left;
}

/* Module 7: Latest Blog */
.page-index-review-go88-latest-blog h2 {
  color: #8B0000;
}

.page-index-review-go88-latest-blog p {
  text-align: center;
}

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

.page-index-review-go88-blog-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-index-review-go88-blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-index-review-go88-blog-card img {
  max-width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-index-review-go88-blog-card h3 {
  font-size: 1.4em;
  margin-bottom: 10px;
  line-height: 1.3;
  flex-grow: 1;
}

.page-index-review-go88-blog-card h3 a {
  color: #8B0000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-go88-blog-card h3 a:hover {
  color: #FFD700;
}

.page-index-review-go88-blog-card p {
  font-size: 0.95em;
  color: #666;
  margin-bottom: 15px;
}

.page-index-review-go88-blog-date {
  font-size: 0.85em;
  color: #999;
  display: block;
  margin-top: auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-go88-hero-content h1 {
    font-size: 2.8em;
  }
  .page-index-review-go88-hero-content p {
    font-size: 1.1em;
  }
  .page-index-review-go88 h2 {
    font-size: 2em;
  }
  .page-index-review-go88 h3 {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-index-review-go88-section {
    padding: 40px 0;
  }
  .page-index-review-go88-hero-section {
    padding: 60px 15px;
  }
  .page-index-review-go88-hero-content h1 {
    font-size: 2.2em;
  }
  .page-index-review-go88-hero-content p {
    font-size: 1em;
  }
  .page-index-review-go88 h2 {
    font-size: 1.8em;
  }
  .page-index-review-go88 h3 {
    font-size: 1.2em;
  }
  .page-index-review-go88-grid-2,
  .page-index-review-go88-promo-grid,
  .page-index-review-go88-feature-grid,
  .page-index-review-go88-blog-grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-go88-card img,
  .page-index-review-go88-game-category img,
  .page-index-review-go88-promo-card img,
  .page-index-review-go88-feature-card img,
  .page-index-review-go88-blog-card img {
    height: 200px;
  }
  .page-index-review-go88-access-link {
    width: 100%;
    justify-content: center;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-index-review-go88-hero-content h1 {
    font-size: 1.8em;
  }
  .page-index-review-go88-hero-content p {
    font-size: 0.9em;
  }
  .page-index-review-go88-cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-review-go88 h2 {
    font-size: 1.5em;
  }
  .page-index-review-go88 h3 {
    font-size: 1.1em;
  }
  .page-index-review-go88-container {
    padding: 15px;
  }
}