.page-index-detail-hj88-features {
  font-family: Arial, sans-serif;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.6;
}

.page-index-detail-hj88-features__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-index-detail-hj88-features__section {
  padding: 60px 0;
  text-align: center;
}

.page-index-detail-hj88-features__section-title {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  color: #26A9E0;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.page-index-detail-hj88-features__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  text-align: left;
}

.page-index-detail-hj88-features__link {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
}

.page-index-detail-hj88-features__link:hover {
  text-decoration: underline;
}

.page-index-detail-hj88-features__highlight {
  font-weight: bold;
  color: #26A9E0;
}

/* Hero Section */
.page-index-detail-hj88-features__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px 0; /* body handles header offset, small padding here */
  background-color: #f0f8ff; /* Light background for hero section */
  overflow: hidden;
}

.page-index-detail-hj88-features__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.page-index-detail-hj88-features__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-index-detail-hj88-features__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
}

.page-index-detail-hj88-features__main-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  color: #26A9E0;
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.page-index-detail-hj88-features__hero-description {
  font-size: 1.25rem;
  color: #555555;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-detail-hj88-features__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-index-detail-hj88-features__cta-buttons--center {
  margin-top: 40px;
}

.page-index-detail-hj88-features__btn-primary,
.page-index-detail-hj88-features__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-index-detail-hj88-features__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-index-detail-hj88-features__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

.page-index-detail-hj88-features__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-index-detail-hj88-features__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

/* Introduction Section */
.page-index-detail-hj88-features__introduction-section {
  background-color: #ffffff;
}

/* Features Section */
.page-index-detail-hj88-features__features-section {
  background-color: #f9f9f9;
}

.page-index-detail-hj88-features__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-detail-hj88-features__feature-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index-detail-hj88-features__feature-icon {
  width: 100%; /* Ensure image takes full width of card */
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-index-detail-hj88-features__feature-title {
  font-size: 1.4rem;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-detail-hj88-features__feature-description {
  font-size: 1rem;
  color: #555555;
  text-align: left;
}

/* Games Section */
.page-index-detail-hj88-features__games-section {
  background-color: #ffffff;
}

.page-index-detail-hj88-features__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-detail-hj88-features__game-card {
  background-color: #f0f8ff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index-detail-hj88-features__game-image {
  width: 100%; /* Ensure image takes full width of card */
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-index-detail-hj88-features__game-title {
  font-size: 1.3rem;
  color: #26A9E0;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-index-detail-hj88-features__game-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-index-detail-hj88-features__game-title a:hover {
  text-decoration: underline;
}

.page-index-detail-hj88-features__game-description {
  font-size: 0.95rem;
  color: #555555;
  text-align: left;
}

/* Promotions Section */
.page-index-detail-hj88-features__promotions-section {
  background-color: #f9f9f9;
}

.page-index-detail-hj88-features__promo-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-detail-hj88-features__promo-item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.page-index-detail-hj88-features__promo-title {
  font-size: 1.4rem;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-detail-hj88-features__promo-description {
  font-size: 1rem;
  color: #555555;
}

/* Guide Section */
.page-index-detail-hj88-features__guide-section {
  background-color: #ffffff;
}

.page-index-detail-hj88-features__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-detail-hj88-features__step-card {
  background-color: #f0f8ff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index-detail-hj88-features__step-title {
  font-size: 1.3rem;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-detail-hj88-features__step-description {
  font-size: 1rem;
  color: #555555;
  text-align: left;
  margin-bottom: 15px;
}

.page-index-detail-hj88-features__step-image {
  width: 100%; /* Ensure image takes full width of card */
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  display: block;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

/* FAQ Section */
.page-index-detail-hj88-features__faq-section {
  background-color: #f9f9f9;
}

.page-index-detail-hj88-features__faq-list {
  margin-top: 40px;
  text-align: left;
}

.page-index-detail-hj88-features__faq-item {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-index-detail-hj88-features__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.15rem;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #eaf6ff;
  border-bottom: 1px solid #e0e0e0;
}

.page-index-detail-hj88-features__faq-item[open] .page-index-detail-hj88-features__faq-question {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-index-detail-hj88-features__faq-item[open] .page-index-detail-hj88-features__faq-toggle {
  color: #ffffff;
}

.page-index-detail-hj88-features__faq-qtext {
  flex-grow: 1;
  pointer-events: none; /* Ensure clicking summary itself toggles */
}

.page-index-detail-hj88-features__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-index-detail-hj88-features__faq-item[open] .page-index-detail-hj88-features__faq-toggle {
  transform: rotate(45deg);
}

.page-index-detail-hj88-features__faq-answer {
  padding: 20px;
  font-size: 1rem;
  color: #555555;
  background-color: #ffffff;
  border-top: 1px solid #e0e0e0;
}

.page-index-detail-hj88-features__faq-item:not([open]) .page-index-detail-hj88-features__faq-answer {
  border-top: none;
}

/* Conclusion Section */
.page-index-detail-hj88-features__conclusion-section {
  background-color: #26A9E0;
  color: #ffffff;
  padding: 80px 0;
}

.page-index-detail-hj88-features__conclusion-section .page-index-detail-hj88-features__section-title,
.page-index-detail-hj88-features__conclusion-section .page-index-detail-hj88-features__text-block {
  color: #ffffff;
}

.page-index-detail-hj88-features__conclusion-section .page-index-detail-hj88-features__link {
  color: #ffffff;
  text-decoration: underline;
}

.page-index-detail-hj88-features__conclusion-section .page-index-detail-hj88-features__link:hover {
  color: #f0f8ff;
}

.page-index-detail-hj88-features__conclusion-section .page-index-detail-hj88-features__btn-primary {
  background-color: #EA7C07;
  border-color: #EA7C07;
}

.page-index-detail-hj88-features__conclusion-section .page-index-detail-hj88-features__btn-primary:hover {
  background-color: #c06305;
  border-color: #c06305;
}

.page-index-detail-hj88-features__conclusion-section .page-index-detail-hj88-features__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border-color: #ffffff;
}

.page-index-detail-hj88-features__conclusion-section .page-index-detail-hj88-features__btn-secondary:hover {
  background-color: #f0f8ff;
  color: #1e87b7;
  border-color: #f0f8ff;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-detail-hj88-features__hero-section {
    padding-top: 10px;
  }

  .page-index-detail-hj88-features__main-title {
    font-size: clamp(2rem, 3.5vw, 3rem);
  }

  .page-index-detail-hj88-features__hero-description {
    font-size: 1.1rem;
  }

  .page-index-detail-hj88-features__section-title {
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  }

  .page-index-detail-hj88-features__text-block {
    font-size: 1rem;
  }

  .page-index-detail-hj88-features__btn-primary,
  .page-index-detail-hj88-features__btn-secondary {
    padding: 12px 25px;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .page-index-detail-hj88-features {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-index-detail-hj88-features__section {
    padding: 40px 0;
  }

  .page-index-detail-hj88-features__container {
    padding: 0 15px;
  }

  .page-index-detail-hj88-features__hero-section {
    padding-top: 10px !important; /* body handles header offset, small padding here */
    padding-bottom: 40px;
  }

  .page-index-detail-hj88-features__hero-image-wrapper {
    margin-bottom: 20px;
  }

  .page-index-detail-hj88-features__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-index-detail-hj88-features__hero-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-index-detail-hj88-features__cta-buttons {
    flex-direction: column;
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  .page-index-detail-hj88-features__btn-primary,
  .page-index-detail-hj88-features__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px !important;
    font-size: 1rem !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .page-index-detail-hj88-features__features-grid,
  .page-index-detail-hj88-features__games-grid,
  .page-index-detail-hj88-features__promo-list,
  .page-index-detail-hj88-features__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-index-detail-hj88-features__feature-card,
  .page-index-detail-hj88-features__game-card,
  .page-index-detail-hj88-features__promo-item,
  .page-index-detail-hj88-features__step-card {
    padding: 20px;
  }

  .page-index-detail-hj88-features__feature-icon,
  .page-index-detail-hj88-features__game-image,
  .page-index-detail-hj88-features__step-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 150px !important;
  }

  .page-index-detail-hj88-features__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 20px;
  }

  .page-index-detail-hj88-features__text-block {
    font-size: 0.95rem;
  }

  .page-index-detail-hj88-features__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-index-detail-hj88-features__faq-answer {
    padding: 15px;
  }

  .page-index-detail-hj88-features__cta-buttons--center {
    padding: 0 15px;
  }

  .page-index-detail-hj88-features__hero-image-wrapper,
  .page-index-detail-hj88-features__container,
  .page-index-detail-hj88-features__section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }
}

@media (max-width: 480px) {
  .page-index-detail-hj88-features__hero-section {
    padding-bottom: 30px;
  }

  .page-index-detail-hj88-features__main-title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  .page-index-detail-hj88-features__hero-description {
    font-size: 0.9rem;
  }

  .page-index-detail-hj88-features__section-title {
    font-size: clamp(1.3rem, 5vw, 1.8rem);
  }

  .page-index-detail-hj88-features__btn-primary,
  .page-index-detail-hj88-features__btn-secondary {
    font-size: 0.9rem !important;
  }
}