.page-resources-jk4-industry-trends {
  color: #333333; /* Dark text for light body background */
}

.page-resources-jk4-industry-trends__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background-color: #000000; /* Dark background for hero section */
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.page-resources-jk4-industry-trends__hero-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.page-resources-jk4-industry-trends__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
  object-fit: cover;
  max-height: 600px; /* Limit height for hero image */
}

.page-resources-jk4-industry-trends__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.page-resources-jk4-industry-trends__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Login button color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-jk4-industry-trends__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-resources-jk4-industry-trends__cta-button {
  display: inline-block;
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Dark text for contrast */
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-jk4-industry-trends__cta-button:hover {
  background-color: #e0a53b;
  transform: translateY(-3px);
}

.page-resources-jk4-industry-trends__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-jk4-industry-trends__article p {
  margin-bottom: 1.5em;
}

.page-resources-jk4-industry-trends__section-heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-jk4-industry-trends__sub-heading {
  font-size: 1.7em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 15px;
}

.page-resources-jk4-industry-trends__intro-paragraph {
  font-size: 1.2em;
  font-style: italic;
  color: #555555;
  margin-bottom: 30px;
}

.page-resources-jk4-industry-trends__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-jk4-industry-trends__cta-link {
  display: inline-block;
  color: #000000;
  background-color: #FCBC45;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.page-resources-jk4-industry-trends__cta-link:hover {
  background-color: #e0a53b;
}

.page-resources-jk4-industry-trends__cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.page-resources-jk4-industry-trends__cta-button--register {
  background-color: #FFFFFF; /* Register button color */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-jk4-industry-trends__cta-button--register:hover {
  background-color: #f0f0f0;
  border-color: #e0a53b;
}

.page-resources-jk4-industry-trends__cta-button--login {
  background-color: #FCBC45; /* Login button color */
  color: #000000;
}

.page-resources-jk4-industry-trends__cta-button--login:hover {
  background-color: #e0a53b;
}

.page-resources-jk4-industry-trends__related-resources {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}

.page-resources-jk4-industry-trends__related-heading {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 20px;
}

.page-resources-jk4-industry-trends__related-list {
  list-style: none;
  padding: 0;
}

.page-resources-jk4-industry-trends__related-list li {
  margin-bottom: 10px;
}

.page-resources-jk4-industry-trends__related-list a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.page-resources-jk4-industry-trends__related-list a:hover {
  color: #FCBC45;
  text-decoration: underline;
}

.page-resources-jk4-industry-trends__back-link {
  display: inline-block;
  margin-top: 40px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-jk4-industry-trends__back-link:hover {
  color: #FCBC45;
}

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

  .page-resources-jk4-industry-trends__hero-description {
    font-size: 1em;
  }

  .page-resources-jk4-industry-trends__cta-button {
    font-size: 1em;
    padding: 12px 25px;
  }

  .page-resources-jk4-industry-trends__section-heading {
    font-size: 1.8em;
  }

  .page-resources-jk4-industry-trends__sub-heading {
    font-size: 1.4em;
  }

  .page-resources-jk4-industry-trends__content-area {
    padding: 15px;
    font-size: 1em;
  }

  .page-resources-jk4-industry-trends__content-image {
    max-width: 100%;
    height: auto;
  }

  .page-resources-jk4-industry-trends__cta-group {
    flex-direction: column;
    align-items: center;
  }
}