.page-resources-ga-cam-67-live-streaming-tips {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #E2E8F0; /* Light text on dark background */
  background-color: #1A202C;
}

.page-resources-ga-cam-67-live-streaming-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-ga-cam-67-live-streaming-tips__hero {
  background: linear-gradient(135deg, #1A202C 0%, #303A4A 100%);
  padding: 100px 0;
  text-align: center;
  color: #E2E8F0;
  position: relative;
  overflow: hidden;
}

.page-resources-ga-cam-67-live-streaming-tips__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,dark_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-ga-cam-67-live-streaming-tips__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #FFD700;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-ga-cam-67-live-streaming-tips__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-resources-ga-cam-67-live-streaming-tips__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.page-resources-ga-cam-67-live-streaming-tips__btn--primary {
  background-color: #FFD700;
  color: #1A202C;
  border: 2px solid #FFD700;
}

.page-resources-ga-cam-67-live-streaming-tips__btn--primary:hover {
  background-color: #E6C200;
  border-color: #E6C200;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-ga-cam-67-live-streaming-tips__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-resources-ga-cam-67-live-streaming-tips__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-ga-cam-67-live-streaming-tips__section {
  padding: 60px 0;
}

.page-resources-ga-cam-67-live-streaming-tips__section--intro {
  background-color: #1A202C;
  text-align: center;
}

.page-resources-ga-cam-67-live-streaming-tips__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  text-align: center;
  color: #FFD700;
  font-weight: 700;
  position: relative;
}

.page-resources-ga-cam-67-live-streaming-tips__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-ga-cam-67-live-streaming-tips__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-ga-cam-67-live-streaming-tips__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-ga-cam-67-live-streaming-tips__image--large {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.page-resources-ga-cam-67-live-streaming-tips__section--tips {
  background-color: #2D3748;
}

.page-resources-ga-cam-67-live-streaming-tips__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-ga-cam-67-live-streaming-tips__grid-item {
  background-color: #1A202C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-ga-cam-67-live-streaming-tips__grid-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6);
}

.page-resources-ga-cam-67-live-streaming-tips__item-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-ga-cam-67-live-streaming-tips__grid-item p {
  font-size: 1em;
  color: #CBD5E0;
  margin-bottom: 20px;
}

.page-resources-ga-cam-67-live-streaming-tips__grid-item .page-resources-ga-cam-67-live-streaming-tips__image {
  max-height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-resources-ga-cam-67-live-streaming-tips__link-inline {
  color: #FFD700;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.page-resources-ga-cam-67-live-streaming-tips__link-inline:hover {
  color: #E6C200;
  text-decoration: underline;
}

.page-resources-ga-cam-67-live-streaming-tips__section--benefits {
  background-color: #1A202C;
}

.page-resources-ga-cam-67-live-streaming-tips__list {
  list-style: none;
  padding: 0;
  margin: 0 auto 40px auto;
  max-width: 900px;
}

.page-resources-ga-cam-67-live-streaming-tips__list li {
  background-color: #2D3748;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #E2E8F0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-left: 50px;
}

.page-resources-ga-cam-67-live-streaming-tips__list li::before {
  content: '✔';
  color: #FFD700;
  font-size: 1.5em;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.page-resources-ga-cam-67-live-streaming-tips__section--cta {
  background-color: #2D3748;
  text-align: center;
}

.page-resources-ga-cam-67-live-streaming-tips__btn-group {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-ga-cam-67-live-streaming-tips__section--faq {
  background-color: #1A202C;
}

.page-resources-ga-cam-67-live-streaming-tips__faq-item {
  background-color: #2D3748;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-ga-cam-67-live-streaming-tips__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources-ga-cam-67-live-streaming-tips__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-resources-ga-cam-67-live-streaming-tips__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-ga-cam-67-live-streaming-tips__faq-answer {
  font-size: 1em;
  color: #CBD5E0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding-top: 0;
}

.page-resources-ga-cam-67-live-streaming-tips__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  padding-top: 15px;
}

.page-resources-ga-cam-67-live-streaming-tips__disclaimer {
  background-color: #1A202C;
  padding: 40px 0;
  text-align: center;
  font-size: 0.9em;
  color: #A0AEC0;
  border-top: 1px solid #303A4A;
}

@media (max-width: 768px) {
  .page-resources-ga-cam-67-live-streaming-tips__hero-title {
    font-size: 2.5em;
  }

  .page-resources-ga-cam-67-live-streaming-tips__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-ga-cam-67-live-streaming-tips__section-title {
    font-size: 2em;
  }

  .page-resources-ga-cam-67-live-streaming-tips__btn-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-ga-cam-67-live-streaming-tips__btn--secondary {
    margin-left: 0;
  }

  .page-resources-ga-cam-67-live-streaming-tips__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-resources-ga-cam-67-live-streaming-tips__hero {
    padding: 60px 0;
  }

  .page-resources-ga-cam-67-live-streaming-tips__hero-title {
    font-size: 2em;
  }

  .page-resources-ga-cam-67-live-streaming-tips__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-ga-cam-67-live-streaming-tips__section {
    padding: 40px 0;
  }

  .page-resources-ga-cam-67-live-streaming-tips__section-title {
    font-size: 1.8em;
  }

  .page-resources-ga-cam-67-live-streaming-tips__item-title {
    font-size: 1.5em;
  }
}