.page-interactive-game-guides-fishing-game-cheats {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-interactive-game-guides-fishing-game-cheats__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-interactive-game-guides-fishing-game-cheats__hero-section {
  background: linear-gradient(135deg, #003366 0%, #004488 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-interactive-game-guides-fishing-game-cheats__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,ocean_waves,light_effect]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-interactive-game-guides-fishing-game-cheats__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-interactive-game-guides-fishing-game-cheats__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #f0f0f0;
  position: relative;
  z-index: 1;
}

.page-interactive-game-guides-fishing-game-cheats__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #003366;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  border: none;
  cursor: pointer;
}

.page-interactive-game-guides-fishing-game-cheats__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold */
  transform: translateY(-3px);
}

.page-interactive-game-guides-fishing-game-cheats__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-interactive-game-guides-fishing-game-cheats__section-title {
  font-size: 2.5em;
  color: #003366;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-interactive-game-guides-fishing-game-cheats__section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-interactive-game-guides-fishing-game-cheats__sub-section-title {
  font-size: 1.8em;
  color: #004488;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-interactive-game-guides-fishing-game-cheats p {
  margin-bottom: 1em;
  font-size: 1.1em;
  color: #444;
}

.page-interactive-game-guides-fishing-game-cheats a {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
}

.page-interactive-game-guides-fishing-game-cheats a:hover {
  text-decoration: underline;
  color: #FFD700;
}

.page-interactive-game-guides-fishing-game-cheats__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-interactive-game-guides-fishing-game-cheats__image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.page-interactive-game-guides-fishing-game-cheats__image:hover {
  transform: translateY(-5px);
}

.page-interactive-game-guides-fishing-game-cheats__cta-group {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
}

.page-interactive-game-guides-fishing-game-cheats__cta-button--primary {
  background-color: #003366;
  color: #FFD700;
  margin: 0 15px;
}

.page-interactive-game-guides-fishing-game-cheats__cta-button--primary:hover {
  background-color: #004488;
  transform: translateY(-3px);
}

.page-interactive-game-guides-fishing-game-cheats__cta-button--secondary {
  background-color: #FFD700;
  color: #003366;
  margin: 0 15px;
}

.page-interactive-game-guides-fishing-game-cheats__cta-button--secondary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-interactive-game-guides-fishing-game-cheats__faq {
  margin-top: 40px;
}

.page-interactive-game-guides-fishing-game-cheats__faq-item {
  background-color: #f0f5f9;
  border-left: 5px solid #FFD700;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-interactive-game-guides-fishing-game-cheats__faq-question {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-interactive-game-guides-fishing-game-cheats__faq-answer {
  font-size: 1.05em;
  color: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-interactive-game-guides-fishing-game-cheats__hero-title {
    font-size: 2.5em;
  }

  .page-interactive-game-guides-fishing-game-cheats__hero-subtitle {
    font-size: 1.2em;
  }

  .page-interactive-game-guides-fishing-game-cheats__section-title {
    font-size: 2em;
  }

  .page-interactive-game-guides-fishing-game-cheats__sub-section-title {
    font-size: 1.5em;
  }

  .page-interactive-game-guides-fishing-game-cheats__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }

  .page-interactive-game-guides-fishing-game-cheats__cta-group {
    flex-direction: column;
  }

  .page-interactive-game-guides-fishing-game-cheats__cta-button--primary,
  .page-interactive-game-guides-fishing-game-cheats__cta-button--secondary {
    margin: 10px 0;
    width: 80%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-interactive-game-guides-fishing-game-cheats__hero-title {
    font-size: 2em;
  }

  .page-interactive-game-guides-fishing-game-cheats__hero-subtitle {
    font-size: 1em;
  }

  .page-interactive-game-guides-fishing-game-cheats__section-title {
    font-size: 1.8em;
  }

  .page-interactive-game-guides-fishing-game-cheats__sub-section-title {
    font-size: 1.3em;
  }

  .page-interactive-game-guides-fishing-game-cheats__cta-button {
    font-size: 1em;
    padding: 10px 20px;
  }
}