.page-index-review-sinbet {
  color: #ffffff; /* Text color for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

/* Fixed navigation bar spacing */
.page-index-review-sinbet__content-area, .page-index-review-sinbet__hero-section {
  padding-top: 120px; /* Desktop: Adjust based on actual fixed header height */
}

.page-index-review-sinbet__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 60px;
  background: linear-gradient(135deg, #0A0A0A 0%, #333333 100%); /* Subtle gradient for hero */
}

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

.page-index-review-sinbet__hero-image img {
  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.4);
}

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

.page-index-review-sinbet__main-title {
  font-size: 48px;
  font-weight: 700;
  color: var(--secondary-color); /* Gold color for main title */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-sinbet__hero-description {
  font-size: 18px;
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-index-review-sinbet__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--secondary-color); /* Gold background */
  color: var(--primary-color); /* Dark text for gold button */
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.page-index-review-sinbet__cta-button:hover {
  background: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.page-index-review-sinbet__cta-button--small {
  padding: 12px 30px;
  font-size: 16px;
  margin-top: 15px;
}

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

.page-index-review-sinbet__container {
  max-width: 100%;
  margin: 0 auto;
}

.page-index-review-sinbet__section-title {
  font-size: 36px;
  color: var(--secondary-color); /* Gold color for section titles */
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: left;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 10px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.page-index-review-sinbet__sub-title {
  font-size: 24px;
  color: #f0f0f0;
  margin-top: 35px;
  margin-bottom: 15px;
  text-align: left;
}

.page-index-review-sinbet__text-block {
  font-size: 17px;
  color: #e0e0e0;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-index-review-sinbet__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-index-review-sinbet__image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}

.page-index-review-sinbet__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-index-review-sinbet__list-item {
  font-size: 17px;
  color: #e0e0e0;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.page-index-review-sinbet__list-item::before {
  content: '✔';
  color: var(--secondary-color); /* Gold checkmark */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-index-review-sinbet__link-text {
  color: var(--secondary-color); /* Gold color for links */
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-index-review-sinbet__link-text:hover {
  color: #e6c200;
}

.page-index-review-sinbet__pros-cons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-sinbet__card {
  background: rgba(255, 255, 255, 0.05); /* Slightly transparent white for cards */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 215, 0, 0.1);
}

.page-index-review-sinbet__card-title {
  font-size: 28px;
  color: var(--secondary-color); /* Gold color for card titles */
  margin-bottom: 20px;
  text-align: center;
}

.page-index-review-sinbet__card--pros .page-index-review-sinbet__card-title {
  color: #4CAF50; /* Green for pros */
}

.page-index-review-sinbet__card--cons .page-index-review-sinbet__card-title {
  color: #F44336; /* Red for cons */
}

.page-index-review-sinbet__card--pros .page-index-review-sinbet__list-item::before {
  content: '✅';
  color: #4CAF50;
}

.page-index-review-sinbet__card--cons .page-index-review-sinbet__list-item::before {
  content: '❌';
  color: #F44336;
}

/* FAQ Section Styles */
.page-index-review-sinbet__faq-container {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-review-sinbet__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08); /* Darker background for FAQ items */
}

.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: #e0e0e0;
}

.page-index-review-sinbet__faq-item.active .page-index-review-sinbet__faq-answer {
  max-height: 2000px !important; /* Ensure enough height for content */
  padding: 20px !important;
  opacity: 1;
  background: rgba(255, 215, 0, 0.05); /* Light gold tint when active */
  border-radius: 0 0 5px 5px;
}

.page-index-review-sinbet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.1); /* Slightly lighter for question header */
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 5px;
  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.15);
  border-color: var(--secondary-color);
}

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

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

.page-index-review-sinbet__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: var(--secondary-color); /* Gold color for toggle icon */
  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: #ffffff;
  transform: rotate(45deg); /* Rotate for minus effect */
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-sinbet__main-title {
    font-size: 40px;
  }
  .page-index-review-sinbet__section-title {
    font-size: 32px;
  }
  .page-index-review-sinbet__sub-title {
    font-size: 22px;
  }
  .page-index-review-sinbet__text-block, .page-index-review-sinbet__list-item, .page-index-review-sinbet__faq-question h3 {
    font-size: 16px;
  }
  .page-index-review-sinbet__cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  /* Mobile fixed navigation bar spacing */
  .page-index-review-sinbet__hero-section {
    padding-top: 140px !important; /* Mobile: Adjust based on actual fixed header height */
    padding-bottom: 40px;
  }
  .page-index-review-sinbet__content-area {
    padding-top: 100px !important; /* Mobile: Adjust based on actual fixed header height */
    padding: 20px 15px;
  }

  .page-index-review-sinbet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-index-review-sinbet__section, .page-index-review-sinbet__card, .page-index-review-sinbet__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-index-review-sinbet__hero-image img {
    border-radius: 4px;
  }
  
  .page-index-review-sinbet__main-title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .page-index-review-sinbet__hero-description {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .page-index-review-sinbet__section-title {
    font-size: 28px;
    margin-top: 40px;
  }

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

  .page-index-review-sinbet__text-block, .page-index-review-sinbet__list-item {
    font-size: 15px;
  }

  .page-index-review-sinbet__pros-cons-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-index-review-sinbet__card {
    padding: 20px;
  }

  .page-index-review-sinbet__card-title {
    font-size: 24px;
  }

  .page-index-review-sinbet__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  
  .page-index-review-sinbet__faq-question h3 {
    font-size: 16px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  
  .page-index-review-sinbet__faq-toggle {
    margin-left: 10px;
    width: 28px;
    height: 28px;
    font-size: 24px;
  }
  
  .page-index-review-sinbet__faq-answer {
    padding: 0 15px;
  }
  
  .page-index-review-sinbet__faq-item.active .page-index-review-sinbet__faq-answer {
    padding: 15px !important;
  }
}

@media (max-width: 480px) {
  .page-index-review-sinbet__main-title {
    font-size: 28px;
  }
  .page-index-review-sinbet__section-title {
    font-size: 24px;
  }
  .page-index-review-sinbet__cta-button {
    padding: 10px 25px;
    font-size: 15px;
  }
}