.page-resources-bk88-latest-trends {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark backgrounds */
  line-height: 1.6;
}

.page-resources-bk88-latest-trends__hero {
  background-color: #0A1931; /* Dark blue primary color */
  background-image: url('[IMAGE:hero_main]');
  background-size: cover;
  background-position: center;
  padding: 120px 20px;
  text-align: center;
  color: #FFFFFF; /* White text on dark background */
  position: relative;
  overflow: hidden;
}

.page-resources-bk88-latest-trends__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  z-index: 1;
}

.page-resources-bk88-latest-trends__hero .page-resources-bk88-latest-trends__container {
  position: relative;
  z-index: 2;
}

.page-resources-bk88-latest-trends__hero h1 {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold accent for main title */
  font-weight: bold;
}

.page-resources-bk88-latest-trends__hero p {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-resources-bk88-latest-trends__section {
  padding: 60px 0;
}

.page-resources-bk88-latest-trends__section--white {
  background-color: #FFFFFF;
  color: #0A1931; /* Dark blue text on white background */
}

.page-resources-bk88-latest-trends__section--dark {
  background-color: #0A1931;
  color: #E0E0E0; /* Light grey text on dark blue background */
}

.page-resources-bk88-latest-trends__section--cta {
  text-align: center;
  background-color: #1a2a47; /* Slightly lighter dark blue for CTA */
}

.page-resources-bk88-latest-trends__section h2 {
  font-size: 2.2em;
  color: #FFD700; /* Gold accent for section titles */
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-bk88-latest-trends__section h3 {
  font-size: 1.6em;
  color: #FFD700; /* Gold accent for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-bk88-latest-trends__section--white h3 {
  color: #0A1931; /* Dark blue for sub-titles on white background */
}

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

.page-resources-bk88-latest-trends__grid-item {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly transparent white for items on dark background */
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-resources-bk88-latest-trends__section--white .page-resources-bk88-latest-trends__grid-item {
  background-color: #f9f9f9; /* Light background for items on white background */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-bk88-latest-trends__grid-item:hover {
  transform: translateY(-5px);
}

.page-resources-bk88-latest-trends__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 2px solid #FFD700; /* Gold border for images */
}

.page-resources-bk88-latest-trends__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-bk88-latest-trends__list li {
  margin-bottom: 10px;
}

.page-resources-bk88-latest-trends__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  margin: 10px;
  font-size: 1.1em;
}

.page-resources-bk88-latest-trends__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #0A1931; /* Dark blue text on gold */
}

.page-resources-bk88-latest-trends__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-bk88-latest-trends__btn--secondary {
  background-color: transparent;
  border: 2px solid #FFD700; /* Gold border, transparent background */
  color: #FFD700;
}

.page-resources-bk88-latest-trends__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A1931;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-bk88-latest-trends__hero h1 {
    font-size: 2em;
  }

  .page-resources-bk88-latest-trends__hero p {
    font-size: 1em;
  }

  .page-resources-bk88-latest-trends__section h2 {
    font-size: 1.8em;
  }

  .page-resources-bk88-latest-trends__section h3 {
    font-size: 1.4em;
  }

  .page-resources-bk88-latest-trends__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-resources-bk88-latest-trends__hero {
    padding: 80px 15px;
  }

  .page-resources-bk88-latest-trends__hero h1 {
    font-size: 1.8em;
  }

  .page-resources-bk88-latest-trends__btn {
    padding: 10px 20px;
    font-size: 1em;
    margin: 5px;
  }

  .page-resources-bk88-latest-trends__section {
    padding: 40px 0;
  }
}