.page-promotions-vip-privileges {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text on light body background */
  background-color: #FFFFFF;
}

.page-promotions-vip-privileges__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-promotions-vip-privileges__section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 40px;
}

.page-promotions-vip-privileges__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #555555;
}

.page-promotions-vip-privileges__main-title {
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 900px;
  margin: 0 auto 20px auto;
}

.page-promotions-vip-privileges__hero-section {
  position: relative;
  background-color: #26A9E0;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-promotions-vip-privileges__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin-bottom: 20px;
}

.page-promotions-vip-privileges__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-promotions-vip-privileges__hero-content {
  position: relative;
  z-index: 2;
  padding: 0 20px 60px 20px;
  max-width: 100%;
  box-sizing: border-box;
}

.page-promotions-vip-privileges__hero-description {
  font-size: 1.2em;
  color: #f0f0f0;
  max-width: 700px;
  margin: 0 auto 30px auto;
}

.page-promotions-vip-privileges__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-promotions-vip-privileges__btn-primary,
.page-promotions-vip-privileges__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-promotions-vip-privileges__btn-primary {
  background-color: #EA7C07;
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-promotions-vip-privileges__btn-primary:hover {
  background-color: #e06c00;
  border-color: #e06c00;
}

.page-promotions-vip-privileges__btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-promotions-vip-privileges__btn-secondary:hover {
  background-color: #FFFFFF;
  color: #26A9E0;
}

.page-promotions-vip-privileges__btn-large {
  padding: 18px 40px;
  font-size: 1.1em;
}

.page-promotions-vip-privileges__levels-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

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

.page-promotions-vip-privileges__level-card {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e0e0e0;
}

.page-promotions-vip-privileges__level-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-promotions-vip-privileges__level-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-promotions-vip-privileges__level-description {
  font-size: 1em;
  color: #666666;
}

.page-promotions-vip-privileges__benefits-section {
  padding: 80px 0;
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-promotions-vip-privileges__benefits-section .page-promotions-vip-privileges__section-title,
.page-promotions-vip-privileges__benefits-section .page-promotions-vip-privileges__section-description {
  color: #FFFFFF;
}

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

.page-promotions-vip-privileges__benefit-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-promotions-vip-privileges__benefit-item:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.15);
}

.page-promotions-vip-privileges__benefit-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-vip-privileges__benefit-title {
  font-size: 1.5em;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.page-promotions-vip-privileges__benefit-text {
  font-size: 0.95em;
  color: #e0e0e0;
}

.page-promotions-vip-privileges__service-section {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.page-promotions-vip-privileges__service-content {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}

.page-promotions-vip-privileges__service-text {
  flex: 1;
}

.page-promotions-vip-privileges__service-subtitle {
  font-size: 1.8em;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-promotions-vip-privileges__service-text p {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
}

.page-promotions-vip-privileges__service-image-wrapper {
  flex: 1;
  text-align: center;
}

.page-promotions-vip-privileges__service-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-promotions-vip-privileges__exclusive-games-section {
  padding: 80px 0;
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-promotions-vip-privileges__exclusive-games-section .page-promotions-vip-privileges__section-title,
.page-promotions-vip-privileges__exclusive-games-section .page-promotions-vip-privileges__section-description {
  color: #FFFFFF;
}

.page-promotions-vip-privileges__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-vip-privileges__game-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-promotions-vip-privileges__game-card:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.15);
}

.page-promotions-vip-privileges__game-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-height: 200px;
}

.page-promotions-vip-privileges__game-title {
  font-size: 1.5em;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.page-promotions-vip-privileges__game-text {
  font-size: 0.95em;
  color: #e0e0e0;
}

.page-promotions-vip-privileges__guide-section {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.page-promotions-vip-privileges__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-promotions-vip-privileges__step-item {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e0e0;
}

.page-promotions-vip-privileges__step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #26A9E0;
  color: #FFFFFF;
  font-size: 2em;
  font-weight: bold;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}

.page-promotions-vip-privileges__step-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-promotions-vip-privileges__step-text {
  font-size: 1em;
  color: #666666;
  margin-bottom: 20px;
}

.page-promotions-vip-privileges__btn-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #26A9E0;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-promotions-vip-privileges__btn-link:hover {
  background-color: #1e87b8;
}

.page-promotions-vip-privileges__commitment-section {
  padding: 80px 0;
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-promotions-vip-privileges__commitment-section .page-promotions-vip-privileges__section-title,
.page-promotions-vip-privileges__commitment-section .page-promotions-vip-privileges__section-description {
  color: #FFFFFF;
}

.page-promotions-vip-privileges__commitment-list {
  list-style: none;
  padding: 0;
  margin: 40px auto;
  max-width: 700px;
  text-align: left;
}

.page-promotions-vip-privileges__commitment-list li {
  font-size: 1.1em;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  color: #f0f0f0;
}

.page-promotions-vip-privileges__list-icon {
  color: #FFFFFF;
  font-weight: bold;
  margin-right: 15px;
  font-size: 1.2em;
  flex-shrink: 0;
}

.page-promotions-vip-privileges__commitment-text {
  font-size: 1.1em;
  text-align: center;
  margin-top: 30px;
  color: #f0f0f0;
}

.page-promotions-vip-privileges__faq-section {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.page-promotions-vip-privileges__faq-list {
  max-width: 800px;
  margin: 40px auto 0 auto;
}

.page-promotions-vip-privileges__faq-item {
  background-color: #f8f8f8;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e0e0;
}

.page-promotions-vip-privileges__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #26A9E0;
  cursor: pointer;
  list-style: none; /* For details/summary */
}

.page-promotions-vip-privileges__faq-question::-webkit-details-marker {
  display: none;
}

.page-promotions-vip-privileges__faq-qtext {
  flex-grow: 1;
}

.page-promotions-vip-privileges__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  margin-left: 15px;
  color: #26A9E0;
}

.page-promotions-vip-privileges__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: #555555;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-promotions-vip-privileges__faq-item[open] .page-promotions-vip-privileges__faq-answer {
  max-height: 500px; /* Arbitrarily large value for smooth transition */
  padding-top: 10px;
}

.page-promotions-vip-privileges__cta-bottom-section {
  padding: 60px 0;
  background-color: #26A9E0;
  color: #FFFFFF;
  text-align: center;
}

.page-promotions-vip-privileges__cta-bottom-section .page-promotions-vip-privileges__section-title,
.page-promotions-vip-privileges__cta-bottom-section .page-promotions-vip-privileges__section-description {
  color: #FFFFFF;
}

.page-promotions-vip-privileges__cta-bottom-section .page-promotions-vip-privileges__btn-primary {
  margin-top: 30px;
}

/* General image responsiveness */
.page-promotions-vip-privileges img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-promotions-vip-privileges__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }
  .page-promotions-vip-privileges__main-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }
  .page-promotions-vip-privileges__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }
  .page-promotions-vip-privileges__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  /* 按钮与按钮容器 */
  .page-promotions-vip-privileges__btn-primary,
  .page-promotions-vip-privileges__btn-secondary,
  .page-promotions-vip-privileges__btn-link,
  .page-promotions-vip-privileges a[class*="button"],
  .page-promotions-vip-privileges a[class*="btn"] {
    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;
  }
  .page-promotions-vip-privileges__cta-buttons,
  .page-promotions-vip-privileges__button-group,
  .page-promotions-vip-privileges__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;
    flex-direction: column;
  }
  .page-promotions-vip-privileges__btn-link {
    padding: 12px 15px;
  }

  /* 产品展示图区域 & 通用图片与容器 */
  .page-promotions-vip-privileges__service-content {
    flex-direction: column;
  }
  .page-promotions-vip-privileges__service-image-wrapper {
    order: -1; /* Image appears above text on mobile */
    margin-bottom: 30px;
  }
  .page-promotions-vip-privileges__service-image {
    width: 100% !important;
    height: auto !important;
  }
  .page-promotions-vip-privileges__games-grid,
  .page-promotions-vip-privileges__levels-grid,
  .page-promotions-vip-privileges__benefits-grid,
  .page-promotions-vip-privileges__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-promotions-vip-privileges__game-image {
    min-height: 180px;
  }

  /* 其他内容模块 */
  .page-promotions-vip-privileges__container {
    padding: 0 15px;
  }
  .page-promotions-vip-privileges__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .page-promotions-vip-privileges__section-description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }
  .page-promotions-vip-privileges__levels-section,
  .page-promotions-vip-privileges__benefits-section,
  .page-promotions-vip-privileges__service-section,
  .page-promotions-vip-privileges__exclusive-games-section,
  .page-promotions-vip-privileges__guide-section,
  .page-promotions-vip-privileges__commitment-section,
  .page-promotions-vip-privileges__faq-section,
  .page-promotions-vip-privileges__cta-bottom-section {
    padding: 40px 0;
  }
  .page-promotions-vip-privileges__level-card,
  .page-promotions-vip-privileges__benefit-item,
  .page-promotions-vip-privileges__game-card,
  .page-promotions-vip-privileges__step-item {
    padding: 25px;
  }
  .page-promotions-vip-privileges__level-title,
  .page-promotions-vip-privileges__benefit-title,
  .page-promotions-vip-privileges__game-title,
  .page-promotions-vip-privileges__step-title,
  .page-promotions-vip-privileges__service-subtitle {
    font-size: 1.3em;
  }
  .page-promotions-vip-privileges__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-promotions-vip-privileges__faq-answer {
    padding: 0 20px 15px 20px;
  }
  .page-promotions-vip-privileges img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-promotions-vip-privileges__section,
  .page-promotions-vip-privileges__card,
  .page-promotions-vip-privileges__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}