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

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

.page-game-guides-fishing-game-cheats__hero-section {
  background: linear-gradient(135deg, #0A2239, #2A4864);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-game-guides-fishing-game-cheats__hero-section .page-game-guides-fishing-game-cheats__container {
  position: relative;
  z-index: 1;
}

.page-game-guides-fishing-game-cheats__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #E0B400;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-guides-fishing-game-cheats__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

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

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

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

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

.page-game-guides-fishing-game-cheats__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333;
}

.page-game-guides-fishing-game-cheats__list,
.page-game-guides-fishing-game-cheats__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333;
}

.page-game-guides-fishing-game-cheats__ordered-list {
  list-style-type: decimal;
}

.page-game-guides-fishing-game-cheats__list li,
.page-game-guides-fishing-game-cheats__ordered-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-game-guides-fishing-game-cheats__keyword {
  color: #E0B400;
  font-weight: bold;
}

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

.page-game-guides-fishing-game-cheats__btn--primary {
  background-color: #E0B400;
  color: #0A2239;
  box-shadow: 0 4px 15px rgba(224, 180, 0, 0.4);
}

.page-game-guides-fishing-game-cheats__btn--primary:hover {
  background-color: #f0c510;
  transform: translateY(-3px);
}

.page-game-guides-fishing-game-cheats__btn--secondary {
  background-color: #0A2239;
  color: #E0B400;
  border: 2px solid #E0B400;
  margin-top: 20px;
}

.page-game-guides-fishing-game-cheats__btn--secondary:hover {
  background-color: #1a3a5c;
  transform: translateY(-3px);
}

.page-game-guides-fishing-game-cheats__btn--accent {
  background-color: #E0B400;
  color: #0A2239;
  box-shadow: 0 4px 15px rgba(224, 180, 0, 0.4);
  animation: pulse 2s infinite;
}

.page-game-guides-fishing-game-cheats__btn--accent:hover {
  background-color: #f0c510;
  transform: translateY(-3px);
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.page-game-guides-fishing-game-cheats__image-wrapper {
  margin: 30px auto;
  text-align: center;
}

.page-game-guides-fishing-game-cheats__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-game-guides-fishing-game-cheats__floating-cta {
  position: sticky;
  bottom: 0;
  width: 100%;
  background-color: #0A2239;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.page-game-guides-fishing-game-cheats__floating-text {
  margin: 0 20px 0 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #f0f0f0;
}

@media (max-width: 768px) {
  .page-game-guides-fishing-game-cheats__hero-title {
    font-size: 2.5em;
  }
  .page-game-guides-fishing-game-cheats__hero-subtitle,
  .page-game-guides-fishing-game-cheats__paragraph,
  .page-game-guides-fishing-game-cheats__list li,
  .page-game-guides-fishing-game-cheats__ordered-list li {
    font-size: 1em;
  }
  .page-game-guides-fishing-game-cheats__section-title {
    font-size: 1.8em;
  }
  .page-game-guides-fishing-game-cheats__sub-section-title {
    font-size: 1.5em;
  }
  .page-game-guides-fishing-game-cheats__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-game-guides-fishing-game-cheats__floating-cta {
    flex-direction: column;
    padding: 10px 0;
  }
  .page-game-guides-fishing-game-cheats__floating-text {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 480px) {
  .page-game-guides-fishing-game-cheats__hero-title {
    font-size: 2em;
  }
  .page-game-guides-fishing-game-cheats__section-title {
    font-size: 1.5em;
  }
  .page-game-guides-fishing-game-cheats__sub-section-title {
    font-size: 1.2em;
  }
  .page-game-guides-fishing-game-cheats__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}