.page-resources-top-strategies-for-game-bai {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background handled by shared.css var(--dark-bg-1) */
}

.page-resources-top-strategies-for-game-bai__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensures content is below fixed header */
  background-color: var(--dark-bg-1); /* Inherit from shared, but ensure contrast */
  color: #ffffff;
  overflow: hidden;
}

.page-resources-top-strategies-for-game-bai__hero-content {
  z-index: 1;
  max-width: 900px;
  margin-bottom: 30px;
}

.page-resources-top-strategies-for-game-bai__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-top-strategies-for-game-bai__hero-description {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-top-strategies-for-game-bai__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-top-strategies-for-game-bai__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-resources-top-strategies-for-game-bai__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4); /* Darken image for text readability */
}

.page-resources-top-strategies-for-game-bai__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #ffffff; /* Light background for main content */
  color: #333333; /* Dark text for light background */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-40px);
  position: relative;
  z-index: 2;
}

.page-resources-top-strategies-for-game-bai__container {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-top-strategies-for-game-bai__section-title {
  font-size: 2.5em;
  color: #017439;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-top-strategies-for-game-bai__subsection-title {
  font-size: 1.8em;
  color: #017439;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-top-strategies-for-game-bai__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-top-strategies-for-game-bai__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-top-strategies-for-game-bai__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-resources-top-strategies-for-game-bai__list-item {
  margin-bottom: 10px;
}

.page-resources-top-strategies-for-game-bai__text-link {
  color: #017439;
  text-decoration: underline;
}

.page-resources-top-strategies-for-game-bai__text-link:hover {
  color: #005f2c;
  text-decoration: none;
}

.page-resources-top-strategies-for-game-bai__btn-primary,
.page-resources-top-strategies-for-game-bai__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-resources-top-strategies-for-game-bai__btn-primary {
  background-color: #C30808; /* Custom color for register/login */
  color: #FFFF00; /* Custom font color for register/login */
  border: 2px solid #C30808;
}

.page-resources-top-strategies-for-game-bai__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-resources-top-strategies-for-game-bai__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-top-strategies-for-game-bai__btn-secondary:hover {
  background-color: #ffffff;
  color: #017439;
}

.page-resources-top-strategies-for-game-bai__cta-section {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* FAQ Styles */
.page-resources-top-strategies-for-game-bai__faq-list {
  margin-top: 40px;
}

.page-resources-top-strategies-for-game-bai__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-top-strategies-for-game-bai__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: #333333;
  background-color: #f0f0f0;
  transition: background-color 0.3s ease;
}

.page-resources-top-strategies-for-game-bai__faq-question:hover {
  background-color: #e5e5e5;
}

.page-resources-top-strategies-for-game-bai__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-top-strategies-for-game-bai__faq-item.active .page-resources-top-strategies-for-game-bai__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-top-strategies-for-game-bai__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-resources-top-strategies-for-game-bai__faq-item.active .page-resources-top-strategies-for-game-bai__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

.page-resources-top-strategies-for-game-bai__faq-answer p {
  margin-bottom: 0;
}

/* Video Section */
.page-resources-top-strategies-for-game-bai__video-section {
  background-color: #017439; /* Brand color background */
  padding: 60px 20px;
  text-align: center;
  color: #ffffff;
}

.page-resources-top-strategies-for-game-bai__video-section .page-resources-top-strategies-for-game-bai__section-title {
  color: #ffffff;
}

.page-resources-top-strategies-for-game-bai__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 900px;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-top-strategies-for-game-bai__video-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-resources-top-strategies-for-game-bai__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-top-strategies-for-game-bai__hero-title {
    font-size: 3em;
  }
  .page-resources-top-strategies-for-game-bai__hero-description {
    font-size: 1.2em;
  }
  .page-resources-top-strategies-for-game-bai__section-title {
    font-size: 2em;
  }
  .page-resources-top-strategies-for-game-bai__subsection-title {
    font-size: 1.5em;
  }
  .page-resources-top-strategies-for-game-bai__paragraph,
  .page-resources-top-strategies-for-game-bai__list-item {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-resources-top-strategies-for-game-bai__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-top-strategies-for-game-bai__hero-title {
    font-size: 2.2em;
  }
  .page-resources-top-strategies-for-game-bai__hero-description {
    font-size: 1em;
  }
  .page-resources-top-strategies-for-game-bai__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-top-strategies-for-game-bai__btn-primary,
  .page-resources-top-strategies-for-game-bai__btn-secondary {
    padding: 12px 25px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-top-strategies-for-game-bai__content-area {
    padding: 30px 15px;
    transform: translateY(-20px);
  }
  .page-resources-top-strategies-for-game-bai__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page-resources-top-strategies-for-game-bai__subsection-title {
    font-size: 1.3em;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .page-resources-top-strategies-for-game-bai__paragraph,
  .page-resources-top-strategies-for-game-bai__list-item {
    font-size: 0.95em;
  }
  .page-resources-top-strategies-for-game-bai img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-top-strategies-for-game-bai__video-section {
    padding: 40px 15px;
  }
  .page-resources-top-strategies-for-game-bai__video-wrapper {
    margin: 20px auto;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-resources-top-strategies-for-game-bai__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-top-strategies-for-game-bai__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-resources-top-strategies-for-game-bai__faq-answer {
    padding: 0 20px;
  }
  .page-resources-top-strategies-for-game-bai__faq-item.active .page-resources-top-strategies-for-game-bai__faq-answer {
    padding: 10px 20px;
  }
  .page-resources-top-strategies-for-game-bai__cta-buttons,
  .page-resources-top-strategies-for-game-bai__button-group,
  .page-resources-top-strategies-for-game-bai__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-resources-top-strategies-for-game-bai__cta-section {
    flex-direction: column;
  }
}