.page-blog-hi88pro-access-guide {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark body background */
  line-height: 1.6;
  background-color: transparent; /* body background from shared.css */
}

.page-blog-hi88pro-access-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-hi88pro-access-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.5);
}

.page-blog-hi88pro-access-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
  margin-top: 150px; /* Push content down from top for hero image */
}

.page-blog-hi88pro-access-guide__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-hi88pro-access-guide__hero-description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-blog-hi88pro-access-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

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

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

.page-blog-hi88pro-access-guide__btn-primary:hover {
  background: #1e87b7;
  border-color: #1e87b7;
}

.page-blog-hi88pro-access-guide__btn-secondary {
  background: #EA7C07;
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-blog-hi88pro-access-guide__btn-secondary:hover {
  background: #bb6205;
  border-color: #bb6205;
}

.page-blog-hi88pro-access-guide__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-blog-hi88pro-access-guide__dark-bg {
  background: #000000;
  color: #ffffff;
}

.page-blog-hi88pro-access-guide__light-bg {
  background: #ffffff;
  color: #333333;
}

.page-blog-hi88pro-access-guide__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  color: inherit; /* Inherit color from parent section's background */
}

.page-blog-hi88pro-access-guide__paragraph {
  font-size: 1.1rem;
  margin-bottom: 20px;
  text-align: justify;
  color: inherit;
}

.page-blog-hi88pro-access-guide__feature-grid,
.page-blog-hi88pro-access-guide__transaction-grid,
.page-blog-hi88pro-access-guide__game-showcase,
.page-blog-hi88pro-access-guide__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-hi88pro-access-guide__card {
  background: #ffffff;
  color: #333333;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.page-blog-hi88pro-access-guide__dark-bg .page-blog-hi88pro-access-guide__card {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-hi88pro-access-guide__feature-icon,
.page-blog-hi88pro-access-guide__game-image,
.page-blog-hi88pro-access-guide__promo-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-hi88pro-access-guide__feature-title,
.page-blog-hi88pro-access-guide__transaction-title,
.page-blog-hi88pro-access-guide__game-title,
.page-blog-hi88pro-access-guide__promo-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: inherit;
}

.page-blog-hi88pro-access-guide__feature-description,
.page-blog-hi88pro-access-guide__transaction-description,
.page-blog-hi88pro-access-guide__game-description,
.page-blog-hi88pro-access-guide__promo-description {
  font-size: 1rem;
  color: inherit;
}

.page-blog-hi88pro-access-guide__step-by-step {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.page-blog-hi88pro-access-guide__step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-hi88pro-access-guide__step-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-blog-hi88pro-access-guide__step-description {
  font-size: 1.1rem;
  margin-bottom: 20px;
  max-width: 800px;
  color: #f0f0f0;
}

.page-blog-hi88pro-access-guide__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-hi88pro-access-guide__btn-block {
  width: 100%;
  max-width: 300px;
  margin-top: 20px;
}

.page-blog-hi88pro-access-guide__app-download-section {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}

.page-blog-hi88pro-access-guide__app-info {
  flex: 1;
  text-align: left;
}

.page-blog-hi88pro-access-guide__app-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-blog-hi88pro-access-guide__list {
  list-style: disc inside;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 1.1rem;
  color: #333333;
}

.page-blog-hi88pro-access-guide__list li {
  margin-bottom: 10px;
}

.page-blog-hi88pro-access-guide__app-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-hi88pro-access-guide__app-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-hi88pro-access-guide__btn-text {
  display: inline-block;
  margin-top: 15px;
  color: #26A9E0;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.page-blog-hi88pro-access-guide__btn-text:hover {
  color: #1e87b7;
}

.page-blog-hi88pro-access-guide__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-blog-hi88pro-access-guide__faq-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-blog-hi88pro-access-guide__faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  color: #333333;
}

.page-blog-hi88pro-access-guide__faq-item details > summary {
  list-style: none;
}

.page-blog-hi88pro-access-guide__faq-item details > summary::-webkit-details-marker {
  display: none;
}

.page-blog-hi88pro-access-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
}

.page-blog-hi88pro-access-guide__faq-item[open] .page-blog-hi88pro-access-guide__faq-question {
  border-bottom: 1px solid #e0e0e0;
}

.page-blog-hi88pro-access-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-hi88pro-access-guide__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-hi88pro-access-guide__faq-answer {
  padding: 20px;
  font-size: 1rem;
  color: #555555;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-hi88pro-access-guide__hero-content {
    margin-top: 100px;
  }
  .page-blog-hi88pro-access-guide__app-download-section {
    flex-direction: column;
    text-align: center;
  }
  .page-blog-hi88pro-access-guide__app-info {
    text-align: center;
  }
  .page-blog-hi88pro-access-guide__list {
    list-style: none;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .page-blog-hi88pro-access-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-hi88pro-access-guide__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-hi88pro-access-guide__hero-content {
    margin-top: 80px;
    padding: 15px;
  }

  .page-blog-hi88pro-access-guide__main-title {
    font-size: clamp(2rem, 6vw, 2.5rem);
  }

  .page-blog-hi88pro-access-guide__hero-description {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  }

  .page-blog-hi88pro-access-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-hi88pro-access-guide__btn-primary,
  .page-blog-hi88pro-access-guide__btn-secondary {
    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-hi88pro-access-guide__content-area {
    padding: 40px 15px;
  }

  .page-blog-hi88pro-access-guide__section-title {
    font-size: clamp(1.8rem, 5vw, 2.2rem);
  }

  .page-blog-hi88pro-access-guide__paragraph {
    font-size: 1rem;
  }

  .page-blog-hi88pro-access-guide__feature-grid,
  .page-blog-hi88pro-access-guide__transaction-grid,
  .page-blog-hi88pro-access-guide__game-showcase,
  .page-blog-hi88pro-access-guide__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-hi88pro-access-guide__card {
    padding: 20px;
  }

  .page-blog-hi88pro-access-guide__step-title {
    font-size: 1.5rem;
  }

  .page-blog-hi88pro-access-guide__step-description {
    font-size: 1rem;
  }

  .page-blog-hi88pro-access-guide__app-title {
    font-size: 1.8rem;
  }

  .page-blog-hi88pro-access-guide__list {
    font-size: 1rem;
  }

  .page-blog-hi88pro-access-guide__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-hi88pro-access-guide__faq-answer {
    padding: 15px;
  }

  .page-blog-hi88pro-access-guide img,
  .page-blog-hi88pro-access-guide__hero-image,
  .page-blog-hi88pro-access-guide__feature-icon,
  .page-blog-hi88pro-access-guide__step-image,
  .page-blog-hi88pro-access-guide__app-image,
  .page-blog-hi88pro-access-guide__game-image,
  .page-blog-hi88pro-access-guide__promo-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-hi88pro-access-guide__section,
  .page-blog-hi88pro-access-guide__card,
  .page-blog-hi88pro-access-guide__container,
  .page-blog-hi88pro-access-guide__hero-section,
  .page-blog-hi88pro-access-guide__content-area,
  .page-blog-hi88pro-access-guide__app-download-section,
  .page-blog-hi88pro-access-guide__app-info,
  .page-blog-hi88pro-access-guide__app-image-wrapper,
  .page-blog-hi88pro-access-guide__step-item,
  .page-blog-hi88pro-access-guide__transaction-card,
  .page-blog-hi88pro-access-guide__game-card,
  .page-blog-hi88pro-access-guide__promo-card,
  .page-blog-hi88pro-access-guide__faq-list,
  .page-blog-hi88pro-access-guide__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-hi88pro-access-guide__hero-section {
    padding-top: 10px !important;
  }
  
  .page-blog-hi88pro-access-guide__cta-buttons {
    flex-wrap: wrap !important;
    gap: 10px;
  }
}