.page-blog-hi88vip6-official-homepage-guide {
  color: #ffffff; /* Body background is dark (#0a0a0a), so use light text */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: transparent; /* Rely on body background from shared.css */
}

.page-blog-hi88vip6-official-homepage-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  text-align: center;
  overflow: hidden;
  min-height: 500px;
}

.page-blog-hi88vip6-official-homepage-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.6); /* Slightly darken image for text readability */
}

.page-blog-hi88vip6-official-homepage-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 20px;
  color: #ffffff;
}

.page-blog-hi88vip6-official-homepage-guide__main-title {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
  max-width: 100%;
}

.page-blog-hi88vip6-official-homepage-guide__description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-hi88vip6-official-homepage-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.page-blog-hi88vip6-official-homepage-guide__btn-primary,
.page-blog-hi88vip6-official-homepage-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  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;
}

.page-blog-hi88vip6-official-homepage-guide__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-hi88vip6-official-homepage-guide__btn-primary:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
}

.page-blog-hi88vip6-official-homepage-guide__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-blog-hi88vip6-official-homepage-guide__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

.page-blog-hi88vip6-official-homepage-guide__btn-full-width {
  width: 100%;
  max-width: 300px; /* Limit max width for better aesthetics */
}

.page-blog-hi88vip6-official-homepage-guide__btn-large {
  padding: 18px 40px;
  font-size: 1.1em;
}

.page-blog-hi88vip6-official-homepage-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff; /* Use white background for content area for readability */
  color: #333333; /* Dark text on white background */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: -40px; /* Overlap with hero section slightly */
  position: relative;
  z-index: 2;
}

.page-blog-hi88vip6-official-homepage-guide__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
}

.page-blog-hi88vip6-official-homepage-guide__section-title:first-of-type {
  margin-top: 0;
}

.page-blog-hi88vip6-official-homepage-guide p {
  margin-bottom: 15px;
  line-height: 1.7;
  color: #333333;
}

.page-blog-hi88vip6-official-homepage-guide__list {
  list-style: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-hi88vip6-official-homepage-guide__list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-blog-hi88vip6-official-homepage-guide__list li strong {
  color: #26A9E0;
}

.page-blog-hi88vip6-official-homepage-guide__content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  display: block;
}

.page-blog-hi88vip6-official-homepage-guide__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-hi88vip6-official-homepage-guide__game-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  color: #333333;
}

.page-blog-hi88vip6-official-homepage-guide__game-card:hover {
  transform: translateY(-5px);
}

.page-blog-hi88vip6-official-homepage-guide__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-blog-hi88vip6-official-homepage-guide__game-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-blog-hi88vip6-official-homepage-guide__game-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-blog-hi88vip6-official-homepage-guide__game-title a:hover {
  text-decoration: underline;
}

.page-blog-hi88vip6-official-homepage-guide__game-card p {
  font-size: 0.95em;
  color: #555555;
}

.page-blog-hi88vip6-official-homepage-guide__final-cta {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

/* FAQ Section */
.page-blog-hi88vip6-official-homepage-guide__faq-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-hi88vip6-official-homepage-guide__faq-item {
  background-color: #f0f8ff; /* Light background for FAQ items */
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-blog-hi88vip6-official-homepage-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  background-color: #e6f2ff; /* Slightly darker for question */
  color: #26A9E0;
  user-select: none;
  list-style: none; /* For details/summary */
}

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

.page-blog-hi88vip6-official-homepage-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #26A9E0;
  margin-left: 15px;
}

.page-blog-hi88vip6-official-homepage-guide__faq-answer {
  padding: 0 25px 18px;
  font-size: 1em;
  line-height: 1.7;
  color: #555555;
}

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

.page-blog-hi88vip6-official-homepage-guide__faq-answer a {
  color: #26A9E0;
  text-decoration: none;
}

.page-blog-hi88vip6-official-homepage-guide__faq-answer a:hover {
  text-decoration: underline;
}

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

  .page-blog-hi88vip6-official-homepage-guide__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-hi88vip6-official-homepage-guide__hero-section {
    padding: 10px 15px 40px;
    min-height: 400px;
  }

  .page-blog-hi88vip6-official-homepage-guide__hero-content {
    padding: 15px;
  }

  .page-blog-hi88vip6-official-homepage-guide__main-title {
    font-size: 2em;
  }

  .page-blog-hi88vip6-official-homepage-guide__description {
    font-size: 1em;
  }

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

  .page-blog-hi88vip6-official-homepage-guide__btn-primary,
  .page-blog-hi88vip6-official-homepage-guide__btn-secondary,
  .page-blog-hi88vip6-official-homepage-guide a[class*="button"],
  .page-blog-hi88vip6-official-homepage-guide a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-hi88vip6-official-homepage-guide__cta-buttons {
    flex-wrap: wrap !important;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-hi88vip6-official-homepage-guide__content-area {
    padding: 25px 15px;
    margin-top: -30px;
  }

  .page-blog-hi88vip6-official-homepage-guide__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-hi88vip6-official-homepage-guide__game-categories {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* All images */
  .page-blog-hi88vip6-official-homepage-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* All image containers (section, div, card etc.) */
  .page-blog-hi88vip6-official-homepage-guide__section,
  .page-blog-hi88vip6-official-homepage-guide__card,
  .page-blog-hi88vip6-official-homepage-guide__container,
  .page-blog-hi88vip6-official-homepage-guide__game-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

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

  .page-blog-hi88vip6-official-homepage-guide__faq-answer {
    padding: 0 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-hi88vip6-official-homepage-guide__main-title {
    font-size: 1.8em;
  }

  .page-blog-hi88vip6-official-homepage-guide__section-title {
    font-size: 1.5em;
  }

  .page-blog-hi88vip6-official-homepage-guide__btn-primary,
  .page-blog-hi88vip6-official-homepage-guide__btn-secondary {
    padding: 12px 20px;
  }
}