.page-live-stream-tutorials-pro-player-interviews {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-live-stream-tutorials-pro-player-interviews__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-live-stream-tutorials-pro-player-interviews__hero {
  background: linear-gradient(135deg, #007bff, #0056b3); /* Darker blue for better contrast */
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-live-stream-tutorials-pro-player-interviews__hero-image {
  position: absolute;
  bottom: -20px;
  right: -50px;
  width: 400px;
  height: auto;
  opacity: 0.2;
  transform: rotate(15deg);
  filter: grayscale(100%);
  pointer-events: none;
  z-index: 0;
}

.page-live-stream-tutorials-pro-player-interviews__hero .page-live-stream-tutorials-pro-player-interviews__container {
  position: relative;
  z-index: 1;
}

.page-live-stream-tutorials-pro-player-interviews__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
}

.page-live-stream-tutorials-pro-player-interviews__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-live-stream-tutorials-pro-player-interviews__section {
  padding: 60px 0;
  text-align: center;
}

.page-live-stream-tutorials-pro-player-interviews__section--alt-bg {
  background-color: #e9ecef;
}

.page-live-stream-tutorials-pro-player-interviews__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #0056b3;
  font-weight: bold;
}

.page-live-stream-tutorials-pro-player-interviews__text {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #495057;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-live-stream-tutorials-pro-player-interviews__button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-live-stream-tutorials-pro-player-interviews__button--primary {
  background-color: #ffc107;
  color: #333;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.page-live-stream-tutorials-pro-player-interviews__button--primary:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-live-stream-tutorials-pro-player-interviews__button--secondary {
  background-color: #007bff;
  color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.page-live-stream-tutorials-pro-player-interviews__button--secondary:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

.page-live-stream-tutorials-pro-player-interviews__player-grid,
.page-live-stream-tutorials-pro-player-interviews__video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-live-stream-tutorials-pro-player-interviews__player-card,
.page-live-stream-tutorials-pro-player-interviews__video-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-live-stream-tutorials-pro-player-interviews__player-card:hover,
.page-live-stream-tutorials-pro-player-interviews__video-card:hover {
  transform: translateY(-5px);
}

.page-live-stream-tutorials-pro-player-interviews__player-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 4px solid #ffc107;
}

.page-live-stream-tutorials-pro-player-interviews__player-name {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-live-stream-tutorials-pro-player-interviews__player-bio {
  font-size: 1em;
  color: #666;
}

.page-live-stream-tutorials-pro-player-interviews__video-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-live-stream-tutorials-pro-player-interviews__video-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-live-stream-tutorials-pro-player-interviews__video-description {
  font-size: 1em;
  color: #666;
  margin-bottom: 20px;
}

.page-live-stream-tutorials-pro-player-interviews__interview-qa {
  margin-top: 40px;
  text-align: left;
}

.page-live-stream-tutorials-pro-player-interviews__qa-item {
  background-color: #fff;
  border-left: 5px solid #ffc107;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-live-stream-tutorials-pro-player-interviews__qa-question {
  font-size: 1.3em;
  color: #007bff;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-live-stream-tutorials-pro-player-interviews__qa-answer {
  font-size: 1em;
  color: #495057;
}

.page-live-stream-tutorials-pro-player-interviews__image-full-width {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-live-stream-tutorials-pro-player-interviews__cta-section {
  padding: 80px 0;
  background-color: #007bff;
  color: #fff;
}

.page-live-stream-tutorials-pro-player-interviews__cta-section .page-live-stream-tutorials-pro-player-interviews__section-title,
.page-live-stream-tutorials-pro-player-interviews__cta-section .page-live-stream-tutorials-pro-player-interviews__text {
  color: #fff;
}

.page-live-stream-tutorials-pro-player-interviews__button-group {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-live-stream-tutorials-pro-player-interviews__offer-text {
  margin-top: 30px;
  font-size: 1.1em;
  color: #e0e0e0;
}

.page-live-stream-tutorials-pro-player-interviews__link-inline {
  color: #ffc107;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-live-stream-tutorials-pro-player-interviews__link-inline:hover {
  color: #fff;
}

.page-live-stream-tutorials-pro-player-interviews__faq-list {
  margin-top: 40px;
  text-align: left;
}

.page-live-stream-tutorials-pro-player-interviews__faq-item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  padding: 20px 25px;
}

.page-live-stream-tutorials-pro-player-interviews__faq-question {
  font-size: 1.2em;
  color: #007bff;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-live-stream-tutorials-pro-player-interviews__faq-answer {
  font-size: 1em;
  color: #495057;
}

.page-live-stream-tutorials-pro-player-interviews .highlight {
  color: #ffc107;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-live-stream-tutorials-pro-player-interviews__title {
    font-size: 2.5em;
  }

  .page-live-stream-tutorials-pro-player-interviews__subtitle {
    font-size: 1.2em;
  }

  .page-live-stream-tutorials-pro-player-interviews__section-title {
    font-size: 2em;
  }

  .page-live-stream-tutorials-pro-player-interviews__hero-image {
    width: 250px;
    bottom: 0;
    right: -20px;
  }

  .page-live-stream-tutorials-pro-player-interviews__player-grid,
  .page-live-stream-tutorials-pro-player-interviews__video-grid {
    grid-template-columns: 1fr;
  }

  .page-live-stream-tutorials-pro-player-interviews__button-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-live-stream-tutorials-pro-player-interviews__button {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-live-stream-tutorials-pro-player-interviews__title {
    font-size: 2em;
  }

  .page-live-stream-tutorials-pro-player-interviews__subtitle {
    font-size: 1em;
  }

  .page-live-stream-tutorials-pro-player-interviews__section-title {
    font-size: 1.8em;
  }

  .page-live-stream-tutorials-pro-player-interviews__hero {
    padding: 60px 0;
  }

  .page-live-stream-tutorials-pro-player-interviews__section {
    padding: 40px 0;
  }

  .page-live-stream-tutorials-pro-player-interviews__hero-image {
    display: none;
  }
}