/* style/game-reviews-card-games.css */
.page-game-reviews-card-games {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-game-reviews-card-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-reviews-card-games__hero {
  background: linear-gradient(135deg, #003366, #1a4d80);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-reviews-card-games__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:card_games,abstract_pattern,dark_blue_gold]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-game-reviews-card-games__hero > div {
  position: relative;
  z-index: 1;
}

.page-game-reviews-card-games__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFCC00; /* Gold for highlight */
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.page-game-reviews-card-games__subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-game-reviews-card-games__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  border-radius: 8px;
}

.page-game-reviews-card-games__section--intro {
  background-color: #f0f8ff; /* Light blue background for intro */
}

.page-game-reviews-card-games__heading {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-game-reviews-card-games__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  border-radius: 2px;
}

.page-game-reviews-card-games__sub-heading {
  font-size: 1.8em;
  color: #003366;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-game-reviews-card-games__link-inline {
  color: #003366;
  text-decoration: underline;
  font-weight: bold;
}

.page-game-reviews-card-games__link-inline:hover {
  color: #FFCC00;
  text-decoration: none;
}

.page-game-reviews-card-games__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  text-align: center;
  cursor: pointer;
  border: none;
}

.page-game-reviews-card-games__btn--primary {
  background-color: #FFCC00;
  color: #003366;
  box-shadow: 0 4px 10px rgba(255, 204, 0, 0.4);
}

.page-game-reviews-card-games__btn--primary:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-game-reviews-card-games__btn--secondary {
  background-color: #003366;
  color: #FFCC00;
  border: 2px solid #FFCC00;
  box-shadow: 0 4px 10px rgba(0, 51, 102, 0.4);
}

.page-game-reviews-card-games__btn--secondary:hover {
  background-color: #002244;
  transform: translateY(-2px);
}

.page-game-reviews-card-games__btn--small {
  padding: 10px 20px;
  font-size: 0.95em;
  margin-top: 15px;
}

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

.page-game-reviews-card-games__feature-item {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-reviews-card-games__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.page-game-reviews-card-games__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
}

.page-game-reviews-card-games__game-review {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border-left: 5px solid #FFCC00;
}

.page-game-reviews-card-games__game-review h3 {
  color: #003366;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 20px;
}

.page-game-reviews-card-games__game-review h4 {
  color: #003366;
  font-size: 1.4em;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-game-reviews-card-games__game-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.page-game-reviews-card-games__game-review ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-game-reviews-card-games__game-review li {
  margin-bottom: 8px;
}

.page-game-reviews-card-games__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-reviews-card-games__step-item {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #003366;
}

.page-game-reviews-card-games__step-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.page-game-reviews-card-games__step-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
}

.page-game-reviews-card-games__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.page-game-reviews-card-games__section--responsible {
  background-color: #e8f0f7; /* Light blue for responsible gambling */
  border-left: none;
}

.page-game-reviews-card-games__section--responsible ul {
  list-style-type: '⚠️ ';
  padding-left: 20px;
}

.page-game-reviews-card-games__section--responsible li {
  margin-bottom: 10px;
  color: #003366;
}

.page-game-reviews-card-games__faq-item {
  background-color: #f9f9f9;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  border-left: 4px solid #FFCC00;
}

.page-game-reviews-card-games__faq-item h3 {
  font-size: 1.5em;
  color: #003366;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-game-reviews-card-games__cta {
  background: linear-gradient(135deg, #003366, #002244);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  border-radius: 8px;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}

.page-game-reviews-card-games__cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:luck8882,abstract_pattern,dark_blue_gold_texture]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 0;
}

.page-game-reviews-card-games__cta > div {
  position: relative;
  z-index: 1;
}

.page-game-reviews-card-games__cta-image {
  max-width: 150px;
  margin-bottom: 30px;
  filter: drop-shadow(0 0 10px rgba(255, 204, 0, 0.5));
}

.page-game-reviews-card-games__heading--cta {
  color: #FFCC00;
  font-size: 2.8em;
  margin-bottom: 20px;
}

.page-game-reviews-card-games__cta-text {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-game-reviews-card-games__title {
    font-size: 2.5em;
  }

  .page-game-reviews-card-games__heading {
    font-size: 2em;
  }

  .page-game-reviews-card-games__sub-heading {
    font-size: 1.5em;
  }

  .page-game-reviews-card-games__feature-grid, .page-game-reviews-card-games__guide-steps {
    grid-template-columns: 1fr;
  }

  .page-game-reviews-card-games__section {
    padding: 40px 0;
  }

  .page-game-reviews-card-games__hero {
    padding: 60px 0;
  }

  .page-game-reviews-card-games__cta {
    padding: 60px 0;
  }

  .page-game-reviews-card-games__heading--cta {
    font-size: 2.2em;
  }
}

@media (max-width: 480px) {
  .page-game-reviews-card-games__title {
    font-size: 2em;
  }

  .page-game-reviews-card-games__subtitle {
    font-size: 1em;
  }

  .page-game-reviews-card-games__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-game-reviews-card-games__heading {
    font-size: 1.8em;
  }

  .page-game-reviews-card-games__sub-heading {
    font-size: 1.3em;
  }

  .page-game-reviews-card-games__cta-text {
    font-size: 1em;
  }
  .page-game-reviews-card-games__game-review h3 {
    font-size: 1.6em;
  }
  .page-game-reviews-card-games__faq-item h3 {
    font-size: 1.3em;
  }
}