.page-blog-u888-latest-promotions {
  background-color: #0A0A0A;
  color: #FFF6D6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-u888-latest-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  overflow: hidden;
}

.page-blog-u888-latest-promotions__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

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

.page-blog-u888-latest-promotions__hero-content {
  max-width: 960px;
  margin-top: 40px;
  text-align: center;
  padding: 0 20px;
}

.page-blog-u888-latest-promotions__main-title {
  color: #FFD36B;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.page-blog-u888-latest-promotions__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFF6D6;
}

.page-blog-u888-latest-promotions__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-u888-latest-promotions__btn-primary,
.page-blog-u888-latest-promotions__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-u888-latest-promotions__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #ffffff;
  border: none;
}

.page-blog-u888-latest-promotions__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-u888-latest-promotions__btn-secondary {
  background: transparent;
  color: #FFD36B;
  border: 2px solid #FFD36B;
}

.page-blog-u888-latest-promotions__btn-secondary:hover {
  background-color: #FFD36B;
  color: #111111;
}

.page-blog-u888-latest-promotions__section {
  padding: 60px 0;
  background-color: #0A0A0A;
}

.page-blog-u888-latest-promotions__dark-bg {
  background-color: #111111;
}

.page-blog-u888-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-u888-latest-promotions__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #F2C14E;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-u888-latest-promotions__text-block {
  font-size: 1.05rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  color: #FFF6D6;
}

.page-blog-u888-latest-promotions__steps-grid,
.page-blog-u888-latest-promotions__promotions-grid,
.page-blog-u888-latest-promotions__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-blog-u888-latest-promotions__step-card,
.page-blog-u888-latest-promotions__card {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #FFF6D6;
}

.page-blog-u888-latest-promotions__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 0 15px #FFD36B;
}

.page-blog-u888-latest-promotions__step-image,
.page-blog-u888-latest-promotions__promotion-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
  border-radius: 8px;
}

.page-blog-u888-latest-promotions__step-title,
.page-blog-u888-latest-promotions__promotion-title,
.page-blog-u888-latest-promotions__benefit-title {
  font-size: 1.5rem;
  color: #F2C14E;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-u888-latest-promotions__promotion-title a {
  color: #F2C14E;
  text-decoration: none;
}

.page-blog-u888-latest-promotions__promotion-title a:hover {
  color: #FFD36B;
  text-decoration: underline;
}

.page-blog-u888-latest-promotions__step-description,
.page-blog-u888-latest-promotions__promotion-description,
.page-blog-u888-latest-promotions__benefit-description {
  font-size: 0.95rem;
  color: #FFF6D6;
}

.page-blog-u888-latest-promotions__card-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: opacity 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-u888-latest-promotions__card-btn:hover {
  opacity: 0.9;
}

.page-blog-u888-latest-promotions__cta-buttons--center {
  margin-top: 40px;
}

.page-blog-u888-latest-promotions__faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 960px;
  margin: 0 auto 50px auto;
}

.page-blog-u888-latest-promotions__faq-item {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 10px;
  color: #FFF6D6;
  overflow: hidden;
}

.page-blog-u888-latest-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 600;
  color: #F2C14E;
  position: relative;
  list-style: none;
}

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

.page-blog-u888-latest-promotions__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #FFD36B;
  margin-left: 15px;
}

.page-blog-u888-latest-promotions__faq-item[open] .page-blog-u888-latest-promotions__faq-toggle {
  content: '−';
}

.page-blog-u888-latest-promotions__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  line-height: 1.5;
  color: #FFF6D6;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-u888-latest-promotions__hero-content {
    margin-top: 30px;
  }
  .page-blog-u888-latest-promotions__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-u888-latest-promotions__description {
    font-size: 1rem;
  }
  .page-blog-u888-latest-promotions__section-title {
    font-size: clamp(1.6rem, 3.8vw, 2.5rem);
  }
  .page-blog-u888-latest-promotions__steps-grid,
  .page-blog-u888-latest-promotions__promotions-grid,
  .page-blog-u888-latest-promotions__benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

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

  .page-blog-u888-latest-promotions__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-u888-latest-promotions__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-u888-latest-promotions__description {
    font-size: 0.95rem;
  }

  .page-blog-u888-latest-promotions__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-u888-latest-promotions__btn-primary,
  .page-blog-u888-latest-promotions__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

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

  .page-blog-u888-latest-promotions__section-title {
    font-size: clamp(1.5rem, 5vw, 2.2rem);
    margin-bottom: 30px;
  }

  .page-blog-u888-latest-promotions__text-block {
    font-size: 0.9rem;
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .page-blog-u888-latest-promotions__container {
    padding: 0 15px;
  }

  .page-blog-u888-latest-promotions__steps-grid,
  .page-blog-u888-latest-promotions__promotions-grid,
  .page-blog-u888-latest-promotions__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-u888-latest-promotions__step-card,
  .page-blog-u888-latest-promotions__card {
    padding: 25px;
    box-sizing: border-box !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto;
  }

  .page-blog-u888-latest-promotions__step-image,
  .page-blog-u888-latest-promotions__promotion-image,
  .page-blog-u888-latest-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-u888-latest-promotions__promotion-content,
  .page-blog-u888-latest-promotions__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-u888-latest-promotions__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-u888-latest-promotions__faq-answer {
    padding: 0 20px 15px 20px;
    font-size: 0.9rem;
  }

  .page-blog-u888-latest-promotions__cta-buttons--center {
    padding: 0 15px;
  }
}

/* Ensure content area images are not too small in CSS */
.page-blog-u888-latest-promotions img:not(.page-blog-u888-latest-promotions__hero-image) {
  min-width: 200px;
  min-height: 200px;
}

/* For the hero image, if it's in a flexible context and needs full width */
.page-blog-u888-latest-promotions__hero-section > div:first-child {
  width: 100%; /* Ensure the image wrapper takes full width */
  max-width: 100%;
}

.page-blog-u888-latest-promotions__hero-section .page-blog-u888-latest-promotions__hero-content {
  width: 100%;
  max-width: 960px; /* Constrain content width */
}