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

.page-blog-hi88-code-latest-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding as body handles header offset */
  padding-bottom: 40px;
  min-height: 500px;
}

.page-blog-hi88-code-latest-promotions__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-blog-hi88-code-latest-promotions__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-hi88-code-latest-promotions__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  background: rgba(17, 39, 27, 0.7); /* Card B G with opacity */
  border-radius: 10px;
  margin-top: 50px; /* Push content down slightly over hero image */
}

.page-blog-hi88-code-latest-promotions__main-title {
  color: #F2C14E; /* Gold */
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-hi88-code-latest-promotions__intro-text {
  color: #F2FFF6; /* Text Main */
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.page-blog-hi88-code-latest-promotions__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  color: #F2FFF6; /* Text Main */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-blog-hi88-code-latest-promotions__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-hi88-code-latest-promotions__cta-button--small {
  padding: 10px 20px;
  font-size: 0.9rem;
}

.page-blog-hi88-code-latest-promotions__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2rem;
}

.page-blog-hi88-code-latest-promotions__section {
  padding: 60px 0;
  text-align: center;
}

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

.page-blog-hi88-code-latest-promotions__section-title {
  color: #F2C14E; /* Gold */
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-hi88-code-latest-promotions__subtitle {
  color: #22C768; /* Auxiliary color */
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-blog-hi88-code-latest-promotions__text-block {
  color: #F2FFF6; /* Text Main */
  font-size: 1rem;
  margin-bottom: 20px;
  text-align: left;
}

.page-blog-hi88-code-latest-promotions__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-hi88-code-latest-promotions__promotion-list,
.page-blog-hi88-code-latest-promotions__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-hi88-code-latest-promotions__card {
  background: #11271B; /* Card B G */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-hi88-code-latest-promotions__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-hi88-code-latest-promotions__card-title {
  color: #F2C14E; /* Gold */
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.page-blog-hi88-code-latest-promotions__card-text {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95rem;
}

.page-blog-hi88-code-latest-promotions__steps-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-blog-hi88-code-latest-promotions__step-item {
  background: #11271B; /* Card B G */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.page-blog-hi88-code-latest-promotions__step-title {
  color: #22C768; /* Auxiliary color */
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.page-blog-hi88-code-latest-promotions__step-description {
  color: #F2FFF6; /* Text Main */
  font-size: 1rem;
}

.page-blog-hi88-code-latest-promotions__notes-list {
  list-style: disc inside;
  padding-left: 20px;
  margin-bottom: 30px;
  text-align: left;
}

.page-blog-hi88-code-latest-promotions__list-item {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
  margin-bottom: 10px;
}

.page-blog-hi88-code-latest-promotions__faq-section {
  background: #0A4B2C; /* Deep Green */
  padding: 60px 0;
}

.page-blog-hi88-code-latest-promotions__faq-list {
  margin-top: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-blog-hi88-code-latest-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
  color: #F2C14E; /* Gold */
  list-style: none;
}

.page-blog-hi88-code-latest-promotions__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-hi88-code-latest-promotions__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

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

.page-blog-hi88-code-latest-promotions__faq-answer {
  padding: 0 20px 15px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95rem;
  text-align: left;
}

.page-blog-hi88-code-latest-promotions__conclusion-cta {
  padding-bottom: 80px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-hi88-code-latest-promotions__hero-content {
    margin-top: 20px;
    padding: 15px;
  }

  .page-blog-hi88-code-latest-promotions__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .page-blog-hi88-code-latest-promotions__intro-text {
    font-size: 1rem;
  }

  .page-blog-hi88-code-latest-promotions__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .page-blog-hi88-code-latest-promotions__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-hi88-code-latest-promotions__cta-button--small,
  .page-blog-hi88-code-latest-promotions__cta-button--large {
    padding: 12px 20px !important;
    font-size: 1rem !important;
  }

  .page-blog-hi88-code-latest-promotions__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-hi88-code-latest-promotions__promotion-list,
  .page-blog-hi88-code-latest-promotions__features-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-hi88-code-latest-promotions__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important; /* Ensure content doesn't overflow */
  }
  
  .page-blog-hi88-code-latest-promotions__hero-section,
  .page-blog-hi88-code-latest-promotions__introduction,
  .page-blog-hi88-code-latest-promotions__promotions-overview,
  .page-blog-hi88-code-latest-promotions__how-to-claim,
  .page-blog-hi88-code-latest-promotions__terms-conditions,
  .page-blog-hi88-code-latest-promotions__why-choose,
  .page-blog-hi88-code-latest-promotions__faq-section,
  .page-blog-hi88-code-latest-promotions__conclusion-cta {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  
  .page-blog-hi88-code-latest-promotions__video-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
}