.page-news-center-industry-latest-news {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

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

.page-news-center-industry-latest-news__hero-section {
  background: linear-gradient(135deg, #0A246A 0%, #3B5998 100%); /* Dark blue gradient */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-news-center-industry-latest-news__hero-content {
  max-width: 900px;
  z-index: 1;
  padding: 0 20px;
}

.page-news-center-industry-latest-news__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for emphasis */
}

.page-news-center-industry-latest-news__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-news-center-industry-latest-news__hero-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A246A;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
}

.page-news-center-industry-latest-news__hero-button:hover {
  background-color: #e0b800;
  transform: translateY(-2px);
}

.page-news-center-industry-latest-news__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-news-center-industry-latest-news__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.page-news-center-industry-latest-news__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-news-center-industry-latest-news__section-title {
  font-size: 2.5em;
  color: #0A246A;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

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

.page-news-center-industry-latest-news__intro-text {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  color: #555;
}

.page-news-center-industry-latest-news__news-article {
  background-color: #fefefe;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-news-center-industry-latest-news__article-title {
  font-size: 1.8em;
  color: #0A246A;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-news-center-industry-latest-news__article-meta {
  font-size: 0.9em;
  color: #777;
  margin-bottom: 20px;
}

.page-news-center-industry-latest-news__article-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
}

.page-news-center-industry-latest-news__news-article p {
  margin-bottom: 15px;
  color: #444;
}

.page-news-center-industry-latest-news__read-more-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A246A;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease;
  margin-top: 15px;
}

.page-news-center-industry-latest-news__read-more-button:hover {
  background-color: #e0b800;
}

.page-news-center-industry-latest-news__promo-banner {
  background: linear-gradient(90deg, #0A246A, #3B5998);
  border-radius: 10px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 50px 0;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-news-center-industry-latest-news__promo-image {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 8px;
  flex-shrink: 0;
}

.page-news-center-industry-latest-news__promo-text {
  flex-grow: 1;
  color: #ffffff;
}

.page-news-center-industry-latest-news__promo-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-news-center-industry-latest-news__promo-text p {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #e0e0e0;
}

.page-news-center-industry-latest-news__promo-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A246A;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-right: 15px;
  transition: background-color 0.3s ease;
  border: none;
}

.page-news-center-industry-latest-news__promo-button:hover {
  background-color: #e0b800;
}

.page-news-center-industry-latest-news__promo-button--secondary {
  background-color: transparent;
  border: 2px solid #FFD700;
  color: #FFD700;
}

.page-news-center-industry-latest-news__promo-button--secondary:hover {
  background-color: #FFD700;
  color: #0A246A;
}

.page-news-center-industry-latest-news__call-to-action {
  background-color: #0A246A;
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
  border-radius: 10px;
  margin-top: 50px;
}

.page-news-center-industry-latest-news__call-to-action-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-news-center-industry-latest-news__call-to-action-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  opacity: 0.9;
}

.page-news-center-industry-latest-news__action-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-news-center-industry-latest-news__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
}

.page-news-center-industry-latest-news__button--primary {
  background-color: #FFD700;
  color: #0A246A;
}

.page-news-center-industry-latest-news__button--primary:hover {
  background-color: #e0b800;
  transform: translateY(-2px);
}

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

.page-news-center-industry-latest-news__button--secondary:hover {
  background-color: #FFD700;
  color: #0A246A;
  transform: translateY(-2px);
}

.page-news-center-industry-latest-news__button--tertiary {
  background-color: #546697;
  color: #ffffff;
}

.page-news-center-industry-latest-news__button--tertiary:hover {
  background-color: #42517a;
  transform: translateY(-2px);
}

.page-news-center-industry-latest-news__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgba(10, 36, 106, 0.9);
  border-radius: 10px;
  padding: 10px 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  gap: 10px;
  z-index: 1000;
  flex-wrap: wrap;
  justify-content: center;
}

.page-news-center-industry-latest-news__promo-btn {
  background-color: #FFD700;
  color: #0A246A;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.page-news-center-industry-latest-news__promo-btn:hover {
  background-color: #e0b800;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-news-center-industry-latest-news__hero-title {
    font-size: 2.5em;
  }
  .page-news-center-industry-latest-news__hero-description {
    font-size: 1.1em;
  }
  .page-news-center-industry-latest-news__section-title {
    font-size: 2em;
  }
  .page-news-center-industry-latest-news__article-title {
    font-size: 1.5em;
  }
  .page-news-center-industry-latest-news__promo-banner {
    flex-direction: column;
    text-align: center;
  }
  .page-news-center-industry-latest-news__promo-image {
    width: 150px;
    height: 150px;
  }
  .page-news-center-industry-latest-news__promo-button {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-news-center-industry-latest-news__action-buttons {
    flex-direction: column;
    align-items: center;
  }
  .page-news-center-industry-latest-news__button {
    width: 80%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .page-news-center-industry-latest-news__hero-title {
    font-size: 2em;
  }
  .page-news-center-industry-latest-news__hero-description {
    font-size: 1em;
  }
  .page-news-center-industry-latest-news__section-title {
    font-size: 1.8em;
  }
  .page-news-center-industry-latest-news__intro-text {
    font-size: 1em;
  }
  .page-news-center-industry-latest-news__article-title {
    font-size: 1.3em;
  }
  .page-news-center-industry-latest-news__promo-banner {
    padding: 30px;
  }
  .page-news-center-industry-latest-news__promo-title {
    font-size: 1.6em;
  }
  .page-news-center-industry-latest-news__promo-text p {
    font-size: 1em;
  }
  .page-news-center-industry-latest-news__call-to-action-title {
    font-size: 2em;
  }
  .page-news-center-industry-latest-news__call-to-action-description {
    font-size: 1em;
  }
  .page-news-center-industry-latest-news__floating-promo {
    bottom: 10px;
    right: 10px;
    left: 10px;
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-news-center-industry-latest-news__promo-btn {
    font-size: 0.8em;
    padding: 6px 10px;
  }
}

@media (max-width: 480px) {
  .page-news-center-industry-latest-news__hero-section {
    padding: 60px 0;
  }
  .page-news-center-industry-latest-news__hero-title {
    font-size: 1.8em;
  }
  .page-news-center-industry-latest-news__hero-description {
    font-size: 0.9em;
  }
  .page-news-center-industry-latest-news__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-news-center-industry-latest-news__section-title {
    font-size: 1.5em;
  }
  .page-news-center-industry-latest-news__news-article {
    padding: 20px;
  }
  .page-news-center-industry-latest-news__article-image {
    height: 200px;
  }
  .page-news-center-industry-latest-news__promo-banner {
    padding: 20px;
  }
  .page-news-center-industry-latest-news__promo-title {
    font-size: 1.4em;
  }
  .page-news-center-industry-latest-news__call-to-action-title {
    font-size: 1.8em;
  }
  .page-news-center-industry-latest-news__action-buttons {
    gap: 10px;
  }
  .page-news-center-industry-latest-news__button {
    width: 90%;
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-news-center-industry-latest-news__floating-promo {
    flex-direction: column;
    gap: 5px;
  }
  .page-news-center-industry-latest-news__promo-btn {
    width: 100%;
    text-align: center;
  }
}