.page-game-reviews-df999-slot {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

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

.page-game-reviews-df999-slot__hero-section {
  background: linear-gradient(135deg, #003366, #FFCC00);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-game-reviews-df999-slot__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-reviews-df999-slot__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  color: #eee;
}

.page-game-reviews-df999-slot__hero-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  max-width: 600px;
  height: auto;
  opacity: 0.7;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .page-game-reviews-df999-slot__hero-image {
    width: 80%;
    right: -10%;
    bottom: -10%;
  }
}

.page-game-reviews-df999-slot__cta-button {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  z-index: 1;
  position: relative;
  border: none;
  cursor: pointer;
}

.page-game-reviews-df999-slot__cta-button:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-game-reviews-df999-slot__cta-button--secondary {
  background-color: #003366;
  color: #FFCC00;
  border: 2px solid #FFCC00;
  margin-left: 20px;
}

.page-game-reviews-df999-slot__cta-button--secondary:hover {
  background-color: #002244;
  border-color: #e6b800;
}

.page-game-reviews-df999-slot__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
  margin-top: 20px;
}

.page-game-reviews-df999-slot__content-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.page-game-reviews-df999-slot__article {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-df999-slot__section-title {
  font-size: 2.2em;
  color: #003366;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFCC00;
  padding-bottom: 10px;
}

.page-game-reviews-df999-slot__sub-title {
  font-size: 1.8em;
  color: #003366;
  margin-top: 35px;
  margin-bottom: 15px;
}

.page-game-reviews-df999-slot__article p {
  margin-bottom: 15px;
  color: #555;
  font-size: 1.1em;
}

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

.page-game-reviews-df999-slot__article ul li {
  margin-bottom: 10px;
  color: #555;
  font-size: 1.05em;
}

.page-game-reviews-df999-slot__article strong {
  color: #003366;
}

.page-game-reviews-df999-slot__image-inline {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-df999-slot__info-card {
  background-color: #f0f8ff;
  border-left: 5px solid #003366;
  padding: 20px;
  margin: 30px 0;
  border-radius: 5px;
}

.page-game-reviews-df999-slot__info-card h3 {
  color: #003366;
  margin-top: 0;
  font-size: 1.4em;
}

.page-game-reviews-df999-slot__info-card ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.page-game-reviews-df999-slot__info-card ul li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
}

.page-game-reviews-df999-slot__info-card ul li::before {
  content: '✓';
  color: #FFCC00;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.page-game-reviews-df999-slot__cta-group {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px dashed #ccc;
}

.page-game-reviews-df999-slot__article a {
  color: #003366;
  text-decoration: underline;
  font-weight: bold;
}

.page-game-reviews-df999-slot__article a:hover {
  color: #FFCC00;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-reviews-df999-slot__hero-title {
    font-size: 2.8em;
  }

  .page-game-reviews-df999-slot__section-title {
    font-size: 2em;
  }

  .page-game-reviews-df999-slot__sub-title {
    font-size: 1.6em;
  }

  .page-game-reviews-df999-slot__article {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .page-game-reviews-df999-slot__hero-title {
    font-size: 2.2em;
  }

  .page-game-reviews-df999-slot__hero-description {
    font-size: 1.1em;
  }

  .page-game-reviews-df999-slot__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-game-reviews-df999-slot__cta-button--secondary {
    margin-left: 10px;
    margin-top: 10px;
  }

  .page-game-reviews-df999-slot__section-title {
    font-size: 1.8em;
  }

  .page-game-reviews-df999-slot__sub-title {
    font-size: 1.4em;
  }

  .page-game-reviews-df999-slot__article {
    padding: 20px;
  }

  .page-game-reviews-df999-slot__cta-group {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-game-reviews-df999-slot__hero-title {
    font-size: 1.8em;
  }

  .page-game-reviews-df999-slot__hero-description {
    font-size: 1em;
  }

  .page-game-reviews-df999-slot__cta-button {
    width: 100%;
    margin-bottom: 10px;
  }

  .page-game-reviews-df999-slot__cta-button--secondary {
    margin-left: 0;
  }

  .page-game-reviews-df999-slot__article {
    padding: 15px;
  }
}