/* style/expert-predictions-methods-data.css */
.page-expert-predictions-methods-data {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Light text for dark backgrounds */
  background-color: #1a1a1a; /* Very dark background */
}

.page-expert-predictions-methods-data .text-highlight {
  color: #FFD700; /* Accent gold for highlights */
}

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

.page-expert-predictions-methods-data__container--center {
  text-align: center;
}

.page-expert-predictions-methods-data__section {
  padding: 60px 0;
  background-color: #1a1a1a;
}

.page-expert-predictions-methods-data__section--dark {
  background-color: #333333;
}

.page-expert-predictions-methods-data__section-title {
  font-size: 2.8em;
  color: #CC0000; /* Main red for titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-expert-predictions-methods-data__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-expert-predictions-methods-data__intro-text {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 50px;
  color: #ccc;
}

/* Hero Section */
.page-expert-predictions-methods-data__hero {
  background: linear-gradient(135deg, #CC0000, #333333);
  padding: 100px 0;
  text-align: center;
  color: #ffffff;
}

.page-expert-predictions-methods-data__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-expert-predictions-methods-data__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

/* Buttons */
.page-expert-predictions-methods-data__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
}

.page-expert-predictions-methods-data__btn--primary {
  background-color: #CC0000; /* Main red */
  color: #ffffff;
  border: 2px solid #CC0000;
}

.page-expert-predictions-methods-data__btn--primary:hover {
  background-color: #FFD700; /* Accent gold */
  border-color: #FFD700;
  color: #333333;
  transform: translateY(-3px);
}

.page-expert-predictions-methods-data__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Accent gold */
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-expert-predictions-methods-data__btn--secondary:hover {
  background-color: #FFD700;
  color: #333333;
  transform: translateY(-3px);
}

.page-expert-predictions-methods-data__btn--link {
  background-color: transparent;
  color: #CC0000;
  border: none;
  padding: 10px 0;
  font-size: 1em;
  text-decoration: underline;
}

.page-expert-predictions-methods-data__btn--link:hover {
  color: #FFD700;
}

/* Content Grid */
.page-expert-predictions-methods-data__content-grid {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

.page-expert-predictions-methods-data__content-grid:nth-child(even) {
  flex-direction: row-reverse;
}

.page-expert-predictions-methods-data__text-content {
  flex: 1;
  font-size: 1.05em;
  color: #f0f0f0;
}

.page-expert-predictions-methods-data__text-content h3 {
  color: #CC0000;
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-expert-predictions-methods-data__text-content p {
  margin-bottom: 15px;
}

.page-expert-predictions-methods-data__text-content ul {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-expert-predictions-methods-data__text-content li {
  margin-bottom: 8px;
}

.page-expert-predictions-methods-data__image-wrapper {
  flex: 1;
  text-align: center;
}

.page-expert-predictions-methods-data__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

/* Method Cards */
.page-expert-predictions-methods-data__method-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-expert-predictions-methods-data__method-card {
  background-color: #2a2a2a;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  text-align: left;
  display: flex;
  flex-direction: column;
  color: #f0f0f0;
}

.page-expert-predictions-methods-data__method-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-expert-predictions-methods-data__method-image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-expert-predictions-methods-data__method-card p {
  margin-bottom: 15px;
  flex-grow: 1;
}

.page-expert-predictions-methods-data__method-card ul {
  list-style: circle inside;
  margin-left: 15px;
  margin-bottom: 20px;
}

.page-expert-predictions-methods-data__method-card li {
  margin-bottom: 5px;
  font-size: 0.95em;
}

/* Process Grid */
.page-expert-predictions-methods-data__process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-expert-predictions-methods-data__process-step {
  background-color: #2a2a2a;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #f0f0f0;
}

.page-expert-predictions-methods-data__icon-circle {
  width: 70px;
  height: 70px;
  background-color: #CC0000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 2.2em;
  font-weight: bold;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-expert-predictions-methods-data__step-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-expert-predictions-methods-data__process-step p {
  font-size: 0.95em;
  color: #ccc;
}

/* CTA Block */
.page-expert-predictions-methods-data__cta-block {
  text-align: center;
  background-color: #2a2a2a;
  padding: 40px;
  border-radius: 12px;
  margin-top: 60px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-expert-predictions-methods-data__cta-block p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

/* Category Grid */
.page-expert-predictions-methods-data__category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-expert-predictions-methods-data__category-card {
  background-color: #2a2a2a;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-expert-predictions-methods-data__category-image {
  max-width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-expert-predictions-methods-data__category-title {
  font-size: 1.6em;
  color: #CC0000;
  margin-bottom: 15px;
}

.page-expert-predictions-methods-data__category-card p {
  font-size: 0.95em;
  flex-grow: 1;
  margin-bottom: 20px;
}

/* FAQ Section */
.page-expert-predictions-methods-data__section--faq {
  background-color: #1a1a1a;
}

.page-expert-predictions-methods-data__faq-list {
  margin-top: 40px;
}

.page-expert-predictions-methods-data__faq-item {
  background-color: #2a2a2a;
  margin-bottom: 20px;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #f0f0f0;
}

.page-expert-predictions-methods-data__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-expert-predictions-methods-data__faq-question::after {
  content: '+';
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-expert-predictions-methods-data__faq-question.active::after {
  transform: rotate(45deg);
}

.page-expert-predictions-methods-data__faq-answer {
  font-size: 1em;
  color: #ccc;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
  padding-top: 0;
}

.page-expert-predictions-methods-data__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  opacity: 1;
  padding-top: 15px;
}

/* Final CTA Section */
.page-expert-predictions-methods-data__section--cta-final {
  background-color: #CC0000;
  color: #ffffff;
  padding: 80px 0;
}

.page-expert-predictions-methods-data__section--cta-final .page-expert-predictions-methods-data__section-title {
  color: #ffffff;
}

.page-expert-predictions-methods-data__section--cta-final .page-expert-predictions-methods-data__section-title::after {
  background-color: #FFD700;
}

.page-expert-predictions-methods-data__section--cta-final .page-expert-predictions-methods-data__intro-text {
  color: #f0f0f0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-expert-predictions-methods-data__section--cta-final .page-expert-predictions-methods-data__btn--primary {
  background-color: #FFD700;
  border-color: #FFD700;
  color: #333333;
  margin-top: 30px;
}

.page-expert-predictions-methods-data__section--cta-final .page-expert-predictions-methods-data__btn--primary:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #CC0000;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-expert-predictions-methods-data__hero-title {
    font-size: 2.8em;
  }
  .page-expert-predictions-methods-data__hero-subtitle {
    font-size: 1.3em;
  }
  .page-expert-predictions-methods-data__section-title {
    font-size: 2.2em;
  }
  .page-expert-predictions-methods-data__content-grid {
    flex-direction: column;
  }
  .page-expert-predictions-methods-data__content-grid:nth-child(even) {
    flex-direction: column;
  }
  .page-expert-predictions-methods-data__method-card-grid,
  .page-expert-predictions-methods-data__process-grid,
  .page-expert-predictions-methods-data__category-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-expert-predictions-methods-data__hero {
    padding: 80px 0;
  }
  .page-expert-predictions-methods-data__hero-title {
    font-size: 2.2em;
  }
  .page-expert-predictions-methods-data__hero-subtitle {
    font-size: 1.1em;
  }
  .page-expert-predictions-methods-data__section {
    padding: 40px 0;
  }
  .page-expert-predictions-methods-data__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-expert-predictions-methods-data__intro-text {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-expert-predictions-methods-data__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-expert-predictions-methods-data__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-expert-predictions-methods-data__cta-block .page-expert-predictions-methods-data__btn {
    display: block;
    width: fit-content;
    margin: 20px auto 0 auto;
  }
  .page-expert-predictions-methods-data__method-card,
  .page-expert-predictions-methods-data__process-step,
  .page-expert-predictions-methods-data__category-card,
  .page-expert-predictions-methods-data__faq-item {
    padding: 20px;
  }
  .page-expert-predictions-methods-data__method-title,
  .page-expert-predictions-methods-data__step-title,
  .page-expert-predictions-methods-data__category-title,
  .page-expert-predictions-methods-data__faq-question {
    font-size: 1.3em;
  }
}