.page-index-latest-promotions-preview {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-index-latest-promotions-preview__container--center {
  text-align: center;
}

.page-index-latest-promotions-preview__highlight {
  color: #003366;
  font-weight: bold;
}

.page-index-latest-promotions-preview__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-index-latest-promotions-preview__section:last-of-type {
  border-bottom: none;
}

.page-index-latest-promotions-preview__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-index-latest-promotions-preview__text-content {
  font-size: 1.1em;
  margin-bottom: 30px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #444;
}

/* Hero Section */
.page-index-latest-promotions-preview__hero-section {
  background: linear-gradient(135deg, #003366 0%, #004d99 100%); /* Dark blue gradient */
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-latest-promotions-preview__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: #FFCC00; /* Gold for highlight */
}

.page-index-latest-promotions-preview__hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}

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

.page-index-latest-promotions-preview__btn--primary {
  background-color: #FFCC00; /* Gold */
  color: #003366; /* Dark blue */
  border: 2px solid #FFCC00;
}

.page-index-latest-promotions-preview__btn--primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
  transform: translateY(-2px);
}

.page-index-latest-promotions-preview__btn--secondary {
  background-color: #003366; /* Dark blue */
  color: #FFCC00; /* Gold */
  border: 2px solid #FFCC00;
}

.page-index-latest-promotions-preview__btn--secondary:hover {
  background-color: #002244;
  border-color: #e6b800;
  transform: translateY(-2px);
}

.page-index-latest-promotions-preview__btn--lg {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-index-latest-promotions-preview__hero-image-wrapper {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.page-index-latest-promotions-preview__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Why WW88 Section */
.page-index-latest-promotions-preview__why-ww88 {
  background-color: #fff;
}

.page-index-latest-promotions-preview__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-index-latest-promotions-preview__feature-item {
  text-align: center;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-index-latest-promotions-preview__feature-item:hover {
  transform: translateY(-5px);
}

.page-index-latest-promotions-preview__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-index-latest-promotions-preview__feature-title {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-index-latest-promotions-preview__feature-description {
  color: #555;
  font-size: 1em;
}

/* Upcoming Offers Section */
.page-index-latest-promotions-preview__upcoming-offers {
  background-color: #e6f0f7; /* Lighter blue */
}

.page-index-latest-promotions-preview__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-index-latest-promotions-preview__promo-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.page-index-latest-promotions-preview__promo-card:hover {
  transform: translateY(-8px);
}

.page-index-latest-promotions-preview__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-index-latest-promotions-preview__promo-title {
  font-size: 1.4em;
  color: #003366;
  margin: 25px 20px 15px 20px;
  font-weight: 600;
}

.page-index-latest-promotions-preview__promo-description {
  color: #666;
  padding: 0 20px 25px 20px;
  flex-grow: 1;
  font-size: 0.95em;
}

.page-index-latest-promotions-preview__promo-card .page-index-latest-promotions-preview__btn {
  margin-top: auto;
  margin-bottom: 25px;
  align-self: center;
  width: calc(100% - 40px);
}

/* How to Participate Section */
.page-index-latest-promotions-preview__how-to-participate {
  background-color: #fff;
}

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

.page-index-latest-promotions-preview__steps-list li {
  background-color: #f0f8ff; /* Very light blue */
  border-left: 5px solid #003366;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.page-index-latest-promotions-preview__step-title {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-index-latest-promotions-preview__step-description {
  color: #555;
  font-size: 0.95em;
}

.page-index-latest-promotions-preview__link-inline {
  color: #FFCC00;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-latest-promotions-preview__link-inline:hover {
  color: #e6b800;
}

.page-index-latest-promotions-preview__cta-group {
  text-align: center;
  margin-top: 50px;
}

/* Exclusive Benefits Section */
.page-index-latest-promotions-preview__exclusive-benefits {
  background-color: #f5f5f5;
  text-align: center;
}

.page-index-latest-promotions-preview__full-width-image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-index-latest-promotions-preview__benefits-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-index-latest-promotions-preview__benefits-list li {
  background-color: #fff;
  padding: 15px 25px;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: #003366;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 1.05em;
}

.page-index-latest-promotions-preview__list-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  filter: invert(18%) sepia(89%) saturate(1637%) hue-rotate(193deg) brightness(96%) contrast(101%); /* Adjust to match primary color */
}

/* Safety & Security Section */
.page-index-latest-promotions-preview__safety-security {
  background-color: #e0eff7; /* Slightly darker light blue */
}

.page-index-latest-promotions-preview__security-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.page-index-latest-promotions-preview__security-list li {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
  color: #003366;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 1.1em;
}

/* FAQ Section */
.page-index-latest-promotions-preview__faq {
  background-color: #fff;
}

.page-index-latest-promotions-preview__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-index-latest-promotions-preview__faq-question {
  font-size: 1.25em;
  color: #003366;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-index-latest-promotions-preview__faq-answer {
  color: #555;
  font-size: 1em;
}

/* Final CTA Section */
.page-index-latest-promotions-preview__final-cta {
  background-color: #003366; /* Dark blue */
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-index-latest-promotions-preview__final-cta .page-index-latest-promotions-preview__section-title {
  color: #FFCC00;
  font-size: 3em;
}

.page-index-latest-promotions-preview__final-cta .page-index-latest-promotions-preview__text-content {
  color: #f0f0f0;
  font-size: 1.2em;
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-latest-promotions-preview__hero-title {
    font-size: 2.8em;
  }
  .page-index-latest-promotions-preview__hero-description {
    font-size: 1.1em;
  }
  .page-index-latest-promotions-preview__section-title {
    font-size: 2em;
  }
  .page-index-latest-promotions-preview__text-content {
    font-size: 1em;
  }
  .page-index-latest-promotions-preview__promo-image {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .page-index-latest-promotions-preview__hero-title {
    font-size: 2.2em;
  }
  .page-index-latest-promotions-preview__hero-description {
    font-size: 1em;
  }
  .page-index-latest-promotions-preview__section {
    padding: 40px 0;
  }
  .page-index-latest-promotions-preview__section-title {
    font-size: 1.8em;
  }
  .page-index-latest-promotions-preview__features-grid,
  .page-index-latest-promotions-preview__promo-grid,
  .page-index-latest-promotions-preview__steps-list {
    grid-template-columns: 1fr;
  }
  .page-index-latest-promotions-preview__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-index-latest-promotions-preview__btn--lg {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-index-latest-promotions-preview__full-width-image {
    max-height: 300px;
  }
  .page-index-latest-promotions-preview__benefits-list li,
  .page-index-latest-promotions-preview__security-list li {
    font-size: 0.95em;
    padding: 12px 20px;
  }
}

@media (max-width: 480px) {
  .page-index-latest-promotions-preview__hero-title {
    font-size: 1.8em;
  }
  .page-index-latest-promotions-preview__hero-description {
    font-size: 0.9em;
  }
  .page-index-latest-promotions-preview__btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .page-index-latest-promotions-preview__cta-group .page-index-latest-promotions-preview__btn {
    margin-bottom: 15px;
  }
  .page-index-latest-promotions-preview__final-cta .page-index-latest-promotions-preview__section-title {
    font-size: 2em;
  }
  .page-index-latest-promotions-preview__final-cta .page-index-latest-promotions-preview__text-content {
    font-size: 1em;
  }
}