.page-resources-hi88-latest-link {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A192F; /* Main dark background */
  line-height: 1.6;
}

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

.page-resources-hi88-latest-link__hero {
  background: linear-gradient(135deg, #0A192F 0%, #203A5F 100%);
  padding: 100px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.page-resources-hi88-latest-link__hero-content {
  z-index: 1;
  max-width: 900px;
}

.page-resources-hi88-latest-link__title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-hi88-latest-link__subtitle {
  font-size: 1.5em;
  color: #E0E0E0;
  margin-bottom: 40px;
}

.page-resources-hi88-latest-link__cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-hi88-latest-link__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-hi88-latest-link__btn--primary {
  background-color: #FFD700; /* Gold for primary button */
  color: #0A192F; /* Dark blue text on gold */
  border: 2px solid #FFD700;
}

.page-resources-hi88-latest-link__btn--primary:hover {
  background-color: #E5C100;
  border-color: #E5C100;
  transform: translateY(-3px);
}

.page-resources-hi88-latest-link__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text for secondary button */
  border: 2px solid #FFD700;
}

.page-resources-hi88-latest-link__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-3px);
}

.page-resources-hi88-latest-link__hero-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  opacity: 0.3;
  z-index: 0;
}

.page-resources-hi88-latest-link__hero-image {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.page-resources-hi88-latest-link__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-hi88-latest-link__section:last-of-type {
  border-bottom: none;
}

.page-resources-hi88-latest-link__heading {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section headings */
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-resources-hi88-latest-link__sub-heading {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-hi88-latest-link__text {
  font-size: 1.1em;
  color: #E0E0E0;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-hi88-latest-link__text .highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-resources-hi88-latest-link__list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-resources-hi88-latest-link__list li {
  background-color: #1A2E47;
  padding: 25px;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #FFD700;
}

.page-resources-hi88-latest-link__list li p {
  margin-bottom: 0;
  color: #C0C0C0;
}

.page-resources-hi88-latest-link__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

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

.page-resources-hi88-latest-link__benefit-item {
  background-color: #1A2E47;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-top: 4px solid #FFD700;
}

.page-resources-hi88-latest-link__benefit-item h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-resources-hi88-latest-link__benefit-item p {
  color: #C0C0C0;
}

.page-resources-hi88-latest-link__list-games, .page-resources-hi88-latest-link__list-features, .page-resources-hi88-latest-link__list-responsible {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.page-resources-hi88-latest-link__list-games li, .page-resources-hi88-latest-link__list-features li, .page-resources-hi88-latest-link__list-responsible li {
  background-color: #1A2E47;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #FFD700;
}

.page-resources-hi88-latest-link__list-games li h3, .page-resources-hi88-latest-link__list-features li h3, .page-resources-hi88-latest-link__list-responsible li h3 {
  font-size: 1.3em;
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-hi88-latest-link__list-games li p, .page-resources-hi88-latest-link__list-features li p, .page-resources-hi88-latest-link__list-responsible li p {
  color: #C0C0C0;
  margin-bottom: 0;
}

.page-resources-hi88-latest-link__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-resources-hi88-latest-link__section--app-download {
  background-color: #0A192F;
  text-align: center;
}

.page-resources-hi88-latest-link__faq-item {
  background-color: #1A2E47;
  padding: 20px 25px;
  margin-bottom: 15px;
  border-radius: 8px;
  border-left: 4px solid #FFD700;
}

.page-resources-hi88-latest-link__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-hi88-latest-link__faq-answer {
  font-size: 1.1em;
  color: #C0C0C0;
}

.page-resources-hi88-latest-link__section--final-cta {
  background: linear-gradient(90deg, #0A192F, #304E78);
  padding: 80px 0;
  text-align: center;
}

.page-resources-hi88-latest-link__cta-banner {
  background-color: rgba(255, 215, 0, 0.1);
  padding: 50px;
  border-radius: 15px;
  border: 1px solid #FFD700;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.3);
}

.page-resources-hi88-latest-link__heading--white {
  color: #FFD700;
}

.page-resources-hi88-latest-link__text--white {
  color: #E0E0E0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-hi88-latest-link__title {
    font-size: 2.8em;
  }
  .page-resources-hi88-latest-link__subtitle {
    font-size: 1.3em;
  }
  .page-resources-hi88-latest-link__heading {
    font-size: 2em;
  }
  .page-resources-hi88-latest-link__sub-heading {
    font-size: 1.5em;
  }
  .page-resources-hi88-latest-link__hero-image-wrapper {
    width: 70%;
    height: 80%;
  }
}

@media (max-width: 768px) {
  .page-resources-hi88-latest-link__hero {
    padding: 80px 0 40px;
    flex-direction: column;
    gap: 20px;
  }
  .page-resources-hi88-latest-link__hero-image-wrapper {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 30px;
    opacity: 1;
    display: none; /* Hide image on smaller screens if it clutters */
  }
  .page-resources-hi88-latest-link__title {
    font-size: 2.2em;
  }
  .page-resources-hi88-latest-link__subtitle {
    font-size: 1.1em;
  }
  .page-resources-hi88-latest-link__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-hi88-latest-link__heading {
    font-size: 1.8em;
  }
  .page-resources-hi88-latest-link__sub-heading {
    font-size: 1.3em;
  }
  .page-resources-hi88-latest-link__text {
    font-size: 1em;
  }
  .page-resources-hi88-latest-link__benefits-grid, .page-resources-hi88-latest-link__list-games, .page-resources-hi88-latest-link__list-features, .page-resources-hi88-latest-link__list-responsible {
    grid-template-columns: 1fr;
  }
  .page-resources-hi88-latest-link__cta-banner {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .page-resources-hi88-latest-link__title {
    font-size: 1.8em;
  }
  .page-resources-hi88-latest-link__subtitle {
    font-size: 0.9em;
  }
  .page-resources-hi88-latest-link__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-hi88-latest-link__btn {
    width: 100%;
  }
  .page-resources-hi88-latest-link__heading {
    font-size: 1.5em;
  }
  .page-resources-hi88-latest-link__sub-heading {
    font-size: 1.2em;
  }
}