.page-game-reviews-slot-theme-categories {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #0A2463; /* Main dark blue background */
}

.page-game-reviews-slot-theme-categories__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-reviews-slot-theme-categories__hero {
  background: linear-gradient(135deg, #0A2463 0%, #1A3E8A 100%); /* Dark blue gradient */
  color: #FFD700; /* Gold for hero text */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-reviews-slot-theme-categories__hero::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 215, 0, 0.1);
  border-radius: 50%;
  animation: page-game-reviews-slot-theme-categories__pulse 4s infinite alternate;
}

.page-game-reviews-slot-theme-categories__hero::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: rgba(255, 215, 0, 0.15);
  border-radius: 50%;
  animation: page-game-reviews-slot-theme-categories__pulse 3s infinite alternate reverse;
}

@keyframes page-game-reviews-slot-theme-categories__pulse {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.2); opacity: 1; }
}

.page-game-reviews-slot-theme-categories__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #FFD700; /* Gold */
}

.page-game-reviews-slot-theme-categories__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #F0F0F0;
}

.page-game-reviews-slot-theme-categories__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
  position: relative;
}

.page-game-reviews-slot-theme-categories__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-game-reviews-slot-theme-categories__introduction, 
.page-game-reviews-slot-theme-categories__theme-categories, 
.page-game-reviews-slot-theme-categories__benefits, 
.page-game-reviews-slot-theme-categories__platform-selection, 
.page-game-reviews-slot-theme-categories__tips, 
.page-game-reviews-slot-theme-categories__faq, 
.page-game-reviews-slot-theme-categories__cta {
  padding: 60px 0;
  background-color: #0A2463; /* Consistent dark blue */
}

.page-game-reviews-slot-theme-categories__introduction p, 
.page-game-reviews-slot-theme-categories__benefits p, 
.page-game-reviews-slot-theme-categories__platform-selection p, 
.page-game-reviews-slot-theme-categories__tips p,
.page-game-reviews-slot-theme-categories__cta p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
  text-align: justify;
}

.page-game-reviews-slot-theme-categories__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}

.page-game-reviews-slot-theme-categories__image:hover {
  transform: translateY(-5px);
}

.page-game-reviews-slot-theme-categories__theme-categories {
  background-color: #0F2E70; /* Slightly lighter blue for contrast */
}

.page-game-reviews-slot-theme-categories__theme-card {
  background-color: #1A3E8A; /* Medium blue */
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #FFD70033; /* Subtle gold border */
}

.page-game-reviews-slot-theme-categories__theme-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}

.page-game-reviews-slot-theme-categories__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 2px solid #FFD700;
}

.page-game-reviews-slot-theme-categories__card-title {
  font-size: 1.8em;
  color: #FFD700; /* Gold */
  margin-bottom: 15px;
  text-align: center;
}

.page-game-reviews-slot-theme-categories__theme-card p {
  color: #E0E0E0;
  margin-bottom: 15px;
  text-align: justify;
}

.page-game-reviews-slot-theme-categories__list, 
.page-game-reviews-slot-theme-categories__ordered-list {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
}

.page-game-reviews-slot-theme-categories__list li, 
.page-game-reviews-slot-theme-categories__ordered-list li {
  background-color: #0F2E70; /* Slightly lighter blue for list items */
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  border-left: 5px solid #FFD700;
  color: #F0F0F0;
  font-size: 1.05em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-slot-theme-categories__list li strong, 
.page-game-reviews-slot-theme-categories__ordered-list li strong {
  color: #FFD700;
}

.page-game-reviews-slot-theme-categories__faq {
  background-color: #0F2E70;
}

.page-game-reviews-slot-theme-categories__faq-item {
  background-color: #1A3E8A;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #FFD70033;
}

.page-game-reviews-slot-theme-categories__faq-question {
  font-size: 1.5em;
  color: #FFD700; /* Gold */
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-game-reviews-slot-theme-categories__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-game-reviews-slot-theme-categories__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-game-reviews-slot-theme-categories__faq-answer {
  color: #E0E0E0;
  font-size: 1.1em;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  padding-top: 0;
}

.page-game-reviews-slot-theme-categories__faq-answer.active {
  max-height: 200px; /* Adjust as needed for content */
  padding-top: 15px;
}

.page-game-reviews-slot-theme-categories__cta {
  text-align: center;
  background: linear-gradient(45deg, #0A2463, #0F2E70); /* Darker blue gradient */
  padding: 80px 0;
}

.page-game-reviews-slot-theme-categories__cta .page-game-reviews-slot-theme-categories__section-title {
  color: #FFD700;
}

.page-game-reviews-slot-theme-categories__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A2463; /* Dark blue text on gold */
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  margin: 15px 10px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  border: none;
  cursor: pointer;
}

.page-game-reviews-slot-theme-categories__cta-button:hover {
  background-color: #E6C200; /* Slightly darker gold */
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-game-reviews-slot-theme-categories__cta-button--secondary {
  background-color: #0F2E70; /* Dark blue button */
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-game-reviews-slot-theme-categories__cta-button--secondary:hover {
  background-color: #1A3E8A; /* Slightly lighter dark blue */
  color: #FFEA80;
}

.page-game-reviews-slot-theme-categories__cta-button--download {
  background-color: #28a745; /* Green for download */
  color: #FFFFFF; 
}

.page-game-reviews-slot-theme-categories__cta-button--download:hover {
  background-color: #218838; 
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-reviews-slot-theme-categories__hero-title {
    font-size: 2.8em;
  }
  .page-game-reviews-slot-theme-categories__hero-subtitle {
    font-size: 1.2em;
  }
  .page-game-reviews-slot-theme-categories__section-title {
    font-size: 2em;
  }
  .page-game-reviews-slot-theme-categories__theme-card {
    padding: 25px;
  }
  .page-game-reviews-slot-theme-categories__card-title {
    font-size: 1.5em;
  }
  .page-game-reviews-slot-theme-categories__faq-question {
    font-size: 1.3em;
  }
}

@media (max-width: 768px) {
  .page-game-reviews-slot-theme-categories__hero {
    padding: 80px 0;
  }
  .page-game-reviews-slot-theme-categories__hero-title {
    font-size: 2.2em;
  }
  .page-game-reviews-slot-theme-categories__hero-subtitle {
    font-size: 1em;
  }
  .page-game-reviews-slot-theme-categories__section-title {
    font-size: 1.8em;
  }
  .page-game-reviews-slot-theme-categories__introduction, 
  .page-game-reviews-slot-theme-categories__theme-categories, 
  .page-game-reviews-slot-theme-categories__benefits, 
  .page-game-reviews-slot-theme-categories__platform-selection, 
  .page-game-reviews-slot-theme-categories__tips, 
  .page-game-reviews-slot-theme-categories__faq, 
  .page-game-reviews-slot-theme-categories__cta {
    padding: 40px 0;
  }
  .page-game-reviews-slot-theme-categories__cta-button {
    font-size: 1em;
    padding: 12px 25px;
    margin: 10px 5px;
  }
}

@media (max-width: 480px) {
  .page-game-reviews-slot-theme-categories__hero-title {
    font-size: 1.8em;
  }
  .page-game-reviews-slot-theme-categories__hero-subtitle {
    font-size: 0.9em;
  }
  .page-game-reviews-slot-theme-categories__section-title {
    font-size: 1.5em;
  }
  .page-game-reviews-slot-theme-categories__theme-card {
    padding: 20px;
  }
  .page-game-reviews-slot-theme-categories__card-title {
    font-size: 1.3em;
  }
  .page-game-reviews-slot-theme-categories__list li, 
  .page-game-reviews-slot-theme-categories__ordered-list li {
    font-size: 0.95em;
    padding: 10px 15px;
  }
  .page-game-reviews-slot-theme-categories__faq-question {
    font-size: 1.1em;
  }
  .page-game-reviews-slot-theme-categories__faq-answer {
    font-size: 0.95em;
  }
  .page-game-reviews-slot-theme-categories__cta-button {
    display: block;
    width: 90%;
    margin: 10px auto;
  }
}