.page-index-j88best-latest-promos {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-index-j88best-latest-promos__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-j88best-latest-promos__hero-section {
  background: linear-gradient(135deg, #0056B3 0%, #003d80 100%); /* Deeper blue for hero */
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-j88best-latest-promos__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-index-j88best-latest-promos__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #FFD700; /* Gold highlight */
}

.page-index-j88best-latest-promos__hero-title .highlight {
  color: #FFD700;
}

.page-index-j88best-latest-promos__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  color: #e0e0e0;
}

.page-index-j88best-latest-promos__hero-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.page-index-j88best-latest-promos__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-index-j88best-latest-promos__button--primary {
  background-color: #FFD700; /* Gold */
  color: #003d80; /* Darker blue text for contrast */
}

.page-index-j88best-latest-promos__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-index-j88best-latest-promos__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-j88best-latest-promos__button--secondary:hover {
  background-color: #FFD700;
  color: #003d80;
  transform: translateY(-2px);
}

.page-index-j88best-latest-promos__button--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-index-j88best-latest-promos__promotions-overview,
.page-index-j88best-latest-promos__featured-promotions,
.page-index-j88best-latest-promos__how-to-participate,
.page-index-j88best-latest-promos__why-j88best,
.page-index-j88best-latest-promos__faq,
.page-index-j88best-latest-promos__call-to-action {
  padding: 80px 0;
}

.page-index-j88best-latest-promos__promotions-overview {
  background-color: #ffffff;
}

.page-index-j88best-latest-promos__featured-promotions {
  background-color: #f0f2f5;
}

.page-index-j88best-latest-promos__how-to-participate {
  background-color: #ffffff;
}

.page-index-j88best-latest-promos__why-j88best {
  background-color: #0056B3;
  color: #ffffff;
}

.page-index-j88best-latest-promos__why-j88best .page-index-j88best-latest-promos__section-title {
  color: #FFD700;
}

.page-index-j88best-latest-promos__why-j88best .page-index-j88best-latest-promos__section-description {
  color: #e0e0e0;
}

.page-index-j88best-latest-promos__why-j88best .page-index-j88best-latest-promos__feature-title {
  color: #FFD700;
}

.page-index-j88best-latest-promos__why-j88best .page-index-j88best-latest-promos__feature-text {
  color: #e0e0e0;
}

.page-index-j88best-latest-promos__faq {
  background-color: #f8f9fa;
}

.page-index-j88best-latest-promos__call-to-action {
  background: linear-gradient(90deg, #0056B3, #003d80);
  color: #ffffff;
  text-align: center;
  padding: 100px 0;
}

.page-index-j88best-latest-promos__call-to-action .page-index-j88best-latest-promos__section-title {
  color: #FFD700;
}

.page-index-j88best-latest-promos__call-to-action .page-index-j88best-latest-promos__section-description {
  color: #e0e0e0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.page-index-j88best-latest-promos__section-title {
  font-size: 2.5em;
  color: #0056B3;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-j88best-latest-promos__section-title .highlight {
  color: #FFD700;
}

.page-index-j88best-latest-promos__section-description {
  font-size: 1.1em;
  color: #555;
  text-align: center;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-j88best-latest-promos__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-j88best-latest-promos__promo-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index-j88best-latest-promos__promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.page-index-j88best-latest-promos__promo-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-j88best-latest-promos__card-title {
  font-size: 1.5em;
  color: #0056B3;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-j88best-latest-promos__card-text {
  color: #666;
  font-size: 1em;
  flex-grow: 1;
}

.page-index-j88best-latest-promos__promo-item {
  display: flex;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-j88best-latest-promos__promo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}

.page-index-j88best-latest-promos__promo-item:nth-child(even) {
  flex-direction: row-reverse;
}

.page-index-j88best-latest-promos__promo-image-wrapper {
  flex: 1;
  min-width: 300px;
}

.page-index-j88best-latest-promos__promo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-index-j88best-latest-promos__promo-content {
  flex: 2;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-index-j88best-latest-promos__promo-title {
  font-size: 2em;
  color: #0056B3;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-j88best-latest-promos__promo-description {
  color: #444;
  font-size: 1.1em;
  margin-bottom: 25px;
}

.page-index-j88best-latest-promos__promo-features {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.page-index-j88best-latest-promos__promo-features li {
  margin-bottom: 10px;
  color: #555;
  font-size: 1em;
  display: flex;
  align-items: center;
}

.page-index-j88best-latest-promos__feature-icon {
  color: #FFD700;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
}

.page-index-j88best-latest-promos__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-index-j88best-latest-promos__step-card {
  background-color: #f0f7ff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index-j88best-latest-promos__step-number {
  background-color: #0056B3;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-index-j88best-latest-promos__why-j88best .page-index-j88best-latest-promos__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-j88best-latest-promos__why-j88best .page-index-j88best-latest-promos__feature-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.page-index-j88best-latest-promos__why-j88best .page-index-j88best-latest-promos__feature-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-index-j88best-latest-promos__why-j88best .page-index-j88best-latest-promos__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: invert(1) drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

.page-index-j88best-latest-promos__why-j88best .page-index-j88best-latest-promos__feature-title {
  font-size: 1.6em;
  margin-bottom: 10px;
}

.page-index-j88best-latest-promos__why-j88best .page-index-j88best-latest-promos__feature-text {
  font-size: 1em;
}

.page-index-j88best-latest-promos__faq-item {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.page-index-j88best-latest-promos__faq-question {
  font-size: 1.3em;
  color: #0056B3;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-index-j88best-latest-promos__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-index-j88best-latest-promos__faq-question.active::after {
  content: '-';
}

.page-index-j88best-latest-promos__faq-answer {
  color: #555;
  font-size: 1em;
  display: none;
  padding-top: 10px;
}

.page-index-j88best-latest-promos__faq-answer.active {
  display: block;
}

.page-index-j88best-latest-promos__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 992px) {
  .page-index-j88best-latest-promos__hero-title {
    font-size: 2.8em;
  }
  .page-index-j88best-latest-promos__hero-subtitle {
    font-size: 1.2em;
  }
  .page-index-j88best-latest-promos__section-title {
    font-size: 2em;
  }
  .page-index-j88best-latest-promos__promo-item {
    flex-direction: column;
  }
  .page-index-j88best-latest-promos__promo-item:nth-child(even) {
    flex-direction: column;
  }
  .page-index-j88best-latest-promos__promo-content {
    padding: 30px;
  }
  .page-index-j88best-latest-promos__promo-image-wrapper {
    min-width: unset;
    height: 250px;
  }
}

@media (max-width: 768px) {
  .page-index-j88best-latest-promos__hero-section,
  .page-index-j88best-latest-promos__promotions-overview,
  .page-index-j88best-latest-promos__featured-promotions,
  .page-index-j88best-latest-promos__how-to-participate,
  .page-index-j88best-latest-promos__why-j88best,
  .page-index-j88best-latest-promos__faq,
  .page-index-j88best-latest-promos__call-to-action {
    padding: 60px 0;
  }
  .page-index-j88best-latest-promos__hero-title {
    font-size: 2.2em;
  }
  .page-index-j88best-latest-promos__hero-subtitle {
    font-size: 1em;
  }
  .page-index-j88best-latest-promos__hero-cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-j88best-latest-promos__button {
    width: 100%;
  }
  .page-index-j88best-latest-promos__section-title {
    font-size: 1.8em;
  }
  .page-index-j88best-latest-promos__section-description {
    font-size: 0.95em;
  }
  .page-index-j88best-latest-promos__promo-content {
    padding: 25px;
  }
  .page-index-j88best-latest-promos__promo-title {
    font-size: 1.5em;
  }
  .page-index-j88best-latest-promos__promo-description {
    font-size: 0.95em;
  }
  .page-index-j88best-latest-promos__faq-question {
    font-size: 1.1em;
  }
  .page-index-j88best-latest-promos__faq-answer {
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-index-j88best-latest-promos__hero-section {
    padding: 80px 0;
  }
  .page-index-j88best-latest-promos__hero-title {
    font-size: 1.8em;
  }
  .page-index-j88best-latest-promos__hero-subtitle {
    font-size: 0.9em;
  }
  .page-index-j88best-latest-promos__section-title {
    font-size: 1.5em;
  }
  .page-index-j88best-latest-promos__section-description {
    font-size: 0.85em;
  }
  .page-index-j88best-latest-promos__promo-card,
  .page-index-j88best-latest-promos__step-card,
  .page-index-j88best-latest-promos__why-j88best .page-index-j88best-latest-promos__feature-item {
    padding: 20px;
  }
  .page-index-j88best-latest-promos__promo-title {
    font-size: 1.3em;
  }
  .page-index-j88best-latest-promos__promo-description {
    font-size: 0.9em;
  }
  .page-index-j88best-latest-promos__faq-item {
    padding: 20px;
  }
  .page-index-j88best-latest-promos__faq-question {
    font-size: 1em;
  }
  .page-index-j88best-latest-promos__faq-answer {
    font-size: 0.85em;
  }
  .page-index-j88best-latest-promos__cta-group {
    flex-direction: column;
  }
}