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

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

.page-index-latest-promotions-glance__hero {
  background: linear-gradient(135deg, #0A2E5B 0%, #36679B 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.page-index-latest-promotions-glance__hero-content {
  max-width: 800px;
  z-index: 1;
  padding: 20px;
}

.page-index-latest-promotions-glance__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  font-weight: bold;
}

.page-index-latest-promotions-glance__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-index-latest-promotions-glance__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-index-latest-promotions-glance__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
  text-align: center;
}

.page-index-latest-promotions-glance__btn--primary {
  background-color: #FFD700;
  color: #0A2E5B;
}

.page-index-latest-promotions-glance__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-index-latest-promotions-glance__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-latest-promotions-glance__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A2E5B;
  transform: translateY(-3px);
}

.page-index-latest-promotions-glance__hero-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  max-width: 600px;
  opacity: 0.2;
  z-index: 0;
}

.page-index-latest-promotions-glance__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-index-latest-promotions-glance__section-title {
  font-size: 2.5em;
  color: #0A2E5B;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-latest-promotions-glance__section-description {
  font-size: 1.1em;
  color: #555;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-index-latest-promotions-glance__why-choose,
.page-index-latest-promotions-glance__featured-promotions,
.page-index-latest-promotions-glance__how-to-claim,
.page-index-latest-promotions-glance__app-download,
.page-index-latest-promotions-glance__responsible-gaming,
.page-index-latest-promotions-glance__cta-final {
  padding: 60px 0;
}

.page-index-latest-promotions-glance__why-choose {
  background-color: #f9f9f9;
}

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

.page-index-latest-promotions-glance__feature-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-index-latest-promotions-glance__feature-item:hover {
  transform: translateY(-5px);
}

.page-index-latest-promotions-glance__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.page-index-latest-promotions-glance__feature-title {
  font-size: 1.5em;
  color: #0A2E5B;
  margin-bottom: 15px;
}

.page-index-latest-promotions-glance__feature-text {
  color: #666;
}

.page-index-latest-promotions-glance__featured-promotions {
  background-color: #eaf1f8;
}

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

.page-index-latest-promotions-glance__promotion-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.page-index-latest-promotions-glance__promotion-card:hover {
  transform: translateY(-7px);
}

.page-index-latest-promotions-glance__promotion-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-index-latest-promotions-glance__promotion-content {
  padding: 25px;
}

.page-index-latest-promotions-glance__promotion-title {
  font-size: 1.4em;
  color: #0A2E5B;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-latest-promotions-glance__promotion-text {
  color: #666;
  margin-bottom: 20px;
  font-size: 0.95em;
}

.page-index-latest-promotions-glance__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-index-latest-promotions-glance__how-to-claim {
  background-color: #fff;
}

.page-index-latest-promotions-glance__steps-list {
  list-style: none;
  padding: 0;
  margin: 40px auto 60px auto;
  max-width: 800px;
}

.page-index-latest-promotions-glance__step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
  padding-left: 70px;
}

.page-index-latest-promotions-glance__step-number {
  background-color: #FFD700;
  color: #0A2E5B;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-index-latest-promotions-glance__step-text {
  font-size: 1.1em;
  color: #444;
}

.page-index-latest-promotions-glance__step-text strong {
  color: #0A2E5B;
}

.page-index-latest-promotions-glance__claim-cta-text {
  text-align: center;
  font-size: 1.2em;
  color: #0A2E5B;
  margin-top: 50px;
  font-weight: bold;
}

.page-index-latest-promotions-glance__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
  margin-top: 30px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-index-latest-promotions-glance__app-download {
  background-color: #0A2E5B;
  color: #fff;
}

.page-index-latest-promotions-glance__app-flex-container {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.page-index-latest-promotions-glance__app-content {
  flex: 1;
  min-width: 300px;
}

.page-index-latest-promotions-glance__app-download .page-index-latest-promotions-glance__section-title {
  color: #FFD700;
  text-align: left;
}

.page-index-latest-promotions-glance__app-download .page-index-latest-promotions-glance__section-description {
  color: #e0e0e0;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.page-index-latest-promotions-glance__app-buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-index-latest-promotions-glance__btn--app-store,
.page-index-latest-promotions-glance__btn--google-play {
  background-color: #FFD700;
  color: #0A2E5B;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-latest-promotions-glance__btn--app-store:hover,
.page-index-latest-promotions-glance__btn--google-play:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-index-latest-promotions-glance__app-icon {
  width: 24px;
  height: 24px;
}

.page-index-latest-promotions-glance__app-image-wrapper {
  flex: 1;
  text-align: center;
  min-width: 300px;
}

.page-index-latest-promotions-glance__app-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-index-latest-promotions-glance__responsible-gaming {
  background-color: #f0f0f0;
  text-align: center;
}

.page-index-latest-promotions-glance__responsible-gaming .page-index-latest-promotions-glance__section-title {
  color: #0A2E5B;
}

.page-index-latest-promotions-glance__responsible-gaming .page-index-latest-promotions-glance__section-description {
  color: #555;
  margin-bottom: 30px;
}

.page-index-latest-promotions-glance__cta-final {
  background: linear-gradient(90deg, #0A2E5B, #1a4d8a);
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-index-latest-promotions-glance__cta-final .page-index-latest-promotions-glance__section-title {
  color: #FFD700;
}

.page-index-latest-promotions-glance__cta-final .page-index-latest-promotions-glance__section-description {
  color: #e0e0e0;
  margin-bottom: 50px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-index-latest-promotions-glance__hero-title {
    font-size: 2.5em;
  }
  .page-index-latest-promotions-glance__hero-description {
    font-size: 1.1em;
  }
  .page-index-latest-promotions-glance__section-title {
    font-size: 2em;
  }
  .page-index-latest-promotions-glance__app-flex-container {
    flex-direction: column;
    text-align: center;
  }
  .page-index-latest-promotions-glance__app-download .page-index-latest-promotions-glance__section-title,
  .page-index-latest-promotions-glance__app-download .page-index-latest-promotions-glance__section-description {
    text-align: center;
  }
  .page-index-latest-promotions-glance__app-buttons {
    justify-content: center;
  }
  .page-index-latest-promotions-glance__hero-image-wrapper {
    display: none;
  }
}

@media (max-width: 768px) {
  .page-index-latest-promotions-glance__hero {
    padding: 60px 0;
  }
  .page-index-latest-promotions-glance__hero-title {
    font-size: 2em;
  }
  .page-index-latest-promotions-glance__hero-description {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-index-latest-promotions-glance__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-latest-promotions-glance__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-index-latest-promotions-glance__section-title {
    font-size: 1.8em;
  }
  .page-index-latest-promotions-glance__features,
  .page-index-latest-promotions-glance__promotion-grid {
    grid-template-columns: 1fr;
  }
  .page-index-latest-promotions-glance__step-item {
    padding-left: 60px;
  }
  .page-index-latest-promotions-glance__step-number {
    width: 40px;
    height: 40px;
    font-size: 1.3em;
  }
  .page-index-latest-promotions-glance__btn--large {
    width: 90%;
    padding: 15px 25px;
  }
  .page-index-latest-promotions-glance__app-buttons {
    flex-direction: column;
    align-items: center;
  }
  .page-index-latest-promotions-glance__btn--app-store,
  .page-index-latest-promotions-glance__btn--google-play {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .page-index-latest-promotions-glance__hero-title {
    font-size: 1.7em;
  }
  .page-index-latest-promotions-glance__hero-description {
    font-size: 0.9em;
  }
  .page-index-latest-promotions-glance__btn {
    width: 95%;
  }
  .page-index-latest-promotions-glance__section-title {
    font-size: 1.5em;
  }
  .page-index-latest-promotions-glance__btn--large {
    width: 95%;
    font-size: 1.1em;
  }
  .page-index-latest-promotions-glance__btn--app-store,
  .page-index-latest-promotions-glance__btn--google-play {
    width: 95%;
  }
}