.page-resources-latest-hi88-link {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #FFFFFF;
}

.page-resources-latest-hi88-link__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-latest-hi88-link__dark-section {
  background-color: #26A9E0;
  color: #ffffff;
  padding: 60px 20px;
}

.page-resources-latest-hi88-link__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-latest-hi88-link__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-latest-hi88-link__text-center {
  text-align: center;
}

.page-resources-latest-hi88-link__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 40px;
  padding-top: var(--header-offset, 120px);
  overflow: hidden;
}

.page-resources-latest-hi88-link__hero-content {
  z-index: 1;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-resources-latest-hi88-link__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-latest-hi88-link__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-resources-latest-hi88-link__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-latest-hi88-link__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-resources-latest-hi88-link__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.page-resources-latest-hi88-link__section {
  padding: 60px 20px;
}

.page-resources-latest-hi88-link__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  text-align: center;
  color: inherit;
}

.page-resources-latest-hi88-link__sub-title {
  font-size: 1.8em;
  margin-bottom: 20px;
  color: inherit;
}

.page-resources-latest-hi88-link__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: inherit;
}

.page-resources-latest-hi88-link__inline-link {
  color: #EA7C07;
  text-decoration: underline;
}

.page-resources-latest-hi88-link__inline-link:hover {
  color: #FF9933;
}

.page-resources-latest-hi88-link__btn-primary,
.page-resources-latest-hi88-link__btn-secondary {
  display: inline-block;
  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;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-resources-latest-hi88-link__btn-primary {
  background-color: #EA7C07;
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-resources-latest-hi88-link__btn-primary:hover {
  background-color: #FF9933;
  border-color: #FF9933;
}

.page-resources-latest-hi88-link__btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-resources-latest-hi88-link__btn-secondary:hover {
  background-color: #FFFFFF;
  color: #26A9E0;
}

.page-resources-latest-hi88-link__btn-large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-resources-latest-hi88-link__image-text-layout {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-resources-latest-hi88-link__content-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  max-width: 500px;
}

.page-resources-latest-hi88-link__image-centered {
  display: block;
  margin: 40px auto;
}

.page-resources-latest-hi88-link__text-content {
  flex: 1;
}

.page-resources-latest-hi88-link__list {
  list-style-type: disc;
  margin-left: 20px;
  color: inherit;
}

.page-resources-latest-hi88-link__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-latest-hi88-link__warning-text {
  background-color: #fff3cd;
  color: #856404;
  padding: 15px;
  border-left: 5px solid #ffc107;
  margin-top: 40px;
  font-size: 1.1em;
  border-radius: 5px;
}

.page-resources-latest-hi88-link__grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-latest-hi88-link__card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
  color: #333333;
}

.page-resources-latest-hi88-link__card:hover {
  transform: translateY(-5px);
}

.page-resources-latest-hi88-link__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-latest-hi88-link__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-latest-hi88-link__card-text {
  font-size: 1em;
  color: #555555;
}

.page-resources-latest-hi88-link__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-resources-latest-hi88-link__feature-item {
  padding: 25px;
  border-radius: 10px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: #333333;
}

.page-resources-latest-hi88-link__feature-icon {
  width: 100%;
  height: auto;
  max-width: 150px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-resources-latest-hi88-link__feature-title {
  font-size: 1.6em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-latest-hi88-link__feature-description {
  font-size: 1em;
  color: #555555;
}

.page-resources-latest-hi88-link__product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-latest-hi88-link__product-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-latest-hi88-link__product-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-resources-latest-hi88-link__product-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-resources-latest-hi88-link__product-link {
  text-decoration: none;
  color: #26A9E0;
}

.page-resources-latest-hi88-link__product-link:hover {
  text-decoration: underline;
}

.page-resources-latest-hi88-link__product-description {
  font-size: 0.95em;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-latest-hi88-link__step-by-step-guide {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}

.page-resources-latest-hi88-link__guide-item {
  background-color: #f9f9f9;
  border-left: 5px solid #26A9E0;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: #333333;
}

.page-resources-latest-hi88-link__guide-title {
  font-size: 1.6em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-latest-hi88-link__guide-description {
  font-size: 1.05em;
  color: #555555;
  margin-bottom: 20px;
}

.page-resources-latest-hi88-link__app-download-area {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-resources-latest-hi88-link__app-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  max-width: 400px;
}

.page-resources-latest-hi88-link__app-info {
  flex: 1;
  color: #ffffff;
}

.page-resources-latest-hi88-link__app-info .page-resources-latest-hi88-link__sub-title {
  color: #ffffff;
}

.page-resources-latest-hi88-link__app-info .page-resources-latest-hi88-link__list-item {
  color: #ffffff;
}

.page-resources-latest-hi88-link__faq-list {
  margin-top: 40px;
}

.page-resources-latest-hi88-link__faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-resources-latest-hi88-link__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: #f5f5f5;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  color: #333333;
}

.page-resources-latest-hi88-link__faq-question:hover {
  background-color: #e9e9e9;
}

.page-resources-latest-hi88-link__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-latest-hi88-link__faq-item.active .page-resources-latest-hi88-link__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-latest-hi88-link__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #ffffff;
  color: #555555;
}

.page-resources-latest-hi88-link__faq-item.active .page-resources-latest-hi88-link__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show all content */
  padding: 15px 25px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-latest-hi88-link__hero-title {
    font-size: 2.8em;
  }
  .page-resources-latest-hi88-link__section-title {
    font-size: 2em;
  }
  .page-resources-latest-hi88-link__sub-title {
    font-size: 1.5em;
  }
  .page-resources-latest-hi88-link__image-text-layout {
    flex-direction: column;
  }
  .page-resources-latest-hi88-link__app-download-area {
    flex-direction: column;
  }
  .page-resources-latest-hi88-link__content-image, .page-resources-latest-hi88-link__app-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-resources-latest-hi88-link {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-latest-hi88-link__hero-section {
    padding: 60px 15px 30px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-latest-hi88-link__hero-title {
    font-size: 2.2em;
  }
  .page-resources-latest-hi88-link__hero-description {
    font-size: 1em;
  }
  .page-resources-latest-hi88-link__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .page-resources-latest-hi88-link__btn-primary, .page-resources-latest-hi88-link__btn-secondary, .page-resources-latest-hi88-link a[class*="button"], .page-resources-latest-hi88-link 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-resources-latest-hi88-link__section {
    padding: 40px 15px;
  }
  .page-resources-latest-hi88-link__section-title {
    font-size: 1.8em;
  }
  .page-resources-latest-hi88-link__sub-title {
    font-size: 1.3em;
  }
  .page-resources-latest-hi88-link__grid-layout, .page-resources-latest-hi88-link__features-grid, .page-resources-latest-hi88-link__product-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-latest-hi88-link__card, .page-resources-latest-hi88-link__feature-item, .page-resources-latest-hi88-link__product-card, .page-resources-latest-hi88-link__guide-item {
    padding: 20px;
  }
  .page-resources-latest-hi88-link__content-image, .page-resources-latest-hi88-link__app-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-latest-hi88-link__section,
  .page-resources-latest-hi88-link__card,
  .page-resources-latest-hi88-link__container,
  .page-resources-latest-hi88-link__app-download-area {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-latest-hi88-link__dark-section {
    padding: 40px 15px;
  }
  .page-resources-latest-hi88-link img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .page-resources-latest-hi88-link__hero-title {
    font-size: 1.8em;
  }
  .page-resources-latest-hi88-link__section-title {
    font-size: 1.5em;
  }
  .page-resources-latest-hi88-link__btn-primary, .page-resources-latest-hi88-link__btn-secondary {
    font-size: 0.9em;
    padding: 12px 20px;
  }
}