/* style/industry-news.css */
.page-industry-news {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0F1D33; /* Slightly lighter dark blue background */
  line-height: 1.6;
}

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

.page-industry-news__hero {
  background: linear-gradient(135deg, #1A2B4C 0%, #0F1D33 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.page-industry-news__hero-content {
  z-index: 1;
  position: relative;
  max-width: 800px;
}

.page-industry-news__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  font-weight: bold;
}

.page-industry-news__hero-subtitle {
  font-size: 1.5em;
  color: #E0E0E0;
  margin-bottom: 40px;
}

.page-industry-news__hero-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #1A2B4C; /* Dark blue text on gold */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-industry-news__hero-button:hover {
  background-color: #E5C100; /* Darker gold on hover */
  transform: translateY(-3px);
}

.page-industry-news__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  pointer-events: none;
}

.page-industry-news__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-industry-news__section {
  padding: 60px 0;
}

.page-industry-news__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-industry-news__introduction p {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 20px auto;
  color: #D0D0D0;
}

.page-industry-news__content-main {
  background-color: #1A2B4C; /* Main dark blue background */
}

.page-industry-news__article {
  background-color: #0F1D33; /* Slightly lighter dark blue for articles */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-industry-news__article-title {
  font-size: 2em;
  color: #FFD700; /* Gold for article titles */
  margin-bottom: 20px;
  font-weight: bold;
}

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

.page-industry-news__article p {
  font-size: 1.05em;
  color: #D0D0D0;
  margin-bottom: 15px;
}

.page-industry-news__read-more-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #1A2B4C; /* Dark blue text on gold */
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}

.page-industry-news__read-more-button:hover {
  background-color: #E5C100;
}

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

.page-industry-news__detail-item {
  background-color: #0F1D33; /* Slightly lighter dark blue for detail items */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-industry-news__detail-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-industry-news__detail-title {
  font-size: 1.5em;
  color: #FFD700; /* Gold for detail titles */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-industry-news__detail-title a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-industry-news__detail-title a:hover {
  color: #E5C100;
}

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

.page-industry-news__detail-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #1A2B4C; /* Dark blue text on gold */
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  align-self: flex-start;
  transition: background-color 0.3s ease;
}

.page-industry-news__detail-button:hover {
  background-color: #E5C100;
}

.page-industry-news__cta-section {
  background: linear-gradient(90deg, #1A2B4C, #0F1D33);
  padding: 80px 0;
  text-align: center;
  margin-top: 60px;
}

.page-industry-news__cta-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold for CTA title */
  margin-bottom: 20px;
  font-weight: bold;
}

.page-industry-news__cta-text {
  font-size: 1.3em;
  color: #E0E0E0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-industry-news__cta-button {
  display: inline-block;
  padding: 18px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-industry-news__cta-button--primary {
  background-color: #FFD700; /* Gold */
  color: #1A2B4C; /* Dark blue */
}

.page-industry-news__cta-button--primary:hover {
  background-color: #E5C100;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-industry-news__cta-button--secondary {
  background-color: #1A2B4C; /* Dark blue */
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
}

.page-industry-news__cta-button--secondary:hover {
  background-color: #0F1D33; /* Slightly darker blue */
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-industry-news .highlight {
  color: #FFD700; /* Gold for highlighted text */
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-industry-news__hero-title {
    font-size: 2.8em;
  }
  .page-industry-news__hero-subtitle {
    font-size: 1.2em;
  }
  .page-industry-news__section-title {
    font-size: 2em;
  }
  .page-industry-news__article-title {
    font-size: 1.8em;
  }
  .page-industry-news__article-image {
    height: 250px;
  }
  .page-industry-news__cta-title {
    font-size: 2.2em;
  }
  .page-industry-news__cta-text {
    font-size: 1.1em;
  }
  .page-industry-news__cta-button {
    padding: 15px 25px;
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-industry-news__hero {
    padding: 80px 0;
  }
  .page-industry-news__hero-title {
    font-size: 2.2em;
  }
  .page-industry-news__hero-subtitle {
    font-size: 1em;
  }
  .page-industry-news__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-industry-news__section {
    padding: 40px 0;
  }
  .page-industry-news__section-title {
    font-size: 1.8em;
  }
  .page-industry-news__article-title {
    font-size: 1.6em;
  }
  .page-industry-news__article-image {
    height: 200px;
  }
  .page-industry-news__detail-list {
    grid-template-columns: 1fr;
  }
  .page-industry-news__cta-title {
    font-size: 1.8em;
  }
  .page-industry-news__cta-text {
    font-size: 1em;
  }
  .page-industry-news__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-industry-news__hero {
    padding: 60px 0;
  }
  .page-industry-news__hero-title {
    font-size: 1.8em;
  }
  .page-industry-news__hero-subtitle {
    font-size: 0.9em;
  }
  .page-industry-news__hero-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-industry-news__section {
    padding: 30px 0;
  }
  .page-industry-news__section-title {
    font-size: 1.5em;
  }
  .page-industry-news__article {
    padding: 20px;
  }
  .page-industry-news__article-title {
    font-size: 1.4em;
  }
  .page-industry-news__article-image {
    height: 150px;
  }
  .page-industry-news__read-more-button {
    padding: 8px 15px;
    font-size: 0.9em;
  }
  .page-industry-news__detail-item {
    padding: 20px;
  }
  .page-industry-news__detail-title {
    font-size: 1.3em;
  }
  .page-industry-news__detail-description {
    font-size: 0.9em;
  }
  .page-industry-news__detail-button {
    padding: 8px 12px;
    font-size: 0.85em;
  }
  .page-industry-news__cta-section {
    padding: 50px 0;
  }
  .page-industry-news__cta-title {
    font-size: 1.5em;
  }
  .page-industry-news__cta-text {
    font-size: 0.9em;
  }
  .page-industry-news__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-industry-news__cta-button {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    font-size: 1em;
  }
}