.page-index-review-sinbet {
  background-color: #000;
  color: #f0f0f0; /* Light text on dark body background */
}

.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: 60px 20px;
  padding-top: 180px; /* Desktop: Adjust for fixed header */
  background: linear-gradient(135deg, #007BFF, #28A745);
  color: #ffffff;
}

.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-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

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

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

.page-index-review-sinbet__hero-subtitle {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-index-review-sinbet__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #ff6b35; /* Orange for CTA */
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: none;
}

.page-index-review-sinbet__cta-button:hover {
  background: #e65a2d;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-index-review-sinbet__cta-button--large {
  padding: 18px 50px;
  font-size: 20px;
  margin-top: 40px;
}

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

.page-index-review-sinbet__card {
  background: #ffffff; /* White background for cards */
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 40px;
  color: #333333; /* Dark text on light card background */
}

.page-index-review-sinbet__section-title {
  font-size: 32px;
  font-weight: bold;
  color: #007BFF;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.3;
}

.page-index-review-sinbet__section-description {
  font-size: 18px;
  line-height: 1.6;
  color: #cccccc;
  text-align: center;
  margin-bottom: 40px;
}

.page-index-review-sinbet__introduction-section {
  padding: 60px 0;
  background-color: #f1f3f5; /* Light background */
  color: #333333;
}

.page-index-review-sinbet__introduction-section .page-index-review-sinbet__card {
  background: #ffffff;
  color: #333333;
  padding: 40px;
}

.page-index-review-sinbet__introduction-section p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: justify;
}

.page-index-review-sinbet__review-section {
  padding: 60px 0;
  background-color: #0d0d0d; /* Darker background for contrast */
  color: #f0f0f0;
}

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

.page-index-review-sinbet__review-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  color: #333333; /* Dark text on light card background */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-index-review-sinbet__card-title {
  font-size: 22px;
  font-weight: bold;
  color: #007BFF;
  margin-bottom: 15px;
}

.page-index-review-sinbet__card-img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-index-review-sinbet__review-card p {
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
}

.page-index-review-sinbet__conclusion-paragraph {
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  margin-top: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-review-sinbet__user-experience-section {
  padding: 60px 0;
  background-color: #f1f3f5; /* Light background */
  color: #333333;
}

.page-index-review-sinbet__user-experience-section .page-index-review-sinbet__card {
  background: #ffffff;
  color: #333333;
}

.page-index-review-sinbet__user-experience-section h2 {
  color: #007BFF;
}

.page-index-review-sinbet__user-experience-section h3 {
  font-size: 24px;
  font-weight: bold;
  color: #007BFF;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-index-review-sinbet__user-experience-section p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: justify;
}

.page-index-review-sinbet__user-experience-section ul {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-index-review-sinbet__user-experience-section li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
}

.page-index-review-sinbet__registration-guide-section {
  padding: 60px 0;
  background-color: #007BFF; /* Brand color dark background */
  color: #ffffff;
  text-align: center;
}

.page-index-review-sinbet__registration-guide-section .page-index-review-sinbet__section-title {
  color: #ffffff;
}

.page-index-review-sinbet__registration-guide-section .page-index-review-sinbet__section-description {
  color: #e0e0e0;
}

.page-index-review-sinbet__registration-steps {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 700px;
  text-align: left;
}

.page-index-review-sinbet__registration-steps li {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 20px 25px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  padding-left: 60px;
}

.page-index-review-sinbet__registration-steps li::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #28A745;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}

.page-index-review-sinbet__faq-section {
  padding: 60px 0;
  background-color: #f1f3f5; /* Light background */
  color: #333333;
}

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

.page-index-review-sinbet__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.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, opacity 0.4s ease;
  padding: 0 15px;
  opacity: 0;
}

.page-index-review-sinbet__faq-item.active .page-index-review-sinbet__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  background: #f9f9f9;
  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: #fff;
  border: 1px solid #e0e0e0;
  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: #f5f5f5;
  border-color: #d0d0d0;
}

.page-index-review-sinbet__faq-question:active {
  background: #eeeeee;
}

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

.page-index-review-sinbet__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  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: 28px;
  height: 28px;
}

.page-index-review-sinbet__faq-item.active .page-index-review-sinbet__faq-toggle {
  color: #333;
}

.page-index-review-sinbet__conclusion-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #007BFF, #28A745); /* Brand color gradient dark background */
  color: #ffffff;
  text-align: center;
}

.page-index-review-sinbet__conclusion-section .page-index-review-sinbet__section-title {
  color: #ffffff;
}

.page-index-review-sinbet__conclusion-section p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 900px;
  margin: 20px auto 40px auto;
}

.page-index-review-sinbet__text-white {
  color: #ffffff !important;
}

.page-index-review-sinbet__text-link {
  color: #ffd700; /* Gold for links in dark sections */
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-review-sinbet__text-link:hover {
  color: #ffa500;
}

.page-index-review-sinbet__highlight-text {
  color: #ffd700; /* Highlight color for keywords */
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-sinbet__hero-title {
    font-size: 36px;
  }
  .page-index-review-sinbet__hero-subtitle {
    font-size: 18px;
  }
  .page-index-review-sinbet__section-title {
    font-size: 28px;
  }
  .page-index-review-sinbet__review-card {
    padding: 25px;
  }
  .page-index-review-sinbet__card-title {
    font-size: 20px;
  }
  .page-index-review-sinbet__review-card p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .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,
  .page-index-review-sinbet__review-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-index-review-sinbet__hero-section {
    padding-top: 160px !important; /* Mobile: Adjust for fixed header */
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-index-review-sinbet__hero-title {
    font-size: 28px;
  }
  .page-index-review-sinbet__hero-subtitle {
    font-size: 16px;
  }
  .page-index-review-sinbet__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    margin-top: 20px;
  }
  .page-index-review-sinbet__cta-button--large {
    padding: 15px 40px;
    font-size: 18px;
    margin-top: 30px;
  }
  .page-index-review-sinbet__section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page-index-review-sinbet__section-description {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .page-index-review-sinbet__review-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-index-review-sinbet__review-card {
    padding: 20px;
  }
  .page-index-review-sinbet__card-title {
    font-size: 18px;
  }
  .page-index-review-sinbet__review-card p {
    font-size: 14px;
  }
  .page-index-review-sinbet__introduction-section .page-index-review-sinbet__card,
  .page-index-review-sinbet__user-experience-section .page-index-review-sinbet__card {
    padding: 25px 20px;
  }
  .page-index-review-sinbet__user-experience-section h3 {
    font-size: 20px;
  }
  .page-index-review-sinbet__user-experience-section p,
  .page-index-review-sinbet__user-experience-section li {
    font-size: 15px;
  }
  .page-index-review-sinbet__registration-steps {
    margin: 30px auto;
  }
  .page-index-review-sinbet__registration-steps li {
    font-size: 16px;
    padding: 15px 15px 15px 50px;
  }
  .page-index-review-sinbet__registration-steps li::before {
    width: 25px;
    height: 25px;
    font-size: 14px;
    left: 15px;
  }
  .page-index-review-sinbet__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  
  .page-index-review-sinbet__faq-question h3 {
    font-size: 15px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  
  .page-index-review-sinbet__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  
  .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;
  }
  .page-index-review-sinbet__conclusion-section p {
    font-size: 16px;
  }
}