/* style/exclusive-insights-expert-predictions.css */
.page-exclusive-insights-expert-predictions {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

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

.page-exclusive-insights-expert-predictions__hero-section {
  background: linear-gradient(135deg, #003366, #1a4a7d);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
}

.page-exclusive-insights-expert-predictions__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFCC00;
  line-height: 1.2;
}

.page-exclusive-insights-expert-predictions__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-exclusive-insights-expert-predictions__hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-exclusive-insights-expert-predictions__btn {
  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;
  cursor: pointer;
  border: none;
}

.page-exclusive-insights-expert-predictions__btn--primary {
  background-color: #FFCC00;
  color: #003366;
}

.page-exclusive-insights-expert-predictions__btn--primary:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-exclusive-insights-expert-predictions__btn--secondary {
  background-color: transparent;
  color: #FFCC00;
  border: 2px solid #FFCC00;
}

.page-exclusive-insights-expert-predictions__btn--secondary:hover {
  background-color: #FFCC00;
  color: #003366;
  transform: translateY(-2px);
}

.page-exclusive-insights-expert-predictions__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-exclusive-insights-expert-predictions__intro-section,
.page-exclusive-insights-expert-predictions__why-trust-section,
.page-exclusive-insights-expert-predictions__prediction-types-section,
.page-exclusive-insights-expert-predictions__how-to-use-section,
.page-exclusive-insights-expert-predictions__exclusive-offers-section,
.page-exclusive-insights-expert-predictions__security-section,
.page-exclusive-insights-expert-predictions__faq-section,
.page-exclusive-insights-expert-predictions__cta-bottom-section {
  padding: 60px 0;
}

.page-exclusive-insights-expert-predictions__intro-section,
.page-exclusive-insights-expert-predictions__prediction-types-section,
.page-exclusive-insights-expert-predictions__how-to-use-section,
.page-exclusive-insights-expert-predictions__security-section,
.page-exclusive-insights-expert-predictions__faq-section {
  background-color: #ffffff;
}

.page-exclusive-insights-expert-predictions__exclusive-offers-section,
.page-exclusive-insights-expert-predictions__cta-bottom-section {
  background-color: #f0f5fa; /* Lighter shade of blue for contrast */
}

.page-exclusive-insights-expert-predictions__why-trust-section {
  background-color: #003366;
  color: #ffffff;
}

.page-exclusive-insights-expert-predictions__why-trust-section .page-exclusive-insights-expert-predictions__section-title {
  color: #FFCC00;
}

.page-exclusive-insights-expert-predictions__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
}

.page-exclusive-insights-expert-predictions__text-content {
  font-size: 1.1em;
  margin-bottom: 25px;
  text-align: justify;
}

.page-exclusive-insights-expert-predictions__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-exclusive-insights-expert-predictions__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

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

.page-exclusive-insights-expert-predictions__feature-item {
  text-align: center;
  background-color: #004080; /* Slightly lighter dark blue */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-exclusive-insights-expert-predictions__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFCC00);
}

.page-exclusive-insights-expert-predictions__feature-title {
  font-size: 1.5em;
  color: #FFCC00;
  margin-bottom: 15px;
}

.page-exclusive-insights-expert-predictions__feature-description {
  font-size: 1em;
  color: #e0e0e0;
}

.page-exclusive-insights-expert-predictions__prediction-list,
.page-exclusive-insights-expert-predictions__offer-list,
.page-exclusive-insights-expert-predictions__security-features {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 25px;
  font-size: 1.1em;
  color: #333;
}

.page-exclusive-insights-expert-predictions__prediction-list li,
.page-exclusive-insights-expert-predictions__offer-list li,
.page-exclusive-insights-expert-predictions__security-features li {
  margin-bottom: 10px;
}

.page-exclusive-insights-expert-predictions__steps-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 25px;
  font-size: 1.1em;
  color: #333;
}

.page-exclusive-insights-expert-predictions__steps-list li {
  margin-bottom: 15px;
}

.page-exclusive-insights-expert-predictions__inline-link {
  color: #003366;
  text-decoration: underline;
  font-weight: bold;
}

.page-exclusive-insights-expert-predictions__inline-link:hover {
  color: #FFCC00;
}

.page-exclusive-insights-expert-predictions__faq-item {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-exclusive-insights-expert-predictions__faq-question {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
}

.page-exclusive-insights-expert-predictions__faq-answer {
  font-size: 1em;
  color: #555;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-exclusive-insights-expert-predictions__hero-title {
    font-size: 2.5em;
  }

  .page-exclusive-insights-expert-predictions__hero-subtitle {
    font-size: 1.1em;
  }

  .page-exclusive-insights-expert-predictions__section-title {
    font-size: 2em;
  }

  .page-exclusive-insights-expert-predictions__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-exclusive-insights-expert-predictions__hero-cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-exclusive-insights-expert-predictions__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-exclusive-insights-expert-predictions__intro-section,
  .page-exclusive-insights-expert-predictions__why-trust-section,
  .page-exclusive-insights-expert-predictions__prediction-types-section,
  .page-exclusive-insights-expert-predictions__how-to-use-section,
  .page-exclusive-insights-expert-predictions__exclusive-offers-section,
  .page-exclusive-insights-expert-predictions__security-section,
  .page-exclusive-insights-expert-predictions__faq-section,
  .page-exclusive-insights-expert-predictions__cta-bottom-section {
    padding: 40px 0;
  }

  .page-exclusive-insights-expert-predictions__image {
    border-radius: 5px;
  }
}

@media (max-width: 480px) {
  .page-exclusive-insights-expert-predictions__hero-title {
    font-size: 2em;
  }

  .page-exclusive-insights-expert-predictions__section-title {
    font-size: 1.8em;
  }

  .page-exclusive-insights-expert-predictions__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}