.page-resources-m88-industry-trends {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #0A1931; /* Main dark background */
}

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

.page-resources-m88-industry-trends__container--centered {
  text-align: center;
}

.page-resources-m88-industry-trends__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-resources-m88-industry-trends__hero-section {
  background: linear-gradient(135deg, #0A1931, #2a3d5f); /* Deeper blue gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
}

.page-resources-m88-industry-trends__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Golden for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-m88-industry-trends__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.page-resources-m88-industry-trends__hero-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-m88-industry-trends__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-m88-industry-trends__button--primary {
  background-color: #FFD700; /* Golden button */
  color: #0A1931;
}

.page-resources-m88-industry-trends__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-m88-industry-trends__button--secondary,
.page-resources-m88-industry-trends__button--download {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-m88-industry-trends__button--secondary:hover,
.page-resources-m88-industry-trends__button--download:hover {
  background-color: #FFD700;
  color: #0A1931;
  transform: translateY(-2px);
}

.page-resources-m88-industry-trends__button--learn-more {
  background-color: #2a3d5f;
  color: #FFD700;
  border: 1px solid #FFD700;
}

.page-resources-m88-industry-trends__button--learn-more:hover {
  background-color: #FFD700;
  color: #0A1931;
  transform: translateY(-2px);
}

.page-resources-m88-industry-trends__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-m88-industry-trends__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-m88-industry-trends__content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-resources-m88-industry-trends__content-grid--reverse {
  grid-template-columns: 1fr 1fr;
}

.page-resources-m88-industry-trends__image-wrapper {
  text-align: center;
}

.page-resources-m88-industry-trends__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.page-resources-m88-industry-trends__text-content p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
}

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

.page-resources-m88-industry-trends__feature-item {
  background-color: #1A2E4C; /* Slightly lighter blue for feature cards */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-resources-m88-industry-trends__feature-item:hover {
  transform: translateY(-5px);
  background-color: #2a3d5f;
}

.page-resources-m88-industry-trends__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-resources-m88-industry-trends__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-m88-industry-trends__trend-item {
  margin-bottom: 60px;
  background-color: #1A2E4C;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-resources-m88-industry-trends__trend-item:last-child {
  margin-bottom: 0;
}

.page-resources-m88-industry-trends__trend-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-m88-industry-trends__paragraph {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-m88-industry-trends__bullet-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-resources-m88-industry-trends__bullet-list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><circle cx="12" cy="12" r="8"/></svg>') no-repeat left center;
  background-size: 16px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.6;
}

.page-resources-m88-industry-trends__cta-final {
  background-color: #0A1931;
  padding: 80px 0;
  text-align: center;
}

.page-resources-m88-industry-trends__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-m88-industry-trends__hero-title {
    font-size: 2.8em;
  }

  .page-resources-m88-industry-trends__hero-subtitle {
    font-size: 1.3em;
  }

  .page-resources-m88-industry-trends__section-title {
    font-size: 2em;
  }

  .page-resources-m88-industry-trends__content-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-m88-industry-trends__content-grid--reverse {
    grid-template-columns: 1fr;
  }
  
  .page-resources-m88-industry-trends__image-wrapper {
    order: -1; /* Image first on mobile for reverse grid */
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .page-resources-m88-industry-trends__hero-title {
    font-size: 2.2em;
  }

  .page-resources-m88-industry-trends__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-m88-industry-trends__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-m88-industry-trends__section {
    padding: 40px 0;
  }

  .page-resources-m88-industry-trends__section-title {
    font-size: 1.8em;
  }

  .page-resources-m88-industry-trends__trend-title {
    font-size: 1.6em;
  }

  .page-resources-m88-industry-trends__feature-item {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-m88-industry-trends__hero-title {
    font-size: 1.8em;
  }

  .page-resources-m88-industry-trends__hero-subtitle {
    font-size: 0.9em;
  }

  .page-resources-m88-industry-trends__hero-cta, .page-resources-m88-industry-trends__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-m88-industry-trends__button {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-m88-industry-trends__section-title {
    font-size: 1.5em;
  }

  .page-resources-m88-industry-trends__trend-title {
    font-size: 1.4em;
  }

  .page-resources-m88-industry-trends__trend-item {
    padding: 25px;
  }

  .page-resources-m88-industry-trends__bullet-list li {
    font-size: 1em;
  }
}