.page-resources-halo88-latest-promotions {
  font-family: 'Arial', sans-serif;
  color: #e5dfd3; /* Light text for dark background */
  background-color: #1A202C; /* Primary dark background */
  line-height: 1.6;
}

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

.page-resources-halo88-latest-promotions__hero-section {
  background: linear-gradient(135deg, #1A202C, #3d455c); /* Dark gradient for hero */
  padding: 80px 0;
  text-align: center;
  color: #FFD700; /* Gold text for hero title */
}

.page-resources-halo88-latest-promotions__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFD700; /* Gold for main title */
}

.page-resources-halo88-latest-promotions__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e5dfd3;
}

.page-resources-halo88-latest-promotions__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #1A202C; /* Dark text on gold button */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-halo88-latest-promotions__cta-button:hover {
  background-color: #b39700; /* Darker gold on hover */
  transform: translateY(-2px);
}

.page-resources-halo88-latest-promotions__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-resources-halo88-latest-promotions__content-wrapper {
  padding: 60px 0;
  background-color: #1A202C;
}

.page-resources-halo88-latest-promotions__article-content {
  max-width: 800px; /* Flow layout for readability */
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-halo88-latest-promotions__back-link-wrapper {
  margin-bottom: 40px;
}

.page-resources-halo88-latest-promotions__back-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-halo88-latest-promotions__back-link:hover {
  color: #e5dfd3;
}

.page-resources-halo88-latest-promotions__section-title {
  font-size: 2.2em;
  color: #FFD700; /* Gold for H2 titles */
  margin-top: 50px;
  margin-bottom: 25px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-halo88-latest-promotions__subsection-title {
  font-size: 1.8em;
  color: #e5dfd3; /* Lighter text for H3 titles */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-halo88-latest-promotions__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-halo88-latest-promotions__image--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-halo88-latest-promotions__list,
.page-resources-halo88-latest-promotions__ordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-resources-halo88-latest-promotions__list li,
.page-resources-halo88-latest-promotions__ordered-list li {
  margin-bottom: 10px;
  color: #e5dfd3;
}

.page-resources-halo88-latest-promotions__list li strong {
  color: #FFD700;
}

.page-resources-halo88-latest-promotions__blockquote {
  background-color: #2a3347; /* Slightly lighter dark background */
  border-left: 5px solid #FFD700;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #e5dfd3;
  border-radius: 4px;
}

.page-resources-halo88-latest-promotions__blockquote strong {
  color: #FFD700;
}

.page-resources-halo88-latest-promotions__article-content p a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-halo88-latest-promotions__article-content p a:hover {
  text-decoration: underline;
}

/* Floating Promotion Ad */
.page-resources-halo88-latest-promotions__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #FFD700;
  color: #1A202C;
  padding: 15px 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: none; /* Hidden by default, shown by JS */
  max-width: 280px;
  text-align: center;
  animation: page-resources-halo88-latest-promotions__fadeInUp 0.5s ease-out forwards;
}

.page-resources-halo88-latest-promotions__floating-promo-title {
  font-size: 1.4em;
  color: #1A202C;
  margin-bottom: 10px;
}

.page-resources-halo88-latest-promotions__floating-promo-text {
  font-size: 0.95em;
  margin-bottom: 15px;
  color: #333;
}

.page-resources-halo88-latest-promotions__floating-promo-button {
  background-color: #1A202C;
  color: #FFD700;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.page-resources-halo88-latest-promotions__floating-promo-button:hover {
  background-color: #3d455c;
  color: #FFD700;
}

.page-resources-halo88-latest-promotions__floating-promo-close {
  position: absolute;
  top: 5px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5em;
  color: #1A202C;
  cursor: pointer;
  line-height: 1;
  padding: 5px;
}

@keyframes page-resources-halo88-latest-promotions__fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-halo88-latest-promotions__hero-title {
    font-size: 2.5em;
  }

  .page-resources-halo88-latest-promotions__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-halo88-latest-promotions__section-title {
    font-size: 1.8em;
  }

  .page-resources-halo88-latest-promotions__subsection-title {
    font-size: 1.5em;
  }

  .page-resources-halo88-latest-promotions__floating-promo {
    bottom: 10px;
    right: 10px;
    max-width: 250px;
    padding: 12px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-halo88-latest-promotions__hero-title {
    font-size: 2em;
  }

  .page-resources-halo88-latest-promotions__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-halo88-latest-promotions__cta-button {
    font-size: 1em;
    padding: 12px 25px;
  }

  .page-resources-halo88-latest-promotions__article-content {
    padding: 0 15px;
  }

  .page-resources-halo88-latest-promotions__floating-promo {
    width: calc(100% - 40px);
    right: 20px;
    left: 20px;
    max-width: none;
  }
}