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

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

.page-expert-opinions-player-psychology__hero-section {
  background: linear-gradient(135deg, #0A192F, #2C3E50);
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
}

.page-expert-opinions-player-psychology__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

.page-expert-opinions-player-psychology__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-expert-opinions-player-psychology__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A192F;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid #FFD700;
}

.page-expert-opinions-player-psychology__cta-button:hover {
  background-color: #0A192F;
  color: #FFD700;
  border-color: #FFD700;
}

.page-expert-opinions-player-psychology__cta-button--large {
    padding: 18px 35px;
    font-size: 1.3em;
    margin-right: 15px;
}

.page-expert-opinions-player-psychology__cta-button--secondary {
    background-color: transparent;
    color: #FFD700;
    border-color: #FFD700;
}

.page-expert-opinions-player-psychology__cta-button--secondary:hover {
    background-color: #FFD700;
    color: #0A192F;
}

.page-expert-opinions-player-psychology__content-section {
  padding: 60px 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #eee;
}

.page-expert-opinions-player-psychology__section--dark-bg {
  background-color: #0A192F;
  color: #E0E0E0;
}

.page-expert-opinions-player-psychology__section--dark-bg .page-expert-opinions-player-psychology__section-title,
.page-expert-opinions-player-psychology__section--dark-bg .page-expert-opinions-player-psychology__sub-title {
  color: #FFD700;
}

.page-expert-opinions-player-psychology__section--dark-bg .page-expert-opinions-player-psychology__inline-cta {
    color: #FFD700;
}

.page-expert-opinions-player-psychology__section--dark-bg .page-expert-opinions-player-psychology__inline-cta:hover {
    color: #FFFFFF;
}

.page-expert-opinions-player-psychology__section-title {
  font-size: 2.5em;
  color: #0A192F;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-expert-opinions-player-psychology__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-opinions-player-psychology__sub-title {
  font-size: 1.8em;
  color: #0A192F;
  margin-top: 35px;
  margin-bottom: 20px;
}

.page-expert-opinions-player-psychology__section--dark-bg .page-expert-opinions-player-psychology__sub-title {
    color: #FFD700;
}

.page-expert-opinions-player-psychology ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.page-expert-opinions-player-psychology ul li {
  margin-bottom: 10px;
}

.page-expert-opinions-player-psychology__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-expert-opinions-player-psychology__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-expert-opinions-player-psychology__inline-cta {
    color: #0A192F;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid #FFD700;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.page-expert-opinions-player-psychology__inline-cta:hover {
    color: #FFD700;
    border-color: #0A192F;
}

.page-expert-opinions-player-psychology__cta-section {
  background-color: #FFD700;
  color: #0A192F;
  padding: 80px 0;
  text-align: center;
}

.page-expert-opinions-player-psychology__cta-section .page-expert-opinions-player-psychology__section-title {
  color: #0A192F;
}

.page-expert-opinions-player-psychology__cta-section .page-expert-opinions-player-psychology__section-title::after {
  background-color: #0A192F;
}

.page-expert-opinions-player-psychology__cta-section p {
  font-size: 1.1em;
  margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-expert-opinions-player-psychology__main-title {
    font-size: 2.5em;
  }

  .page-expert-opinions-player-psychology__section-title {
    font-size: 2em;
  }

  .page-expert-opinions-player-psychology__sub-title {
    font-size: 1.5em;
  }
  
  .page-expert-opinions-player-psychology__hero-section {
      padding: 60px 0;
  }

  .page-expert-opinions-player-psychology__content-section {
      padding: 40px 0;
  }

  .page-expert-opinions-player-psychology__cta-button {
      padding: 12px 25px;
      font-size: 1em;
  }

  .page-expert-opinions-player-psychology__cta-button--large {
      margin-right: 0;
      margin-bottom: 15px;
  }

  .page-expert-opinions-player-psychology__cta-button--secondary {
      margin-left: 0;
  }
}

@media (max-width: 480px) {
  .page-expert-opinions-player-psychology__main-title {
    font-size: 2em;
  }

  .page-expert-opinions-player-psychology__intro-text {
    font-size: 1em;
  }

  .page-expert-opinions-player-psychology__section-title {
    font-size: 1.8em;
  }

  .page-expert-opinions-player-psychology__sub-title {
    font-size: 1.3em;
  }

  .page-expert-opinions-player-psychology__cta-button--large,
  .page-expert-opinions-player-psychology__cta-button--secondary {
      display: block;
      width: 100%;
      margin-bottom: 15px;
      margin-right: 0;
      margin-left: 0;
  }
}