.page-blog-go789-app-betting-guide {
  font-family: Arial, sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  line-height: 1.6;
}

.page-blog-go789-app-betting-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding for the first section */
  background-color: #08160F;
}

.page-blog-go789-app-betting-guide__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-go789-app-betting-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-go789-app-betting-guide__hero-content {
  width: 100%;
  max-width: 1200px;
  padding: 40px 20px;
  text-align: center;
  box-sizing: border-box;
}

.page-blog-go789-app-betting-guide__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F2FFF6;
  margin-bottom: 15px;
  max-width: 800px; /* Constraint H1 size */
  margin-left: auto;
  margin-right: auto;
}

.page-blog-go789-app-betting-guide__subtitle {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-go789-app-betting-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-go789-app-betting-guide__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-go789-app-betting-guide__cta-button--secondary {
  background: none;
  border: 2px solid #2E7A4E; /* Border color */
  color: #F2FFF6;
}

.page-blog-go789-app-betting-guide__cta-button--secondary:hover {
  background: #2E7A4E;
}

.page-blog-go789-app-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-go789-app-betting-guide__section-title {
  color: #F2FFF6;
  font-size: 2.2em;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-go789-app-betting-guide__text-content {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-go789-app-betting-guide__introduction-section,
.page-blog-go789-app-betting-guide__deposit-section,
.page-blog-go789-app-betting-guide__promotions-section,
.page-blog-go789-app-betting-guide__support-faq-section {
  padding: 60px 0;
  background-color: #0A4B2C; /* Deep Green for dark sections */
}

.page-blog-go789-app-betting-guide__registration-section,
.page-blog-go789-app-betting-guide__interface-games-section,
.page-blog-go789-app-betting-guide__basic-betting-section,
.page-blog-go789-app-betting-guide__finance-withdrawal-section,
.page-blog-go789-app-betting-guide__tips-strategies-section,
.page-blog-go789-app-betting-guide__conclusion-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
}

.page-blog-go789-app-betting-guide__image-block {
  margin: 30px auto;
  text-align: center;
  width: 100%;
  max-width: 800px; /* Limit image block width */
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-go789-app-betting-guide__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.page-blog-go789-app-betting-guide__faq-list {
  margin-top: 40px;
}

.page-blog-go789-app-betting-guide__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-go789-app-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  user-select: none;
  list-style: none;
}

.page-blog-go789-app-betting-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-go789-app-betting-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #2AD16F;
}

.page-blog-go789-app-betting-guide__faq-answer {
  padding: 0 25px 18px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95em;
  line-height: 1.5;
}

.page-blog-go789-app-betting-guide__faq-item[open] .page-blog-go789-app-betting-guide__faq-toggle {
  content: '−';
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-go789-app-betting-guide__main-title {
    font-size: 2.5em;
  }

  .page-blog-go789-app-betting-guide__section-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-blog-go789-app-betting-guide__hero-content {
    padding: 30px 15px;
  }

  .page-blog-go789-app-betting-guide__main-title {
    font-size: 2em;
    margin-bottom: 10px;
  }

  .page-blog-go789-app-betting-guide__subtitle {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-go789-app-betting-guide__cta-button {
    padding: 12px 25px;
    font-size: 0.9em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-go789-app-betting-guide__container {
    padding: 0 15px;
  }

  .page-blog-go789-app-betting-guide__section-title {
    font-size: 1.5em;
    margin-bottom: 20px;
  }

  .page-blog-go789-app-betting-guide__text-content {
    font-size: 0.95em;
  }

  .page-blog-go789-app-betting-guide__introduction-section,
  .page-blog-go789-app-betting-guide__deposit-section,
  .page-blog-go789-app-betting-guide__promotions-section,
  .page-blog-go789-app-betting-guide__support-faq-section,
  .page-blog-go789-app-betting-guide__registration-section,
  .page-blog-go789-app-betting-guide__interface-games-section,
  .page-blog-go789-app-betting-guide__basic-betting-section,
  .page-blog-go789-app-betting-guide__finance-withdrawal-section,
  .page-blog-go789-app-betting-guide__tips-strategies-section,
  .page-blog-go789-app-betting-guide__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-go789-app-betting-guide__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-go789-app-betting-guide__image-block {
    margin: 20px auto;
  }

  .page-blog-go789-app-betting-guide__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-go789-app-betting-guide__faq-question {
    padding: 15px 20px;
    font-size: 0.9em;
  }

  .page-blog-go789-app-betting-guide__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.85em;
  }
}

@media (max-width: 480px) {
  .page-blog-go789-app-betting-guide__main-title {
    font-size: 1.5em;
  }

  .page-blog-go789-app-betting-guide__section-title {
    font-size: 1.3em;
  }

  .page-blog-go789-app-betting-guide__cta-button {
    padding: 10px 20px;
    font-size: 0.85em;
  }
}