.page-resources-ae888-exclusive-promotion-claim-guide {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text */
  line-height: 1.6;
  background-color: #0A192F;
}

.page-resources-ae888-exclusive-promotion-claim-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-ae888-exclusive-promotion-claim-guide__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #1a3a5e 100%);
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-resources-ae888-exclusive-promotion-claim-guide__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[IMAGE:hero_banner]');
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  z-index: 0;
}

.page-resources-ae888-exclusive-promotion-claim-guide__hero-section > div {
  position: relative;
  z-index: 1;
}

.page-resources-ae888-exclusive-promotion-claim-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-ae888-exclusive-promotion-claim-guide__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-ae888-exclusive-promotion-claim-guide__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-align: center;
}

.page-resources-ae888-exclusive-promotion-claim-guide__button--primary {
  background-color: #FFD700;
  color: #0A192F;
}

.page-resources-ae888-exclusive-promotion-claim-guide__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-ae888-exclusive-promotion-claim-guide__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-resources-ae888-exclusive-promotion-claim-guide__button--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-2px);
}

.page-resources-ae888-exclusive-promotion-claim-guide__content-section {
  padding: 80px 0;
}

.page-resources-ae888-exclusive-promotion-claim-guide__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-ae888-exclusive-promotion-claim-guide__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-ae888-exclusive-promotion-claim-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
  text-align: justify;
}

.page-resources-ae888-exclusive-promotion-claim-guide__highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-resources-ae888-exclusive-promotion-claim-guide__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 60px;
}

.page-resources-ae888-exclusive-promotion-claim-guide__feature-item {
  background-color: #1a2b40;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-resources-ae888-exclusive-promotion-claim-guide__feature-item:hover {
  transform: translateY(-10px);
}

.page-resources-ae888-exclusive-promotion-claim-guide__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-resources-ae888-exclusive-promotion-claim-guide__feature-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-ae888-exclusive-promotion-claim-guide__feature-description {
  color: #B0B0B0;
  font-size: 1em;
}

.page-resources-ae888-exclusive-promotion-claim-guide__step-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-ae888-exclusive-promotion-claim-guide__step-list li {
  background-color: #1a2b40;
  margin-bottom: 25px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-resources-ae888-exclusive-promotion-claim-guide__step-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-ae888-exclusive-promotion-claim-guide__step-list p {
  color: #B0B0B0;
  margin-bottom: 20px;
  font-size: 1.05em;
}

.page-resources-ae888-exclusive-promotion-claim-guide__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-ae888-exclusive-promotion-claim-guide__image--full-width {
  width: 100%;
}

.page-resources-ae888-exclusive-promotion-claim-guide__promo-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 25px;
}

.page-resources-ae888-exclusive-promotion-claim-guide__promo-list li {
  background-color: #1a2b40;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-ae888-exclusive-promotion-claim-guide__promo-title {
  font-size: 1.7em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-ae888-exclusive-promotion-claim-guide__promo-list p {
  color: #B0B0B0;
  font-size: 1em;
}

.page-resources-ae888-exclusive-promotion-claim-guide__tip-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-ae888-exclusive-promotion-claim-guide__tip-list li {
  background-color: #1a2b40;
  margin-bottom: 20px;
  padding: 25px;
  border-left: 5px solid #FFD700;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-ae888-exclusive-promotion-claim-guide__tip-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-ae888-exclusive-promotion-claim-guide__tip-list p {
  color: #B0B0B0;
  font-size: 1em;
}

.page-resources-ae888-exclusive-promotion-claim-guide__faq-section {
  margin-top: 50px;
}

.page-resources-ae888-exclusive-promotion-claim-guide__faq-item {
  background-color: #1a2b40;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-ae888-exclusive-promotion-claim-guide__faq-question {
  font-size: 1.5em;
  color: #FFD700;
  padding: 20px 25px;
  cursor: pointer;
  margin: 0;
  background-color: #1a2b40;
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
  transition: background-color 0.3s ease;
}

.page-resources-ae888-exclusive-promotion-claim-guide__faq-question:hover {
  background-color: #2b3d51;
}

.page-resources-ae888-exclusive-promotion-claim-guide__faq-answer {
  padding: 0 25px 20px;
  color: #B0B0B0;
  font-size: 1em;
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-resources-ae888-exclusive-promotion-claim-guide__faq-item.active .page-resources-ae888-exclusive-promotion-claim-guide__faq-answer {
  display: block;
  max-height: 200px; /* Adjust as needed */
  padding-top: 15px;
}

.page-resources-ae888-exclusive-promotion-claim-guide__cta-buttons {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .page-resources-ae888-exclusive-promotion-claim-guide__hero-title {
    font-size: 2.5em;
  }

  .page-resources-ae888-exclusive-promotion-claim-guide__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-ae888-exclusive-promotion-claim-guide__button {
    padding: 12px 25px;
    font-size: 1em;
    margin: 10px 0;
  }

  .page-resources-ae888-exclusive-promotion-claim-guide__button--secondary {
    margin-left: 0;
  }

  .page-resources-ae888-exclusive-promotion-claim-guide__section-title {
    font-size: 2em;
  }

  .page-resources-ae888-exclusive-promotion-claim-guide__features-grid,
  .page-resources-ae888-exclusive-promotion-claim-guide__promo-list {
    grid-template-columns: 1fr;
  }

  .page-resources-ae888-exclusive-promotion-claim-guide__feature-title,
  .page-resources-ae888-exclusive-promotion-claim-guide__step-title,
  .page-resources-ae888-exclusive-promotion-claim-guide__promo-title,
  .page-resources-ae888-exclusive-promotion-claim-guide__tip-title,
  .page-resources-ae888-exclusive-promotion-claim-guide__faq-question {
    font-size: 1.5em;
  }
}

@media (max-width: 480px) {
  .page-resources-ae888-exclusive-promotion-claim-guide__hero-section {
    padding: 60px 0;
  }

  .page-resources-ae888-exclusive-promotion-claim-guide__hero-title {
    font-size: 2em;
  }

  .page-resources-ae888-exclusive-promotion-claim-guide__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-ae888-exclusive-promotion-claim-guide__button {
    width: 100%;
    margin-bottom: 15px;
  }

  .page-resources-ae888-exclusive-promotion-claim-guide__cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}