.page-game-reviews-fishing-games {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark background */
  background-color: #0d1242; /* A slightly lighter variant of main color for overall background */
}

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

.page-game-reviews-fishing-games__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-game-reviews-fishing-games__section:last-of-type {
  border-bottom: none;
}

.page-game-reviews-fishing-games__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Auxiliary color for main titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-reviews-fishing-games__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
  color: #B0BEC5; /* Lighter grey for descriptions */
}

.page-game-reviews-fishing-games__hero-section {
  background: linear-gradient(135deg, #1A237E 0%, #0d1242 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-reviews-fishing-games__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,ocean,waves,subtle_pattern]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 0;
}

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

.page-game-reviews-fishing-games__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: 900;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
}

.page-game-reviews-fishing-games__hero-description {
  font-size: 1.3em;
  max-width: 900px;
  margin: 0 auto 40px auto;
  line-height: 1.8;
  color: #CFD8DC;
}

.page-game-reviews-fishing-games__btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-align: center;
}

.page-game-reviews-fishing-games__btn--primary {
  background-color: #FFD700;
  color: #1A237E;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-game-reviews-fishing-games__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
}

.page-game-reviews-fishing-games__btn--secondary {
  background-color: #1A237E;
  color: #FFD700;
  border: 2px solid #FFD700;
  box-shadow: 0 5px 15px rgba(26, 35, 126, 0.4);
}

.page-game-reviews-fishing-games__btn--secondary:hover {
  background-color: #2e3b9c;
  color: #FFF;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(26, 35, 126, 0.6);
}

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

.page-game-reviews-fishing-games__about-bj88 .page-game-reviews-fishing-games__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-game-reviews-fishing-games__about-bj88 .page-game-reviews-fishing-games__text-content {
  flex: 2;
  min-width: 300px;
}

.page-game-reviews-fishing-games__about-bj88 .page-game-reviews-fishing-games__text-content p {
  margin-bottom: 20px;
  line-height: 1.7;
  color: #B0BEC5;
  font-size: 1.05em;
}

.page-game-reviews-fishing-games__about-bj88 .page-game-reviews-fishing-games__image-box {
  flex: 1;
  min-width: 250px;
  text-align: center;
}

.page-game-reviews-fishing-games__about-bj88 .page-game-reviews-fishing-games__image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.page-game-reviews-fishing-games__about-bj88 .page-game-reviews-fishing-games__image:hover {
  transform: scale(1.03);
}

.page-game-reviews-fishing-games__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-game-reviews-fishing-games__feature-item {
  background-color: #1A237E;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-game-reviews-fishing-games__feature-item:hover {
  transform: translateY(-10px);
  background-color: #2e3b9c;
}

.page-game-reviews-fishing-games__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-game-reviews-fishing-games__feature-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-game-reviews-fishing-games__feature-item p {
  font-size: 1em;
  line-height: 1.6;
  color: #B0BEC5;
}

.page-game-reviews-fishing-games__game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-game-reviews-fishing-games__game-item {
  background-color: #1A237E;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-game-reviews-fishing-games__game-item:hover {
  transform: translateY(-10px);
}

.page-game-reviews-fishing-games__game-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 215, 0, 0.3);
}

.page-game-reviews-fishing-games__game-item .page-game-reviews-fishing-games__game-title {
  font-size: 1.4em;
  color: #FFD700;
  padding: 15px 20px 5px;
  font-weight: bold;
}

.page-game-reviews-fishing-games__game-item p {
  font-size: 0.95em;
  color: #B0BEC5;
  padding: 0 20px 20px;
  line-height: 1.5;
}

.page-game-reviews-fishing-games__cta-center {
  text-align: center;
  margin-top: 50px;
}

.page-game-reviews-fishing-games__strategy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-game-reviews-fishing-games__strategy-list li {
  background-color: #1A237E;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #FFD700;
  transition: background-color 0.3s ease;
}

.page-game-reviews-fishing-games__strategy-list li:hover {
  background-color: #2e3b9c;
}

.page-game-reviews-fishing-games__strategy-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-game-reviews-fishing-games__strategy-list p {
  font-size: 1.05em;
  line-height: 1.7;
  color: #B0BEC5;
}

.page-game-reviews-fishing-games__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-game-reviews-fishing-games__step-item {
  background-color: #1A237E;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 215, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-game-reviews-fishing-games__step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #FFD700;
  color: #1A237E;
  border-radius: 50%;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.5);
}

.page-game-reviews-fishing-games__step-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-game-reviews-fishing-games__step-item p {
  font-size: 1em;
  line-height: 1.6;
  color: #B0BEC5;
  flex-grow: 1;
}

.page-game-reviews-fishing-games__promo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-game-reviews-fishing-games__promo-list li {
  background-color: #1A237E;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-game-reviews-fishing-games__promo-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.5));
}

.page-game-reviews-fishing-games__promo-content {
  flex-grow: 1;
}

.page-game-reviews-fishing-games__promo-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-game-reviews-fishing-games__promo-content p {
  font-size: 0.95em;
  line-height: 1.5;
  color: #B0BEC5;
}

.page-game-reviews-fishing-games__conclusion p {
  font-size: 1.1em;
  line-height: 1.7;
  color: #B0BEC5;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

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

  .page-game-reviews-fishing-games__section-title {
    font-size: 2em;
  }

  .page-game-reviews-fishing-games__about-bj88 .page-game-reviews-fishing-games__content-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .page-game-reviews-fishing-games__about-bj88 .page-game-reviews-fishing-games__text-content {
    order: 2;
  }

  .page-game-reviews-fishing-games__about-bj88 .page-game-reviews-fishing-games__image-box {
    order: 1;
  }
}

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

  .page-game-reviews-fishing-games__hero-description {
    font-size: 1.1em;
  }

  .page-game-reviews-fishing-games__section-title {
    font-size: 1.8em;
  }

  .page-game-reviews-fishing-games__feature-item,
  .page-game-reviews-fishing-games__game-item,
  .page-game-reviews-fishing-games__step-item {
    padding: 25px;
  }

  .page-game-reviews-fishing-games__feature-title,
  .page-game-reviews-fishing-games__game-title,
  .page-game-reviews-fishing-games__strategy-title,
  .page-game-reviews-fishing-games__step-title,
  .page-game-reviews-fishing-games__promo-title {
    font-size: 1.3em;
  }
}

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

  .page-game-reviews-fishing-games__hero-description {
    font-size: 1em;
  }

  .page-game-reviews-fishing-games__section-title {
    font-size: 1.5em;
  }

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

  .page-game-reviews-fishing-games__btn--small {
    padding: 8px 20px;
    font-size: 0.9em;
  }

  .page-game-reviews-fishing-games__feature-item,
  .page-game-reviews-fishing-games__game-item,
  .page-game-reviews-fishing-games__step-item {
    padding: 20px;
  }

  .page-game-reviews-fishing-games__feature-icon {
    width: 60px;
    height: 60px;
  }

  .page-game-reviews-fishing-games__step-number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.8em;
  }

  .page-game-reviews-fishing-games__promo-list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-game-reviews-fishing-games__promo-icon {
    margin-bottom: 10px;
  }
}