/* style/industry-news-global-market-report.css */
.page-industry-news-global-market-report {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.7;
  color: #333333;
  background-color: #f8f8f8;
}

.page-industry-news-global-market-report__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-industry-news-global-market-report__hero-section {
  background: linear-gradient(135deg, #1A237E, #3F51B5);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-industry-news-global-market-report__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFC107;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

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

.page-industry-news-global-market-report__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  position: relative;
  z-index: 1;
  border: none;
  cursor: pointer;
}

.page-industry-news-global-market-report__button--primary {
  background-color: #FFC107;
  color: #1A237E;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.page-industry-news-global-market-report__button--primary:hover {
  background-color: #e5ac00;
  transform: translateY(-3px);
}

.page-industry-news-global-market-report__content-section {
  padding: 60px 0;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  margin-bottom: 40px;
}

.page-industry-news-global-market-report__section-title {
  font-size: 2.5em;
  color: #1A237E;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

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

.page-industry-news-global-market-report__subsection-title {
  font-size: 1.8em;
  color: #3F51B5;
  margin-top: 40px;
  margin-bottom: 15px;
  border-left: 5px solid #FFC107;
  padding-left: 15px;
}

.page-industry-news-global-market-report__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444444;
}

.page-industry-news-global-market-report__paragraph strong {
  color: #1A237E;
}

.page-industry-news-global-market-report__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #444444;
}

.page-industry-news-global-market-report__list li {
  margin-bottom: 10px;
}

.page-industry-news-global-market-report__link-in-text {
  color: #1A237E;
  text-decoration: underline;
  font-weight: bold;
}

.page-industry-news-global-market-report__link-in-text:hover {
  color: #FFC107;
  text-decoration: none;
}

.page-industry-news-global-market-report__image-wrapper {
  margin: 40px 0;
  text-align: center;
  background-color: #f0f0f0;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.page-industry-news-global-market-report__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 0 auto 15px auto;
}

.page-industry-news-global-market-report__image-caption {
  font-style: italic;
  color: #666666;
  font-size: 0.95em;
}

.page-industry-news-global-market-report__cta-block {
  background-color: #1A237E;
  color: #ffffff;
  padding: 50px 30px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.page-industry-news-global-market-report__cta-title {
  font-size: 2.8em;
  color: #FFC107;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.page-industry-news-global-market-report__cta-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-industry-news-global-market-report__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-industry-news-global-market-report__button--secondary {
  background-color: transparent;
  color: #FFC107;
  border: 2px solid #FFC107;
}

.page-industry-news-global-market-report__button--secondary:hover {
  background-color: #FFC107;
  color: #1A237E;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-industry-news-global-market-report__hero-title {
    font-size: 2.5em;
  }
  .page-industry-news-global-market-report__section-title {
    font-size: 2em;
  }
  .page-industry-news-global-market-report__subsection-title {
    font-size: 1.5em;
  }
  .page-industry-news-global-market-report__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-industry-news-global-market-report__hero-section {
    padding: 80px 0;
  }
  .page-industry-news-global-market-report__hero-title {
    font-size: 2em;
  }
  .page-industry-news-global-market-report__hero-subtitle {
    font-size: 1em;
  }
  .page-industry-news-global-market-report__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-industry-news-global-market-report__content-section {
    padding: 40px 0;
  }
  .page-industry-news-global-market-report__section-title {
    font-size: 1.8em;
  }
  .page-industry-news-global-market-report__subsection-title {
    font-size: 1.3em;
  }
  .page-industry-news-global-market-report__paragraph,
  .page-industry-news-global-market-report__list {
    font-size: 1em;
  }
  .page-industry-news-global-market-report__cta-block {
    padding: 40px 20px;
  }
  .page-industry-news-global-market-report__cta-title {
    font-size: 1.8em;
  }
  .page-industry-news-global-market-report__cta-text {
    font-size: 1em;
  }
  .page-industry-news-global-market-report__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-industry-news-global-market-report__button {
    width: 80%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-industry-news-global-market-report__hero-section {
    padding: 60px 0;
  }
  .page-industry-news-global-market-report__hero-title {
    font-size: 1.8em;
  }
  .page-industry-news-global-market-report__hero-subtitle {
    font-size: 0.9em;
  }
  .page-industry-news-global-market-report__section-title {
    font-size: 1.5em;
  }
  .page-industry-news-global-market-report__subsection-title {
    font-size: 1.2em;
  }
  .page-industry-news-global-market-report__cta-title {
    font-size: 1.6em;
  }
}