.page-promotions-latest-offers {
  color: #f0f0f0; /* Dark body background #0a0a0a requires light text */
  background-color: #0a0a0a; /* Ensure consistency with body background */
  padding-top: 120px; /* Desktop: Adjust for fixed header */
}

.page-promotions-latest-offers__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-promotions-latest-offers__intro-section {
  padding: 60px 0;
  text-align: center;
  background: linear-gradient(135deg, #0A2463, #1a3a7f); /* Using brand primary color */
  color: #ffffff;
}

.page-promotions-latest-offers__main-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #FFD700; /* Gold for highlight */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.page-promotions-latest-offers__intro-text {
  font-size: 18px;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: #e0e0e0;
}

.page-promotions-latest-offers__intro-text strong {
  color: #FFD700;
}

.page-promotions-latest-offers__cta-button {
  display: inline-block;
  padding: 15px 35px;
  background: linear-gradient(135deg, #FFD700, #FFA500); /* Gold gradient */
  color: #0A2463; /* Dark blue text for contrast */
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  border: none;
}

.page-promotions-latest-offers__cta-button:hover {
  background: linear-gradient(135deg, #FFA500, #FFC107);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
  color: #000000; /* Darker text on hover */
}

.page-promotions-latest-offers__platform-overview,
.page-promotions-latest-offers__detailed-promotions,
.page-promotions-latest-offers__news-section {
  padding: 60px 0;
  background-color: #0a0a0a; /* Consistent dark background */
  color: #f0f0f0;
}

.page-promotions-latest-offers__section-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #FFD700; /* Gold for highlight */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.page-promotions-latest-offers__section-description {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  color: #e0e0e0;
}

.page-promotions-latest-offers__overview-grid,
.page-promotions-latest-offers__promotion-grid,
.page-promotions-latest-offers__news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-promotions-latest-offers__overview-card,
.page-promotions-latest-offers__promotion-card,
.page-promotions-latest-offers__news-card {
  background-color: rgba(255, 255, 255, 0.08); /* Slightly transparent white on dark background */
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

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

.page-promotions-latest-offers__card-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-promotions-latest-offers__card-image[src*="gameicon"] {
  max-width: 120px; /* Specific size for game icons */
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: 3px solid #FFD700;
}

.page-promotions-latest-offers__card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.page-promotions-latest-offers__card-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #FFD700; /* Gold for card titles */
  line-height: 1.4;
}

.page-promotions-latest-offers__card-description {
  font-size: 16px;
  line-height: 1.7;
  color: #e0e0e0;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-promotions-latest-offers__card-description strong {
  color: #FFD700;
}

.page-promotions-latest-offers__card-button {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(135deg, #0A2463, #1a3a7f); /* Dark blue gradient */
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  border: none;
  margin-top: auto; /* Push button to bottom */
  width: auto;
  min-width: 180px;
}

.page-promotions-latest-offers__card-button:hover {
  background: linear-gradient(135deg, #1a3a7f, #0A2463);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  color: #FFD700;
}

.page-promotions-latest-offers__news-link {
  color: #FFD700; /* Gold for news links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-promotions-latest-offers__news-link:hover {
  color: #FFA500; /* Darker gold on hover */
  text-decoration: underline;
}

.page-promotions-latest-offers__news-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FFD700; /* Gold button */
  color: #0A2463; /* Dark blue text */
  text-decoration: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: none;
}

.page-promotions-latest-offers__news-button:hover {
  background-color: #FFA500;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-promotions-latest-offers__main-title {
    font-size: 36px;
  }
  .page-promotions-latest-offers__section-title {
    font-size: 30px;
  }
  .page-promotions-latest-offers__card-title {
    font-size: 20px;
  }
  .page-promotions-latest-offers__intro-section,
  .page-promotions-latest-offers__platform-overview,
  .page-promotions-latest-offers__detailed-promotions,
  .page-promotions-latest-offers__news-section {
    padding: 40px 0;
  }
  .page-promotions-latest-offers__cta-button {
    padding: 12px 30px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .page-promotions-latest-offers {
    padding-top: 160px !important; /* Mobile: Adjust for fixed header */
    font-size: 16px;
    line-height: 1.6;
  }
  .page-promotions-latest-offers__container {
    padding: 0 15px;
  }
  .page-promotions-latest-offers__main-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .page-promotions-latest-offers__intro-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page-promotions-latest-offers__cta-button {
    padding: 10px 25px;
    font-size: 16px;
  }
  .page-promotions-latest-offers__section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .page-promotions-latest-offers__section-description {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .page-promotions-latest-offers__overview-grid,
  .page-promotions-latest-offers__promotion-grid,
  .page-promotions-latest-offers__news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-promotions-latest-offers__overview-card,
  .page-promotions-latest-offers__promotion-card,
  .page-promotions-latest-offers__news-card {
    padding: 20px;
  }
  .page-promotions-latest-offers__card-image {
    margin-bottom: 15px;
  }
  .page-promotions-latest-offers__card-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .page-promotions-latest-offers__card-description {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .page-promotions-latest-offers__card-button {
    padding: 10px 20px;
    font-size: 15px;
    min-width: unset;
    width: 100%;
  }
  .page-promotions-latest-offers__news-button {
    padding: 8px 15px;
    font-size: 14px;
  }

  /* Mobile image and container responsive overrides */
  .page-promotions-latest-offers img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-promotions-latest-offers__intro-section,
  .page-promotions-latest-offers__platform-overview,
  .page-promotions-latest-offers__detailed-promotions,
  .page-promotions-latest-offers__news-section,
  .page-promotions-latest-offers__container,
  .page-promotions-latest-offers__overview-card,
  .page-promotions-latest-offers__promotion-card,
  .page-promotions-latest-offers__news-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-promotions-latest-offers__card-image[src*="gameicon"] {
    max-width: 80px;
  }
}