.page-blog-news-center-industry-news-trends {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0;
  background-color: #1A1A2E;
}

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

.page-blog-news-center-industry-news-trends__hero {
  background: linear-gradient(135deg, #DC143C 0%, #FFD700 100%);
  padding: 80px 0 40px;
  text-align: center;
  color: #1A1A2E;
  position: relative;
  overflow: hidden;
}

.page-blog-news-center-industry-news-trends__hero-title {
  font-size: 3.5em;
  margin-bottom: 15px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #1A1A2E;
}

.page-blog-news-center-industry-news-trends__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #333;
}

.page-blog-news-center-industry-news-trends__hero-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  margin-top: 30px;
  transition: transform 0.3s ease-in-out;
}

.page-blog-news-center-industry-news-trends__hero-image:hover {
  transform: scale(1.02);
}

.page-blog-news-center-industry-news-trends__section {
  padding: 60px 0;
}

.page-blog-news-center-industry-news-trends__section:nth-of-type(odd) {
  background-color: #22223B;
}

.page-blog-news-center-industry-news-trends__section:nth-of-type(even) {
  background-color: #1A1A2E;
}

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

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

.page-blog-news-center-industry-news-trends__subsection-title {
  font-size: 2em;
  color: #DC143C;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-blog-news-center-industry-news-trends__container p {
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #E0E0E0;
}

.page-blog-news-center-industry-news-trends__container a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-news-center-industry-news-trends__container a:hover {
  color: #DC143C;
  text-decoration: underline;
}

.page-blog-news-center-industry-news-trends__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease-in-out;
}

.page-blog-news-center-industry-news-trends__image-full-width:hover {
  transform: translateY(-5px);
}

.page-blog-news-center-industry-news-trends__highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-blog-news-center-industry-news-trends__call-to-action {
  text-align: center;
  margin-top: 50px;
}

.page-blog-news-center-industry-news-trends__button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A1A2E;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-news-center-industry-news-trends__button:hover {
  background-color: #DC143C;
  color: #FFFFFF;
  transform: translateY(-3px);
}

.page-blog-news-center-industry-news-trends__button--secondary {
  background-color: #DC143C;
  color: #FFFFFF;
}

.page-blog-news-center-industry-news-trends__button--secondary:hover {
  background-color: #FFD700;
  color: #1A1A2E;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-news-center-industry-news-trends__hero-title {
    font-size: 2.8em;
  }
  .page-blog-news-center-industry-news-trends__hero-subtitle {
    font-size: 1.3em;
  }
  .page-blog-news-center-industry-news-trends__section-title {
    font-size: 2.2em;
  }
  .page-blog-news-center-industry-news-trends__subsection-title {
    font-size: 1.7em;
  }
  .page-blog-news-center-industry-news-trends__container p {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-blog-news-center-industry-news-trends__hero {
    padding: 60px 0 30px;
  }
  .page-blog-news-center-industry-news-trends__hero-title {
    font-size: 2.2em;
  }
  .page-blog-news-center-industry-news-trends__hero-subtitle {
    font-size: 1.1em;
  }
  .page-blog-news-center-industry-news-trends__section {
    padding: 40px 0;
  }
  .page-blog-news-center-industry-news-trends__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-blog-news-center-industry-news-trends__subsection-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .page-blog-news-center-industry-news-trends__button {
    padding: 12px 25px;
    font-size: 1.1em;
    margin: 0 10px;
  }
}

@media (max-width: 480px) {
  .page-blog-news-center-industry-news-trends__hero-title {
    font-size: 1.8em;
  }
  .page-blog-news-center-industry-news-trends__hero-subtitle {
    font-size: 1em;
  }
  .page-blog-news-center-industry-news-trends__section-title {
    font-size: 1.5em;
  }
  .page-blog-news-center-industry-news-trends__subsection-title {
    font-size: 1.2em;
  }
  .page-blog-news-center-industry-news-trends__button {
    display: block;
    width: 80%;
    margin: 15px auto;
  }
}