.page-expert-predictions-betting-strategy-guide {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #0A192F;
  line-height: 1.6;
}

.page-expert-predictions-betting-strategy-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-expert-predictions-betting-strategy-guide__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #1a3a60 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #FFD700;
}

.page-expert-predictions-betting-strategy-guide__hero-section::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background-color: rgba(255, 215, 0, 0.1);
  border-radius: 50%;
  filter: blur(50px);
  animation: page-expert-predictions-betting-strategy-guide__bubble-1 15s infinite ease-in-out;
}

.page-expert-predictions-betting-strategy-guide__hero-section::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background-color: rgba(255, 215, 0, 0.15);
  border-radius: 50%;
  filter: blur(40px);
  animation: page-expert-predictions-betting-strategy-guide__bubble-2 12s infinite ease-in-out;
}

@keyframes page-expert-predictions-betting-strategy-guide__bubble-1 {
  0% { transform: translate(0, 0) scale(1); opacity: 0.8; }
  50% { transform: translate(50px, 50px) scale(1.1); opacity: 0.6; }
  100% { transform: translate(0, 0) scale(1); opacity: 0.8; }
}

@keyframes page-expert-predictions-betting-strategy-guide__bubble-2 {
  0% { transform: translate(0, 0) scale(1); opacity: 0.7; }
  50% { transform: translate(-40px, -40px) scale(1.05); opacity: 0.5; }
  100% { transform: translate(0, 0) scale(1); opacity: 0.7; }
}

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

.page-expert-predictions-betting-strategy-guide__hero-subtitle {
  font-size: 1.5em;
  color: #C0C0C0;
  margin-bottom: 40px;
}

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

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

.page-expert-predictions-betting-strategy-guide__cta-button--large {
  padding: 20px 40px;
  font-size: 1.5em;
}

.page-expert-predictions-betting-strategy-guide__introduction,
.page-expert-predictions-betting-strategy-guide__content-section,
.page-expert-predictions-betting-strategy-guide__strategy-guide,
.page-expert-predictions-betting-strategy-guide__common-mistakes,
.page-expert-predictions-betting-strategy-guide__mcw-advantages,
.page-expert-predictions-betting-strategy-guide__faq,
.page-expert-predictions-betting-strategy-guide__cta-final {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-expert-predictions-betting-strategy-guide__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-expert-predictions-betting-strategy-guide__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-betting-strategy-guide h2,
.page-expert-predictions-betting-strategy-guide h3 {
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-expert-predictions-betting-strategy-guide h2 {
  font-size: 2em;
}

.page-expert-predictions-betting-strategy-guide h3 {
  font-size: 1.5em;
  color: #FFD700;
}

.page-expert-predictions-betting-strategy-guide p {
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-expert-predictions-betting-strategy-guide ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-expert-predictions-betting-strategy-guide ul li {
  margin-bottom: 10px;
}

.page-expert-predictions-betting-strategy-guide a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-expert-predictions-betting-strategy-guide a:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-expert-predictions-betting-strategy-guide__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-expert-predictions-betting-strategy-guide__faq-item {
  background-color: #1a2a40;
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-expert-predictions-betting-strategy-guide__faq-item h3 {
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.3em;
}

.page-expert-predictions-betting-strategy-guide__faq-item p {
  color: #C0C0C0;
}

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

  .page-expert-predictions-betting-strategy-guide__hero-subtitle {
    font-size: 1.2em;
  }

  .page-expert-predictions-betting-strategy-guide__section-title {
    font-size: 2em;
  }

  .page-expert-predictions-betting-strategy-guide h2 {
    font-size: 1.8em;
  }

  .page-expert-predictions-betting-strategy-guide h3 {
    font-size: 1.3em;
  }

  .page-expert-predictions-betting-strategy-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-expert-predictions-betting-strategy-guide__cta-button--large {
    padding: 15px 30px;
    font-size: 1.2em;
  }

  .page-expert-predictions-betting-strategy-guide__introduction,
  .page-expert-predictions-betting-strategy-guide__content-section,
  .page-expert-predictions-betting-strategy-guide__strategy-guide,
  .page-expert-predictions-betting-strategy-guide__common-mistakes,
  .page-expert-predictions-betting-strategy-guide__mcw-advantages,
  .page-expert-predictions-betting-strategy-guide__faq,
  .page-expert-predictions-betting-strategy-guide__cta-final {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .page-expert-predictions-betting-strategy-guide__hero-title {
    font-size: 2em;
  }

  .page-expert-predictions-betting-strategy-guide__hero-subtitle {
    font-size: 1em;
  }

  .page-expert-predictions-betting-strategy-guide__section-title {
    font-size: 1.8em;
  }

  .page-expert-predictions-betting-strategy-guide h2 {
    font-size: 1.5em;
  }

  .page-expert-predictions-betting-strategy-guide h3 {
    font-size: 1.2em;
  }

  .page-expert-predictions-betting-strategy-guide__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-expert-predictions-betting-strategy-guide__cta-button--large {
    padding: 12px 25px;
    font-size: 1em;
  }
}