.page-index-review-one88 {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0;
  background-color: #0A1931;
  line-height: 1.6;
}

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

.page-index-review-one88__section {
  padding: 60px 0;
  text-align: center;
}

.page-index-review-one88__section:nth-child(odd) {
  background-color: #122340; /* Slightly lighter dark for contrast */
}

.page-index-review-one88__section-title {
  font-size: 38px;
  color: #E0B143;
  margin-bottom: 40px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-index-review-one88__section-title .highlight {
  color: #f0f0f0;
}

.page-index-review-one88__item-title {
  font-size: 24px;
  color: #E0B143;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-review-one88__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #E0B143;
  color: #0A1931;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(224, 177, 67, 0.4);
}

.page-index-review-one88__cta-button:hover {
  background: #f7d37e;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(224, 177, 67, 0.6);
}

.page-index-review-one88__card-button {
  display: inline-block;
  padding: 10px 25px;
  background: #E0B143;
  color: #0A1931;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.page-index-review-one88__card-button:hover {
  background: #f7d37e;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(224, 177, 67, 0.4);
}

.page-index-review-one88__card-title {
  font-size: 22px;
  color: #E0B143;
  margin-bottom: 10px;
}

/* HERO Section */
.page-index-review-one88__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: #0A1931;
}

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

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

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

.page-index-review-one88__hero-title {
  font-size: 48px;
  color: #f0f0f0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-index-review-one88__hero-title .highlight {
  color: #E0B143;
}

.page-index-review-one88__hero-description {
  font-size: 20px;
  color: #cccccc;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Module 1: Intro Section */
.page-index-review-one88__intro-section {
  background-color: #122340;
}

.page-index-review-one88__intro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: left;
}

.page-index-review-one88__intro-item {
  background-color: #0A1931;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #E0B14330;
}

.page-index-review-one88__intro-item p {
  color: #cccccc;
}

.page-index-review-one88__intro-item .highlight {
  color: #E0B143;
  font-weight: bold;
}

/* Module 2: Quick Links */
.page-index-review-one88__quick-links {
  background-color: #0A1931;
}

.page-index-review-one88__links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.page-index-review-one88__link-card {
  background-color: #122340;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: 1px solid #E0B14330;
}

.page-index-review-one88__link-card:hover {
  transform: translateY(-5px);
  background-color: #1a2e4d;
}

.page-index-review-one88__link-card h3 {
  color: #E0B143;
  margin-bottom: 10px;
  font-size: 20px;
}

.page-index-review-one88__link-card p {
  color: #cccccc;
  font-size: 15px;
}

/* Module 3: Games Section */
.page-index-review-one88__games-section {
  background-color: #122340;
}

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

.page-index-review-one88__game-card {
  background-color: #0A1931;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-bottom: 20px;
  border: 1px solid #E0B14330;
}

.page-index-review-one88__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-index-review-one88__game-card h3 {
  padding: 0 15px;
  margin-top: 0;
}

.page-index-review-one88__game-card p {
  color: #cccccc;
  font-size: 15px;
  padding: 0 15px;
}

/* Module 4: Promotions Section */
.page-index-review-one88__promotions-section {
  background-color: #0A1931;
}

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

.page-index-review-one88__promo-card {
  background-color: #122340;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: left;
  border: 1px solid #E0B14330;
}

.page-index-review-one88__promo-card p {
  color: #cccccc;
}

.page-index-review-one88__promo-card .highlight {
  color: #E0B143;
  font-weight: bold;
}

/* Module 5: Security & CSKH */
.page-index-review-one88__security-cskh-section {
  background-color: #122340;
}

.page-index-review-one88__security-cskh-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  text-align: left;
}

.page-index-review-one88__info-block {
  background-color: #0A1931;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #E0B14330;
}

.page-index-review-one88__info-block p {
  color: #cccccc;
}

.page-index-review-one88__info-block .highlight {
  color: #E0B143;
  font-weight: bold;
}

/* Module 6: FAQ Section */
.page-index-review-one88__faq-section {
  background-color: #0A1931;
}

.page-index-review-one88__faq-list {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #122340;
  border: 1px solid #E0B14350;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #1a2e4d;
}

.faq-question h3 {
  margin: 0;
  font-size: 20px;
  color: #f0f0f0;
}

.faq-question .highlight {
  color: #E0B143;
}

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #0A1931;
  color: #cccccc;
  font-size: 15px;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 20px 25px;
  border-top: 1px solid #E0B14350;
  border-radius: 0 0 8px 8px;
}

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

/* Module 7: Blog Section */
.page-index-review-one88__blog-section {
  background-color: #122340;
}

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

.page-index-review-one88__blog-card {
  background-color: #0A1931;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: left;
  text-decoration: none;
  color: #f0f0f0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #E0B14330;
}

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

.page-index-review-one88__blog-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.page-index-review-one88__blog-card h3 {
  font-size: 20px;
  color: #E0B143;
  padding: 15px 20px 5px;
  margin: 0;
}

.page-index-review-one88__blog-excerpt {
  font-size: 15px;
  color: #cccccc;
  padding: 0 20px 10px;
}

.page-index-review-one88__blog-date {
  display: block;
  font-size: 13px;
  color: #999999;
  padding: 0 20px 15px;
}

.page-index-review-one88__all-posts {
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-one88__section-title {
    font-size: 32px;
  }
  .page-index-review-one88__hero-title {
    font-size: 40px;
  }
  .page-index-review-one88__hero-description {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .page-index-review-one88__section {
    padding: 40px 0;
  }
  .page-index-review-one88__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-index-review-one88__hero-section {
    padding: 40px 15px;
  }
  .page-index-review-one88__hero-image {
    margin-bottom: 20px;
  }
  .page-index-review-one88__hero-image img {
    border-radius: 4px;
  }
  .page-index-review-one88__hero-title {
    font-size: 32px;
  }
  .page-index-review-one88__hero-description {
    font-size: 16px;
  }
  .page-index-review-one88__cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page-index-review-one88__intro-grid, .page-index-review-one88__links-grid, .page-index-review-one88__games-grid, .page-index-review-one88__promotions-grid, .page-index-review-one88__security-cskh-grid, .page-index-review-one88__blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-index-review-one88__item-title, .page-index-review-one88__card-title {
    font-size: 20px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 18px;
  }
  .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-one88__section-title {
    font-size: 24px;
  }
  .page-index-review-one88__hero-title {
    font-size: 28px;
  }
  .page-index-review-one88__hero-description {
    font-size: 14px;
  }
  .page-index-review-one88__cta-button {
    padding: 10px 25px;
    font-size: 15px;
  }
  .page-index-review-one88__item-title, .page-index-review-one88__card-title {
    font-size: 18px;
  }
  .page-index-review-one88__game-image {
    height: 180px;
  }
}