.page-resources-full88-industry-trends {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #e0e0e0; /* Light text for dark background */
  background-color: #1a1a1a; /* Dark background */
}

.page-resources-full88-industry-trends__hero {
  background: linear-gradient(135deg, #003366, #001a33); /* Darker blue gradient */
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-full88-industry-trends__hero-content {
  max-width: 800px;
  z-index: 10;
  position: relative;
}

.page-resources-full88-industry-trends__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
}

.page-resources-full88-industry-trends__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-full88-industry-trends__meta {
  font-size: 0.9em;
  color: #cccccc;
  margin-bottom: 30px;
}

.page-resources-full88-industry-trends__intro {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-full88-industry-trends__back-link {
  display: inline-block;
  color: #FFD700;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-full88-industry-trends__back-link:hover {
  color: #ffffff;
}

.page-resources-full88-industry-trends__content-section {
  padding: 40px 20px;
  background-color: #1a1a1a;
}

.page-resources-full88-industry-trends__article-container {
  max-width: 800px;
  margin: 0 auto;
  background-color: #222222;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-resources-full88-industry-trends__subtitle {
  font-size: 2.2em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #003366;
  padding-bottom: 10px;
}

.page-resources-full88-industry-trends__heading-3 {
  font-size: 1.6em;
  color: #0088cc; /* Lighter blue for subheadings */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-full88-industry-trends__article-container p {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #e0e0e0;
}

.page-resources-full88-industry-trends__article-container a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-full88-industry-trends__article-container a:hover {
  text-decoration: underline;
}

.page-resources-full88-industry-trends__article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.page-resources-full88-industry-trends__cta-box {
  background-color: #003366;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  margin-top: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.page-resources-full88-industry-trends__cta-box h3 {
  color: #FFD700;
  font-size: 2em;
  margin-bottom: 15px;
}

.page-resources-full88-industry-trends__cta-box p {
  font-size: 1.1em;
  margin-bottom: 25px;
}

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

.page-resources-full88-industry-trends__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold */
  color: #003366; /* Dark blue */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  border: 2px solid #FFD700;
}

.page-resources-full88-industry-trends__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold */
  color: #001a33;
  transform: translateY(-2px);
}

.page-resources-full88-industry-trends__cta-button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-full88-industry-trends__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #003366;
  transform: translateY(-2px);
}

.page-resources-full88-industry-trends__related-articles {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #003366;
}

.page-resources-full88-industry-trends__related-articles h3 {
  color: #FFD700;
  font-size: 1.8em;
  margin-bottom: 20px;
}

.page-resources-full88-industry-trends__related-articles ul {
  list-style: none;
  padding: 0;
}

.page-resources-full88-industry-trends__related-articles li {
  margin-bottom: 10px;
}

.page-resources-full88-industry-trends__related-articles li a {
  color: #0088cc;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-full88-industry-trends__related-articles li a:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-full88-industry-trends__return-link {
  text-align: center;
  margin-top: 50px;
}

.page-resources-full88-industry-trends__back-to-home {
  display: inline-block;
  background-color: #0055aa; /* A slightly lighter blue */
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-full88-industry-trends__back-to-home:hover {
  background-color: #004488;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-full88-industry-trends__title {
    font-size: 2.5em;
  }

  .page-resources-full88-industry-trends__subtitle {
    font-size: 1.8em;
  }

  .page-resources-full88-industry-trends__heading-3 {
    font-size: 1.4em;
  }

  .page-resources-full88-industry-trends__article-container {
    padding: 20px;
  }

  .page-resources-full88-industry-trends__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-full88-industry-trends__cta-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-resources-full88-industry-trends__title {
    font-size: 2em;
  }

  .page-resources-full88-industry-trends__intro {
    font-size: 1em;
  }

  .page-resources-full88-industry-trends__subtitle {
    font-size: 1.5em;
  }

  .page-resources-full88-industry-trends__heading-3 {
    font-size: 1.2em;
  }

  .page-resources-full88-industry-trends__article-container p {
    font-size: 1em;
  }
}