.page-blog-jun888-game-bai-security-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: transparent; /* Rely on body background from shared.css */
}

.page-blog-jun888-game-bai-security-guide__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
}

.page-blog-jun888-game-bai-security-guide__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-jun888-game-bai-security-guide__hero-content {
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
  color: #FFF5E1; /* Text Main color */
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay for readability */
  border-radius: 8px;
  transform: translateY(-50%); /* Pull up slightly over the image */
  margin-bottom: -10%; /* Adjust margin to compensate for transform */
}

.page-blog-jun888-game-bai-security-guide__hero-title {
  font-size: clamp(2em, 5vw, 3.5em);
  font-weight: bold;
  margin-bottom: 15px;
  color: #F4D34D; /* Gold color */
  line-height: 1.2;
}

.page-blog-jun888-game-bai-security-guide__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-jun888-game-bai-security-guide__hero-cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button gradient */
  color: #7A0E0E; /* Deep Red for button text */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 2px solid #F2B544; /* Border color */
}

.page-blog-jun888-game-bai-security-guide__hero-cta-button:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-jun888-game-bai-security-guide__section {
  padding: 60px 20px;
  background-color: #f8f8f8;
}

.page-blog-jun888-game-bai-security-guide__dark-bg {
  background-color: #B71C1C; /* Background color */
  color: #FFF5E1; /* Text Main color */
}

.page-blog-jun888-game-bai-security-guide__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-jun888-game-bai-security-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-jun888-game-bai-security-guide__section-title {
  font-size: clamp(1.8em, 4vw, 2.8em);
  color: #F4D34D; /* Gold color */
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-blog-jun888-game-bai-security-guide__dark-bg .page-blog-jun888-game-bai-security-guide__section-title {
  color: #F4D34D; /* Gold color */
}

.page-blog-jun888-game-bai-security-guide__section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-blog-jun888-game-bai-security-guide__dark-bg .page-blog-jun888-game-bai-security-guide__section-intro {
  color: #FFF5E1;
}

.page-blog-jun888-game-bai-security-guide__grid-3-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-jun888-game-bai-security-guide__card {
  background-color: #D32F2F; /* Card BG color */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #FFF5E1; /* Text Main color */
  border: 1px solid #F2B544; /* Border color */
}

.page-blog-jun888-game-bai-security-guide__card-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #F4D34D; /* Gold color */
}

.page-blog-jun888-game-bai-security-guide__card-text {
  font-size: 1em;
}

.page-blog-jun888-game-bai-security-guide__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-jun888-game-bai-security-guide__dark-bg .page-blog-jun888-game-bai-security-guide__image-content {
  border: 2px solid #F2B544;
}

.page-blog-jun888-game-bai-security-guide__feature-list,
.page-blog-jun888-game-bai-security-guide__tips-list,
.page-blog-jun888-game-bai-security-guide__game-safety-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-jun888-game-bai-security-guide__feature-item,
.page-blog-jun888-game-bai-security-guide__tip-item,
.page-blog-jun888-game-bai-security-guide__game-safety-item {
  background-color: #D32F2F; /* Card BG color */
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #FFF5E1; /* Text Main color */
  border: 1px solid #F2B544; /* Border color */
}

.page-blog-jun888-game-bai-security-guide__light-bg .page-blog-jun888-game-bai-security-guide__feature-item,
.page-blog-jun888-game-bai-security-guide__light-bg .page-blog-jun888-game-bai-security-guide__tip-item,
.page-blog-jun888-game-bai-security-guide__light-bg .page-blog-jun888-game-bai-security-guide__game-safety-item {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #e0e0e0;
}

.page-blog-jun888-game-bai-security-guide__feature-title,
.page-blog-jun888-game-bai-security-guide__tip-title,
.page-blog-jun888-game-bai-security-guide__game-safety-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #F4D34D; /* Gold color */
}

.page-blog-jun888-game-bai-security-guide__light-bg .page-blog-jun888-game-bai-security-guide__feature-title,
.page-blog-jun888-game-bai-security-guide__light-bg .page-blog-jun888-game-bai-security-guide__tip-title,
.page-blog-jun888-game-bai-security-guide__light-bg .page-blog-jun888-game-bai-security-guide__game-safety-title {
  color: #C91F17; /* Main brand color */
}

.page-blog-jun888-game-bai-security-guide__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-jun888-game-bai-security-guide__faq-item {
  background-color: #D32F2F; /* Card BG color */
  border: 1px solid #F2B544; /* Border color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFF5E1;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-jun888-game-bai-security-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: #F4D34D; /* Gold color */
  background-color: #C91F17; /* Main color */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
}

.page-blog-jun888-game-bai-security-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-jun888-game-bai-security-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #FFF5E1;
}

.page-blog-jun888-game-bai-security-guide__faq-item[open] .page-blog-jun888-game-bai-security-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-jun888-game-bai-security-guide__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1.05em;
  color: #FFF5E1;
}

.page-blog-jun888-game-bai-security-guide__cta-section {
  text-align: center;
  padding: 80px 20px;
  background-color: #B71C1C; /* Background color */
  color: #FFF5E1; /* Text Main color */
}

.page-blog-jun888-game-bai-security-guide__cta-title {
  font-size: clamp(2em, 5vw, 3em);
  font-weight: bold;
  color: #F4D34D; /* Gold color */
  margin-bottom: 20px;
}

.page-blog-jun888-game-bai-security-guide__cta-description {
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-blog-jun888-game-bai-security-guide__cta-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  border: 2px solid #F2B544;
}

.page-blog-jun888-game-bai-security-guide__cta-button {
  display: inline-block;
  padding: 18px 35px;
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button gradient */
  color: #7A0E0E; /* Deep Red for button text */
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border: 2px solid #F2B544; /* Border color */
}

.page-blog-jun888-game-bai-security-guide__cta-button:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  transform: translateY(-2px);
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-jun888-game-bai-security-guide__hero-content {
    transform: translateY(-20%);
    margin-bottom: -5%;
    padding: 30px 15px;
  }
  .page-blog-jun888-game-bai-security-guide__section,
  .page-blog-jun888-game-bai-security-guide__cta-section {
    padding: 40px 15px;
  }
}

@media (max-width: 768px) {
  .page-blog-jun888-game-bai-security-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-jun888-game-bai-security-guide__hero-content {
    transform: translateY(0%); /* Remove transform for mobile */
    margin-bottom: 0;
    padding: 20px 15px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7); /* Slightly darker overlay */
    width: 100%;
    box-sizing: border-box !important;
  }
  
  .page-blog-jun888-game-bai-security-guide__hero-image {
    margin-bottom: -50px; /* Adjust to prevent gap */
  }

  .page-blog-jun888-game-bai-security-guide__hero-title {
    font-size: 2em;
  }

  .page-blog-jun888-game-bai-security-guide__section-title {
    font-size: 1.8em;
  }

  .page-blog-jun888-game-bai-security-guide__grid-3-cols,
  .page-blog-jun888-game-bai-security-guide__feature-list,
  .page-blog-jun888-game-bai-security-guide__tips-list,
  .page-blog-jun888-game-bai-security-guide__game-safety-info {
    grid-template-columns: 1fr;
  }

  .page-blog-jun888-game-bai-security-guide__card,
  .page-blog-jun888-game-bai-security-guide__feature-item,
  .page-blog-jun888-game-bai-security-guide__tip-item,
  .page-blog-jun888-game-bai-security-guide__game-safety-item {
    padding: 20px;
  }

  .page-blog-jun888-game-bai-security-guide__image-content,
  .page-blog-jun888-game-bai-security-guide__cta-image {
    margin: 20px auto;
  }

  .page-blog-jun888-game-bai-security-guide__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-jun888-game-bai-security-guide__faq-answer {
    padding: 10px 20px 15px;
  }

  .page-blog-jun888-game-bai-security-guide__cta-title {
    font-size: 2em;
  }

  /* Mobile specific image, video, button responsiveness */
  .page-blog-jun888-game-bai-security-guide img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
  }

  .page-blog-jun888-game-bai-security-guide video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-jun888-game-bai-security-guide__section,
  .page-blog-jun888-game-bai-security-guide__card,
  .page-blog-jun888-game-bai-security-guide__container,
  .page-blog-jun888-game-bai-security-guide__hero-section,
  .page-blog-jun888-game-bai-security-guide__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-jun888-game-bai-security-guide__hero-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }

  .page-blog-jun888-game-bai-security-guide__cta-button,
  .page-blog-jun888-game-bai-security-guide__hero-cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}