.page-blog-vx88-chinh-thuc-latest-promotions {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

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

.page-blog-vx88-chinh-thuc-latest-promotions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px 0; /* body handles top padding, this is for visual spacing */
  text-align: center;
  overflow: hidden;
}

.page-blog-vx88-chinh-thuc-latest-promotions__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin-bottom: 40px;
}

.page-blog-vx88-chinh-thuc-latest-promotions__hero-content {
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-vx88-chinh-thuc-latest-promotions__main-title {
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-vx88-chinh-thuc-latest-promotions__hero-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-blog-vx88-chinh-thuc-latest-promotions__btn-primary {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
  border: none;
  cursor: pointer;
}

.page-blog-vx88-chinh-thuc-latest-promotions__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-vx88-chinh-thuc-latest-promotions__btn-secondary {
  display: inline-block;
  background-color: #11271B; /* Card BG */
  color: #2AD16F; /* A lighter shade of primary green for contrast */
  border: 2px solid #2E7A4E; /* Border */
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.page-blog-vx88-chinh-thuc-latest-promotions__btn-secondary:hover {
  background-color: #2E7A4E; /* Border color on hover */
  color: #F2FFF6; /* Text Main */
}

.page-blog-vx88-chinh-thuc-latest-promotions__intro-section,
.page-blog-vx88-chinh-thuc-latest-promotions__promotions-overview,
.page-blog-vx88-chinh-thuc-latest-promotions__guide-section,
.page-blog-vx88-chinh-thuc-latest-promotions__benefits-section,
.page-blog-vx88-chinh-thuc-latest-promotions__faq-section,
.page-blog-vx88-chinh-thuc-latest-promotions__conclusion-section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
}

.page-blog-vx88-chinh-thuc-latest-promotions__section-title {
  color: #F2C14E; /* Gold */
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-vx88-chinh-thuc-latest-promotions__subsection-title {
  color: #F2FFF6; /* Text Main */
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}

.page-blog-vx88-chinh-thuc-latest-promotions__text-block {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-vx88-chinh-thuc-latest-promotions__promotion-card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-vx88-chinh-thuc-latest-promotions__card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-vx88-chinh-thuc-latest-promotions__card-title {
  color: #F2FFF6; /* Text Main */
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-blog-vx88-chinh-thuc-latest-promotions__card-description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-blog-vx88-chinh-thuc-latest-promotions__list,
.page-blog-vx88-chinh-thuc-latest-promotions__numbered-list,
.page-blog-vx88-chinh-thuc-latest-promotions__benefits-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.page-blog-vx88-chinh-thuc-latest-promotions__numbered-list {
  list-style-type: decimal;
  padding-left: 20px;
}

.page-blog-vx88-chinh-thuc-latest-promotions__list-item {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.1em;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.page-blog-vx88-chinh-thuc-latest-promotions__list-item::before {
  content: '✓';
  color: #2AD16F;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-vx88-chinh-thuc-latest-promotions__numbered-list .page-blog-vx88-chinh-thuc-latest-promotions__list-item::before {
  content: none; /* Remove checkmark for numbered list */
}

.page-blog-vx88-chinh-thuc-latest-promotions__guide-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 30px;
  display: block;
}

.page-blog-vx88-chinh-thuc-latest-promotions__faq-list {
  margin-top: 30px;
}

.page-blog-vx88-chinh-thuc-latest-promotions__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-vx88-chinh-thuc-latest-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-vx88-chinh-thuc-latest-promotions__faq-item details > summary::-webkit-details-marker {
  display: none;
}

.page-blog-vx88-chinh-thuc-latest-promotions__faq-question:hover {
  background-color: #1E3A2A; /* Divider */
}

.page-blog-vx88-chinh-thuc-latest-promotions__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-vx88-chinh-thuc-latest-promotions__faq-item[open] .page-blog-vx88-chinh-thuc-latest-promotions__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-vx88-chinh-thuc-latest-promotions__faq-answer {
  padding: 0 20px 20px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-vx88-chinh-thuc-latest-promotions__hero-image {
    height: 500px;
  }
  .page-blog-vx88-chinh-thuc-latest-promotions__main-title {
    font-size: 2.8em;
  }
  .page-blog-vx88-chinh-thuc-latest-promotions__section-title {
    font-size: 2em;
  }
  .page-blog-vx88-chinh-thuc-latest-promotions__subsection-title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-blog-vx88-chinh-thuc-latest-promotions__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-vx88-chinh-thuc-latest-promotions__hero-image {
    height: 350px;
    margin-bottom: 20px;
  }
  .page-blog-vx88-chinh-thuc-latest-promotions__main-title {
    font-size: clamp(1.8em, 5vw, 2.5em); /* clamp for H1 */
  }
  .page-blog-vx88-chinh-thuc-latest-promotions__hero-description {
    font-size: 1em;
  }
  .page-blog-vx88-chinh-thuc-latest-promotions__btn-primary,
  .page-blog-vx88-chinh-thuc-latest-promotions__btn-secondary {
    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: 1em;
    margin-bottom: 15px;
  }
  .page-blog-vx88-chinh-thuc-latest-promotions__hero-content .page-blog-vx88-chinh-thuc-latest-promotions__btn-primary {
    margin-bottom: 0; /* Last button in a group */
  }

  .page-blog-vx88-chinh-thuc-latest-promotions__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-blog-vx88-chinh-thuc-latest-promotions__subsection-title {
    font-size: 1.3em;
  }
  .page-blog-vx88-chinh-thuc-latest-promotions__text-block,
  .page-blog-vx88-chinh-thuc-latest-promotions__list-item,
  .page-blog-vx88-chinh-thuc-latest-promotions__card-description,
  .page-blog-vx88-chinh-thuc-latest-promotions__faq-answer p {
    font-size: 0.95em;
  }
  .page-blog-vx88-chinh-thuc-latest-promotions__promotion-card,
  .page-blog-vx88-chinh-thuc-latest-promotions__guide-image,
  .page-blog-vx88-chinh-thuc-latest-promotions__card-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-blog-vx88-chinh-thuc-latest-promotions__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-vx88-chinh-thuc-latest-promotions__intro-section,
  .page-blog-vx88-chinh-thuc-latest-promotions__promotions-overview,
  .page-blog-vx88-chinh-thuc-latest-promotions__guide-section,
  .page-blog-vx88-chinh-thuc-latest-promotions__benefits-section,
  .page-blog-vx88-chinh-thuc-latest-promotions__faq-section,
  .page-blog-vx88-chinh-thuc-latest-promotions__conclusion-section {
    padding: 40px 0;
  }
  .page-blog-vx88-chinh-thuc-latest-promotions__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }
  .page-blog-vx88-chinh-thuc-latest-promotions__faq-answer {
    padding: 0 15px 15px 15px;
  }
}