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

.page-blog-bem88-latest-promotions-registration__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0;
  overflow: hidden;
  text-align: center;
}

.page-blog-bem88-latest-promotions-registration__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page-blog-bem88-latest-promotions-registration__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-bem88-latest-promotions-registration__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-top: -150px; /* Adjust to overlap slightly without covering text on image */
  padding: 0 20px;
  background-color: rgba(17, 39, 27, 0.85); /* Card BG with transparency */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-bem88-latest-promotions-registration__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5);
}

.page-blog-bem88-latest-promotions-registration__description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

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

.page-blog-bem88-latest-promotions-registration__btn-primary,
.page-blog-bem88-latest-promotions-registration__btn-secondary,
.page-blog-bem88-latest-promotions-registration__btn-small {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-bem88-latest-promotions-registration__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-bem88-latest-promotions-registration__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-bem88-latest-promotions-registration__btn-secondary {
  background: transparent;
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-bem88-latest-promotions-registration__btn-secondary:hover {
  background: rgba(46, 122, 78, 0.2); /* Border with transparency */
  transform: translateY(-3px);
}

.page-blog-bem88-latest-promotions-registration__btn-small {
  padding: 8px 15px;
  font-size: 0.9rem;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #ffffff;
  border: none;
}

.page-blog-bem88-latest-promotions-registration__btn-small:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.page-blog-bem88-latest-promotions-registration__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #08160F; /* Background */
}

.page-blog-bem88-latest-promotions-registration__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: #F2C14E; /* Gold */
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-bem88-latest-promotions-registration__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #2AD16F; /* Lighter shade of main color */
  border-radius: 2px;
}

.page-blog-bem88-latest-promotions-registration__sub-title {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  color: #22C768; /* Auxiliary Color */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-bem88-latest-promotions-registration p {
  margin-bottom: 20px;
  font-size: 1.1rem;
  color: #F2FFF6; /* Text Main */
}

.page-blog-bem88-latest-promotions-registration__list,
.page-blog-bem88-latest-promotions-registration__ordered-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-bem88-latest-promotions-registration__list li,
.page-blog-bem88-latest-promotions-registration__ordered-list li {
  background-color: #11271B; /* Card BG */
  border-left: 5px solid #2AD16F; /* Lighter shade of main color */
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 1.05rem;
  color: #F2FFF6; /* Text Main */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-bem88-latest-promotions-registration__list li strong {
  color: #F2C14E; /* Gold */
}

.page-blog-bem88-latest-promotions-registration__image-block {
  text-align: center;
  margin: 40px 0;
  background-color: #11271B; /* Card BG */
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-bem88-latest-promotions-registration__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-bem88-latest-promotions-registration__list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
}

.page-blog-bem88-latest-promotions-registration__list-item {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #1E3A2A; /* Divider */
}

.page-blog-bem88-latest-promotions-registration__list-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 15px #57E38D; /* Glow */
}

.page-blog-bem88-latest-promotions-registration__list-item img {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-bem88-latest-promotions-registration__list-item h3 {
  color: #F2C14E; /* Gold */
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.page-blog-bem88-latest-promotions-registration__list-item p {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1rem;
  margin-bottom: 20px;
}

.page-blog-bem88-latest-promotions-registration__faq-list {
  margin-top: 40px;
}

.page-blog-bem88-latest-promotions-registration__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #1E3A2A; /* Divider */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-bem88-latest-promotions-registration__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #0A4B2C; /* Deep Green */
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-bem88-latest-promotions-registration__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-bem88-latest-promotions-registration__faq-question:hover {
  background-color: #13994A; /* Darker shade of Button */
}

.page-blog-bem88-latest-promotions-registration__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  color: #F2C14E; /* Gold */
  transition: transform 0.3s ease;
}

.page-blog-bem88-latest-promotions-registration__faq-item[open] .page-blog-bem88-latest-promotions-registration__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-bem88-latest-promotions-registration__faq-answer {
  padding: 20px 25px;
  font-size: 1.05rem;
  color: #A7D9B8; /* Text Secondary */
  background-color: #11271B; /* Card BG */
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-bem88-latest-promotions-registration__hero-content {
    margin-top: -100px;
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .page-blog-bem88-latest-promotions-registration__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-bem88-latest-promotions-registration__hero-content {
    margin-top: -80px;
    padding: 20px;
    max-width: 95%;
  }

  .page-blog-bem88-latest-promotions-registration__main-title {
    font-size: 2rem;
  }

  .page-blog-bem88-latest-promotions-registration__description {
    font-size: 1rem;
  }

  .page-blog-bem88-latest-promotions-registration__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-bem88-latest-promotions-registration__btn-primary,
  .page-blog-bem88-latest-promotions-registration__btn-secondary,
  .page-blog-bem88-latest-promotions-registration__btn-small {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-bem88-latest-promotions-registration__content-area {
    padding: 40px 15px;
  }

  .page-blog-bem88-latest-promotions-registration__section-title {
    font-size: 1.8rem;
  }

  .page-blog-bem88-latest-promotions-registration__sub-title {
    font-size: 1.3rem;
  }

  .page-blog-bem88-latest-promotions-registration p {
    font-size: 1rem;
  }

  .page-blog-bem88-latest-promotions-registration__list li,
  .page-blog-bem88-latest-promotions-registration__ordered-list li {
    font-size: 0.95rem;
    padding: 12px 15px;
  }

  .page-blog-bem88-latest-promotions-registration__content-image,
  .page-blog-bem88-latest-promotions-registration__list-item img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-bem88-latest-promotions-registration__image-block,
  .page-blog-bem88-latest-promotions-registration__list-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-bem88-latest-promotions-registration__list-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-bem88-latest-promotions-registration__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-bem88-latest-promotions-registration__faq-answer {
    font-size: 0.95rem;
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-blog-bem88-latest-promotions-registration__hero-content {
    margin-top: -60px;
  }

  .page-blog-bem88-latest-promotions-registration__main-title {
    font-size: 1.7rem;
  }

  .page-blog-bem88-latest-promotions-registration__section-title {
    font-size: 1.5rem;
  }

  .page-blog-bem88-latest-promotions-registration__sub-title {
    font-size: 1.2rem;
  }
}