.page-index-exclusive-promotions {
  background-color: #08160F;
  color: #F2FFF6;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-index-exclusive-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-index-exclusive-promotions__hero-section {
  position: relative;
  text-align: center;
  padding-top: 10px; /* Small top padding as per rule */
  padding-bottom: 40px;
  overflow: hidden;
  color: #F2FFF6;
}

.page-index-exclusive-promotions__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Adjust as needed */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-index-exclusive-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-index-exclusive-promotions__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-exclusive-promotions__hero-title {
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #F2FFF6;
  letter-spacing: -0.03em;
  max-width: 100%;
}

.page-index-exclusive-promotions__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #A7D9B8;
}

.page-index-exclusive-promotions__hero-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-index-exclusive-promotions__btn-primary,
.page-index-exclusive-promotions__btn-secondary,
.page-index-exclusive-promotions__btn-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-index-exclusive-promotions__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: none;
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-index-exclusive-promotions__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
}

.page-index-exclusive-promotions__btn-secondary {
  background: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-index-exclusive-promotions__btn-secondary:hover {
  background: #2AD16F;
  color: #08160F;
}

.page-index-exclusive-promotions__btn-small {
  padding: 10px 20px;
  font-size: 0.95em;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: none;
  border-radius: 5px;
  margin-top: 15px;
}

.page-index-exclusive-promotions__btn-small:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-index-exclusive-promotions__section-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #F2FFF6;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-index-exclusive-promotions__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #2AD16F, #13994A);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-index-exclusive-promotions__text-content {
  font-size: 1.1em;
  color: #A7D9B8;
  margin-bottom: 20px;
  text-align: justify;
}

.page-index-exclusive-promotions__text-content a {
  color: #57E38D;
  text-decoration: none;
  font-weight: 600;
}

.page-index-exclusive-promotions__text-content a:hover {
  text-decoration: underline;
}

.page-index-exclusive-promotions__highlight {
  color: #F2C14E;
  font-weight: 700;
}

.page-index-exclusive-promotions__introduction-section,
.page-index-exclusive-promotions__promotions-types-section,
.page-index-exclusive-promotions__how-to-claim-section,
.page-index-exclusive-promotions__terms-conditions-section,
.page-index-exclusive-promotions__why-choose-section,
.page-index-exclusive-promotions__faq-section,
.page-index-exclusive-promotions__cta-bottom-section {
  padding: 60px 0;
}

.page-index-exclusive-promotions__promotions-grid,
.page-index-exclusive-promotions__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-exclusive-promotions__card,
.page-index-exclusive-promotions__feature-card {
  background-color: #11271B;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-exclusive-promotions__card:hover,
.page-index-exclusive-promotions__feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.page-index-exclusive-promotions__card-image,
.page-index-exclusive-promotions__feature-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-exclusive-promotions__card-title,
.page-index-exclusive-promotions__feature-title {
  font-size: 1.6em;
  font-weight: 700;
  color: #F2FFF6;
  margin-bottom: 15px;
}

.page-index-exclusive-promotions__card-description,
.page-index-exclusive-promotions__feature-description {
  font-size: 1em;
  color: #A7D9B8;
  flex-grow: 1;
  margin-bottom: 20px;
}

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

.page-index-exclusive-promotions__step-card {
  background-color: #11271B;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.page-index-exclusive-promotions__step-number {
  font-size: 3em;
  font-weight: 800;
  color: #2E7A4E;
  position: absolute;
  top: 15px;
  left: 15px;
  opacity: 0.2;
  line-height: 1;
}

.page-index-exclusive-promotions__step-title {
  font-size: 1.5em;
  font-weight: 700;
  color: #F2FFF6;
  margin-bottom: 15px;
  margin-top: 20px;
}

.page-index-exclusive-promotions__step-description {
  font-size: 1em;
  color: #A7D9B8;
}

.page-index-exclusive-promotions__terms-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-index-exclusive-promotions__terms-item {
  background-color: #11271B;
  border-left: 5px solid #2AD16F;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  color: #A7D9B8;
  font-size: 1em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-index-exclusive-promotions__terms-item strong {
  color: #F2C14E;
}

.page-index-exclusive-promotions__terms-item a {
  color: #57E38D;
  text-decoration: none;
  font-weight: 600;
}

.page-index-exclusive-promotions__terms-item a:hover {
  text-decoration: underline;
}

.page-index-exclusive-promotions__faq-list {
  margin-top: 40px;
}

.page-index-exclusive-promotions__faq-item {
  background-color: #11271B;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.page-index-exclusive-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: 600;
  color: #F2FFF6;
  cursor: pointer;
  background-color: #1E3A2A;
  border-bottom: 1px solid #1E3A2A;
  user-select: none;
  list-style: none;
}

.page-index-exclusive-promotions__faq-question::-webkit-details-marker {
  display: none;
}

.page-index-exclusive-promotions__faq-question::marker {
  display: none;
}

.page-index-exclusive-promotions__faq-qtext {
  flex-grow: 1;
  text-align: left;
}

.page-index-exclusive-promotions__faq-toggle {
  font-size: 1.5em;
  font-weight: 700;
  color: #57E38D;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-index-exclusive-promotions__faq-item[open] .page-index-exclusive-promotions__faq-toggle {
  transform: rotate(45deg);
}

.page-index-exclusive-promotions__faq-answer {
  padding: 15px 25px 25px;
  font-size: 1em;
  color: #A7D9B8;
  text-align: justify;
}

.page-index-exclusive-promotions__faq-answer p {
  margin: 0;
}

.page-index-exclusive-promotions__faq-answer a {
  color: #57E38D;
  text-decoration: none;
  font-weight: 600;
}

.page-index-exclusive-promotions__faq-answer a:hover {
  text-decoration: underline;
}

.page-index-exclusive-promotions__cta-bottom-section {
  text-align: center;
  background-color: #0A4B2C;
  padding: 80px 0;
}

.page-index-exclusive-promotions__cta-bottom-section .page-index-exclusive-promotions__section-title {
  color: #F2FFF6;
  margin-bottom: 20px;
}

.page-index-exclusive-promotions__cta-bottom-section .page-index-exclusive-promotions__text-content {
  max-width: 800px;
  margin: 0 auto 40px;
  color: #A7D9B8;
}

.page-index-exclusive-promotions__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* --- General Image & Container Responsiveness --- */
.page-index-exclusive-promotions img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-index-exclusive-promotions__section,
.page-index-exclusive-promotions__card,
.page-index-exclusive-promotions__container,
.page-index-exclusive-promotions__hero-section,
.page-index-exclusive-promotions__introduction-section,
.page-index-exclusive-promotions__promotions-types-section,
.page-index-exclusive-promotions__how-to-claim-section,
.page-index-exclusive-promotions__terms-conditions-section,
.page-index-exclusive-promotions__why-choose-section,
.page-index-exclusive-promotions__faq-section,
.page-index-exclusive-promotions__cta-bottom-section {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 1024px) {
  .page-index-exclusive-promotions__hero-title {
    font-size: 2.8em;
  }
  .page-index-exclusive-promotions__section-title {
    font-size: 2em;
  }
  .page-index-exclusive-promotions__hero-cta-buttons,
  .page-index-exclusive-promotions__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .page-index-exclusive-promotions__btn-primary,
  .page-index-exclusive-promotions__btn-secondary {
    width: 80%;
  }
  .page-index-exclusive-promotions__promotions-grid,
  .page-index-exclusive-promotions__features-grid,
  .page-index-exclusive-promotions__steps-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-index-exclusive-promotions__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }
  .page-index-exclusive-promotions__hero-image-wrapper {
    max-height: 400px;
  }
  .page-index-exclusive-promotions__hero-title {
    font-size: 2em !important;
    margin-bottom: 10px;
  }
  .page-index-exclusive-promotions__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-index-exclusive-promotions__hero-cta-buttons {
    flex-direction: column !important;
    gap: 15px !important;
    padding: 0 15px;
  }

  /* 产品展示图区域 & Feature Grid */
  .page-index-exclusive-promotions__promotions-grid,
  .page-index-exclusive-promotions__features-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 0 15px;
  }
  .page-index-exclusive-promotions__card,
  .page-index-exclusive-promotions__feature-card {
    padding: 20px;
  }
  .page-index-exclusive-promotions__card-image,
  .page-index-exclusive-promotions__feature-image {
    height: 180px;
    margin-bottom: 15px;
  }
  .page-index-exclusive-promotions__card-title,
  .page-index-exclusive-promotions__feature-title {
    font-size: 1.4em;
  }

  /* 通用图片与容器 */
  .page-index-exclusive-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-index-exclusive-promotions__section,
  .page-index-exclusive-promotions__card,
  .page-index-exclusive-promotions__container,
  .page-index-exclusive-promotions__hero-section,
  .page-index-exclusive-promotions__introduction-section,
  .page-index-exclusive-promotions__promotions-types-section,
  .page-index-exclusive-promotions__how-to-claim-section,
  .page-index-exclusive-promotions__terms-conditions-section,
  .page-index-exclusive-promotions__why-choose-section,
  .page-index-exclusive-promotions__faq-section,
  .page-index-exclusive-promotions__cta-bottom-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* 按钮与按钮容器 */
  .page-index-exclusive-promotions__btn-primary,
  .page-index-exclusive-promotions__btn-secondary,
  .page-index-exclusive-promotions__btn-small,
  .page-index-exclusive-promotions a[class*="button"],
  .page-index-exclusive-promotions 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-index-exclusive-promotions__hero-cta-buttons,
  .page-index-exclusive-promotions__cta-buttons {
    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 !important; /* Force vertical stacking for buttons */
  }

  /* 其他内容模块 */
  .page-index-exclusive-promotions__section-title {
    font-size: 1.8em !important;
    margin-bottom: 25px;
  }
  .page-index-exclusive-promotions__text-content {
    font-size: 0.95em;
  }
  .page-index-exclusive-promotions__steps-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 0 15px;
  }
  .page-index-exclusive-promotions__step-card {
    padding: 25px;
  }
  .page-index-exclusive-promotions__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-index-exclusive-promotions__faq-answer {
    padding: 10px 20px 20px;
  }
  .page-index-exclusive-promotions__introduction-section,
  .page-index-exclusive-promotions__promotions-types-section,
  .page-index-exclusive-promotions__how-to-claim-section,
  .page-index-exclusive-promotions__terms-conditions-section,
  .page-index-exclusive-promotions__why-choose-section,
  .page-index-exclusive-promotions__faq-section,
  .page-index-exclusive-promotions__cta-bottom-section {
    padding: 40px 0;
  }
  .page-index-exclusive-promotions__cta-bottom-section .page-index-exclusive-promotions__text-content {
    margin-bottom: 30px;
  }
}