.page-blog-jun888-latest-promotions-guide {
  font-family: 'Arial', sans-serif;
  background-color: #08160F;
  color: #F2FFF6;
  line-height: 1.6;
}

.page-blog-jun888-latest-promotions-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 40px 0; /* body handles padding-top, use small top padding here */
  background-color: #0A4B2C;
  overflow: hidden;
}

.page-blog-jun888-latest-promotions-guide__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit height for aesthetic */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-jun888-latest-promotions-guide__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-blog-jun888-latest-promotions-guide__hero-content {
  max-width: 900px;
  margin-top: 30px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-jun888-latest-promotions-guide__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F2C14E; /* Gold color for main title */
  margin-bottom: 15px;
}

.page-blog-jun888-latest-promotions-guide__intro-text {
  font-size: 1.1em;
  color: #A7D9B8;
  margin-bottom: 30px;
}

.page-blog-jun888-latest-promotions-guide__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-blog-jun888-latest-promotions-guide__btn-primary,
.page-blog-jun888-latest-promotions-guide__btn-secondary {
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-jun888-latest-promotions-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: 2px solid transparent;
}

.page-blog-jun888-latest-promotions-guide__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 15px rgba(87, 227, 141, 0.6);
}

.page-blog-jun888-latest-promotions-guide__btn-secondary {
  background-color: transparent;
  color: #57E38D;
  border: 2px solid #57E38D;
}

.page-blog-jun888-latest-promotions-guide__btn-secondary:hover {
  background-color: rgba(87, 227, 141, 0.1);
  color: #F2FFF6;
  border-color: #F2FFF6;
}

.page-blog-jun888-latest-promotions-guide__btn-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px; /* Example max-width for centered button */
}

.page-blog-jun888-latest-promotions-guide__content-section {
  padding: 60px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider color */
}

.page-blog-jun888-latest-promotions-guide__content-section:last-of-type {
  border-bottom: none;
}

.page-blog-jun888-latest-promotions-guide__light-bg {
  background-color: #08160F;
  color: #F2FFF6;
}

.page-blog-jun888-latest-promotions-guide__dark-bg {
  background-color: #11271B;
  color: #F2FFF6;
}

.page-blog-jun888-latest-promotions-guide__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-jun888-latest-promotions-guide__section-title {
  font-size: 2.2em;
  color: #57E38D;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-jun888-latest-promotions-guide__sub-title {
  font-size: 1.5em;
  color: #F2C14E;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-jun888-latest-promotions-guide__paragraph {
  font-size: 1em;
  margin-bottom: 15px;
  color: #F2FFF6;
}

.page-blog-jun888-latest-promotions-guide__content-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  display: block;
  object-fit: cover;
}

.page-blog-jun888-latest-promotions-guide__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-jun888-latest-promotions-guide__step-item {
  background-color: #0A4B2C;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E;
}

.page-blog-jun888-latest-promotions-guide__step-title {
  color: #F2C14E;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.page-blog-jun888-latest-promotions-guide__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-jun888-latest-promotions-guide__promo-card {
  background-color: #11271B;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E;
  display: flex;
  flex-direction: column;
}

.page-blog-jun888-latest-promotions-guide__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-jun888-latest-promotions-guide__card-title {
  font-size: 1.3em;
  color: #57E38D;
  padding: 15px;
  margin-bottom: 0;
}

.page-blog-jun888-latest-promotions-guide__card-text {
  font-size: 0.95em;
  color: #A7D9B8;
  padding: 0 15px 15px 15px;
  flex-grow: 1;
}

.page-blog-jun888-latest-promotions-guide__strategy-list,
.page-blog-jun888-latest-promotions-guide__terms-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-blog-jun888-latest-promotions-guide__list-item {
  background-color: #0A4B2C;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-jun888-latest-promotions-guide__list-item h3 {
  color: #F2C14E;
  margin-top: 0;
  font-size: 1.3em;
}

.page-blog-jun888-latest-promotions-guide__list-item strong {
  color: #57E38D;
}

.page-blog-jun888-latest-promotions-guide__faq-list {
  margin-top: 40px;
}

.page-blog-jun888-latest-promotions-guide__faq-item {
  background-color: #0A4B2C;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-jun888-latest-promotions-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1em;
  font-weight: bold;
  color: #F2FFF6;
  cursor: pointer;
  background-color: #11271B;
  border-bottom: 1px solid #2E7A4E;
  list-style: none;
  user-select: none;
  transition: background-color 0.3s ease;
}

.page-blog-jun888-latest-promotions-guide__faq-question:hover {
  background-color: #0A4B2C;
}

.page-blog-jun888-latest-promotions-guide__faq-item[open] .page-blog-jun888-latest-promotions-guide__faq-question {
  background-color: #0A4B2C;
  border-bottom: 1px solid #2E7A4E;
}

.page-blog-jun888-latest-promotions-guide__faq-qtext {
  flex-grow: 1;
  color: #57E38D;
}

.page-blog-jun888-latest-promotions-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #F2C14E;
}

.page-blog-jun888-latest-promotions-guide__faq-answer {
  padding: 15px 25px 20px 25px;
  font-size: 1em;
  color: #A7D9B8;
  background-color: #0A4B2C;
}

.page-blog-jun888-latest-promotions-guide__cta-buttons--bottom {
  margin-top: 50px;
  margin-bottom: 20px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-jun888-latest-promotions-guide__main-title {
    font-size: 2.8em;
  }
  .page-blog-jun888-latest-promotions-guide__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-jun888-latest-promotions-guide__main-title {
    font-size: 2.2em;
  }
  .page-blog-jun888-latest-promotions-guide__intro-text {
    font-size: 1em;
  }
  .page-blog-jun888-latest-promotions-guide__section-title {
    font-size: 1.8em;
  }
  .page-blog-jun888-latest-promotions-guide__sub-title {
    font-size: 1.3em;
  }
  .page-blog-jun888-latest-promotions-guide__paragraph {
    font-size: 0.95em;
  }

  /* Images responsive */
  .page-blog-jun888-latest-promotions-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* All containers with images */
  .page-blog-jun888-latest-promotions-guide__hero-image-wrapper,
  .page-blog-jun888-latest-promotions-guide__content-section,
  .page-blog-jun888-latest-promotions-guide__container,
  .page-blog-jun888-latest-promotions-guide__step-item,
  .page-blog-jun888-latest-promotions-guide__promo-card,
  .page-blog-jun888-latest-promotions-guide__list-item,
  .page-blog-jun888-latest-promotions-guide__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* Buttons responsive */
  .page-blog-jun888-latest-promotions-guide__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-blog-jun888-latest-promotions-guide__btn-primary,
  .page-blog-jun888-latest-promotions-guide__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-jun888-latest-promotions-guide__btn-center {
    max-width: 100% !important;
  }

  .page-blog-jun888-latest-promotions-guide__step-by-step,
  .page-blog-jun888-latest-promotions-guide__promo-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-jun888-latest-promotions-guide__hero-section {
    padding: 10px 0 20px 0;
  }

  .page-blog-jun888-latest-promotions-guide__faq-question {
    padding: 15px 20px;
  }
  .page-blog-jun888-latest-promotions-guide__faq-answer {
    padding: 10px 20px 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-blog-jun888-latest-promotions-guide__main-title {
    font-size: 1.8em;
  }
  .page-blog-jun888-latest-promotions-guide__section-title {
    font-size: 1.5em;
  }
  .page-blog-jun888-latest-promotions-guide__hero-content {
    margin-top: 20px;
  }
  .page-blog-jun888-latest-promotions-guide__content-section {
    padding: 40px 0;
  }
}