.page-expert-analysis {
  color: #ffffff; /* Text color for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

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

.page-expert-analysis__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-expert-analysis__section-intro {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #f0f0f0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-expert-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: var(--header-offset, 120px); /* Ensure space below fixed header */
  background-color: #1a1a1a;
  padding-bottom: 60px;
}

.page-expert-analysis__hero-content {
  z-index: 1;
  padding: 20px;
  max-width: 900px;
}

.page-expert-analysis__hero-title {
  font-size: 3.2em;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-expert-analysis__hero-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-expert-analysis__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-expert-analysis__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-expert-analysis__btn-primary {
  display: inline-block;
  background: #26A9E0;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-expert-analysis__btn-primary:hover {
  background-color: #1e87b7;
  transform: translateY(-2px);
}

.page-expert-analysis__btn-centered {
  display: block;
  margin: 40px auto 0 auto;
  text-align: center;
}

.page-expert-analysis__why-choose-us-section {
  background-color: #1f1f1f;
  padding: 80px 0;
}

.page-expert-analysis__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-expert-analysis__feature-item {
  background-color: #2a2a2a;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-expert-analysis__feature-item:hover {
  transform: translateY(-5px);
}

.page-expert-analysis__feature-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-expert-analysis__feature-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-expert-analysis__feature-description {
  color: #cccccc;
}

.page-expert-analysis__analysis-types-section {
  background-color: #1a1a1a;
  padding: 80px 0;
}

.page-expert-analysis__tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  border-bottom: 2px solid #333;
}

.page-expert-analysis__tab-item {
  padding: 15px 25px;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  color: #cccccc;
  border-bottom: 2px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.page-expert-analysis__tab-item:hover {
  color: #ffffff;
}

.page-expert-analysis__tab-item--active {
  color: #26A9E0;
  border-color: #26A9E0;
}

.page-expert-analysis__tab-content {
  display: none;
  background-color: #2a2a2a;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-expert-analysis__tab-content--active {
  display: block;
}

.page-expert-analysis__content-heading {
  font-size: 2em;
  color: #26A9E0;
  margin-bottom: 20px;
}

.page-expert-analysis__content-text {
  color: #cccccc;
  margin-bottom: 30px;
}

.page-expert-analysis__content-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.page-expert-analysis__predictions-tips-section {
  background-color: #1f1f1f;
  padding: 80px 0;
}

.page-expert-analysis__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-expert-analysis__tips-item {
  background-color: #2a2a2a;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-expert-analysis__tips-heading {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-expert-analysis__tips-description {
  color: #cccccc;
}

.page-expert-analysis__tips-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 50px;
}

.page-expert-analysis__how-to-use-section {
  background-color: #1a1a1a;
  padding: 80px 0;
}

.page-expert-analysis__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-expert-analysis__step-item {
  background-color: #2a2a2a;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-expert-analysis__step-number {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #26A9E0;
  color: #ffffff;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-expert-analysis__step-heading {
  font-size: 1.5em;
  color: #ffffff;
  margin-bottom: 15px;
}

.page-expert-analysis__step-description {
  color: #cccccc;
}

.page-expert-analysis__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin-top: 50px;
  border-radius: 10px;
}

.page-expert-analysis__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensure video content is fully visible */
  border-radius: 10px;
}

.page-expert-analysis__faq-section {
  background-color: #1f1f1f;
  padding: 80px 0;
}

.page-expert-analysis__faq-list {
  margin-top: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-expert-analysis__faq-item {
  background-color: #2a2a2a;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-expert-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: #26A9E0;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-expert-analysis__faq-question:hover {
  background-color: #1e87b7;
}

.page-expert-analysis__faq-heading {
  margin: 0;
  color: #ffffff;
  font-size: 1.1em;
}

.page-expert-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-expert-analysis__faq-item.active .page-expert-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-expert-analysis__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  background-color: #333333;
  color: #cccccc;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-expert-analysis__faq-item.active .page-expert-analysis__faq-answer {
  max-height: 1000px !important; /* Sufficiently large for content */
  padding: 15px 25px;
}

.page-expert-analysis__faq-answer p {
  margin: 0;
  color: #cccccc;
}

.page-expert-analysis__cta-section {
  background-color: #26A9E0;
  padding: 80px 0;
  text-align: center;
}

.page-expert-analysis__cta-title {
  font-size: 2.8em;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-expert-analysis__cta-description {
  font-size: 1.2em;
  color: #ffffff;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-expert-analysis__hero-title {
    font-size: 2.8em;
  }
  .page-expert-analysis__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-expert-analysis {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-expert-analysis__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-bottom: 40px;
  }

  .page-expert-analysis__hero-title {
    font-size: 2.2em;
  }

  .page-expert-analysis__hero-description {
    font-size: 1em;
  }

  .page-expert-analysis__section-title {
    font-size: 1.8em;
  }

  .page-expert-analysis__section-intro {
    font-size: 0.95em;
  }

  .page-expert-analysis__features-grid,
  .page-expert-analysis__steps-grid {
    grid-template-columns: 1fr;
  }

  .page-expert-analysis__tabs {
    flex-wrap: wrap;
    border-bottom: none;
  }

  .page-expert-analysis__tab-item {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #333;
  }

  .page-expert-analysis__tab-item--active {
    border-bottom: 2px solid #26A9E0;
  }

  .page-expert-analysis__tab-content {
    padding: 20px;
  }

  .page-expert-analysis__content-heading {
    font-size: 1.5em;
  }

  .page-expert-analysis__tips-list {
    grid-template-columns: 1fr;
  }

  /* Mobile responsive images */
  .page-expert-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  /* Mobile responsive video */
  .page-expert-analysis video,
  .page-expert-analysis__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  /* Mobile responsive containers for images/videos */
  .page-expert-analysis__hero-section,
  .page-expert-analysis__why-choose-us-section,
  .page-expert-analysis__analysis-types-section,
  .page-expert-analysis__predictions-tips-section,
  .page-expert-analysis__how-to-use-section,
  .page-expert-analysis__faq-section,
  .page-expert-analysis__cta-section,
  .page-expert-analysis__container,
  .page-expert-analysis__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }

  /* Mobile responsive buttons */
  .page-expert-analysis__btn-primary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-expert-analysis__cta-title {
    font-size: 2em;
  }

  .page-expert-analysis__cta-description {
    font-size: 1em;
  }
}