/* style/blog-jili-new-player-guide.css */
.page-blog-jili-new-player-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
}

.page-blog-jili-new-player-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  overflow: hidden;
  background-color: #0A0A0A; /* Background */
}

.page-blog-jili-new-player-guide__video-container {
  width: 100%;
  max-width: 1200px; /* Desktop width */
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
}

.page-blog-jili-new-player-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.page-blog-jili-new-player-guide__hero-content {
  max-width: 900px;
  padding: 40px 20px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.page-blog-jili-new-player-guide__main-title {
  font-size: clamp(2em, 4vw, 3.2em); /* Clamp for responsive H1 */
  font-weight: 700;
  color: #FFD36B; /* Glow */
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}