.page-sports-live-streaming {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is #0a0a0a (dark), so text must be light */
  background-color: #0a0a0a; /* Ensure consistency with shared.css body background */
}

.page-sports-live-streaming__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-sports-live-streaming__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 0;
  min-height: 600px;
  padding-top: var(--header-offset, 120px);
  overflow: hidden;
  background-color: #017439; /* Use brand color for hero background */
  color: #ffffff;
}

.page-sports-live-streaming__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.3;
}

.page-sports-live-streaming__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-sports-live-streaming__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-sports-live-streaming__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-sports-live-streaming__btn-primary,
.page-sports-live-streaming__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  max-width: 100%;
}

.page-sports-live-streaming__btn-primary {
  background-color: #C30808; /* Custom color for register */
  color: #FFFF00; /* Custom font color for register/login */
  border: 2px solid #C30808;
}

.page-sports-live-streaming__btn-primary:hover {
  background-color: #a00606;
  transform: translateY(-2px);
}

.page-sports-live-streaming__btn-secondary {
  background-color: transparent;
  color: #FFFF00; /* Custom font color for register/login */
  border: 2px solid #C30808; /* Use register button color for border */
}

.page-sports-live-streaming__btn-secondary:hover {
  background-color: rgba(195, 8, 8, 0.2);
  transform: translateY(-2px);
}

.page-sports-live-streaming__section {
  padding: 60px 0;
}

.page-sports-live-streaming__dark-bg {
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-sports-live-streaming__light-bg {
  background-color: #f0f0f0;
  color: #333333;
}

.page-sports-live-streaming__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 20px;
  color: inherit;
}

.page-sports-live-streaming__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: inherit;
}

/* Video Section */
.page-sports-live-streaming__video-section {
  padding: 60px 0;
  text-align: center;
}

.page-sports-live-streaming__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0 auto;
}

.page-sports-live-streaming__video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  cursor: pointer;
}

.page-sports-live-streaming__video-caption {
  margin-top: 20px;
  font-size: 0.9em;
  color: #cccccc;
}

/* Feature Grid */
.page-sports-live-streaming__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-sports-live-streaming__feature-card,
.page-sports-live-streaming__step-item,
.page-sports-live-streaming__sport-card,
.page-sports-live-streaming__promotion-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
  color: #333333; /* Dark text on light card background */
  display: flex;
  flex-direction: column;
}

.page-sports-live-streaming__feature-card:hover,
.page-sports-live-streaming__step-item:hover,
.page-sports-live-streaming__sport-card:hover,
.page-sports-live-streaming__promotion-card:hover {
  transform: translateY(-5px);
}

.page-sports-live-streaming__feature-image,
.page-sports-live-streaming__step-image,
.page-sports-live-streaming__sport-image,
.page-sports-live-streaming__promotion-image,
.page-sports-live-streaming__app-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-sports-live-streaming__card-title {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #017439;
}

.page-sports-live-streaming__card-description {
  font-size: 1em;
  color: #555555;
  flex-grow: 1;
}

.page-sports-live-streaming__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-sports-live-streaming__step-title {
  font-size: 1.6em;
  color: #017439;
  margin-bottom: 15px;
}

.page-sports-live-streaming__step-description {
  color: #555555;
}

.page-sports-live-streaming__sports-grid,
.page-sports-live-streaming__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-sports-live-streaming__app-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 40px;
  color: #333333;
}

.page-sports-live-streaming__app-info {
  flex: 1;
  text-align: left;
}

.page-sports-live-streaming__app-info .page-sports-live-streaming__card-title {
  color: #017439;
}

.page-sports-live-streaming__app-info .page-sports-live-streaming__card-description {
  color: #555555;
  margin-bottom: 20px;
}

.page-sports-live-streaming__app-note {
  font-size: 0.9em;
  color: #777777;
  margin-top: 15px;
}

/* FAQ Section */
.page-sports-live-streaming__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-sports-live-streaming__faq-item {
  background-color: #1a1a1a;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-sports-live-streaming__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: #017439;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  color: #ffffff;
}

.page-sports-live-streaming__faq-question:hover {
  background-color: #005a2d;
}

.page-sports-live-streaming__faq-title {
  font-size: 1.2em;
  margin: 0;
  color: inherit;
}

.page-sports-live-streaming__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.page-sports-live-streaming__faq-item.active .page-sports-live-streaming__faq-toggle {
  transform: rotate(45deg);
}

.page-sports-live-streaming__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #1a1a1a;
  color: #cccccc;
}

.page-sports-live-streaming__faq-item.active .page-sports-live-streaming__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show all content */
  padding: 20px 25px;
}

.page-sports-live-streaming__faq-answer p {
  margin: 0;
  color: inherit;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-sports-live-streaming__main-title {
    font-size: 3em;
  }
  .page-sports-live-streaming__section-title {
    font-size: 2em;
  }
  .page-sports-live-streaming__app-cta {
    flex-direction: column;
    text-align: center;
  }
  .page-sports-live-streaming__app-info {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-sports-live-streaming {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-sports-live-streaming__hero-section {
    padding: 60px 0;
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile padding-top */
  }
  .page-sports-live-streaming__main-title {
    font-size: 2.2em;
  }
  .page-sports-live-streaming__subtitle {
    font-size: 1em;
  }
  .page-sports-live-streaming__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-sports-live-streaming__btn-primary,
  .page-sports-live-streaming__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
  }
  .page-sports-live-streaming__section-title {
    font-size: 1.8em;
  }
  .page-sports-live-streaming__section-description {
    font-size: 0.95em;
  }
  .page-sports-live-streaming__grid,
  .page-sports-live-streaming__steps-grid,
  .page-sports-live-streaming__sports-grid,
  .page-sports-live-streaming__promotions-grid {
    grid-template-columns: 1fr;
  }
  .page-sports-live-streaming__feature-card,
  .page-sports-live-streaming__step-item,
  .page-sports-live-streaming__sport-card,
  .page-sports-live-streaming__promotion-card {
    padding: 20px;
  }
  .page-sports-live-streaming__card-title {
    font-size: 1.3em;
  }
  .page-sports-live-streaming__app-cta {
    padding: 25px;
  }
  .page-sports-live-streaming__app-image {
    width: 80%;
  }

  /* Mobile image responsiveness */
  .page-sports-live-streaming img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-sports-live-streaming__section,
  .page-sports-live-streaming__card,
  .page-sports-live-streaming__container,
  .page-sports-live-streaming__app-cta,
  .page-sports-live-streaming__video-section,
  .page-sports-live-streaming__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  /* Mobile video responsiveness */
  .page-sports-live-streaming video,
  .page-sports-live-streaming__video-player {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-sports-live-streaming__video-wrapper {
    padding-bottom: 56.25% !important; /* Maintain aspect ratio */
    height: 0 !important;
  }
}

@media (max-width: 480px) {
  .page-sports-live-streaming__main-title {
    font-size: 1.8em;
  }
  .page-sports-live-streaming__section-title {
    font-size: 1.5em;
  }
  .page-sports-live-streaming__faq-question {
    padding: 15px 20px;
  }
  .page-sports-live-streaming__faq-title {
    font-size: 1em;
  }
  .page-sports-live-streaming__faq-answer {
    padding: 0 20px;
  }
  .page-sports-live-streaming__faq-item.active .page-sports-live-streaming__faq-answer {
    padding: 15px 20px;
  }
}