.page-resources-jun88-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-resources-jun88-latest-promotions-analysis__hero {
  position: relative;
  width: 100%;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #003366;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
}

.page-resources-jun88-latest-promotions-analysis__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  z-index: 1;
}

.page-resources-jun88-latest-promotions-analysis__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.page-resources-jun88-latest-promotions-analysis__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-resources-jun88-latest-promotions-analysis__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-jun88-latest-promotions-analysis__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-jun88-latest-promotions-analysis__btn--primary {
  background-color: #FFD700;
  color: #003366;
}

.page-resources-jun88-latest-promotions-analysis__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-jun88-latest-promotions-analysis__btn--secondary {
  background-color: #003366;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-jun88-latest-promotions-analysis__btn--secondary:hover {
  background-color: #004d99;
  color: #fff;
  border-color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-jun88-latest-promotions-analysis__btn--cta {
  background-color: #DC143C;
  color: #fff;
  padding: 18px 35px;
  font-size: 1.2em;
  border-radius: 5px;
}

.page-resources-jun88-latest-promotions-analysis__btn--cta:hover {
  background-color: #b00f2f;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}

.page-resources-jun88-latest-promotions-analysis__section {
  padding: 60px 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
}

.page-resources-jun88-latest-promotions-analysis__section:nth-of-type(even) {
  background-color: #eef4f8;
}

.page-resources-jun88-latest-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-jun88-latest-promotions-analysis__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-jun88-latest-promotions-analysis__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-jun88-latest-promotions-analysis__sub-title {
  font-size: 1.8em;
  color: #003366;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-jun88-latest-promotions-analysis__promo-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-jun88-latest-promotions-analysis__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-jun88-latest-promotions-analysis__card-title {
  font-size: 1.6em;
  color: #003366;
  margin-bottom: 15px;
}

.page-resources-jun88-latest-promotions-analysis__promo-card ul {
  list-style: disc;
  padding-left: 25px;
  margin-top: 15px;
  color: #555;
}

.page-resources-jun88-latest-promotions-analysis__promo-card ul li {
  margin-bottom: 8px;
}

.page-resources-jun88-latest-promotions-analysis__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-jun88-latest-promotions-analysis__image-centered {
  display: block;
  margin: 0 auto 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-jun88-latest-promotions-analysis__card-image {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-jun88-latest-promotions-analysis__step-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-jun88-latest-promotions-analysis__step-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-resources-jun88-latest-promotions-analysis__step-item:hover {
  transform: translateY(-5px);
}

.page-resources-jun88-latest-promotions-analysis__step-title {
  font-size: 1.4em;
  color: #003366;
  margin-bottom: 15px;
}

.page-resources-jun88-latest-promotions-analysis__step-item p {
  color: #555;
  margin-bottom: 20px;
}

.page-resources-jun88-latest-promotions-analysis__important-notes ul {
  list-style: none;
  padding: 0;
}

.page-resources-jun88-latest-promotions-analysis__important-notes ul li {
  background-color: #fff;
  border-left: 5px solid #FFD700;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: #333;
}

.page-resources-jun88-latest-promotions-analysis__important-notes ul li strong {
  color: #003366;
}

.page-resources-jun88-latest-promotions-analysis__cta {
  background: linear-gradient(135deg, #003366, #004d99);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}

.page-resources-jun88-latest-promotions-analysis__cta .page-resources-jun88-latest-promotions-analysis__section-title {
  color: #FFD700;
}

.page-resources-jun88-latest-promotions-analysis__cta .page-resources-jun88-latest-promotions-analysis__section-title::after {
  background-color: #fff;
}

.page-resources-jun88-latest-promotions-analysis__cta p {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-jun88-latest-promotions-analysis .highlight-keyword {
  color: #003366;
  font-weight: bold;
}

.page-resources-jun88-latest-promotions-analysis__cta .highlight-keyword {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-jun88-latest-promotions-analysis__hero-title {
    font-size: 2.2em;
  }

  .page-resources-jun88-latest-promotions-analysis__hero-description {
    font-size: 1em;
  }

  .page-resources-jun88-latest-promotions-analysis__section-title {
    font-size: 2em;
  }

  .page-resources-jun88-latest-promotions-analysis__sub-title {
    font-size: 1.5em;
  }

  .page-resources-jun88-latest-promotions-analysis__promo-card,
  .page-resources-jun88-latest-promotions-analysis__step-item {
    padding: 20px;
  }

  .page-resources-jun88-latest-promotions-analysis__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-jun88-latest-promotions-analysis__btn--cta {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-jun88-latest-promotions-analysis__hero-title {
    font-size: 1.8em;
  }

  .page-resources-jun88-latest-promotions-analysis__hero-description {
    font-size: 0.9em;
  }

  .page-resources-jun88-latest-promotions-analysis__section-title {
    font-size: 1.8em;
  }

  .page-resources-jun88-latest-promotions-analysis__sub-title {
    font-size: 1.3em;
  }

  .page-resources-jun88-latest-promotions-analysis__promo-card {
    margin-bottom: 20px;
  }

  .page-resources-jun88-latest-promotions-analysis__step-list {
    gap: 20px;
  }
}