.page-index-latest-promotions {
  font-family: 'Arial', sans-serif;
  color: #F8F8F8;
  background-color: #0A1A3A;
  line-height: 1.6;
}

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

.page-index-latest-promotions__hero-section {
  background: linear-gradient(135deg, #0A1A3A 0%, #1A3A6A 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #FFD700;
}

.page-index-latest-promotions__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract_geometric,gold_lines,dark_blue_gradient]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-index-latest-promotions__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.page-index-latest-promotions__hero-subtitle {
  font-size: 1.5em;
  color: #E0E0E0;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.page-index-latest-promotions__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1.1em;
  position: relative;
  z-index: 1;
}

.page-index-latest-promotions__btn--primary {
  background-color: #FFD700;
  color: #0A1A3A;
}

.page-index-latest-promotions__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-index-latest-promotions__btn--secondary {
  background-color: #1A3A6A;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-latest-promotions__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A1A3A;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-index-latest-promotions__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  background-color: #FFD700;
  color: #0A1A3A;
}

.page-index-latest-promotions__btn--small:hover {
  background-color: #e6c200;
}

.page-index-latest-promotions__btn--download {
  background-color: #28a745;
  color: #FFFFFF;
  margin-top: 20px;
}

.page-index-latest-promotions__btn--download:hover {
  background-color: #218838;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(40, 167, 69, 0.4);
}

.page-index-latest-promotions__intro-section,
.page-index-latest-promotions__promotions-overview,
.page-index-latest-promotions__how-to-claim,
.page-index-latest-promotions__terms-conditions,
.page-index-latest-promotions__why-choose-us {
  padding: 60px 0;
  background-color: #0A1A3A;
}

.page-index-latest-promotions__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-index-latest-promotions__text-content {
  font-size: 1.1em;
  color: #D0D0D0;
  margin-bottom: 20px;
  text-align: justify;
}

.page-index-latest-promotions__text-content strong {
  color: #FFD700;
}

.page-index-latest-promotions__text-content--center {
  text-align: center;
}

.page-index-latest-promotions__inline-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-index-latest-promotions__inline-link:hover {
  text-decoration: underline;
}

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

.page-index-latest-promotions__promo-card {
  background-color: #1A3A6A;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-index-latest-promotions__promo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.page-index-latest-promotions__promo-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px auto;
  object-fit: contain;
}

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

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

.page-index-latest-promotions__numbered-list,
.page-index-latest-promotions__bullet-list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  color: #D0D0D0;
  font-size: 1.1em;
}

.page-index-latest-promotions__numbered-list li {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

.page-index-latest-promotions__numbered-list li::before {
  content: counter(list-item) ". ";
  counter-increment: list-item;
  color: #FFD700;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.page-index-latest-promotions__bullet-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.page-index-latest-promotions__bullet-list li::before {
  content: '•';
  color: #FFD700;
  font-size: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
}

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

.page-index-latest-promotions__feature-item {
  background-color: #1A3A6A;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.page-index-latest-promotions__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  object-fit: contain;
}

.page-index-latest-promotions__feature-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-index-latest-promotions__feature-description {
  font-size: 0.95em;
  color: #C0C0C0;
}

.page-index-latest-promotions__cta-download {
  background: linear-gradient(90deg, #0A1A3A, #1A3A6A);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-latest-promotions__cta-download::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:geometric_pattern,dark_blue_gold,subtle_texture]');
  background-size: cover;
  background-position: center;
  opacity: 0.05;
  z-index: 0;
}

.page-index-latest-promotions__cta-content {
  position: relative;
  z-index: 1;
}

.page-index-latest-promotions__cta-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

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

.page-index-latest-promotions__app-qr-code {
  width: 150px;
  height: 150px;
  margin-top: 30px;
  border: 5px solid #FFD700;
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-latest-promotions__hero-title {
    font-size: 2.8em;
  }
  .page-index-latest-promotions__hero-subtitle {
    font-size: 1.3em;
  }
  .page-index-latest-promotions__section-title {
    font-size: 2em;
  }
  .page-index-latest-promotions__cta-title {
    font-size: 2.2em;
  }
  .page-index-latest-promotions__cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-index-latest-promotions__hero-section,
  .page-index-latest-promotions__intro-section,
  .page-index-latest-promotions__promotions-overview,
  .page-index-latest-promotions__how-to-claim,
  .page-index-latest-promotions__terms-conditions,
  .page-index-latest-promotions__why-choose-us,
  .page-index-latest-promotions__cta-download {
    padding: 40px 0;
  }
  .page-index-latest-promotions__hero-title {
    font-size: 2.2em;
  }
  .page-index-latest-promotions__hero-subtitle {
    font-size: 1.1em;
  }
  .page-index-latest-promotions__section-title {
    font-size: 1.8em;
  }
  .page-index-latest-promotions__promo-grid,
  .page-index-latest-promotions__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-index-latest-promotions__cta-title {
    font-size: 1.8em;
  }
  .page-index-latest-promotions__cta-description {
    font-size: 1em;
  }
  .page-index-latest-promotions__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-index-latest-promotions__hero-title {
    font-size: 1.8em;
  }
  .page-index-latest-promotions__hero-subtitle {
    font-size: 1em;
  }
  .page-index-latest-promotions__section-title {
    font-size: 1.5em;
  }
  .page-index-latest-promotions__card-title {
    font-size: 1.5em;
  }
  .page-index-latest-promotions__feature-title {
    font-size: 1.4em;
  }
  .page-index-latest-promotions__cta-title {
    font-size: 1.5em;
  }
  .page-index-latest-promotions__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-index-latest-promotions__promo-card,
  .page-index-latest-promotions__feature-item {
    padding: 20px;
  }
  .page-index-latest-promotions__app-qr-code {
    width: 120px;
    height: 120px;
  }
}