/* style/game-reviews-popular-slots-review.css */
.page-game-reviews-popular-slots-review {
  font-family: 'Arial', sans-serif;
  color: #F5F0E7; /* Light text for dark background */
  background-color: #0A0F18; /* Main dark background */
  line-height: 1.6;
}

.page-game-reviews-popular-slots-review__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-reviews-popular-slots-review__hero-section {
  background: linear-gradient(135deg, #0A0F18 0%, #303A4A 100%); /* Dark gradient */
  padding: 80px 0;
  text-align: center;
  color: #F5F0E7;
}

.page-game-reviews-popular-slots-review__main-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-reviews-popular-slots-review__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #F5F0E7;
}

.page-game-reviews-popular-slots-review__content-section {
  padding: 60px 0;
  background-color: #0A0F18;
}

.page-game-reviews-popular-slots-review__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-game-reviews-popular-slots-review__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E53935; /* Red accent */
  border-radius: 2px;
}

.page-game-reviews-popular-slots-review__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #F5F0E7;
  text-align: justify;
}

.page-game-reviews-popular-slots-review__paragraph .highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-game-reviews-popular-slots-review__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  margin: 10px;
  cursor: pointer;
}

.page-game-reviews-popular-slots-review__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #0A0F18; /* Dark text on gold */
  border: 2px solid #FFD700;
}

.page-game-reviews-popular-slots-review__btn--primary:hover {
  background-color: #E5C300;
  border-color: #E5C300;
  transform: translateY(-2px);
}

.page-game-reviews-popular-slots-review__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text on dark background */
  border: 2px solid #FFD700;
}

.page-game-reviews-popular-slots-review__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A0F18;
  transform: translateY(-2px);
}

.page-game-reviews-popular-slots-review__btn--large {
  padding: 20px 40px;
  font-size: 1.2em;
}

.page-game-reviews-popular-slots-review__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-game-reviews-popular-slots-review__feature-item {
  background-color: #1A1F2C; /* Slightly lighter dark background */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-game-reviews-popular-slots-review__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-game-reviews-popular-slots-review__feature-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-game-reviews-popular-slots-review__game-review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-game-reviews-popular-slots-review__game-review-item {
  background-color: #1A1F2C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 215, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-game-reviews-popular-slots-review__game-image {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  border: 3px solid #FFD700;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

.page-game-reviews-popular-slots-review__game-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-game-reviews-popular-slots-review__game-subtitle {
  font-size: 1.4em;
  color: #E53935; /* Red accent for subtitles */
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-game-reviews-popular-slots-review__step-by-step {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-game-reviews-popular-slots-review__step-item {
  background-color: #1A1F2C;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 215, 0, 0.2);
  flex: 1 1 calc(33% - 40px); /* Adjust for 3 items per row on desktop */
  min-width: 280px;
}

.page-game-reviews-popular-slots-review__step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #FFD700; /* Gold background for number */
  color: #0A0F18; /* Dark text on gold */
  border-radius: 50%;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 20px;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
}

.page-game-reviews-popular-slots-review__step-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-game-reviews-popular-slots-review__app-promo {
  background-color: #1A1F2C;
  padding: 40px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 60px auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  border: 2px solid #E53935; /* Red accent border */
}

.page-game-reviews-popular-slots-review__app-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 30px;
  filter: drop-shadow(0 0 15px rgba(255, 215, 0, 0.7));
}

.page-game-reviews-popular-slots-review__app-title {
  font-size: 2.2em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-game-reviews-popular-slots-review__app-info .page-game-reviews-popular-slots-review__paragraph {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .page-game-reviews-popular-slots-review__hero-section {
    padding: 120px 0;
  }

  .page-game-reviews-popular-slots-review__main-title {
    font-size: 4.5em;
  }

  .page-game-reviews-popular-slots-review__subtitle {
    font-size: 1.8em;
  }

  .page-game-reviews-popular-slots-review__section-title {
    font-size: 3em;
  }

  .page-game-reviews-popular-slots-review__feature-item,
  .page-game-reviews-popular-slots-review__game-review-item {
    text-align: left;
    display: block;
  }

  .page-game-reviews-popular-slots-review__game-image {
    float: right;
    margin-left: 20px;
    margin-bottom: 0;
    max-width: 250px;
  }

  .page-game-reviews-popular-slots-review__app-promo {
    flex-direction: row;
    text-align: left;
    gap: 40px;
    padding: 60px;
  }

  .page-game-reviews-popular-slots-review__app-image {
    width: 35%;
    margin-bottom: 0;
  }

  .page-game-reviews-popular-slots-review__app-info {
    width: 65%;
  }

  .page-game-reviews-popular-slots-review__app-info .page-game-reviews-popular-slots-review__paragraph {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .page-game-reviews-popular-slots-review__feature-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-game-reviews-popular-slots-review__game-review-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-game-reviews-popular-slots-review__step-item {
    flex: 1 1 calc(33.333% - 20px);
  }
}

@media (max-width: 767px) {
  .page-game-reviews-popular-slots-review__main-title {
    font-size: 2.5em;
  }
  .page-game-reviews-popular-slots-review__subtitle {
    font-size: 1.2em;
  }
  .page-game-reviews-popular-slots-review__section-title {
    font-size: 2em;
  }
  .page-game-reviews-popular-slots-review__game-image {
    max-width: 100%;
  }
  .page-game-reviews-popular-slots-review__app-promo {
    padding: 30px;
  }
  .page-game-reviews-popular-slots-review__step-item {
    flex: 1 1 100%;
  }
}