.page-live-streaming-previews {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-live-streaming-previews a {
  color: #1A237E;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-live-streaming-previews a:hover {
  color: #FFD700;
}

.page-live-streaming-previews__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-live-streaming-previews__hero-banner {
  background: linear-gradient(135deg, #1A237E 0%, #303F9F 100%);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.page-live-streaming-previews__hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:sports_stadium_lights,abstract_lines,dynamic_energy]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 0;
}

.page-live-streaming-previews__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.page-live-streaming-previews__hero-content h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

.page-live-streaming-previews__hero-content h1 a {
  color: #FFD700;
}

.page-live-streaming-previews__hero-content p {
  font-size: 1.2em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-live-streaming-previews__hero-content p a {
  color: #FFD700;
  font-weight: bold;
}

.page-live-streaming-previews__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A237E;
  padding: 15px 35px;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-live-streaming-previews__cta-button:hover {
  background-color: #ffe033;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-live-streaming-previews__cta-button--small {
  padding: 10px 25px;
  font-size: 0.9em;
}

.page-live-streaming-previews__section {
  padding: 60px 0;
  text-align: center;
}

.page-live-streaming-previews__section:nth-of-type(even) {
  background-color: #ffffff;
}

.page-live-streaming-previews__section h2 {
  font-size: 2.5em;
  color: #1A237E;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-live-streaming-previews__section h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-live-streaming-previews__section h3 {
  font-size: 1.8em;
  color: #1A237E;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-live-streaming-previews__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-live-streaming-previews__grid-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-live-streaming-previews__grid-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-live-streaming-previews__feature-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.page-live-streaming-previews__grid-item h3 {
  margin-top: 0;
  font-size: 1.5em;
  color: #1A237E;
}

.page-live-streaming-previews__grid-item p {
  font-size: 1em;
  color: #555555;
}

.page-live-streaming-previews__grid--sports {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.page-live-streaming-previews__sport-card {
  background-color: #f0f2f5;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.page-live-streaming-previews__sport-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-live-streaming-previews__sport-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.page-live-streaming-previews__sport-card h3 {
  padding: 15px 20px 0;
  font-size: 1.4em;
  color: #1A237E;
}

.page-live-streaming-previews__sport-card p {
  padding: 0 20px 20px;
  font-size: 0.95em;
  color: #666666;
}

.page-live-streaming-previews__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-live-streaming-previews__step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.page-live-streaming-previews__step-icon {
  background-color: #1A237E;
  color: #FFD700;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
  border: 3px solid #FFD700;
}

.page-live-streaming-previews__step-item h3 {
  margin-top: 0;
  font-size: 1.6em;
  color: #1A237E;
}

.page-live-streaming-previews__step-item p {
  color: #555555;
  font-size: 1em;
}

.page-live-streaming-previews__faq-list {
  margin-top: 40px;
  text-align: left;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #1A237E;
  flex-grow: 1;
}

.faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: #FFD700;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
  color: #444444;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 15px 25px;
  border-top: 1px solid #e0e0e0;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #1A237E;
}

.page-live-streaming-previews__promotions {
  background-color: #1A237E;
  color: #ffffff;
  padding: 60px 20px;
}

.page-live-streaming-previews__promotions h2 {
  color: #FFD700;
}

.page-live-streaming-previews__promotions h2::after {
  background-color: #FFD700;
}

.page-live-streaming-previews__promotions p {
  font-size: 1.1em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-live-streaming-previews__promotions p a {
  color: #FFD700;
  font-weight: bold;
}

.page-live-streaming-previews__conclusion {
  padding-bottom: 80px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-live-streaming-previews__hero-content h1 {
    font-size: 2.5em;
  }
  .page-live-streaming-previews__section h2 {
    font-size: 2em;
  }
  .page-live-streaming-previews__grid,
  .page-live-streaming-previews__steps {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-live-streaming-previews__hero-banner {
    padding: 60px 15px;
  }
  .page-live-streaming-previews__hero-content h1 {
    font-size: 2em;
  }
  .page-live-streaming-previews__hero-content p {
    font-size: 1em;
  }
  .page-live-streaming-previews__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-live-streaming-previews__section {
    padding: 40px 0;
  }
  .page-live-streaming-previews__section h2 {
    font-size: 1.8em;
  }
  .page-live-streaming-previews__section h3 {
    font-size: 1.4em;
  }
  .page-live-streaming-previews__grid-item,
  .page-live-streaming-previews__sport-card,
  .page-live-streaming-previews__step-item {
    padding: 20px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 1.5em;
  }
  .faq-item.active .faq-answer {
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .page-live-streaming-previews__hero-content h1 {
    font-size: 1.6em;
  }
  .page-live-streaming-previews__hero-content p {
    font-size: 0.9em;
  }
  .page-live-streaming-previews__section h2 {
    font-size: 1.5em;
  }
  .page-live-streaming-previews__feature-img,
  .page-live-streaming-previews__sport-img {
    height: 180px;
  }
  .page-live-streaming-previews__step-icon {
    width: 50px;
    height: 50px;
    font-size: 1.8em;
  }
}