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

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

.page-industry-news__hero-section {
  background: linear-gradient(135deg, #0047AB, #0028ff);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-industry-news__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:hero:pg88_slot,abstract_background,tech_lines]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 0;
}

.page-industry-news__hero-content {
  position: relative;
  z-index: 1;
}

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

.page-industry-news__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-industry-news__hero-btn {
  display: inline-block;
  background-color: #FFD700;
  color: #0047AB;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-industry-news__hero-btn:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-industry-news__intro-section, .page-industry-news__content-section, .page-industry-news__cta-section, .page-industry-news__related-news-section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.page-industry-news__intro-section {
  background-color: #f8f8f8;
}

.page-industry-news__section-title {
  font-size: 2.5em;
  color: #0047AB;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

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

.page-industry-news__sub-section-title {
  font-size: 1.8em;
  color: #0047AB;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-industry-news__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
  text-align: justify;
}

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

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

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

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

.page-industry-news__article-title {
  font-size: 1.5em;
  color: #0047AB;
  padding: 20px;
  margin-bottom: 10px;
  flex-grow: 1;
}

.page-industry-news__article-text {
  font-size: 1em;
  color: #666;
  padding: 0 20px 20px;
  text-align: justify;
}

.page-industry-news__cta-section {
  background: linear-gradient(135deg, #0047AB, #4d7ec4);
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-industry-news__cta-section .page-industry-news__section-title {
  color: #FFD700;
}

.page-industry-news__cta-section .page-industry-news__section-title::after {
  background-color: #fff;
}

.page-industry-news__cta-section .page-industry-news__text-block {
  color: #e0e0e0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

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

.page-industry-news__cta-btn {
  display: inline-block;
  background-color: #FFD700;
  color: #0047AB;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-industry-news__cta-btn:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-industry-news__cta-btn--secondary {
  background-color: #fff;
  color: #0047AB;
}

.page-industry-news__cta-btn--secondary:hover {
  background-color: #f0f0f0;
}

.page-industry-news__related-news-section {
  background-color: #f8f8f8;
}

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

.page-industry-news__detail-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-industry-news__detail-title {
  font-size: 1.6em;
  color: #0047AB;
  margin-bottom: 15px;
  flex-grow: 1;
}

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

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

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

.page-industry-news__detail-btn {
  display: inline-block;
  background-color: #0047AB;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  align-self: flex-start;
}

.page-industry-news__detail-btn:hover {
  background-color: #003a8a;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-industry-news__hero-title {
    font-size: 2.8em;
  }
  .page-industry-news__hero-description {
    font-size: 1.1em;
  }
  .page-industry-news__section-title {
    font-size: 2em;
  }
  .page-industry-news__sub-section-title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-industry-news__hero-section {
    padding: 80px 0;
  }
  .page-industry-news__hero-title {
    font-size: 2.2em;
  }
  .page-industry-news__hero-description {
    font-size: 1em;
  }
  .page-industry-news__hero-btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-industry-news__intro-section, .page-industry-news__content-section, .page-industry-news__cta-section, .page-industry-news__related-news-section {
    padding: 40px 0;
  }
  .page-industry-news__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-industry-news__article-grid, .page-industry-news__detail-pages-grid {
    grid-template-columns: 1fr;
  }
  .page-industry-news__article-title {
    font-size: 1.3em;
  }
  .page-industry-news__detail-title {
    font-size: 1.4em;
  }
  .page-industry-news__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .page-industry-news__cta-btn {
    width: 80%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-industry-news__hero-section {
    padding: 60px 0;
  }
  .page-industry-news__hero-title {
    font-size: 1.8em;
  }
  .page-industry-news__hero-description {
    font-size: 0.9em;
  }
  .page-industry-news__section-title {
    font-size: 1.5em;
  }
  .page-industry-news__sub-section-title {
    font-size: 1.3em;
  }
  .page-industry-news__text-block {
    font-size: 0.95em;
  }
  .page-industry-news__article-title {
    font-size: 1.2em;
  }
  .page-industry-news__detail-title {
    font-size: 1.2em;
  }
  .page-industry-news__detail-description {
    font-size: 0.9em;
  }
}