.page-index-review-fa88 {
  --primary-color: #003366;
  --secondary-color: #FFD700;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #f4f7f6;
  --bg-dark: #002244;
  --card-bg: #ffffff;
  --border-color: #e0e0e0;
}

.page-index-review-fa88 .section-spacing {
  padding: 80px 0;
}

.page-index-review-fa88 .bg-dark {
  background-color: var(--bg-dark);
  color: var(--text-light);
}

.page-index-review-fa88 .bg-primary-light {
  background-color: #e6f0f5; /* Lighter shade of primary for contrast */
}

.page-index-review-fa88 .text-light {
  color: var(--text-light);
}

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

.page-index-review-fa88 .section-title {
  font-size: 3.2em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.page-index-review-fa88 .section-title.text-light {
  color: var(--secondary-color);
}

.page-index-review-fa88 .section-description {
  font-size: 1.1em;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-review-fa88 .bg-dark .section-description {
  color: #cccccc;
}

/* Hero Section */
.page-index-review-fa88 .hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, var(--primary-color), #004488);
}

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

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

.page-index-review-fa88 .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  color: var(--text-light);
}

.page-index-review-fa88 .page-title {
  font-size: 4em;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--secondary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-fa88 .hero-content p {
  font-size: 1.5em;
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-index-review-fa88 .cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

.page-index-review-fa88 .cta-button:hover {
  background: #ffc107;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Intro Section */
.page-index-review-fa88 .intro-section .content-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.page-index-review-fa88 .intro-section .content-image-left {
  width: 50%;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

.page-index-review-fa88 .intro-section .content-block p {
  flex: 1;
  font-size: 1.1em;
  line-height: 1.8;
  color: var(--text-dark);
}

/* Quick Access Section */
.page-index-review-fa88 .quick-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-fa88 .quick-link-card {
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  color: var(--text-dark);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-index-review-fa88 .quick-link-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-index-review-fa88 .quick-link-card .card-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-review-fa88 .quick-link-card .card-title {
  font-size: 1.5em;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.page-index-review-fa88 .quick-link-card .card-description {
  font-size: 0.95em;
  color: #666666;
  line-height: 1.6;
}

/* Games Section */
.page-index-review-fa88 .game-category {
  margin-bottom: 80px;
}

.page-index-review-fa88 .category-title {
  font-size: 2.5em;
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}

.page-index-review-fa88 .content-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.page-index-review-fa88 .content-block.reverse {
  flex-direction: row-reverse;
}

.page-index-review-fa88 .content-block img {
  width: 50%;
  max-width: 600px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

.page-index-review-fa88 .content-block p {
  flex: 1;
  font-size: 1.1em;
  line-height: 1.8;
  color: var(--text-dark);
}

.page-index-review-fa88 .content-block.reverse .content-image-right {
  order: 2;
}

/* Promotions Section */
.page-index-review-fa88 .promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-review-fa88 .promo-card {
  background-color: var(--card-bg);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-index-review-fa88 .promo-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-index-review-fa88 .promo-card .promo-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.page-index-review-fa88 .promo-card .promo-title {
  font-size: 1.8em;
  color: var(--primary-color);
  padding: 20px 25px 10px;
  font-weight: 700;
}

.page-index-review-fa88 .promo-card .promo-description {
  font-size: 1em;
  color: #666666;
  padding: 0 25px 20px;
  flex-grow: 1;
  line-height: 1.7;
}

.page-index-review-fa88 .promo-card .btn-promo {
  display: inline-block;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  padding: 12px 25px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
  transition: background-color 0.3s ease;
}

.page-index-review-fa88 .promo-card .btn-promo:hover {
  background-color: #ffc107;
}

/* Security & Support Section */
.page-index-review-fa88 .security-support-section .content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-review-fa88 .security-support-section .info-block {
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-fa88 .security-support-section .info-block:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-index-review-fa88 .security-support-section .info-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-review-fa88 .security-support-section .block-title {
  font-size: 1.6em;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: 700;
}

.page-index-review-fa88 .security-support-section .info-block p {
  font-size: 1em;
  color: #666666;
  line-height: 1.7;
}

/* FAQ Section */
.page-index-review-fa88 .faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-review-fa88 .faq-item {
  margin-bottom: 15px;
}

.page-index-review-fa88 .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-fa88 .faq-question:hover {
  background: #f0f5f8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-index-review-fa88 .faq-question h3 {
  font-size: 1.3em;
  color: var(--primary-color);
  margin: 0;
  font-weight: 600;
}

.page-index-review-fa88 .faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: var(--secondary-color);
  transition: transform 0.3s ease;
  line-height: 1;
}

.page-index-review-fa88 .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: var(--primary-color);
}

.page-index-review-fa88 .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
  border-radius: 0 0 8px 8px;
  border: 1px solid var(--border-color);
  border-top: none;
}

.page-index-review-fa88 .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 20px 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-index-review-fa88 .faq-answer p {
  font-size: 1em;
  color: var(--text-dark);
  line-height: 1.7;
}

.page-index-review-fa88 .faq-answer p a {
  color: var(--primary-color);
  text-decoration: underline;
}

.page-index-review-fa88 .faq-answer p a:hover {
  color: var(--secondary-color);
}

/* Blog Section */
.page-index-review-fa88 .blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-index-review-fa88 .blog-post-card {
  background-color: var(--card-bg);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}

.page-index-review-fa88 .blog-post-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-index-review-fa88 .blog-post-card .post-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-index-review-fa88 .blog-post-card .post-content {
  padding: 20px 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-index-review-fa88 .blog-post-card .post-title {
  font-size: 1.6em;
  color: var(--primary-color);
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.4;
}

.page-index-review-fa88 .blog-post-card .post-excerpt {
  font-size: 0.95em;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 15px;
  flex-grow: 1;
}

.page-index-review-fa88 .blog-post-card .post-date {
  font-size: 0.85em;
  color: #999999;
  align-self: flex-end;
}

.page-index-review-fa88 .btn-primary-outline {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  transition: all 0.3s ease;
}

.page-index-review-fa88 .btn-primary-outline:hover {
  background-color: var(--primary-color);
  color: var(--text-light);
}

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

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-fa88 .section-title {
    font-size: 2.8em;
  }
  .page-index-review-fa88 .page-title {
    font-size: 3.5em;
  }
  .page-index-review-fa88 .hero-content p {
    font-size: 1.3em;
  }
  .page-index-review-fa88 .content-block {
    flex-direction: column;
    text-align: center;
  }
  .page-index-review-fa88 .content-block.reverse {
    flex-direction: column;
  }
  .page-index-review-fa88 .content-block img {
    width: 80%;
    margin-bottom: 20px;
  }
  .page-index-review-fa88 .content-image-left, .page-index-review-fa88 .content-image-right {
    width: 100%;
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .page-index-review-fa88 .section-spacing {
    padding: 50px 0;
  }
  .page-index-review-fa88 .section-title {
    font-size: 2.2em;
    margin-bottom: 30px;
  }
  .page-index-review-fa88 .section-description {
    margin-bottom: 40px;
  }
  .page-index-review-fa88 .page-title {
    font-size: 2.5em;
  }
  .page-index-review-fa88 .hero-content p {
    font-size: 1.1em;
  }
  .page-index-review-fa88 .cta-button {
    padding: 15px 35px;
    font-size: 18px;
  }
  .page-index-review-fa88 .quick-links-grid, .page-index-review-fa88 .promotions-grid, .page-index-review-fa88 .security-support-section .content-grid, .page-index-review-fa88 .blog-posts-grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-fa88 .quick-link-card, .page-index-review-fa88 .promo-card, .page-index-review-fa88 .info-block, .page-index-review-fa88 .blog-post-card {
    padding: 25px;
  }
  .page-index-review-fa88 .quick-link-card .card-icon, .page-index-review-fa88 .security-support-section .info-icon {
    width: 80px;
    height: 80px;
  }
  .page-index-review-fa88 .category-title {
    font-size: 2em;
  }
  .page-index-review-fa88 .content-block img {
    width: 100%;
  }
  .page-index-review-fa88 .promo-card .promo-image {
    height: 200px;
  }
  .page-index-review-fa88 .promo-card .promo-title {
    font-size: 1.5em;
  }
  .page-index-review-fa88 .block-title {
    font-size: 1.4em;
  }
  .page-index-review-fa88 .faq-question {
    padding: 15px 20px;
  }
  .page-index-review-fa88 .faq-question h3 {
    font-size: 1.1em;
  }
  .page-index-review-fa88 .faq-toggle {
    font-size: 24px;
  }
  .page-index-review-fa88 .faq-answer {
    padding: 0 20px;
  }
  .page-index-review-fa88 .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
  .page-index-review-fa88 .blog-post-card .post-image {
    height: 180px;
  }
  .page-index-review-fa88 .blog-post-card .post-title {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) {
  .page-index-review-fa88 .page-title {
    font-size: 2em;
  }
  .page-index-review-fa88 .hero-content p {
    font-size: 1em;
  }
  .page-index-review-fa88 .cta-button {
    padding: 12px 25px;
    font-size: 16px;
  }
  .page-index-review-fa88 .section-title {
    font-size: 1.8em;
  }
  .page-index-review-fa88 .category-title {
    font-size: 1.6em;
  }
  .page-index-review-fa88 .quick-link-card .card-icon, .page-index-review-fa88 .security-support-section .info-icon {
    width: 70px;
    height: 70px;
  }
  .page-index-review-fa88 .promo-card .promo-title {
    font-size: 1.3em;
  }
  .page-index-review-fa88 .blog-post-card .post-title {
    font-size: 1.2em;
  }
}