.page-blog-helo888-chinh-thuc-latest-promotions-overview {
  color: var(--text-main);
  background-color: var(--background);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  text-align: center;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 500px;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-top: 20px;
  padding: 0 20px;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__main-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: var(--text-main);
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__btn-primary {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: var(--background);
  color: var(--text-main);
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--text-main);
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview p {
  margin-bottom: 15px;
  color: var(--text-secondary);
  font-size: 1rem;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview a {
  color: var(--gold);
  text-decoration: none;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview a:hover {
  text-decoration: underline;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__promo-card {
  background-color: var(--card-b-g);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid var(--border);
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__card-image {
  width: 100%;
  max-width: 400px;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__card-title {
  font-size: 1.5rem;
  color: var(--text-main);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__btn-secondary {
  display: inline-block;
  padding: 10px 25px;
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: all 0.3s ease;
  margin-top: auto; /* Push to bottom */
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__btn-secondary:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__faq-list {
  margin-top: 30px;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__faq-item {
  background-color: var(--card-b-g);
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  color: var(--text-main);
  font-size: 1.1rem;
  user-select: none;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: var(--glow);
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__faq-answer {
  padding: 0 20px 20px;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__steps-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__step-card {
  background-color: var(--card-b-g);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 25px;
  text-align: center;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__step-title {
  font-size: 1.4rem;
  color: var(--text-main);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__benefits-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__benefits-list li {
  background-color: var(--card-b-g);
  border: 1px solid var(--divider);
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 10px;
  color: var(--text-secondary);
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__benefits-list li strong {
  color: var(--text-main);
  margin-right: 10px;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__cta-banner {
  background-color: var(--deep-green);
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  margin-top: 50px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__cta-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--text-main);
  margin-bottom: 15px;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__cta-description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-blog-helo888-chinh-thuc-latest-promotions-overview__conclusion-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-helo888-chinh-thuc-latest-promotions-overview__hero-image {
    max-height: 400px;
  }
  .page-blog-helo888-chinh-thuc-latest-promotions-overview__main-title {
    font-size: clamp(1.8rem, 4.5vw, 3rem);
  }
  .page-blog-helo888-chinh-thuc-latest-promotions-overview__section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  }
  .page-blog-helo888-chinh-thuc-latest-promotions-overview__cta-title {
    font-size: clamp(1.6rem, 4vw, 2.5rem);
  }
}

@media (max-width: 768px) {
  .page-blog-helo888-chinh-thuc-latest-promotions-overview {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-helo888-chinh-thuc-latest-promotions-overview__hero-section {
    padding-top: 10px !important; /* body handles header offset */
    padding-bottom: 30px;
  }

  .page-blog-helo888-chinh-thuc-latest-promotions-overview__hero-image {
    max-height: 300px !important;
  }

  .page-blog-helo888-chinh-thuc-latest-promotions-overview__hero-content {
    margin-top: 15px;
    padding: 0 15px;
  }

  .page-blog-helo888-chinh-thuc-latest-promotions-overview__main-title {
    font-size: clamp(1.5rem, 6vw, 2.5rem) !important;
  }

  .page-blog-helo888-chinh-thuc-latest-promotions-overview__hero-description {
    font-size: clamp(0.9rem, 2.5vw, 1.1rem) !important;
  }

  .page-blog-helo888-chinh-thuc-latest-promotions-overview__btn-primary,
  .page-blog-helo888-chinh-thuc-latest-promotions-overview__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-blog-helo888-chinh-thuc-latest-promotions-overview__content-area,
  .page-blog-helo888-chinh-thuc-latest-promotions-overview__promo-grid,
  .page-blog-helo888-chinh-thuc-latest-promotions-overview__steps-section,
  .page-blog-helo888-chinh-thuc-latest-promotions-overview__faq-list,
  .page-blog-helo888-chinh-thuc-latest-promotions-overview__benefits-list,
  .page-blog-helo888-chinh-thuc-latest-promotions-overview__cta-banner,
  .page-blog-helo888-chinh-thuc-latest-promotions-overview__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow: hidden !important;
  }

  .page-blog-helo888-chinh-thuc-latest-promotions-overview__promo-grid,
  .page-blog-helo888-chinh-thuc-latest-promotions-overview__steps-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-helo888-chinh-thuc-latest-promotions-overview__card-image {
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-blog-helo888-chinh-thuc-latest-promotions-overview__faq-item summary {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-helo888-chinh-thuc-latest-promotions-overview__faq-answer {
    padding: 0 15px 15px;
  }

  .page-blog-helo888-chinh-thuc-latest-promotions-overview__cta-banner {
    padding: 30px 15px;
  }

  .page-blog-helo888-chinh-thuc-latest-promotions-overview__section-title,
  .page-blog-helo888-chinh-thuc-latest-promotions-overview__cta-title {
    font-size: clamp(1.4rem, 5vw, 2rem) !important;
  }
}