/* Base styles for the page */
.page-index-san-pham-game-b29-club {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #FFFFFF;
}

.page-index-san-pham-game-b29-club__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-index-san-pham-game-b29-club__section {
  padding: 60px 0;
}

.page-index-san-pham-game-b29-club__section-title {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-index-san-pham-game-b29-club__section-title--light {
  color: #FFFFFF;
}

.page-index-san-pham-game-b29-club__section-description {
  font-size: 18px;
  color: #555555;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

/* Hero Section */
.page-index-san-pham-game-b29-club__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding for hero section */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  background-color: #f0f8ff;
}

.page-index-san-pham-game-b29-club__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-index-san-pham-b29-club__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-index-san-pham-game-b29-club__hero-content-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #FFFFFF;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  max-width: 900px;
  margin: 0 auto;
}

.page-index-san-pham-game-b29-club__main-title {
  font-size: clamp(36px, 5vw, 50px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-san-pham-game-b29-club__hero-description {
  font-size: clamp(18px, 2vw, 22px);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-san-pham-game-b29-club__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-index-san-pham-game-b29-club__btn-primary,
.page-index-san-pham-game-b29-club__btn-secondary,
.page-index-san-pham-game-b29-club__btn-card,
.page-index-san-pham-game-b29-club__btn-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-index-san-pham-game-b29-club__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-index-san-pham-game-b29-club__btn-primary:hover {
  background-color: #1a8ccb;
  border-color: #1a8ccb;
  transform: translateY(-2px);
}

.page-index-san-pham-game-b29-club__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-index-san-pham-game-b29-club__btn-secondary:hover {
  background-color: #e0f2f7;
  border-color: #1a8ccb;
  transform: translateY(-2px);
}

/* Intro Section */
.page-index-san-pham-game-b29-club__intro-section {
  background-color: #f9f9f9;
  padding: 80px 0;
}

/* Game Categories Section */
.page-index-san-pham-game-b29-club__game-categories-section {
  padding: 80px 0;
}

.page-index-san-pham-game-b29-club__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-san-pham-game-b29-club__game-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding-bottom: 20px;
}

.page-index-san-pham-game-b29-club__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-index-san-pham-game-b29-club__game-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}

.page-index-san-pham-game-b29-club__card-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 0 20px;
}

.page-index-san-pham-game-b29-club__card-title a {
  color: #26A9E0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-san-pham-game-b29-club__card-title a:hover {
  color: #1a8ccb;
}

.page-index-san-pham-game-b29-club__card-text {
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
  padding: 0 20px;
}

.page-index-san-pham-game-b29-club__btn-card {
  background-color: #EA7C07;
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-index-san-pham-game-b29-club__btn-card:hover {
  background-color: #d16b06;
  border-color: #d16b06;
  transform: translateY(-2px);
}

/* Why Choose Us Section */
.page-index-san-pham-game-b29-club__why-choose-us-section {
  background-color: #26A9E0;
  padding: 80px 0;
  color: #FFFFFF;
}

.page-index-san-pham-game-b29-club__why-choose-us-section .page-index-san-pham-game-b29-club__section-description {
  color: #e0f8ff;
}

.page-index-san-pham-game-b29-club__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-san-pham-game-b29-club__feature-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.page-index-san-pham-game-b29-club__feature-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-index-san-pham-game-b29-club__feature-item img {
  
  
  object-fit: contain;
  margin-bottom: 20px;
  filter: none; /* Ensure no CSS filter */
}

.page-index-san-pham-game-b29-club__feature-title {
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.page-index-san-pham-game-b29-club__feature-description {
  font-size: 16px;
  color: #e0f8ff;
}

/* How to Join Section */
.page-index-san-pham-game-b29-club__how-to-join-section {
  padding: 80px 0;
  background-color: #f0f8ff;
}

.page-index-san-pham-game-b29-club__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-san-pham-game-b29-club__step-item {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
}

.page-index-san-pham-game-b29-club__step-title {
  font-size: 24px;
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-index-san-pham-game-b29-club__step-description {
  font-size: 16px;
  color: #666666;
  margin-bottom: 25px;
}

.page-index-san-pham-game-b29-club__btn-step {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-index-san-pham-game-b29-club__btn-step:hover {
  background-color: #1a8ccb;
  border-color: #1a8ccb;
  transform: translateY(-2px);
}

/* FAQ Section */
.page-index-san-pham-game-b29-club__faq-section {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.page-index-san-pham-game-b29-club__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
}

details.page-index-san-pham-game-b29-club__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}
details.page-index-san-pham-game-b29-club__faq-item summary.page-index-san-pham-game-b29-club__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #333333;
}
details.page-index-san-pham-game-b29-club__faq-item summary.page-index-san-pham-game-b29-club__faq-question::-webkit-details-marker {
  display: none;
}
details.page-index-san-pham-game-b29-club__faq-item summary.page-index-san-pham-game-b29-club__faq-question:hover {
  background: #f5f5f5;
}
.page-index-san-pham-game-b29-club__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
.page-index-san-pham-game-b29-club__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-index-san-pham-game-b29-club__faq-item .page-index-san-pham-game-b29-club__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #555555;
}

/* Conclusion Section */
.page-index-san-pham-game-b29-club__conclusion-section {
  background-color: #26A9E0;
  padding: 80px 0;
  text-align: center;
  color: #FFFFFF;
}

.page-index-san-pham-game-b29-club__conclusion-section .page-index-san-pham-game-b29-club__section-title {
  color: #FFFFFF;
}

.page-index-san-pham-game-b29-club__conclusion-section .page-index-san-pham-game-b29-club__section-description {
  color: #e0f8ff;
  margin-bottom: 40px;
}

/* General image responsiveness */
.page-index-san-pham-game-b29-club img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 1024px) {
  .page-index-san-pham-game-b29-club__game-grid,
  .page-index-san-pham-game-b29-club__features-grid,
  .page-index-san-pham-game-b29-club__steps-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-index-san-pham-game-b29-club {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-index-san-pham-game-b29-club__container {
    padding: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-index-san-pham-game-b29-club__section {
    padding: 40px 0;
  }

  .page-index-san-pham-game-b29-club__section-title {
    font-size: clamp(24px, 6vw, 32px);
    margin-bottom: 15px;
  }

  .page-index-san-pham-game-b29-club__section-description {
    font-size: 16px;
    margin-bottom: 30px;
  }

  /* HERO 主图区域 */
  .page-index-san-pham-game-b29-club__hero-section {
    min-height: 450px;
    padding-top: 10px; /* Small top padding */
  }
  .page-index-san-pham-game-b29-club__hero-image img {
    object-fit: contain !important; /* Ensure image is not cropped */
    aspect-ratio: unset !important; /* Remove fixed aspect ratio */
    width: 100% !important;
    height: auto !important;
  }
  .page-index-san-pham-game-b29-club__hero-content-wrapper {
    padding: 15px;
  }
  .page-index-san-pham-game-b29-club__main-title {
    font-size: clamp(28px, 8vw, 40px);
    margin-bottom: 15px;
  }
  .page-index-san-pham-game-b29-club__hero-description {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .page-index-san-pham-game-b29-club__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  
  /* 产品展示图区域 */
  .page-index-san-pham-game-b29-club__game-grid {
    grid-template-columns: 1fr; /* Single column for mobile */
    gap: 20px;
    overflow-x: hidden; /* Prevent horizontal scroll */
  }
  .page-index-san-pham-game-b29-club__game-card {
    margin: 0 5px; /* Small horizontal margin for cards */
  }
  .page-index-san-pham-game-b29-club__game-card img {
    height: 200px;
  }
  .page-index-san-pham-game-b29-club__card-title {
    font-size: 20px;
  }
  .page-index-san-pham-game-b29-club__card-text {
    font-size: 15px;
  }

  /* 装饰主标题 + 长文 SEO 区 */
  .page-index-san-pham-game-b29-club__intro-section .page-index-san-pham-game-b29-club__section-description,
  .page-index-san-pham-game-b29-club__conclusion-section .page-index-san-pham-game-b29-club__section-description {
    text-align: left; /* Align text left for better readability on mobile */
    padding: 0 10px;
  }

  /* 通用图片与容器 */
  .page-index-san-pham-game-b29-club img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-index-san-pham-game-b29-club__section,
  .page-index-san-pham-game-b29-club__card,
  .page-index-san-pham-game-b29-club__container,
  .page-index-san-pham-game-b29-club__feature-item,
  .page-index-san-pham-game-b29-club__step-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* 按钮与按钮容器 */
  .page-index-san-pham-game-b29-club__btn-primary,
  .page-index-san-pham-game-b29-club__btn-secondary,
  .page-index-san-pham-game-b29-club__btn-card,
  .page-index-san-pham-game-b29-club__btn-step {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 16px;
  }

  .page-index-san-pham-game-b29-club__cta-buttons,
  .page-index-san-pham-game-b29-club__button-group,
  .page-index-san-pham-game-b29-club__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-index-san-pham-game-b29-club__features-grid,
  .page-index-san-pham-game-b29-club__steps-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-index-san-pham-game-b29-club__feature-item img {
    
    
  }
  .page-index-san-pham-game-b29-club__feature-title {
    font-size: 20px;
  }
  .page-index-san-pham-game-b29-club__feature-description {
    font-size: 15px;
  }

  details.page-index-san-pham-game-b29-club__faq-item summary.page-index-san-pham-game-b29-club__faq-question { padding: 15px; }
  .page-index-san-pham-game-b29-club__faq-qtext { font-size: 15px; }
  details.page-index-san-pham-game-b29-club__faq-item .page-index-san-pham-game-b29-club__faq-answer {
    padding: 0 15px 15px;
  }
}

@media (max-width: 480px) {
  .page-index-san-pham-game-b29-club__hero-section {
    min-height: 400px;
  }
  .page-index-san-pham-game-b29-club__main-title {
    font-size: clamp(24px, 10vw, 36px);
  }
  .page-index-san-pham-game-b29-club__hero-description {
    font-size: 15px;
  }
}