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

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

.page-industry-insights-market-analysis__hero {
  background: linear-gradient(135deg, #0A2463, #3A5A9C);
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-industry-insights-market-analysis__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,blue_gold_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-industry-insights-market-analysis__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #E3B23C;
  position: relative;
  z-index: 1;
}

.page-industry-insights-market-analysis__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-industry-insights-market-analysis__section {
  padding: 60px 0;
  background-color: #f9f9f9;
  color: #333;
}

.page-industry-insights-market-analysis__section--dark {
  background-color: #0A2463;
  color: #FFFFFF;
}

.page-industry-insights-market-analysis__section--dark .page-industry-insights-market-analysis__section-title {
  color: #E3B23C;
}

.page-industry-insights-market-analysis__section--dark .page-industry-insights-market-analysis__sub-section-title {
  color: #E3B23C;
}

.page-industry-insights-market-analysis__section-title {
  font-size: 2.2em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.page-industry-insights-market-analysis__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #E3B23C;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-industry-insights-market-analysis__sub-section-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-industry-insights-market-analysis__content-grid {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.page-industry-insights-market-analysis__content-grid--reverse {
  flex-direction: row-reverse;
}

.page-industry-insights-market-analysis__text-block {
  flex: 1;
}

.page-industry-insights-market-analysis__image-wrapper {
  flex: 1;
  text-align: center;
}

.page-industry-insights-market-analysis__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-industry-insights-market-analysis__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-industry-insights-market-analysis__list li {
  margin-bottom: 10px;
}

.page-industry-insights-market-analysis__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-industry-insights-market-analysis__btn--primary {
  background-color: #E3B23C;
  color: #0A2463;
}

.page-industry-insights-market-analysis__btn--primary:hover {
  background-color: #F0C760;
  color: #000;
}

.page-industry-insights-market-analysis__btn--secondary {
  background-color: transparent;
  color: #E3B23C;
  border: 2px solid #E3B23C;
}

.page-industry-insights-market-analysis__btn--secondary:hover {
  background-color: #E3B23C;
  color: #0A2463;
}

.page-industry-insights-market-analysis__btn--small {
  padding: 8px 15px;
  font-size: 0.9em;
  margin-top: 15px;
}

.page-industry-insights-market-analysis__grid-3-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-industry-insights-market-analysis__card {
  background-color: #1A3C7B;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
}

.page-industry-insights-market-analysis__card-title {
  color: #E3B23C;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-industry-insights-market-analysis__card .page-industry-insights-market-analysis__list {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.page-industry-insights-market-analysis__card .page-industry-insights-market-analysis__list li::before {
  content: '✔';
  color: #E3B23C;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.page-industry-insights-market-analysis__cta-block {
  text-align: center;
  background-color: #1A3C7B;
  color: #FFFFFF;
  padding: 40px;
  border-radius: 10px;
  margin-top: 60px;
}

.page-industry-insights-market-analysis__cta-text {
  font-size: 1.5em;
  margin-bottom: 25px;
  color: #E3B23C;
}

.page-industry-insights-market-analysis__faq-section {
  background-color: #f0f2f5;
}

.page-industry-insights-market-analysis__accordion-item {
  background-color: #ffffff;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.page-industry-insights-market-analysis__accordion-header {
  width: 100%;
  padding: 18px 25px;
  text-align: left;
  font-size: 1.1em;
  color: #0A2463;
  background-color: #fdfdfd;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-industry-insights-market-analysis__accordion-header:hover {
  background-color: #eef;
}

.page-industry-insights-market-analysis__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  color: #E3B23C;
}

.page-industry-insights-market-analysis__accordion-header.active::after {
  content: '-';
}

.page-industry-insights-market-analysis__accordion-content {
  padding: 0 25px;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-industry-insights-market-analysis__accordion-content p {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #555;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-industry-insights-market-analysis__title {
    font-size: 2.2em;
  }

  .page-industry-insights-market-analysis__subtitle {
    font-size: 1em;
  }

  .page-industry-insights-market-analysis__section-title {
    font-size: 1.8em;
  }

  .page-industry-insights-market-analysis__sub-section-title {
    font-size: 1.5em;
  }

  .page-industry-insights-market-analysis__content-grid {
    flex-direction: column;
  }

  .page-industry-insights-market-analysis__content-grid--reverse {
    flex-direction: column;
  }

  .page-industry-insights-market-analysis__grid-3-col {
    grid-template-columns: 1fr;
  }

  .page-industry-insights-market-analysis__hero {
    padding: 70px 0;
  }

  .page-industry-insights-market-analysis__section {
    padding: 40px 0;
  }

  .page-industry-insights-market-analysis__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-industry-insights-market-analysis__cta-text {
    font-size: 1.2em;
  }
}