.page-expert-predictions {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

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

.page-expert-predictions__hero {
  background: linear-gradient(135deg, #0A2463, #3C5C96);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-expert-predictions__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,blue_gold_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-expert-predictions__hero > div {
  position: relative;
  z-index: 1;
}

.page-expert-predictions__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-expert-predictions__subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-expert-predictions__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2463;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-expert-predictions__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-expert-predictions__intro, .page-expert-predictions__predictions-categories, .page-expert-predictions__methodology, .page-expert-predictions__tips, .page-expert-predictions__cta-bottom, .page-expert-predictions__faq {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-expert-predictions__intro {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.page-expert-predictions__section-heading {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-expert-predictions__intro p {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #555;
}

.page-expert-predictions__features {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  flex-wrap: wrap;
}

.page-expert-predictions__feature-item {
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  text-align: center;
  padding: 30px;
  background-color: #f2f7ff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

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

.page-expert-predictions__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.page-expert-predictions__feature-item h3 {
  font-size: 1.5em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-expert-predictions__feature-item p {
  font-size: 1em;
  color: #666;
  text-align: center;
}

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

.page-expert-predictions__category-card {
  background-color: #fdfdfd;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-expert-predictions__category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-expert-predictions__category-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 3px solid #FFD700;
}

.page-expert-predictions__category-card h3 {
  font-size: 1.8em;
  color: #0A2463;
  padding: 20px 20px 10px;
  margin: 0;
}

.page-expert-predictions__category-card h3 a {
  color: #0A2463;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-expert-predictions__category-card h3 a:hover {
  color: #FFD700;
}

.page-expert-predictions__category-card p {
  font-size: 1em;
  color: #666;
  padding: 0 20px 20px;
  flex-grow: 1;
}

.page-expert-predictions__button {
  display: inline-block;
  background-color: #0A2463;
  color: #FFD700;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  margin: 0 20px 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  align-self: flex-start;
}

.page-expert-predictions__button:hover {
  background-color: #1a3a7c;
  transform: translateY(-2px);
}

.page-expert-predictions__methodology ol {
  list-style: none;
  padding: 0;
  counter-reset: item;
}

.page-expert-predictions__methodology li {
  counter-increment: item;
  display: flex;
  margin-bottom: 30px;
  align-items: flex-start;
}

.page-expert-predictions__methodology li::before {
  content: counter(item);
  font-size: 2.5em;
  font-weight: bold;
  color: #FFD700;
  margin-right: 20px;
  flex-shrink: 0;
  line-height: 1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.page-expert-predictions__methodology h4 {
  font-size: 1.6em;
  color: #0A2463;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-expert-predictions__methodology p {
  font-size: 1em;
  color: #555;
  margin: 0;
}

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

.page-expert-predictions__tip-list li {
  background-color: #f2f7ff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-expert-predictions__tip-list li:hover {
  transform: translateY(-5px);
}

.page-expert-predictions__tip-list h4 {
  font-size: 1.6em;
  color: #0A2463;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-expert-predictions__tip-list p {
  font-size: 1em;
  color: #555;
  margin: 0;
}

.page-expert-predictions__cta-bottom {
  text-align: center;
  background: linear-gradient(90deg, #0A2463, #1A3A7C);
  color: #ffffff;
  padding: 80px 0;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.page-expert-predictions__cta-bottom .page-expert-predictions__section-heading {
  color: #FFD700;
}

.page-expert-predictions__cta-bottom p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #e0e0e0;
}

.page-expert-predictions__cta-bottom .page-expert-predictions__cta-button {
  margin: 0 15px;
}

.page-expert-predictions__cta-button--secondary {
  background-color: transparent;
  border: 2px solid #FFD700;
  color: #FFD700;
}

.page-expert-predictions__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #0A2463;
  transform: translateY(-3px);
}

.page-expert-predictions__faq {
  background-color: #fdfdfd;
}

.page-expert-predictions__accordion-item {
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.page-expert-predictions__accordion-header {
  background-color: #0A2463;
  color: #FFD700;
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-expert-predictions__accordion-header:hover {
  background-color: #1a3a7c;
}

.page-expert-predictions__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-expert-predictions__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-expert-predictions__accordion-content {
  padding: 0 25px;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-expert-predictions__accordion-content p {
  padding: 15px 0;
  margin: 0;
  color: #555;
  font-size: 1em;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-expert-predictions__title {
    font-size: 2.8em;
  }
  .page-expert-predictions__subtitle {
    font-size: 1.2em;
  }
  .page-expert-predictions__section-heading {
    font-size: 2em;
  }
  .page-expert-predictions__features {
    flex-direction: column;
    align-items: center;
  }
  .page-expert-predictions__feature-item {
    max-width: 80%;
  }
  .page-expert-predictions__category-grid {
    grid-template-columns: 1fr;
  }
  .page-expert-predictions__methodology li {
    flex-direction: column;
    text-align: center;
  }
  .page-expert-predictions__methodology li::before {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page-expert-predictions__cta-bottom .page-expert-predictions__cta-button {
    display: block;
    margin: 15px auto;
  }
}

@media (max-width: 576px) {
  .page-expert-predictions__title {
    font-size: 2.2em;
  }
  .page-expert-predictions__subtitle {
    font-size: 1em;
  }
  .page-expert-predictions__hero {
    padding: 80px 0;
  }
  .page-expert-predictions__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-expert-predictions__section-heading {
    font-size: 1.8em;
  }
  .page-expert-predictions__intro, .page-expert-predictions__predictions-categories, .page-expert-predictions__methodology, .page-expert-predictions__tips, .page-expert-predictions__cta-bottom, .page-expert-predictions__faq {
    padding: 40px 0;
  }
  .page-expert-predictions__feature-item, .page-expert-predictions__tip-list li {
    padding: 20px;
  }
  .page-expert-predictions__category-card h3 {
    font-size: 1.5em;
  }
  .page-expert-predictions__button {
    font-size: 0.9em;
  }
  .page-expert-predictions__accordion-header {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-expert-predictions__accordion-content p {
    padding: 10px 0;
  }
}