.page-expert-predictions-top-breeders-insights {
  font-family: 'Arial', sans-serif;
  color: #F0F2F5; /* Light gray for readability on dark background */
  background-color: #0A192F; /* Main dark blue background */
  line-height: 1.6;
}

.page-expert-predictions-top-breeders-insights__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-expert-predictions-top-breeders-insights__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #2a416a 100%); /* Dark blue gradient */
  padding: 80px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero text */
  position: relative;
  overflow: hidden;
}

.page-expert-predictions-top-breeders-insights__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-expert-predictions-top-breeders-insights__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #F0F2F5;
}

.page-expert-predictions-top-breeders-insights__cta-button {
  display: inline-block;
  background-color: #E74C3C; /* Striking red for CTA */
  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.2s ease;
  border: none;
  cursor: pointer;
}

.page-expert-predictions-top-breeders-insights__cta-button:hover {
  background-color: #C0392B; /* Darker red on hover */
  transform: translateY(-2px);
}

.page-expert-predictions-top-breeders-insights__content-section {
  padding: 60px 0;
}

.page-expert-predictions-top-breeders-insights__article {
  background-color: #1A2B42; /* Slightly lighter dark blue for article background */
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-expert-predictions-top-breeders-insights__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-expert-predictions-top-breeders-insights__subsection-title {
  font-size: 1.8em;
  color: #F0F2F5; /* Light gray for subsections */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-expert-predictions-top-breeders-insights__article p {
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-expert-predictions-top-breeders-insights__article ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-expert-predictions-top-breeders-insights__article li {
  margin-bottom: 8px;
}

.page-expert-predictions-top-breeders-insights__quote {
  background-color: #0A192F;
  border-left: 5px solid #FFD700;
  padding: 20px 30px;
  margin: 30px 0;
  font-style: italic;
  color: #FFD700;
  border-radius: 0 8px 8px 0;
}

.page-expert-predictions-top-breeders-insights__quote p {
  margin: 0;
  color: #FFD700;
}

.page-expert-predictions-top-breeders-insights__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-expert-predictions-top-breeders-insights__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-expert-predictions-top-breeders-insights__image-caption {
  font-style: italic;
  font-size: 0.9em;
  color: #AAAAAA;
  margin-top: 10px;
}

.page-expert-predictions-top-breeders-insights__link {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-expert-predictions-top-breeders-insights__link:hover {
  color: #F0F2F5;
  text-decoration: underline;
}

.page-expert-predictions-top-breeders-insights__cta-buttons {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
}

.page-expert-predictions-top-breeders-insights__cta-button--primary {
  background-color: #FFD700;
  color: #0A192F;
  margin-right: 20px;
}

.page-expert-predictions-top-breeders-insights__cta-button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-expert-predictions-top-breeders-insights__cta-button--secondary {
  background-color: #0A192F;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-expert-predictions-top-breeders-insights__cta-button--secondary:hover {
  background-color: #1A2B42;
  color: #F0F2F5;
  transform: translateY(-2px);
}

.page-expert-predictions-top-breeders-insights__faq {
  margin-top: 40px;
}

.page-expert-predictions-top-breeders-insights__faq-item {
  background-color: #0A192F;
  border: 1px solid #2a416a;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-expert-predictions-top-breeders-insights__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-expert-predictions-top-breeders-insights__faq-answer {
  color: #E0E0E0;
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-expert-predictions-top-breeders-insights__hero-title {
    font-size: 2.5em;
  }

  .page-expert-predictions-top-breeders-insights__hero-description {
    font-size: 1.1em;
  }

  .page-expert-predictions-top-breeders-insights__section-title {
    font-size: 2em;
  }

  .page-expert-predictions-top-breeders-insights__subsection-title {
    font-size: 1.5em;
  }

  .page-expert-predictions-top-breeders-insights__article {
    padding: 20px;
  }

  .page-expert-predictions-top-breeders-insights__cta-buttons {
    flex-direction: column;
  }

  .page-expert-predictions-top-breeders-insights__cta-button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-expert-predictions-top-breeders-insights__cta-button--primary {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .page-expert-predictions-top-breeders-insights__hero-title {
    font-size: 2em;
  }

  .page-expert-predictions-top-breeders-insights__hero-description {
    font-size: 1em;
  }

  .page-expert-predictions-top-breeders-insights__section-title {
    font-size: 1.8em;
  }

  .page-expert-predictions-top-breeders-insights__subsection-title {
    font-size: 1.3em;
  }
}