/* style/industry-news-expert-opinions.css */
.page-industry-news-expert-opinions {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for main text on dark background */
  background-color: #0F1D2F; /* Slightly lighter than main primary for body background */
}

.page-industry-news-expert-opinions__hero-section {
  background: linear-gradient(135deg, #1A2E47, #3C5A80); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-industry-news-expert-opinions__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_geometric_pattern,dark_blue,gold_accents]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-industry-news-expert-opinions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.page-industry-news-expert-opinions__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-industry-news-expert-opinions__hero-subtitle {
  font-size: 1.5em;
  color: #C0C0C0;
  margin-bottom: 40px;
  line-height: 1.6;
}

.page-industry-news-expert-opinions__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #1A2E47; /* Dark blue text on gold */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

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

.page-industry-news-expert-opinions__content-section {
  padding: 60px 0;
  background-color: #1A2E47; /* Primary dark blue for content background */
}

.page-industry-news-expert-opinions__content-grid {
  display: grid;
  grid-template-columns: 2fr 1fr; /* Main content and sidebar */
  gap: 40px;
}

@media (max-width: 992px) {
  .page-industry-news-expert-opinions__content-grid {
    grid-template-columns: 1fr;
  }
}

.page-industry-news-expert-opinions__article {
  line-height: 1.8;
  color: #E0E0E0;
}

.page-industry-news-expert-opinions__article p {
  margin-bottom: 1em;
  font-size: 1.05em;
}

.page-industry-news-expert-opinions__article-title {
  font-size: 2.2em;
  color: #FFD700; /* Gold for H2 titles */
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-industry-news-expert-opinions__sub-title {
  font-size: 1.8em;
  color: #FFD700; /* Gold for H3 titles */
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-industry-news-expert-opinions__article-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.page-industry-news-expert-opinions__article ul,
.page-industry-news-expert-opinions__article ol {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1em;
}

.page-industry-news-expert-opinions__article li {
  margin-bottom: 0.5em;
  font-size: 1.05em;
}

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

.page-industry-news-expert-opinions__inline-cta:hover {
  background-color: #E5C100;
  transform: translateY(-2px);
}

.page-industry-news-expert-opinions__call-to-action-block {
  background-color: #2A4465; /* Slightly lighter blue for CTA block */
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.page-industry-news-expert-opinions__call-to-action-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-industry-news-expert-opinions__call-to-action-text {
  font-size: 1.2em;
  color: #C0C0C0;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-industry-news-expert-opinions__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

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

.page-industry-news-expert-opinions__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #1A2E47;
}

.page-industry-news-expert-opinions__sidebar {
  background-color: #2A4465; /* Lighter blue for sidebar */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color: #E0E0E0;
}

.page-industry-news-expert-opinions__sidebar-block {
  margin-bottom: 30px;
}

.page-industry-news-expert-opinions__sidebar-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-industry-news-expert-opinions__sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-industry-news-expert-opinions__sidebar-list li {
  margin-bottom: 10px;
}

.page-industry-news-expert-opinions__sidebar-list a {
  color: #FFD700; /* Gold for sidebar links */
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-industry-news-expert-opinions__sidebar-list a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.page-industry-news-expert-opinions__btn-link {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2E47;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-industry-news-expert-opinions__btn-link:hover {
  background-color: #E5C100;
  transform: translateY(-2px);
}

.page-industry-news-expert-opinions__sidebar-promo {
  text-align: center;
  background-color: #1A2E47;
  padding: 25px;
  border-radius: 10px;
}

.page-industry-news-expert-opinions__promo-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.page-industry-news-expert-opinions__faq-section {
  background-color: #0F1D2F;
  padding: 80px 0;
  color: #E0E0E0;
}

.page-industry-news-expert-opinions__faq-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

.page-industry-news-expert-opinions__faq-item {
  background-color: #1A2E47;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.page-industry-news-expert-opinions__faq-question {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-industry-news-expert-opinions__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-industry-news-expert-opinions__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-industry-news-expert-opinions__faq-answer {
  font-size: 1.1em;
  color: #C0C0C0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.page-industry-news-expert-opinions__faq-answer.open {
  max-height: 500px; /* Adjust as needed */
  transition: max-height 0.5s ease-in;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-industry-news-expert-opinions__hero-title {
    font-size: 2.5em;
  }
  .page-industry-news-expert-opinions__hero-subtitle {
    font-size: 1.2em;
  }
  .page-industry-news-expert-opinions__article-title {
    font-size: 1.8em;
  }
  .page-industry-news-expert-opinions__sub-title {
    font-size: 1.5em;
  }
  .page-industry-news-expert-opinions__call-to-action-title {
    font-size: 2em;
  }
  .page-industry-news-expert-opinions__button-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-industry-news-expert-opinions__cta-button {
    width: 100%;
  }
  .page-industry-news-expert-opinions__faq-title {
    font-size: 2em;
  }
  .page-industry-news-expert-opinions__faq-question {
    font-size: 1.3em;
  }
}