.page-blog-industry-news {
  font-family: Arial, sans-serif;
  color: #333333;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
  background-color: #f8f8f8;
}

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

.page-blog-industry-news__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #0d0d0d;
  color: #ffffff;
  text-align: center;
  padding: 0;
}

.page-blog-industry-news__hero-container {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-blog-industry-news__hero-image {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.6;
}

.page-blog-industry-news__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  padding: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.page-blog-industry-news__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-blog-industry-news__hero-description {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-blog-industry-news__hero-button {
  display: inline-block;
  background-color: #B80000;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFD700;
}

.page-blog-industry-news__hero-button:hover {
  background-color: #FFD700;
  color: #B80000;
  transform: translateY(-3px);
}

.page-blog-industry-news__section-title {
  font-size: 2.5em;
  color: #B80000;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
  font-weight: bold;
}

.page-blog-industry-news__latest-updates,
.page-blog-industry-news__market-analysis,
.page-blog-industry-news__expert-insights,
.page-blog-industry-news__future-trends {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-industry-news__articles-grid,
.page-blog-industry-news__insights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-industry-news__article-card,
.page-blog-industry-news__insight-card {
  background-color: #fefefe;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-blog-industry-news__article-card:hover,
.page-blog-industry-news__insight-card:hover {
  transform: translateY(-5px);
}

.page-blog-industry-news__article-image {
  width: 100%;
  height: 225px;
  object-fit: cover;
  display: block;
}

.page-blog-industry-news__article-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-blog-industry-news__article-title {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #B80000;
}

.page-blog-industry-news__article-title a {
  color: #B80000;
  text-decoration: none;
}

.page-blog-industry-news__article-title a:hover {
  text-decoration: underline;
}

.page-blog-industry-news__article-excerpt {
  font-size: 0.95em;
  color: #555555;
  margin-bottom: 15px;
  flex-grow: 1;
}

.page-blog-industry-news__read-more {
  display: inline-block;
  color: #B80000;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.page-blog-industry-news__read-more:hover {
  border-color: #B80000;
}

.page-blog-industry-news__content-row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.page-blog-industry-news__content-row:nth-child(even) {
  flex-direction: row-reverse;
}

.page-blog-industry-news__text-content {
  flex: 1;
}

.page-blog-industry-news__subsection-title {
  font-size: 1.8em;
  color: #B80000;
  margin-bottom: 15px;
  margin-top: 25px;
}

.page-blog-industry-news__paragraph {
  font-size: 1em;
  color: #444444;
  margin-bottom: 15px;
}

.page-blog-industry-news__analysis-image,
.page-blog-industry-news__future-image {
  flex: 0 0 600px;
  width: 600px;
  height: 450px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-industry-news__learn-more {
  display: inline-block;
  background-color: #FFD700;
  color: #B80000;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-blog-industry-news__learn-more:hover {
  background-color: #B80000;
  color: #FFD700;
}

.page-blog-industry-news__insight-card {
  background-color: #fefefe;
  padding: 30px;
  border-left: 5px solid #FFD700;
}

.page-blog-industry-news__insight-title {
  font-size: 1.6em;
  color: #B80000;
  margin-bottom: 15px;
}

.page-blog-industry-news__register-cta {
  background-color: #B80000;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  margin-top: 40px;
}

.page-blog-industry-news__register-content {
  max-width: 900px;
}

.page-blog-industry-news__register-title {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-industry-news__register-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-blog-industry-news__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-blog-industry-news__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.page-blog-industry-news__button--primary {
  background-color: #FFD700;
  color: #B80000;
  border: 2px solid #FFD700;
}

.page-blog-industry-news__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-blog-industry-news__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-blog-industry-news__button--secondary:hover {
  background-color: #FFD700;
  color: #B80000;
  transform: translateY(-3px);
}

.page-blog-industry-news__future-cta {
  display: inline-block;
  background-color: #B80000;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 30px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFD700;
}

.page-blog-industry-news__future-cta:hover {
  background-color: #FFD700;
  color: #B80000;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-industry-news__hero-title {
    font-size: 2.8em;
  }
  .page-blog-industry-news__hero-description {
    font-size: 1.1em;
  }
  .page-blog-industry-news__content-row {
    flex-direction: column;
    align-items: center;
  }
  .page-blog-industry-news__content-row:nth-child(even) {
    flex-direction: column;
  }
  .page-blog-industry-news__analysis-image,
  .page-blog-industry-news__future-image {
    flex: none;
    width: 100%;
    height: auto;
    max-width: 800px; /* Constrain max width for images */
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .page-blog-industry-news__hero-title {
    font-size: 2.2em;
  }
  .page-blog-industry-news__hero-description {
    font-size: 1em;
  }
  .page-blog-industry-news__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-blog-industry-news__section-title {
    font-size: 2em;
  }
  .page-blog-industry-news__articles-grid,
  .page-blog-industry-news__insights-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-industry-news__article-image,
  .page-blog-industry-news__analysis-image,
  .page-blog-industry-news__future-image {
    max-width: 100%;
    height: auto;
  }
  .page-blog-industry-news__register-title {
    font-size: 2.2em;
  }
  .page-blog-industry-news__register-description {
    font-size: 1em;
  }
  .page-blog-industry-news__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-industry-news__button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  /* Ensure all content area images are responsive and don't overflow */
  .page-blog-industry-news img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-blog-industry-news__hero-title {
    font-size: 1.8em;
  }
  .page-blog-industry-news__hero-description {
    font-size: 0.9em;
  }
  .page-blog-industry-news__hero-content {
    padding: 15px;
  }
  .page-blog-industry-news__section-title {
    font-size: 1.8em;
  }
  .page-blog-industry-news__subsection-title {
    font-size: 1.5em;
  }
  .page-blog-industry-news__register-title {
    font-size: 1.8em;
  }
}