.page-blog-98vn-latest-promotions {
  background-color: #08160F; /* Custom background color */
  color: #F2FFF6; /* Main text color for dark background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  padding-bottom: 40px; /* Ensure space before footer */
}

.page-blog-98vn-latest-promotions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column; /* Image on top, content below */
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  text-align: center;
  overflow: hidden; /* Prevent content overflow */
}

.page-blog-98vn-latest-promotions__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit hero image height on desktop */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px; /* Space between image and content */
}

.page-blog-98vn-latest-promotions__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-blog-98vn-latest-promotions__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-98vn-latest-promotions__main-title {
  font-size: clamp(2em, 4vw, 3.2em); /* Responsive font size for H1 */
  color: #F2C14E; /* Gold for main title */
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.page-blog-98vn-latest-promotions__intro-text {
  font-size: 1.1em;
  color: #A7D9B8; /* Secondary text color */
  margin-bottom: 30px;
}

.page-blog-98vn-latest-promotions__cta-group {
  display: flex;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-blog-98vn-latest-promotions__btn-primary,
.page-blog-98vn-latest-promotions__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%; /* Ensure buttons adapt to container width */
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word;
}

.page-blog-98vn-latest-promotions__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Text Main */
  border: none;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-98vn-latest-promotions__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-98vn-latest-promotions__btn-secondary {
  background: transparent;
  color: #2AD16F; /* Deep Green for contrast */
  border: 2px solid #2AD16F;
  box-shadow: 0 0 10px rgba(42, 209, 111, 0.2);
}

.page-blog-98vn-latest-promotions__btn-secondary:hover {
  background-color: rgba(42, 209, 111, 0.1);
  color: #F2FFF6;
}

.page-blog-98vn-latest-promotions__section {
  padding: 40px 0;
}

.page-blog-98vn-latest-promotions__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-98vn-latest-promotions__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  color: #F2C14E; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-98vn-latest-promotions__section-subtitle {
  font-size: clamp(1.5em, 2.5vw, 2em);
  color: #2AD16F; /* Deep Green for subtitles */
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-98vn-latest-promotions__subsection-title {
  font-size: clamp(1.2em, 2vw, 1.6em);
  color: #F2FFF6; /* Main text color */
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-blog-98vn-latest-promotions p {
  font-size: 1em;
  color: #A7D9B8; /* Secondary text color */
  margin-bottom: 15px;
}

.page-blog-98vn-latest-promotions p a {
  color: #2AD16F; /* Links in paragraphs */
  text-decoration: underline;
}

.page-blog-98vn-latest-promotions p a:hover {
  color: #F2C14E; /* Gold hover */
}

.page-blog-98vn-latest-promotions__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

/* FAQ Section */
.page-blog-98vn-latest-promotions__faq-list {
  margin-top: 30px;
}

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

.page-blog-98vn-latest-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #F2FFF6; /* Main text color */
  font-size: 1.1em;
  user-select: none;
  list-style: none; /* For details/summary */
}

.page-blog-98vn-latest-promotions__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for details/summary */
}

.page-blog-98vn-latest-promotions__faq-qtext {
  flex-grow: 1;
}

.page-blog-98vn-latest-promotions__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #2AD16F; /* Deep Green */
}

.page-blog-98vn-latest-promotions__faq-answer {
  padding: 0 25px 20px 25px;
  color: #A7D9B8; /* Secondary text color */
  font-size: 0.95em;
  line-height: 1.7;
}

.page-blog-98vn-latest-promotions__faq-item[open] .page-blog-98vn-latest-promotions__faq-question {
  background-color: #0A4B2C; /* Deep Green for open FAQ */
}


/* Conclusion Section specific styles */
.page-blog-98vn-latest-promotions__conclusion-section {
  text-align: center;
  padding-top: 60px;
}

.page-blog-98vn-latest-promotions__cta-group--bottom {
  margin-top: 40px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-98vn-latest-promotions__hero-image-wrapper {
    max-height: 400px;
  }
}

@media (max-width: 768px) {
  .page-blog-98vn-latest-promotions__hero-section {
    padding-bottom: 40px;
    padding-top: 10px !important; /* body already has padding-top */
  }

  .page-blog-98vn-latest-promotions__hero-image-wrapper {
    max-height: 300px;
    margin-bottom: 30px;
  }

  .page-blog-98vn-latest-promotions__main-title {
    font-size: 2em; /* Smaller H1 for mobile */
  }

  .page-blog-98vn-latest-promotions__intro-text {
    font-size: 1em;
  }

  .page-blog-98vn-latest-promotions__cta-group {
    flex-direction: column; /* Stack buttons vertically */
    gap: 15px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-98vn-latest-promotions__btn-primary,
  .page-blog-98vn-latest-promotions__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-98vn-latest-promotions__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-98vn-latest-promotions__section-subtitle {
    font-size: 1.5em;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .page-blog-98vn-latest-promotions__subsection-title {
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .page-blog-98vn-latest-promotions p {
    font-size: 0.95em;
  }

  /* Images responsive */
  .page-blog-98vn-latest-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  
  /* All containers with images/content must be responsive */
  .page-blog-98vn-latest-promotions__container,
  .page-blog-98vn-latest-promotions__hero-content,
  .page-blog-98vn-latest-promotions__overview-section,
  .page-blog-98vn-latest-promotions__details-section,
  .page-blog-98vn-latest-promotions__guide-section,
  .page-blog-98vn-latest-promotions__faq-section,
  .page-blog-98vn-latest-promotions__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-98vn-latest-promotions__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-98vn-latest-promotions__faq-answer {
    padding: 0 20px 15px 20px;
    font-size: 0.9em;
  }
}