.page-aw8-news-industry-insights {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark body background */
  line-height: 1.6;
  background-color: #121212; /* Body background from shared.css */
}

.page-aw8-news-industry-insights__hero-section {
  position: relative;
  width: 100%;
  padding-top: 10px; /* Fixed nav bar spacing */
  padding-bottom: 80px;
  margin-top: 0;
  background-color: #1A202C; /* Auxiliary color for hero background */
  overflow: hidden;
}

.page-aw8-news-industry-insights__hero-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.page-aw8-news-industry-insights__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Slightly dim the image to make text readable */
}

.page-aw8-news-industry-insights__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  max-width: 800px;
  padding: 20px;
  box-sizing: border-box;
}

.page-aw8-news-industry-insights__hero-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFD700;
}

.page-aw8-news-industry-insights__hero-description {
  font-size: 18px;
  margin-bottom: 30px;
}

.page-aw8-news-industry-insights__section {
  padding: 60px 20px;
  width: 100%;
  box-sizing: border-box;
}

.page-aw8-news-industry-insights__dark-bg {
  background-color: #1A202C;
  color: #ffffff;
}

.page-aw8-news-industry-insights__gold-bg {
  background-color: #FFD700;
  color: #1A202C; /* Dark text for gold background */
}

.page-aw8-news-industry-insights__text-dark {
  color: #1A202C;
}

.page-aw8-news-industry-insights__container {
  max-width: 1400px;
  margin: 0 auto;
}

.page-aw8-news-industry-insights__section-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #FFD700;
}

.page-aw8-news-industry-insights__gold-bg .page-aw8-news-industry-insights__section-title {
  color: #1A202C;
}

.page-aw8-news-industry-insights__content-block {
  max-width: 900px;
  margin: 0 auto 40px auto;
  text-align: center;
  font-size: 17px;
}

.page-aw8-news-industry-insights__grid-2-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  align-items: start;
}

.page-aw8-news-industry-insights__grid-3-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  align-items: start;
}

.page-aw8-news-industry-insights__card {
  background: rgba(255, 255, 255, 0.08); /* Slightly visible card background on dark theme */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  box-sizing: border-box;
}

.page-aw8-news-industry-insights__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-aw8-news-industry-insights__card-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #FFD700;
}

.page-aw8-news-industry-insights__card--dark-text {
  background: #ffffff; /* White background for card on gold section */
  color: #1A202C;
}

.page-aw8-news-industry-insights__card--dark-text .page-aw8-news-industry-insights__card-title {
  color: #1A202C;
}

.page-aw8-news-industry-insights__image-wrapper {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-aw8-news-industry-insights__image-wrapper.page-aw8-news-industry-insights__full-width-image {
  grid-column: 1 / -1;
}

.page-aw8-news-industry-insights__content-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Buttons */
.page-aw8-news-industry-insights__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-aw8-news-industry-insights__btn-primary,
.page-aw8-news-industry-insights__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

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

.page-aw8-news-industry-insights__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
}

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

.page-aw8-news-industry-insights__btn-secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-3px);
}

/* FAQ Section */
.page-aw8-news-industry-insights__faq-section {
  padding: 80px 20px;
  background-color: #1A202C; /* Dark background for FAQ */
  color: #ffffff;
}

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

.page-aw8-news-industry-insights__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-aw8-news-industry-insights__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 15px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.05);
  color: #f0f0f0;
}

.page-aw8-news-industry-insights__faq-item.active .page-aw8-news-industry-insights__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  border-radius: 0 0 5px 5px;
}

.page-aw8-news-industry-insights__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-aw8-news-industry-insights__faq-question:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
}

.page-aw8-news-industry-insights__faq-question:active {
  background: rgba(255, 255, 255, 0.2);
}

.page-aw8-news-industry-insights__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #FFD700;
  pointer-events: none;
}

.page-aw8-news-industry-insights__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #FFD700;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-aw8-news-industry-insights__faq-item.active .page-aw8-news-industry-insights__faq-toggle {
  transform: rotate(45deg);
  color: #ffffff;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-aw8-news-industry-insights__hero-title {
    font-size: 40px;
  }
  .page-aw8-news-industry-insights__hero-description {
    font-size: 16px;
  }
  .page-aw8-news-industry-insights__section-title {
    font-size: 30px;
  }
  .page-aw8-news-industry-insights__grid-2-cols,
  .page-aw8-news-industry-insights__grid-3-cols {
    grid-template-columns: 1fr;
  }
  .page-aw8-news-industry-insights__card {
    padding: 25px;
  }
  .page-aw8-news-industry-insights__card-title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .page-aw8-news-industry-insights {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-aw8-news-industry-insights__hero-section {
    padding-top: 10px !important; /* Mobile fixed nav bar spacing */
    padding-bottom: 50px;
  }
  .page-aw8-news-industry-insights__hero-title {
    font-size: 32px;
  }
  .page-aw8-news-industry-insights__hero-description {
    font-size: 15px;
  }
  .page-aw8-news-industry-insights__section {
    padding: 40px 15px;
  }
  .page-aw8-news-industry-insights__container {
    padding-left: 0;
    padding-right: 0;
  }
  .page-aw8-news-industry-insights__section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .page-aw8-news-industry-insights__content-block {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .page-aw8-news-industry-insights__grid-2-cols,
  .page-aw8-news-industry-insights__grid-3-cols {
    gap: 20px;
  }
  .page-aw8-news-industry-insights__card {
    padding: 20px;
  }
  .page-aw8-news-industry-insights__card-title {
    font-size: 20px;
  }
  .page-aw8-news-industry-insights__image-wrapper {
    margin-top: 20px;
  }
  .page-aw8-news-industry-insights__btn-primary,
  .page-aw8-news-industry-insights__btn-secondary {
    padding: 12px 20px;
    font-size: 16px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-aw8-news-industry-insights__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-aw8-news-industry-insights img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-aw8-news-industry-insights__faq-section {
    padding: 50px 15px;
  }
  .page-aw8-news-industry-insights__faq-question {
    padding: 15px;
  }
  .page-aw8-news-industry-insights__faq-question h3 {
    font-size: 16px;
  }
  .page-aw8-news-industry-insights__faq-toggle {
    font-size: 20px;
    width: 24px;
    height: 24px;
  }
  .page-aw8-news-industry-insights__faq-item.active .page-aw8-news-industry-insights__faq-answer {
    padding: 15px !important;
  }
}