.page-blog-hb88-official-homepage-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F2FFF6); /* Default to Text Main for dark background sections */
  background-color: var(--background, #08160F); /* Default background */
}

.page-blog-hb88-official-homepage-guide__dark-bg {
  background-color: var(--background, #08160F);
  color: var(--text-main, #F2FFF6);
}

.page-blog-hb88-official-homepage-guide__light-bg {
  background-color: #11271B; /* Card BG color for light sections */
  color: var(--text-main, #F2FFF6);
}

.page-blog-hb88-official-homepage-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  overflow: hidden;
}

.page-blog-hb88-official-homepage-guide__hero-image-wrapper {
  width: 100%;
  height: auto;
  max-height: 600px; /* Limit height for hero image */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-hb88-official-homepage-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text contrast */
}

.page-blog-hb88-official-homepage-guide__hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 20px;
  max-width: 900px;
  margin-top: -150px; /* Pull content up over the image */
  background: linear-gradient(to top, rgba(8, 22, 15, 0.9), rgba(8, 22, 15, 0.7));
  padding-top: 150px;
  border-radius: 8px;
}

.page-blog-hb88-official-homepage-guide__main-title {
  font-size: clamp(2em, 5vw, 3em);
  color: var(--text-main, #F2FFF6);
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-hb88-official-homepage-guide__hero-description {
  font-size: 1.1em;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-blog-hb88-official-homepage-guide__cta-buttons--center {
  margin-top: 40px;
}

.page-blog-hb88-official-homepage-guide__btn-primary,
.page-blog-hb88-official-homepage-guide__btn-secondary {
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hb88-official-homepage-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

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

.page-blog-hb88-official-homepage-guide__btn-primary--large {
  font-size: 1.1em;
  padding: 16px 32px;
}

.page-blog-hb88-official-homepage-guide__btn-secondary {
  background: transparent;
  color: var(--glow, #57E38D);
  border: 2px solid var(--glow, #57E38D);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-hb88-official-homepage-guide__btn-secondary:hover {
  background: var(--glow, #57E38D);
  color: #08160F;
  transform: translateY(-2px);
}

.page-blog-hb88-official-homepage-guide__content-section {
  padding: 60px 0;
}

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

.page-blog-hb88-official-homepage-guide__section-title {
  font-size: 2.5em;
  color: var(--text-main, #F2FFF6);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-blog-hb88-official-homepage-guide__sub-title {
  font-size: 1.8em;
  color: var(--text-main, #F2FFF6);
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-hb88-official-homepage-guide__text-block {
  font-size: 1.05em;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-blog-hb88-official-homepage-guide__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  min-width: 200px; /* Ensure minimum display size */
  min-height: 200px; /* Ensure minimum display size */
}

.page-blog-hb88-official-homepage-guide__image-responsive {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  max-width: 800px; /* Example max-width for content image */
  min-width: 200px; /* Ensure minimum display size */
  min-height: 200px; /* Ensure minimum display size */
}

.page-blog-hb88-official-homepage-guide__ordered-list,
.page-blog-hb88-official-homepage-guide__unordered-list {
  color: var(--text-secondary, #A7D9B8);
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.05em;
}

.page-blog-hb88-official-homepage-guide__ordered-list li,
.page-blog-hb88-official-homepage-guide__unordered-list li {
  margin-bottom: 10px;
}

.page-blog-hb88-official-homepage-guide__ordered-list strong {
  color: var(--text-main, #F2FFF6);
}

.page-blog-hb88-official-homepage-guide__product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-hb88-official-homepage-guide__product-card {
  background-color: var(--card-bg, #11271B);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--border, #2E7A4E);
}

.page-blog-hb88-official-homepage-guide__product-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 20px;
  min-width: 200px; /* Ensure minimum display size */
  min-height: 200px; /* Ensure minimum display size */
}

.page-blog-hb88-official-homepage-guide__product-title {
  font-size: 1.5em;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-blog-hb88-official-homepage-guide__product-title a {
  color: inherit;
  text-decoration: none;
}

.page-blog-hb88-official-homepage-guide__product-title a:hover {
  color: var(--glow, #57E38D);
}

.page-blog-hb88-official-homepage-guide__product-description {
  font-size: 0.95em;
  color: var(--text-secondary, #A7D9B8);
  padding: 0 15px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-hb88-official-homepage-guide__product-card .page-blog-hb88-official-homepage-guide__btn-secondary {
  margin-top: auto;
  align-self: center;
}

.page-blog-hb88-official-homepage-guide__faq-list {
  margin-top: 40px;
}

.page-blog-hb88-official-homepage-guide__faq-item {
  background-color: var(--card-bg, #11271B);
  border: 1px solid var(--divider, #1E3A2A);
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-hb88-official-homepage-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--text-main, #F2FFF6);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-blog-hb88-official-homepage-guide__faq-question:hover {
  background-color: #1a3a2e;
}

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

.page-blog-hb88-official-homepage-guide__faq-question::marker {
  display: none;
}

.page-blog-hb88-official-homepage-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: var(--glow, #57E38D);
  transition: transform 0.3s ease;
}

.page-blog-hb88-official-homepage-guide__faq-item[open] .page-blog-hb88-official-homepage-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-hb88-official-homepage-guide__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05em;
  color: var(--text-secondary, #A7D9B8);
  line-height: 1.7;
}

.page-blog-hb88-official-homepage-guide__faq-answer p {
  margin-top: 0;
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-hb88-official-homepage-guide {
    font-size: 15px;
  }

  .page-blog-hb88-official-homepage-guide__hero-content {
    margin-top: -80px; /* Adjust for smaller screens */
    padding-top: 100px;
  }

  .page-blog-hb88-official-homepage-guide__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
  }

  .page-blog-hb88-official-homepage-guide__hero-description {
    font-size: 1em;
  }

  .page-blog-hb88-official-homepage-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-hb88-official-homepage-guide__btn-primary,
  .page-blog-hb88-official-homepage-guide__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95em;
  }

  .page-blog-hb88-official-homepage-guide__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-blog-hb88-official-homepage-guide__sub-title {
    font-size: 1.5em;
  }

  .page-blog-hb88-official-homepage-guide__container {
    padding: 0 15px;
  }

  .page-blog-hb88-official-homepage-guide__image-full-width,
  .page-blog-hb88-official-homepage-guide__image-responsive {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-hb88-official-homepage-guide__product-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-hb88-official-homepage-guide__product-image {
    height: 180px;
  }

  .page-blog-hb88-official-homepage-guide__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-hb88-official-homepage-guide__faq-answer {
    padding: 0 20px 15px;
    font-size: 1em;
  }

  .page-blog-hb88-official-homepage-guide__content-section,
  .page-blog-hb88-official-homepage-guide__hero-section {
    padding-left: 0;
    padding-right: 0;
  }
}