.page-index-latest-promotions {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #121212; /* Very dark background */
  line-height: 1.6;
}

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

.page-index-latest-promotions__section {
  padding: 60px 0;
  text-align: center;
}

.page-index-latest-promotions__section:nth-child(even) {
  background-color: #1A2E44; /* Primary brand color */
}

.page-index-latest-promotions__section-title {
  font-size: 2.8em;
  color: #FFD700; /* Secondary brand color for titles */
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.page-index-latest-promotions__hero-section {
  background: linear-gradient(135deg, #1A2E44 0%, #0A1622 100%); /* Dark gradient */
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}

.page-index-latest-promotions__hero-image {
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 400px;
  height: auto;
  opacity: 0.2;
  z-index: 0;
  transform: rotate(15deg);
  filter: grayscale(100%);
}

.page-index-latest-promotions__hero-section .page-index-latest-promotions__container {
  position: relative;
  z-index: 1;
}

.page-index-latest-promotions__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.page-index-latest-promotions__hero-description {
  font-size: 1.3em;
  color: #E0E0E0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-latest-promotions__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2E44;
  padding: 15px 35px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-latest-promotions__hero-button:hover {
  background-color: #E5C100;
  transform: translateY(-3px);
}

.page-index-latest-promotions__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #D0D0D0;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-index-latest-promotions__card {
  background-color: #2A3F54; /* Slightly lighter dark background */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-latest-promotions__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-index-latest-promotions__card-image {
  width: 100%;
  max-width: 150px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-index-latest-promotions__card-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-latest-promotions__card-title a {
  color: #FFD700;
  text-decoration: none;
}

.page-index-latest-promotions__card-title a:hover {
  text-decoration: underline;
}

.page-index-latest-promotions__card-description {
  font-size: 1em;
  color: #C0C0C0;
  margin-bottom: 25px;
}

.page-index-latest-promotions__card-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2E44;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease;
}

.page-index-latest-promotions__card-button:hover {
  background-color: #E5C100;
}

.page-index-latest-promotions__details .page-index-latest-promotions__promotion-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1A2E44; /* Primary brand color */
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.page-index-latest-promotions__details .page-index-latest-promotions__promotion-item:nth-child(odd) {
  background-color: #2A3F54; /* Slightly lighter dark background */
}

.page-index-latest-promotions__promotion-image {
  width: 100%;
  max-width: 400px;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
}

.page-index-latest-promotions__promotion-content {
  flex-grow: 1;
}

.page-index-latest-promotions__promotion-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-latest-promotions__promotion-description {
  font-size: 1.05em;
  color: #D0D0D0;
  margin-bottom: 20px;
}

.page-index-latest-promotions__promotion-subtitle {
  font-size: 1.4em;
  color: #FFD700;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-index-latest-promotions__list {
  list-style: disc inside;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #C0C0C0;
}

.page-index-latest-promotions__list li {
  margin-bottom: 8px;
  font-size: 1em;
}

.page-index-latest-promotions__promotion-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2E44;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.page-index-latest-promotions__promotion-button:hover {
  background-color: #E5C100;
}

.page-index-latest-promotions__how-to-claim .page-index-latest-promotions__ordered-list {
  list-style: decimal inside;
  text-align: left;
  margin: 30px auto;
  max-width: 900px;
  color: #C0C0C0;
}

.page-index-latest-promotions__ordered-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-index-latest-promotions__ordered-list strong {
  color: #FFD700;
}

.page-index-latest-promotions__ordered-list a {
  color: #FFD700;
  text-decoration: underline;
}

.page-index-latest-promotions__ordered-list a:hover {
  color: #E5C100;
}

.page-index-latest-promotions__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2E44;
  padding: 15px 40px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 30px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-latest-promotions__cta-button:hover {
  background-color: #E5C100;
  transform: translateY(-3px);
}

.page-index-latest-promotions__cta-button--secondary {
  background-color: #1A2E44;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-index-latest-promotions__cta-button--secondary:hover {
  background-color: #0A1622;
  color: #FFD700;
  transform: translateY(-3px);
}

.page-index-latest-promotions__faq-item {
  background-color: #2A3F54;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-latest-promotions__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-index-latest-promotions__faq-answer {
  font-size: 1em;
  color: #C0C0C0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-latest-promotions__hero-title {
    font-size: 2.8em;
  }
  .page-index-latest-promotions__hero-description {
    font-size: 1.1em;
  }
  .page-index-latest-promotions__section-title {
    font-size: 2.2em;
  }
  .page-index-latest-promotions__details .page-index-latest-promotions__promotion-item {
    flex-direction: column;
  }
  .page-index-latest-promotions__promotion-image {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-index-latest-promotions__hero-title {
    font-size: 2.2em;
  }
  .page-index-latest-promotions__hero-description {
    font-size: 1em;
  }
  .page-index-latest-promotions__hero-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-index-latest-promotions__section {
    padding: 40px 0;
  }
  .page-index-latest-promotions__section-title {
    font-size: 1.8em;
  }
  .page-index-latest-promotions__grid {
    grid-template-columns: 1fr;
  }
  .page-index-latest-promotions__card {
    padding: 25px;
  }
  .page-index-latest-promotions__promotion-title {
    font-size: 1.6em;
  }
  .page-index-latest-promotions__promotion-subtitle {
    font-size: 1.2em;
  }
  .page-index-latest-promotions__list, .page-index-latest-promotions__ordered-list {
    margin-left: 0;
    padding-left: 20px;
  }
  .page-index-latest-promotions__cta-button {
    font-size: 1em;
    padding: 12px 30px;
    margin: 10px 5px;
  }
  .page-index-latest-promotions__cta-button--secondary {
    margin-left: 0;
  }
  .page-index-latest-promotions__hero-image {
    display: none;
  }
}