.page-games-center-88xx-new-games-highlights {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #FFD700; /* Gold text on dark background */
  background-color: #000000; /* Main background color */
}

.page-games-center-88xx-new-games-highlights__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-games-center-88xx-new-games-highlights__hero-section {
  background: linear-gradient(135deg, #000000 0%, #333333 50%, #000000 100%);
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #FFD700;
}

.page-games-center-88xx-new-games-highlights__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.page-games-center-88xx-new-games-highlights__hero-section > div {
  position: relative;
  z-index: 2;
}

.page-games-center-88xx-new-games-highlights__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
}

.page-games-center-88xx-new-games-highlights__subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #FFFFFF;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-games-center-88xx-new-games-highlights__hero-image {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  margin-top: 40px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
  position: relative;
  z-index: 2;
}

.page-games-center-88xx-new-games-highlights__section {
  padding: 60px 0;
  text-align: center;
}

.page-games-center-88xx-new-games-highlights__section--dark {
  background-color: #1a1a1a;
  color: #FFFFFF;
}

.page-games-center-88xx-new-games-highlights__section--dark .page-games-center-88xx-new-games-highlights__heading {
  color: #FFD700;
}

.page-games-center-88xx-new-games-highlights__heading {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #FFD700;
  text-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}

.page-games-center-88xx-new-games-highlights__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-games-center-88xx-new-games-highlights__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #000000;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

.page-games-center-88xx-new-games-highlights__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-games-center-88xx-new-games-highlights__cta-button--secondary {
  background-color: #333333;
  color: #FFD700;
  border: 1px solid #FFD700;
}

.page-games-center-88xx-new-games-highlights__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #000000;
}

.page-games-center-88xx-new-games-highlights__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-games-center-88xx-new-games-highlights__game-card {
  background-color: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding-bottom: 20px;
  border: 1px solid #333;
}

.page-games-center-88xx-new-games-highlights__game-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(255, 215, 0, 0.3);
}

.page-games-center-88xx-new-games-highlights__game-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom: 4px solid #FFD700;
}

.page-games-center-88xx-new-games-highlights__game-card-title {
  font-size: 1.6em;
  color: #FFD700;
  padding: 20px 20px 10px;
}

.page-games-center-88xx-new-games-highlights__game-card-description {
  font-size: 1em;
  color: #e0e0e0;
  padding: 0 20px;
  margin-bottom: 20px;
}

.page-games-center-88xx-new-games-highlights__game-card-button {
  display: inline-block;
  background-color: #FFD700;
  color: #000000;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-left: 20px;
  border: none;
  cursor: pointer;
}

.page-games-center-88xx-new-games-highlights__game-card-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-games-center-88xx-new-games-highlights__bullet-list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 800px;
  text-align: left;
}

.page-games-center-88xx-new-games-highlights__bullet-list li {
  background-color: #333333;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  color: #e0e0e0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #FFD700;
}

.page-games-center-88xx-new-games-highlights__bullet-list li strong {
  color: #FFD700;
  margin-right: 10px;
  flex-shrink: 0;
}

.page-games-center-88xx-new-games-highlights__image-full-width {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  margin-top: 40px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

.page-games-center-88xx-new-games-highlights__step-list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 900px;
  text-align: left;
}

.page-games-center-88xx-new-games-highlights__step-list li {
  background-color: #1a1a1a;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 10px;
  color: #FFFFFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  border-right: 5px solid #FFD700;
  position: relative;
}

.page-games-center-88xx-new-games-highlights__step-list li::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  background-color: #FFD700;
  color: #000000;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.7);
}

.page-games-center-88xx-new-games-highlights__step-list {
  counter-reset: step-counter;
}

.page-games-center-88xx-new-games-highlights__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-games-center-88xx-new-games-highlights__image-right {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  margin-top: 40px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
  float: right;
  margin-left: 30px;
}

.page-games-center-88xx-new-games-highlights__image-left {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  margin-top: 40px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
  float: left;
  margin-right: 30px;
}

.page-games-center-88xx-new-games-highlights__final-cta {
  background-color: #FFD700;
  color: #000000;
  padding: 80px 0;
  text-align: center;
}

.page-games-center-88xx-new-games-highlights__final-cta .page-games-center-88xx-new-games-highlights__heading {
  color: #000000;
  text-shadow: none;
  margin-bottom: 20px;
}

.page-games-center-88xx-new-games-highlights__final-cta .page-games-center-88xx-new-games-highlights__text-content {
  color: #333333;
  margin-bottom: 40px;
}

.page-games-center-88xx-new-games-highlights__cta-button--large {
  padding: 18px 40px;
  font-size: 1.2em;
  background-color: #000000;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-games-center-88xx-new-games-highlights__cta-button--large:hover {
  background-color: #333333;
  color: #FFD700;
  border-color: #e6c200;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-games-center-88xx-new-games-highlights__main-title {
    font-size: 3em;
  }
  .page-games-center-88xx-new-games-highlights__heading {
    font-size: 2em;
  }
  .page-games-center-88xx-new-games-highlights__game-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-games-center-88xx-new-games-highlights__image-right,
  .page-games-center-88xx-new-games-highlights__image-left {
    float: none;
    margin: 40px auto;
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .page-games-center-88xx-new-games-highlights__hero-section {
    padding: 60px 0 30px;
  }
  .page-games-center-88xx-new-games-highlights__main-title {
    font-size: 2.5em;
  }
  .page-games-center-88xx-new-games-highlights__subtitle {
    font-size: 1.2em;
  }
  .page-games-center-88xx-new-games-highlights__section {
    padding: 40px 0;
  }
  .page-games-center-88xx-new-games-highlights__heading {
    font-size: 1.8em;
  }
  .page-games-center-88xx-new-games-highlights__text-content,
  .page-games-center-88xx-new-games-highlights__game-card-description,
  .page-games-center-88xx-new-games-highlights__bullet-list li,
  .page-games-center-88xx-new-games-highlights__step-list li {
    font-size: 1em;
  }
  .page-games-center-88xx-new-games-highlights__game-card {
    margin: 0 10px;
  }
  .page-games-center-88xx-new-games-highlights__button-group {
    flex-direction: column;
    align-items: center;
  }
  .page-games-center-88xx-new-games-highlights__cta-button {
    width: 80%;
    max-width: 300px;
  }
  .page-games-center-88xx-new-games-highlights__step-list li::before {
    left: 10px;
    top: 15px;
    transform: translateY(0);
  }
  .page-games-center-88xx-new-games-highlights__step-list li {
    padding-left: 50px;
  }
}

@media (max-width: 480px) {
  .page-games-center-88xx-new-games-highlights__main-title {
    font-size: 2em;
  }
  .page-games-center-88xx-new-games-highlights__subtitle {
    font-size: 1em;
  }
  .page-games-center-88xx-new-games-highlights__heading {
    font-size: 1.5em;
  }
  .page-games-center-88xx-new-games-highlights__game-grid {
    grid-template-columns: 1fr;
  }
  .page-games-center-88xx-new-games-highlights__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-games-center-88xx-new-games-highlights__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-games-center-88xx-new-games-highlights__hero-image {
    max-height: 300px;
  }
  .page-games-center-88xx-new-games-highlights__image-full-width,
  .page-games-center-88xx-new-games-highlights__image-right,
  .page-games-center-88xx-new-games-highlights__image-left {
    max-width: 95%;
  }
}