.page-promotions {
  background-color: #08160F; /* Nền tối, theo tùy chỉnh màu */
  color: #F2FFF6; /* Văn bản chính, theo tùy chỉnh màu */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

.page-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 0;
  padding-top: 10px; /* Nhỏ hơn so với --header-offset */
  overflow: hidden;
  background-color: #08160F;
}

.page-promotions__hero-image-wrapper {
  width: 100%;
  max-height: 70vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

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

.page-promotions__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-promotions__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #F2FFF6;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-promotions__description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Văn bản phụ, theo tùy chỉnh màu */
  margin-bottom: 30px;
}

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

.page-promotions__btn-primary,
.page-promotions__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-promotions__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Nút, theo tùy chỉnh màu */
  color: #F2FFF6;
  border: 2px solid transparent;
}

.page-promotions__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-promotions__btn-secondary {
  background: #11271B; /* Nền thẻ, theo tùy chỉnh màu */
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-promotions__btn-secondary:hover {
  background: #2AD16F;
  color: #11271B;
  transform: translateY(-2px);
}

.page-promotions__intro-section,
.page-promotions__why-choose-section,
.page-promotions__types-section,
.page-promotions__how-to-claim-section,
.page-promotions__terms-section,
.page-promotions__faq-section {
  padding: 60px 0;
  background-color: #08160F;
}

.page-promotions__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #F2FFF6;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-promotions__text-block {
  font-size: 1rem;
  color: #A7D9B8;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

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

.page-promotions__feature-item {
  background-color: #11271B; /* Nền thẻ, theo tùy chỉnh màu */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Viền, theo tùy chỉnh màu */
}

.page-promotions__feature-icon {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions__feature-title {
  font-size: 1.5rem;
  color: #F2FFF6;
  margin-bottom: 15px;
}

.page-promotions__feature-description {
  font-size: 0.95rem;
  color: #A7D9B8;
}

.page-promotions__promotion-category {
  margin-bottom: 60px;
}

.page-promotions__category-title {
  font-size: 2rem;
  color: #F2FFF6;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.page-promotions__promo-card {
  display: flex;
  flex-direction: row;
  background-color: #11271B; /* Nền thẻ, theo tùy chỉnh màu */
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: 1px solid #2E7A4E;
}

.page-promotions__promo-image {
  width: 40%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-promotions__promo-content {
  width: 60%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-promotions__promo-title {
  font-size: 1.8rem;
  color: #F2FFF6;
  margin-bottom: 15px;
}

.page-promotions__promo-description {
  font-size: 1rem;
  color: #A7D9B8;
  margin-bottom: 20px;
}

.page-promotions__promo-details {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-promotions__promo-details li {
  margin-bottom: 8px;
  color: #A7D9B8;
  font-size: 0.95rem;
}

.page-promotions__promo-details li strong {
  color: #F2FFF6;
}

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

.page-promotions__step-item {
  background-color: #11271B; /* Nền thẻ, theo tùy chỉnh màu */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E;
}

.page-promotions__step-title {
  font-size: 1.6rem;
  color: #F2FFF6;
  margin-bottom: 15px;
}

.page-promotions__step-description {
  font-size: 0.95rem;
  color: #A7D9B8;
}

.page-promotions__step-description a {
  color: #2AD16F;
  text-decoration: none;
}

.page-promotions__step-description a:hover {
  text-decoration: underline;
}

.page-promotions__cta-buttons--center {
  margin-top: 40px;
}

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

.page-promotions__term-item {
  background-color: #11271B; /* Nền thẻ, theo tùy chỉnh màu */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  color: #A7D9B8;
  font-size: 1rem;
  border: 1px solid #2E7A4E;
}

.page-promotions__term-item strong {
  color: #F2FFF6;
}

.page-promotions__terms-section .page-promotions__text-block a {
  color: #2AD16F;
  text-decoration: none;
}

.page-promotions__terms-section .page-promotions__text-block a:hover {
  text-decoration: underline;
}

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

.page-promotions__faq-item {
  background-color: #11271B; /* Nền thẻ, theo tùy chỉnh màu */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #2E7A4E;
}

.page-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  color: #F2FFF6;
  background-color: #11271B;
  border-bottom: 1px solid #2E7A4E;
}

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

.page-promotions__faq-item[open] .page-promotions__faq-question {
  border-bottom: 1px solid #2E7A4E;
}

.page-promotions__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #2AD16F;
  margin-left: 15px;
}

.page-promotions__faq-answer {
  padding: 20px;
  font-size: 1rem;
  color: #A7D9B8;
  background-color: #0A4B2C; /* Deep Green */
}

.page-promotions__cta-section {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(180deg, #0A4B2C 0%, #08160F 100%); /* Deep Green to Background */
}

.page-promotions__section-title--light,
.page-promotions__description--light {
  color: #F2FFF6;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-promotions__promo-card {
    flex-direction: column;
  }

  .page-promotions__promo-image,
  .page-promotions__promo-content {
    width: 100%;
  }

  .page-promotions__promo-image {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .page-promotions__container {
    padding: 0 15px !important;
  }

  .page-promotions__hero-section {
    padding: 40px 0 !important;
    padding-top: 10px !important;
  }

  .page-promotions__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem) !important;
  }

  .page-promotions__description {
    font-size: 1rem !important;
  }

  .page-promotions__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-promotions__btn-primary,
  .page-promotions__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
    font-size: 0.95rem !important;
  }

  .page-promotions__section-title {
    font-size: clamp(1.8rem, 7vw, 2.2rem) !important;
  }

  .page-promotions__text-block {
    font-size: 0.9rem !important;
  }

  .page-promotions__feature-grid,
  .page-promotions__steps-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-promotions__promo-card {
    flex-direction: column;
  }

  .page-promotions__promo-image {
    width: 100% !important;
    height: 200px !important;
  }

  .page-promotions__promo-content {
    width: 100% !important;
    padding: 20px !important;
  }

  .page-promotions__promo-title {
    font-size: 1.5rem !important;
  }

  .page-promotions__faq-question,
  .page-promotions__faq-answer {
    padding: 15px !important;
    font-size: 0.95rem !important;
  }

  /* Image responsive rules */
  .page-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-promotions__section,
  .page-promotions__card,
  .page-promotions__container,
  .page-promotions__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important; /* Ensure no overflow */
  }

  /* Video responsive rules (if video exists) */
  .page-promotions video,
  .page-promotions__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-promotions__video-section,
  .page-promotions__video-container,
  .page-promotions__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
}