.page-industry-insights {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

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

.page-industry-insights__hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #1A2E47; /* Main color */
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.page-industry-insights__hero-content {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  z-index: 1;
}

.page-industry-insights__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #FFD700; /* Accent color */
  line-height: 1.2;
}

.page-industry-insights__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-industry-insights__hero-cta-btn {
  display: inline-block;
  background-color: #FFD700; /* Accent color */
  color: #1A2E47; /* Text on accent color */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid #FFD700;
}

.page-industry-insights__hero-cta-btn:hover {
  background-color: #e5c300; /* Slightly darker gold */
  color: #1A2E47;
}

.page-industry-insights__hero-image-wrapper {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 1;
}

.page-industry-insights__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-industry-insights__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-industry-insights__section:last-of-type {
  border-bottom: none;
}

.page-industry-insights__section-title {
  font-size: 2.5em;
  color: #1A2E47; /* Main color */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-industry-insights__subsection-title {
  font-size: 1.8em;
  color: #1A2E47;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700; /* Accent color */
  padding-left: 15px;
}

.page-industry-insights__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
}

.page-industry-insights__section-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

.page-industry-insights__sub-page-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-industry-insights__sub-page-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-industry-insights__sub-page-title {
  font-size: 1.5em;
  color: #1A2E47;
  margin-bottom: 15px;
}

.page-industry-insights__sub-page-title a {
  color: #1A2E47;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-industry-insights__sub-page-title a:hover {
  color: #FFD700;
}

.page-industry-insights__sub-page-description {
  font-size: 1em;
  color: #555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-industry-insights__sub-page-cta-btn {
  display: inline-block;
  background-color: #1A2E47; /* Main color */
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  align-self: flex-start;
}

.page-industry-insights__sub-page-cta-btn:hover {
  background-color: #FFD700; /* Accent color */
  color: #1A2E47;
}

.page-industry-insights__cta-banner {
  background-color: #FFD700; /* Accent color */
  color: #1A2E47; /* Text on accent color */
  padding: 60px 0;
  text-align: center;
  margin-top: 60px;
}

.page-industry-insights__cta-content {
  max-width: 800px;
}

.page-industry-insights__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #1A2E47;
}

.page-industry-insights__cta-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #333;
}

.page-industry-insights__cta-btn {
  display: inline-block;
  background-color: #1A2E47; /* Main color */
  color: #fff;
  padding: 18px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px;
  border: 2px solid #1A2E47;
}

.page-industry-insights__cta-btn:hover {
  background-color: #0d1e33; /* Darker main color */
  transform: translateY(-3px);
}

.page-industry-insights__cta-btn--secondary {
  background-color: transparent;
  color: #1A2E47;
  border: 2px solid #1A2E47;
}

.page-industry-insights__cta-btn--secondary:hover {
  background-color: #1A2E47;
  color: #FFD700;
  transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-industry-insights__hero {
    flex-direction: column;
    text-align: center;
  }

  .page-industry-insights__hero-content, .page-industry-insights__hero-image-wrapper {
    padding: 15px;
  }

  .page-industry-insights__hero-title {
    font-size: 2.5em;
  }

  .page-industry-insights__hero-description {
    font-size: 1.1em;
  }

  .page-industry-insights__section-title {
    font-size: 2em;
  }

  .page-industry-insights__subsection-title {
    font-size: 1.6em;
  }

  .page-industry-insights__cta-title {
    font-size: 2.2em;
  }

  .page-industry-insights__cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-industry-insights__hero {
    padding: 60px 0;
  }

  .page-industry-insights__hero-title {
    font-size: 2em;
  }

  .page-industry-insights__hero-description {
    font-size: 1em;
  }

  .page-industry-insights__hero-cta-btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-industry-insights__section {
    padding: 40px 0;
  }

  .page-industry-insights__section-title {
    font-size: 1.8em;
  }

  .page-industry-insights__section-title::after {
    width: 60px;
  }

  .page-industry-insights__subsection-title {
    font-size: 1.4em;
  }

  .page-industry-insights__sub-page-list {
    grid-template-columns: 1fr;
  }

  .page-industry-insights__cta-title {
    font-size: 1.8em;
  }

  .page-industry-insights__cta-description {
    font-size: 1em;
  }

  .page-industry-insights__cta-btn {
    padding: 15px 25px;
    font-size: 1em;
    margin: 8px;
  }
}

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

  .page-industry-insights__hero-description {
    font-size: 0.95em;
  }

  .page-industry-insights__section-title {
    font-size: 1.5em;
  }

  .page-industry-insights__subsection-title {
    font-size: 1.2em;
  }

  .page-industry-insights__cta-title {
    font-size: 1.5em;
  }

  .page-industry-insights__cta-description {
    font-size: 0.95em;
  }

  .page-industry-insights__cta-btn {
    width: calc(100% - 20px);
    margin: 10px auto;
    display: block;
  }
}