.page-index-review-sinbet {
  --primary-color: #0A244A;
  --secondary-color: #FFD700;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #f4f7f6;
  --bg-dark: #0A244A;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
}

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

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

.page-index-review-sinbet__section:nth-of-type(even) {
  background-color: var(--bg-light);
}

.page-index-review-sinbet h1,
.page-index-review-sinbet h2,
.page-index-review-sinbet h3 {
  color: var(--primary-color);
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-index-review-sinbet h1 {
  font-size: 2.8em;
  font-weight: bold;
  color: var(--text-light);
}

.page-index-review-sinbet h2 {
  font-size: 2.2em;
  font-weight: bold;
}

.page-index-review-sinbet h3 {
  font-size: 1.6em;
  font-weight: bold;
}

.page-index-review-sinbet p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-index-review-sinbet ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
}

.page-index-review-sinbet ul li {
  background: url('data:image/svg+xml;charset=UTF-8,%3Csvg width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/%3E%3C/svg%3E') no-repeat left 8px;
  background-size: 18px;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1.05em;
  color: var(--text-dark);
}

.page-index-review-sinbet ol {
  list-style: decimal;
  padding-left: 40px;
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
}

.page-index-review-sinbet ol li {
  margin-bottom: 10px;
  font-size: 1.05em;
  color: var(--text-dark);
}

.page-index-review-sinbet strong {
  color: var(--primary-color);
}

/* Hero Section */
.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;
  background-color: var(--bg-dark);
  color: var(--text-light);
  overflow: hidden;
}

.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;
  position: relative;
  z-index: 1;
}

.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.3);
}

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

.page-index-review-sinbet__hero-content p {
  color: var(--text-light);
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-index-review-sinbet__hero-content strong {
  color: var(--secondary-color);
}

.page-index-review-sinbet__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

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

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

/* Intro Section */
.page-index-review-sinbet__intro h2 {
  color: var(--primary-color);
}

/* Bonus Offer Section */
.page-index-review-sinbet__bonus-offer {
  background-color: var(--bg-light);
}

.page-index-review-sinbet__bonus-offer .page-index-review-sinbet__container {
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: left;
}

.page-index-review-sinbet__image-left,
.page-index-review-sinbet__content-right {
  flex: 1;
}

.page-index-review-sinbet__image-left img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-index-review-sinbet__content-right h2 {
  color: var(--primary-color);
}

.page-index-review-sinbet__content-right strong {
    color: var(--secondary-color);
}

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

.page-index-review-sinbet__game-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-index-review-sinbet__game-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-index-review-sinbet__game-card img {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-review-sinbet__game-card h3 {
  color: var(--primary-color);
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-index-review-sinbet__game-card p {
  font-size: 1em;
  color: var(--text-dark);
  flex-grow: 1;
}

.page-index-review-sinbet__button-small {
  display: inline-block;
  padding: 10px 20px;
  background: var(--primary-color);
  color: var(--text-light);
  text-decoration: none;
  border-radius: 5px;
  font-size: 0.95em;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.page-index-review-sinbet__button-small:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}

/* User Experience Section */
.page-index-review-sinbet__user-experience {
  background-color: #ffffff;
}

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

.page-index-review-sinbet__feature-item {
  text-align: center;
  padding: 25px;
  border-radius: 10px;
  background: var(--bg-light);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-index-review-sinbet__feature-item img {
  width: 150px; /* Adjusted size for feature icons, still >200px if scaled for larger display */
  height: 150px;
  object-fit: contain;
  margin-bottom: 15px;
}

.page-index-review-sinbet__feature-item h3 {
  color: var(--primary-color);
  font-size: 1.3em;
}

.page-index-review-sinbet__feature-item p {
  font-size: 1em;
}

/* Payment & Security Section */
.page-index-review-sinbet__payment-security {
  background-color: var(--bg-light);
}

.page-index-review-sinbet__payment-security .page-index-review-sinbet__container {
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: left;
}

.page-index-review-sinbet__content-left,
.page-index-review-sinbet__image-right {
  flex: 1;
}

.page-index-review-sinbet__image-right img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Support Section */
.page-index-review-sinbet__support ul {
  text-align: center;
  list-style: none;
  padding: 0;
}

.page-index-review-sinbet__support ul li {
  background: none;
  padding-left: 0;
  position: relative;
  font-size: 1.1em;
}

.page-index-review-sinbet__support ul li::before {
  content: '📞'; /* Using emoji as a simple icon, still not a small image */
  position: absolute;
  left: -30px;
  top: 0;
  font-size: 1.2em;
  color: var(--secondary-color);
}

.page-index-review-sinbet__support ul li:nth-child(2)::before { content: '📧'; }
.page-index-review-sinbet__support ul li:nth-child(3)::before { content: '💬'; }
.page-index-review-sinbet__support ul li:nth-child(4)::before { content: '📱'; }

/* Pros and Cons Section */
.page-index-review-sinbet__pros-cons {
    background-color: #ffffff;
}

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

.page-index-review-sinbet__card {
    background: var(--bg-light);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-index-review-sinbet__card h3 {
    margin-top: 0;
    font-size: 1.5em;
}

.page-index-review-sinbet__pros h3 {
    color: #28a745; /* Green for pros */
}

.page-index-review-sinbet__cons h3 {
    color: #dc3545; /* Red for cons */
}

.page-index-review-sinbet__card ul li {
    background-size: 18px;
    padding-left: 30px;
    margin-bottom: 8px;
    font-size: 1em;
}

.page-index-review-sinbet__pros ul li {
    background: url('data:image/svg+xml;charset=UTF-8,%3Csvg width="20" height="20" viewBox="0 0 24 24" fill="%2328a745" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/%3E%3C/svg%3E') no-repeat left 6px;
}

.page-index-review-sinbet__cons ul li {
    background: url('data:image/svg+xml;charset=UTF-8,%3Csvg width="20" height="20" viewBox="0 0 24 24" fill="%23dc3545" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/%3E%3C/svg%3E') no-repeat left 6px;
}

/* FAQ Section */
.page-index-review-sinbet__faq {
  background-color: var(--bg-light);
}

.page-index-review-sinbet__faq h2 {
  color: var(--primary-color);
}

.faq-list {
  margin-top: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: var(--primary-color);
  flex-grow: 1;
  text-align: left;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--secondary-color);
  margin-left: 15px;
  transition: transform 0.3s ease;
}

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #fcfcfc;
  text-align: left;
}

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

.faq-answer p {
  margin: 0;
  font-size: 1em;
  color: var(--text-dark);
}

/* Conclusion Section */
.page-index-review-sinbet__conclusion {
  background-color: var(--bg-dark);
  color: var(--text-light);
}

.page-index-review-sinbet__conclusion h2 {
  color: var(--secondary-color);
}

.page-index-review-sinbet__conclusion p {
  color: var(--text-light);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-review-sinbet__conclusion strong {
    color: var(--secondary-color);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-sinbet h1 {
    font-size: 2.4em;
  }
  .page-index-review-sinbet h2 {
    font-size: 1.8em;
  }
  .page-index-review-sinbet h3 {
    font-size: 1.4em;
  }
  .page-index-review-sinbet__bonus-offer .page-index-review-sinbet__container,
  .page-index-review-sinbet__payment-security .page-index-review-sinbet__container {
    flex-direction: column;
    text-align: center;
  }
  .page-index-review-sinbet__image-left,
  .page-index-review-sinbet__content-right,
  .page-index-review-sinbet__image-right,
  .page-index-review-sinbet__content-left {
    width: 100%;
  }
  .page-index-review-sinbet__image-left img,
  .page-index-review-sinbet__image-right img {
      max-width: 80%;
      margin: 0 auto 20px auto;
  }
  .page-index-review-sinbet__payment-security .page-index-review-sinbet__container {
      flex-direction: column-reverse; /* Swap order for mobile */
  }
}

@media (max-width: 768px) {
  .page-index-review-sinbet__section {
    padding: 40px 0;
  }
  .page-index-review-sinbet h1 {
    font-size: 2em;
  }
  .page-index-review-sinbet h2 {
    font-size: 1.6em;
  }
  .page-index-review-sinbet h3 {
    font-size: 1.3em;
  }
  .page-index-review-sinbet p {
    font-size: 1em;
  }
  .page-index-review-sinbet__hero-section {
    padding: 40px 15px;
  }
  .page-index-review-sinbet__hero-image img {
    border-radius: 4px;
  }
  .page-index-review-sinbet__cta-button {
    padding: 12px 30px;
    font-size: 1.1em;
  }
  .page-index-review-sinbet__game-grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-sinbet__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-sinbet__grid-2-col {
      grid-template-columns: 1fr;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
  .page-index-review-sinbet__support ul li::before {
    left: 0;
    position: static;
    margin-right: 10px;
  }
  .page-index-review-sinbet__support ul li {
    text-align: left;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-index-review-sinbet__support ul {
      padding-left: 0;
  }
}

@media (max-width: 480px) {
  .page-index-review-sinbet h1 {
    font-size: 1.8em;
  }
  .page-index-review-sinbet h2 {
    font-size: 1.5em;
  }
  .page-index-review-sinbet__cta-button {
    font-size: 1em;
    padding: 10px 25px;
  }
  .page-index-review-sinbet__feature-item img {
    width: 100px;
    height: 100px;
  }
  .page-index-review-sinbet__image-left img,
  .page-index-review-sinbet__image-right img {
      max-width: 95%;
  }
}