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

.page-blog-789bets-official-homepage-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-789bets-official-homepage-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding */
  padding-bottom: 60px;
  background-color: #0A4B2C; /* Deep Green for hero background */
}

.page-blog-789bets-official-homepage-guide__hero-image {
  width: 100%;
  height: auto;
  max-height: 600px; /* Adjust as needed */
  object-fit: cover;
  margin-bottom: 30px;
  display: block;
}

.page-blog-789bets-official-homepage-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-789bets-official-homepage-guide__main-title {
  font-size: 3em;
  font-weight: bold;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-789bets-official-homepage-guide__tagline {
  font-size: 1.2em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-789bets-official-homepage-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-789bets-official-homepage-guide__btn-primary,
.page-blog-789bets-official-homepage-guide__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-789bets-official-homepage-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-789bets-official-homepage-guide__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-789bets-official-homepage-guide__btn-secondary {
  background: #11271B; /* Card B G */
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-789bets-official-homepage-guide__btn-secondary:hover {
  background: #2E7A4E; /* Border */
  color: #F2FFF6;
}

.page-blog-789bets-official-homepage-guide__section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-789bets-official-homepage-guide__introduction-section,
.page-blog-789bets-official-homepage-guide__promotions-section,
.page-blog-789bets-official-homepage-guide__guide-section,
.page-blog-789bets-official-homepage-guide__support-section,
.page-blog-789bets-official-homepage-guide__conclusion-section {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-789bets-official-homepage-guide__featured-games-section,
.page-blog-789bets-official-homepage-guide__security-section,
.page-blog-789bets-official-homepage-guide__faq-section {
  background-color: #11271B; /* Card B G - Darker background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-789bets-official-homepage-guide__section-title {
  font-size: 2.5em;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-789bets-official-homepage-guide__section-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 40px;
}

.page-blog-789bets-official-homepage-guide__content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  text-align: left;
}

.page-blog-789bets-official-homepage-guide__content-block p,
.page-blog-789bets-official-homepage-guide__content-block ul,
.page-blog-789bets-official-homepage-guide__content-block li {
  color: #F2FFF6; /* Text Main */
  max-width: 800px;
  margin: 0;
  padding: 0;
}

.page-blog-789bets-official-homepage-guide__image-content {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  display: block;
}

.page-blog-789bets-official-homepage-guide__game-category {
  margin-bottom: 60px;
  text-align: center;
}

.page-blog-789bets-official-homepage-guide__game-title {
  font-size: 2em;
  color: #57E38D; /* Glow */
  margin-bottom: 20px;
}

.page-blog-789bets-official-homepage-guide__promo-list,
.page-blog-789bets-official-homepage-guide__security-features,
.page-blog-789bets-official-homepage-guide__contact-list {
  list-style-type: none;
  padding: 0;
  margin: 0 auto 30px auto;
  max-width: 800px;
}

.page-blog-789bets-official-homepage-guide__promo-list li,
.page-blog-789bets-official-homepage-guide__security-features li,
.page-blog-789bets-official-homepage-guide__contact-list li {
  background-color: #0A4B2C; /* Deep Green */
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 8px;
  text-align: left;
  color: #F2FFF6; /* Text Main */
  border: 1px solid #2E7A4E;
}

.page-blog-789bets-official-homepage-guide__promo-list li strong,
.page-blog-789bets-official-homepage-guide__security-features li strong,
.page-blog-789bets-official-homepage-guide__contact-list li strong {
  color: #F2C14E; /* Gold */
}

.page-blog-789bets-official-homepage-guide__guide-step {
  background-color: #11271B; /* Card B G */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  text-align: left;
}

.page-blog-789bets-official-homepage-guide__step-title {
  font-size: 1.8em;
  color: #57E38D; /* Glow */
  margin-bottom: 15px;
}

.page-blog-789bets-official-homepage-guide__faq-list {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.page-blog-789bets-official-homepage-guide__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-789bets-official-homepage-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 1.1em;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  list-style: none; /* For details/summary */
}

.page-blog-789bets-official-homepage-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-789bets-official-homepage-guide__faq-qtext {
  flex-grow: 1;
  pointer-events: none; /* Allow click on summary, not just text */
}

.page-blog-789bets-official-homepage-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #F2C14E; /* Gold */
  margin-left: 15px;
  pointer-events: none; /* Allow click on summary, not just toggle */
}

.page-blog-789bets-official-homepage-guide__faq-answer {
  padding: 0 20px 15px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95em;
}

.page-blog-789bets-official-homepage-guide__faq-answer p {
  margin: 0;
  padding: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-789bets-official-homepage-guide__main-title {
    font-size: 2.5em;
  }
  .page-blog-789bets-official-homepage-guide__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-789bets-official-homepage-guide__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }
  .page-blog-789bets-official-homepage-guide__hero-image {
    max-height: 400px;
  }
  .page-blog-789bets-official-homepage-guide__main-title {
    font-size: 2em;
  }
  .page-blog-789bets-official-homepage-guide__tagline {
    font-size: 1em;
  }
  .page-blog-789bets-official-homepage-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 0 15px;
  }
  .page-blog-789bets-official-homepage-guide__btn-primary,
  .page-blog-789bets-official-homepage-guide__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-789bets-official-homepage-guide__section {
    padding: 40px 0;
  }
  .page-blog-789bets-official-homepage-guide__section-title {
    font-size: 1.8em;
  }
  .page-blog-789bets-official-homepage-guide__section-description {
    font-size: 0.95em;
  }
  .page-blog-789bets-official-homepage-guide__container,
  .page-blog-789bets-official-homepage-guide__content-block,
  .page-blog-789bets-official-homepage-guide__game-category,
  .page-blog-789bets-official-homepage-guide__guide-step,
  .page-blog-789bets-official-homepage-guide__faq-list,
  .page-blog-789bets-official-homepage-guide__promo-list,
  .page-blog-789bets-official-homepage-guide__security-features,
  .page-blog-789bets-official-homepage-guide__contact-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-789bets-official-homepage-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-789bets-official-homepage-guide__video-section {
    padding-top: 10px !important;
  }
  .page-blog-789bets-official-homepage-guide__main-title {
    font-size: clamp(1.8em, 5vw, 2.5em);
  }
}

@media (max-width: 480px) {
  .page-blog-789bets-official-homepage-guide__main-title {
    font-size: 1.8em;
  }
  .page-blog-789bets-official-homepage-guide__section-title {
    font-size: 1.5em;
  }
  .page-blog-789bets-official-homepage-guide__game-title,
  .page-blog-789bets-official-homepage-guide__step-title {
    font-size: 1.4em;
  }
  .page-blog-789bets-official-homepage-guide__faq-question {
    font-size: 1em;
    padding: 12px 15px;
  }
  .page-blog-789bets-official-homepage-guide__faq-answer {
    padding: 0 15px 12px 15px;
  }
}