.page-news-industry-flash {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark #0a0a0a, so text should be light */
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

.page-news-industry-flash__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-news-industry-flash__hero-section {
  position: relative;
  padding: 120px 0 60px; /* Adjusted to accommodate header offset */
  text-align: center;
  background-color: #1A202C;
  overflow: hidden;
  color: #ffffff;
  padding-top: var(--header-offset, 120px); /* Apply header offset */
}

.page-news-industry-flash__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-news-industry-flash__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-news-industry-flash__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.3;
}

.page-news-industry-flash__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-news-industry-flash__section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
  color: #e0e0e0;
}

.page-news-industry-flash__latest-news-section,
.page-news-industry-flash__market-trends-section,
.page-news-industry-flash__video-section,
.page-news-industry-flash__faq-section,
.page-news-industry-flash__cta-section {
  padding: 80px 0;
}

.page-news-industry-flash__latest-news-section {
  background-color: #0a0a0a;
}

.page-news-industry-flash__market-trends-section {
  background-color: #1A202C;
}

.page-news-industry-flash__faq-section {
  background-color: #0d0d0d;
}

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

.page-news-industry-flash__news-card {
  background-color: #1A202C;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
}

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

.page-news-industry-flash__news-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-news-industry-flash__news-content {
  padding: 25px;
}

.page-news-industry-flash__news-card-title {
  font-size: 1.4em;
  margin-bottom: 15px;
  min-height: 60px; /* Ensure consistent height for titles */
}

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

.page-news-industry-flash__news-card-title a:hover {
  color: #ffffff;
}

.page-news-industry-flash__news-excerpt {
  font-size: 0.95em;
  color: #cccccc;
  margin-bottom: 20px;
  min-height: 90px; /* Ensure consistent height for excerpts */
}

.page-news-industry-flash__read-more-link {
  display: inline-block;
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-news-industry-flash__read-more-link:hover {
  color: #ffffff;
}

.page-news-industry-flash__content-block {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #f0f0f0;
}

.page-news-industry-flash__content-subtitle {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-news-industry-flash__content-block p {
  margin-bottom: 20px;
  font-size: 1.05em;
}

.page-news-industry-flash__content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-news-industry-flash__video-section {
  background-color: #0a0a0a;
}

.page-news-industry-flash__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  margin-top: 40px;
}

.page-news-industry-flash__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  cursor: pointer;
}

.page-news-industry-flash__video-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

.page-news-industry-flash__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
}

.page-news-industry-flash__faq-item {
  background-color: #1A202C;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-news-industry-flash__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: #1A202C;
  color: #FFD700;
  font-size: 1.15em;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.page-news-industry-flash__faq-question:hover {
  background-color: #2c3546;
}

.page-news-industry-flash__faq-question h3 {
  margin: 0;
  color: #FFD700;
}

.page-news-industry-flash__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #FFD700;
}

.page-news-industry-flash__faq-item.active .page-news-industry-flash__faq-toggle {
  transform: rotate(45deg);
}

.page-news-industry-flash__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #2c3546;
  color: #cccccc;
}

.page-news-industry-flash__faq-item.active .page-news-industry-flash__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px 25px;
}

.page-news-industry-flash__faq-answer p {
  margin: 0;
  font-size: 1em;
}

.page-news-industry-flash__faq-answer a {
  color: #FFD700;
  text-decoration: underline;
}

.page-news-industry-flash__cta-section {
  background-color: #0a0a0a;
  text-align: center;
}

.page-news-industry-flash__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-news-industry-flash__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-news-industry-flash__btn-primary {
  background-color: #FFD700;
  color: #1A202C;
  border: 2px solid #FFD700;
}

.page-news-industry-flash__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

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

.page-news-industry-flash__btn-secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-news-industry-flash__hero-title {
    font-size: 2.8em;
  }
  .page-news-industry-flash__section-title {
    font-size: 2em;
  }
  .page-news-industry-flash__news-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-news-industry-flash__content-block {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .page-news-industry-flash {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-news-industry-flash__hero-section {
    padding: 100px 0 40px; /* Adjust for mobile header offset */
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
  }
  .page-news-industry-flash__hero-title {
    font-size: 2em;
  }
  .page-news-industry-flash__hero-description {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-news-industry-flash__section-title {
    font-size: 1.8em;
  }
  .page-news-industry-flash__section-intro {
    font-size: 0.95em;
    margin-bottom: 30px;
  }
  .page-news-industry-flash__latest-news-section,
  .page-news-industry-flash__market-trends-section,
  .page-news-industry-flash__video-section,
  .page-news-industry-flash__faq-section,
  .page-news-industry-flash__cta-section {
    padding: 50px 0;
  }
  .page-news-industry-flash__news-grid {
    grid-template-columns: 1fr;
  }
  .page-news-industry-flash__news-card-title {
    font-size: 1.2em;
    min-height: auto;
  }
  .page-news-industry-flash__news-excerpt {
    min-height: auto;
  }
  .page-news-industry-flash__content-block {
    padding: 20px;
  }
  .page-news-industry-flash__content-subtitle {
    font-size: 1.5em;
  }
  .page-news-industry-flash__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-news-industry-flash__faq-answer {
    padding: 15px 20px;
  }
  .page-news-industry-flash__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-news-industry-flash__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    margin: 0 auto;
  }

  /* Mobile image, video, button, and container overrides */
  .page-news-industry-flash img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-news-industry-flash video,
  .page-news-industry-flash__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-news-industry-flash__section,
  .page-news-industry-flash__card,
  .page-news-industry-flash__container,
  .page-news-industry-flash__video-section,
  .page-news-industry-flash__video-container,
  .page-news-industry-flash__video-wrapper,
  .page-news-industry-flash__cta-buttons,
  .page-news-industry-flash__button-group,
  .page-news-industry-flash__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow: hidden !important;
  }
}

@media (max-width: 480px) {
  .page-news-industry-flash__hero-title {
    font-size: 1.8em;
  }
  .page-news-industry-flash__section-title {
    font-size: 1.5em;
  }
  .page-news-industry-flash__faq-question h3 {
    font-size: 0.95em;
  }
  .page-news-industry-flash__faq-toggle {
    font-size: 1.2em;
  }
}