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

.page-index-review-sinbet .highlight {
  color: var(--primary-color);
  font-weight: bold;
}

.page-index-review-sinbet__inline-link {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-review-sinbet__inline-link:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

.page-index-review-sinbet__strong-link {
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-index-review-sinbet__strong-link:hover {
  background-color: var(--secondary-color);
  color: #ffffff;
  text-decoration: none;
}

/* HERO Review Section */
.page-index-review-sinbet__hero-review-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 180px; /* Adjust for fixed header */
  background: linear-gradient(135deg, #0d0d0d, #1a1a1a);
  color: #ffffff;
  overflow: hidden;
}

.page-index-review-sinbet__hero-review-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-sinbet__hero-review-image {
  width: 100%;
  max-width: 800px; /* Adjust image width within hero */
  margin-bottom: 30px;
  order: -1; /* Image above content on desktop */
}

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

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

.page-index-review-sinbet__hero-review-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-index-review-sinbet__hero-review-description {
  font-size: 18px;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-index-review-sinbet__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--primary-color);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.4);
}

.page-index-review-sinbet__cta-button:hover {
  background: var(--secondary-color);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 20px rgba(40, 167, 69, 0.5);
}

.page-index-review-sinbet__cta-small {
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 30px;
  margin-top: 15px;
}

/* Review Content Section */
.page-index-review-sinbet__review-content-section {
  padding: 60px 20px;
  background: #0a0a0a; /* Match body background */
  color: #f0f0f0;
}

.page-index-review-sinbet__review-content-container {
  max-width: 1000px; 
  margin: 0 auto;
}

.page-index-review-sinbet__review-content-card {
  background: rgba(255, 255, 255, 0.08); /* Slightly transparent white on dark background */
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-index-review-sinbet__section-title {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-index-review-sinbet__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--primary-color);
  border-radius: 2px;
}

.page-index-review-sinbet__review-body {
  color: #e0e0e0;
  line-height: 1.8;
}

.page-index-review-sinbet__review-body p {
  margin-bottom: 18px;
  font-size: 17px;
}

.page-index-review-sinbet__sub-section-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--secondary-color);
  margin-top: 35px;
  margin-bottom: 15px;
  border-left: 5px solid var(--primary-color);
  padding-left: 15px;
}

.page-index-review-sinbet__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-review-sinbet__conclusion-text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

/* Promotions Section */
.page-index-review-sinbet__promotions-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #1a1a1a, #0d0d0d);
  color: #f0f0f0;
}

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

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

.page-index-review-sinbet__promotion-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  padding: 25px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-index-review-sinbet__promotion-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-review-sinbet__promotion-title {
  font-size: 22px;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.page-index-review-sinbet__promotion-description {
  font-size: 16px;
  color: #cccccc;
  margin-bottom: 20px;
}

/* Related Articles Section */
.page-index-review-sinbet__related-articles-section {
  padding: 60px 20px;
  background: #0a0a0a; /* Match body background */
  color: #f0f0f0;
}

.page-index-review-sinbet__related-articles-container {
  max-width: 1200px;
  margin: 0 auto;
}

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

.page-index-review-sinbet__article-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

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

.page-index-review-sinbet__article-title {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  padding: 15px 20px 10px;
  line-height: 1.4;
}

.page-index-review-sinbet__article-link {
  color: inherit;
  text-decoration: none;
}

.page-index-review-sinbet__article-link:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

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

.page-index-review-sinbet__read-more {
  display: inline-block;
  background: var(--primary-color);
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin: 0 20px 20px;
  transition: background-color 0.3s ease;
}

.page-index-review-sinbet__read-more:hover {
  background: var(--secondary-color);
}

/* FAQ Section */
.page-index-review-sinbet__faq-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #0d0d0d, #1a1a1a);
  color: #f0f0f0;
}

.page-index-review-sinbet__faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-review-sinbet__faq-list {
  margin-top: 30px;
}

.page-index-review-sinbet__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05); /* Lighter background for FAQ items */
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-index-review-sinbet__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  padding: 0 20px;
  opacity: 0;
  color: #cccccc;
}

.page-index-review-sinbet__faq-item.active .page-index-review-sinbet__faq-answer {
  max-height: 2000px !important;
  padding: 20px !important;
  opacity: 1;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 0 0 8px 8px;
}

.page-index-review-sinbet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-index-review-sinbet__faq-question:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}

.page-index-review-sinbet__faq-question:active {
  background: rgba(255, 255, 255, 0.15);
}

.page-index-review-sinbet__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #ffffff;
}

.page-index-review-sinbet__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: var(--primary-color);
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

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

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-sinbet__hero-review-title {
    font-size: 38px;
  }
  .page-index-review-sinbet__section-title {
    font-size: 28px;
  }
  .page-index-review-sinbet__sub-section-title {
    font-size: 22px;
  }
  .page-index-review-sinbet__review-body p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .page-index-review-sinbet__hero-review-section {
    padding-top: 160px !important; /* Mobile: Adjust for fixed header */
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-index-review-sinbet__hero-review-image {
    margin-bottom: 20px;
  }

  .page-index-review-sinbet__hero-review-title {
    font-size: 30px;
  }
  
  .page-index-review-sinbet__hero-review-description {
    font-size: 16px;
  }
  
  .page-index-review-sinbet__cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }

  .page-index-review-sinbet__review-content-section,
  .page-index-review-sinbet__promotions-section,
  .page-index-review-sinbet__related-articles-section,
  .page-index-review-sinbet__faq-section {
    padding: 30px 15px;
  }

  .page-index-review-sinbet__review-content-card {
    padding: 25px;
  }

  .page-index-review-sinbet__section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .page-index-review-sinbet__sub-section-title {
    font-size: 20px;
    margin-top: 30px;
  }

  .page-index-review-sinbet__review-body p {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .page-index-review-sinbet__promotions-grid,
  .page-index-review-sinbet__articles-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-index-review-sinbet__promotion-title {
    font-size: 20px;
  }

  .page-index-review-sinbet__promotion-description {
    font-size: 15px;
  }

  .page-index-review-sinbet__article-title {
    font-size: 18px;
  }

  .page-index-review-sinbet__article-excerpt {
    font-size: 14px;
  }

  .page-index-review-sinbet__faq-question {
    padding: 15px;
  }

  .page-index-review-sinbet__faq-question h3 {
    font-size: 16px;
  }

  .page-index-review-sinbet__faq-toggle {
    font-size: 24px;
    width: 28px;
    height: 28px;
  }

  .page-index-review-sinbet__faq-item.active .page-index-review-sinbet__faq-answer {
    padding: 15px !important;
  }

  /* Ensure all images are responsive and do not overflow */
  .page-index-review-sinbet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-index-review-sinbet__hero-review-section,
  .page-index-review-sinbet__review-content-section,
  .page-index-review-sinbet__promotions-section,
  .page-index-review-sinbet__related-articles-section,
  .page-index-review-sinbet__faq-section,
  .page-index-review-sinbet__review-content-container,
  .page-index-review-sinbet__promotions-container,
  .page-index-review-sinbet__related-articles-container,
  .page-index-review-sinbet__faq-container,
  .page-index-review-sinbet__review-content-card,
  .page-index-review-sinbet__promotion-card,
  .page-index-review-sinbet__article-card,
  .page-index-review-sinbet__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}