.page-resources-hello88-latest-promotions {
  --primary-color: #0A2239;
  --accent-color: #FFD700;
  --cta-color: #DC143C;
  --text-light: #F8F8F8;
  --text-dark: #333333;
  --background-dark: #0A2239;
  --background-light: #1A3A54;
  --border-color: #3C5C7A;
  font-family: 'Arial', sans-serif;
  color: var(--text-light);
  background-color: var(--background-dark);
  line-height: 1.6;
}

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

.page-resources-hello88-latest-promotions__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-hello88-latest-promotions__hero {
  background: linear-gradient(135deg, var(--primary-color) 0%, #1A3A54 50%, var(--primary-color) 100%);
  padding: 80px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-resources-hello88-latest-promotions__hero-content {
  z-index: 10;
  position: relative;
  text-align: center;
  padding: 0 20px;
  max-width: 900px;
}

.page-resources-hello88-latest-promotions__title {
  font-size: 3.5em;
  color: var(--accent-color);
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-resources-hello88-latest-promotions__subtitle {
  font-size: 1.5em;
  color: var(--text-light);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-hello88-latest-promotions__cta-button {
  display: inline-block;
  background-color: var(--cta-color);
  color: var(--text-light);
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(220, 20, 60, 0.4);
}

.page-resources-hello88-latest-promotions__cta-button:hover {
  background-color: #E63946;
  transform: translateY(-3px);
}

.page-resources-hello88-latest-promotions__hero-image-wrapper {
  margin-top: 40px;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.page-resources-hello88-latest-promotions__hero-image {
  max-width: 800px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border: 2px solid var(--accent-color);
}

.page-resources-hello88-latest-promotions__section-title {
  font-size: 2.5em;
  color: var(--accent-color);
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.page-resources-hello88-latest-promotions__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--cta-color);
  border-radius: 2px;
}

.page-resources-hello88-latest-promotions__paragraph {
  font-size: 1.1em;
  color: var(--text-light);
  margin-bottom: 20px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-hello88-latest-promotions__promotion-card {
  background-color: var(--background-light);
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid var(--border-color);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-hello88-latest-promotions__promotion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.page-resources-hello88-latest-promotions__card-image-wrapper {
  margin-bottom: 20px;
  width: 100%;
  max-width: 400px; /* Limit image width */
}

.page-resources-hello88-latest-promotions__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid var(--accent-color);
}

.page-resources-hello88-latest-promotions__card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.page-resources-hello88-latest-promotions__card-title {
  font-size: 1.8em;
  color: var(--accent-color);
  margin-bottom: 15px;
  line-height: 1.3;
}

.page-resources-hello88-latest-promotions__card-description {
  font-size: 1em;
  color: var(--text-light);
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-resources-hello88-latest-promotions__card-button {
  display: inline-block;
  background-color: var(--accent-color);
  color: var(--primary-color);
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 3px 10px rgba(255, 215, 0, 0.4);
}

.page-resources-hello88-latest-promotions__card-button:hover {
  background-color: #FFEA80;
  transform: translateY(-2px);
}

.page-resources-hello88-latest-promotions__sub-section-title {
  font-size: 2em;
  color: var(--accent-color);
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-hello88-latest-promotions__list {
  list-style-type: none;
  padding: 0;
  margin: 0 auto 30px auto;
  max-width: 900px;
  text-align: left;
}

.page-resources-hello88-latest-promotions__ordered-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin: 0 auto 30px auto;
  max-width: 900px;
  text-align: left;
}

.page-resources-hello88-latest-promotions__list-item {
  background-color: var(--background-light);
  border-left: 4px solid var(--accent-color);
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: var(--text-light);
  font-size: 1.05em;
}

.page-resources-hello88-latest-promotions__list-item strong {
  color: var(--accent-color);
}

.page-resources-hello88-latest-promotions__inline-link {
  color: var(--cta-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-hello88-latest-promotions__inline-link:hover {
  color: #E63946;
  text-decoration: underline;
}

.page-resources-hello88-latest-promotions__guide-image {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color);
}

.page-resources-hello88-latest-promotions__advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-hello88-latest-promotions__advantage-item {
  background-color: var(--background-light);
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid var(--border-color);
}

.page-resources-hello88-latest-promotions__advantage-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  filter: drop-shadow(0 0 5px var(--accent-color));
}

.page-resources-hello88-latest-promotions__advantage-title {
  font-size: 1.5em;
  color: var(--accent-color);
  margin-bottom: 10px;
}

.page-resources-hello88-latest-promotions__advantage-description {
  font-size: 1em;
  color: var(--text-light);
}

.page-resources-hello88-latest-promotions__faq-item {
  background-color: var(--background-light);
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.page-resources-hello88-latest-promotions__faq-question {
  font-size: 1.2em;
  color: var(--accent-color);
  padding: 18px 25px;
  margin: 0;
  cursor: pointer;
  background-color: #1A3A54;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-resources-hello88-latest-promotions__faq-question:hover {
  background-color: #2D5273;
}

.page-resources-hello88-latest-promotions__faq-question::after {
  content: '+';
  font-size: 1.5em;
  color: var(--cta-color);
  transition: transform 0.3s ease;
}

.page-resources-hello88-latest-promotions__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-hello88-latest-promotions__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  color: var(--text-light);
}

.page-resources-hello88-latest-promotions__faq-answer p {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
}

.page-resources-hello88-latest-promotions__final-cta {
  background-color: var(--background-light);
  padding: 80px 0;
}

.page-resources-hello88-latest-promotions__cta-button--large {
  padding: 18px 40px;
  font-size: 1.4em;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-hello88-latest-promotions__hero {
    padding: 60px 0 30px;
  }
  .page-resources-hello88-latest-promotions__title {
    font-size: 2.8em;
  }
  .page-resources-hello88-latest-promotions__subtitle {
    font-size: 1.3em;
  }
  .page-resources-hello88-latest-promotions__section-title {
    font-size: 2em;
  }
  .page-resources-hello88-latest-promotions__promotion-card {
    flex-direction: column;
    text-align: center;
  }
  .page-resources-hello88-latest-promotions__card-image-wrapper {
    margin-bottom: 20px;
  }
  .page-resources-hello88-latest-promotions__promotion-card--app .page-resources-hello88-latest-promotions__card-image-wrapper {
    order: 1;
  }
  .page-resources-hello88-latest-promotions__promotion-card--app .page-resources-hello88-latest-promotions__card-content {
    order: 2;
  }
}

@media (max-width: 768px) {
  .page-resources-hello88-latest-promotions__title {
    font-size: 2.2em;
  }
  .page-resources-hello88-latest-promotions__subtitle {
    font-size: 1.1em;
  }
  .page-resources-hello88-latest-promotions__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-hello88-latest-promotions__section {
    padding: 40px 0;
  }
  .page-resources-hello88-latest-promotions__section-title {
    font-size: 1.8em;
  }
  .page-resources-hello88-latest-promotions__paragraph,
  .page-resources-hello88-latest-promotions__list-item,
  .page-resources-hello88-latest-promotions__card-description {
    font-size: 0.95em;
  }
  .page-resources-hello88-latest-promotions__card-title {
    font-size: 1.5em;
  }
  .page-resources-hello88-latest-promotions__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-resources-hello88-latest-promotions__cta-button--large {
    padding: 15px 30px;
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-resources-hello88-latest-promotions__title {
    font-size: 1.8em;
  }
  .page-resources-hello88-latest-promotions__subtitle {
    font-size: 0.9em;
  }
  .page-resources-hello88-latest-promotions__section-title {
    font-size: 1.5em;
  }
  .page-resources-hello88-latest-promotions__promotion-card {
    padding: 20px;
  }
  .page-resources-hello88-latest-promotions__card-title {
    font-size: 1.3em;
  }
  .page-resources-hello88-latest-promotions__faq-question {
    font-size: 1em;
    padding: 12px 15px;
  }
  .page-resources-hello88-latest-promotions__faq-answer {
    padding: 0 15px;
  }
}