.page-game-guides-fishing-game-tips {
  font-family: 'Arial', sans-serif;
  color: #f5e6d0; /* Light text for dark background */
  background-color: #0A192F;
  line-height: 1.6;
}

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

.page-game-guides-fishing-game-tips__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #2a3d54 100%);
  padding: 100px 0;
  text-align: center;
  color: #FFD700;
  position: relative;
  overflow: hidden;
}

.page-game-guides-fishing-game-tips__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  font-weight: bold;
}

.page-game-guides-fishing-game-tips__highlight {
  color: #f5e6d0;
}

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

.page-game-guides-fishing-game-tips__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A192F;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

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

.page-game-guides-fishing-game-tips__content-section {
  padding: 60px 0;
  background-color: #0A192F;
}

.page-game-guides-fishing-game-tips__article {
  background-color: #1a2a41;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-game-guides-fishing-game-tips__section-title {
  font-size: 2.2em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-game-guides-fishing-game-tips__sub-section-title {
  font-size: 1.8em;
  color: #f5e6d0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-game-guides-fishing-game-tips__article p {
  margin-bottom: 15px;
  color: #d0dceb;
}

.page-game-guides-fishing-game-tips__bold-text {
  font-weight: bold;
  color: #FFD700;
}

.page-game-guides-fishing-game-tips__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #d0dceb;
}

.page-game-guides-fishing-game-tips__list li {
  margin-bottom: 10px;
}

.page-game-guides-fishing-game-tips__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-game-guides-fishing-game-tips__call-to-action-box {
  background-color: #0A192F;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
  border: 2px solid #FFD700;
}

.page-game-guides-fishing-game-tips__call-to-action-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-game-guides-fishing-game-tips__call-to-action-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #d0dceb;
}

.page-game-guides-fishing-game-tips__cta-button--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-game-guides-fishing-game-tips__cta-button--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-game-guides-fishing-game-tips__small-text {
  font-size: 0.9em;
  margin-top: 20px;
  color: #d0dceb;
}

.page-game-guides-fishing-game-tips__link-text {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-game-guides-fishing-game-tips__link-text:hover {
  text-decoration: underline;
}

.page-game-guides-fishing-game-tips__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #FFD700;
  color: #0A192F;
  padding: 10px 15px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  font-size: 1em;
  z-index: 1000;
  transition: transform 0.3s ease;
}

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

.page-game-guides-fishing-game-tips__floating-promo a {
  color: #0A192F;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-game-guides-fishing-game-tips__promo-icon {
  width: 30px;
  height: 30px;
}

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

  .page-game-guides-fishing-game-tips__hero-description {
    font-size: 1em;
  }

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

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

  .page-game-guides-fishing-game-tips__article {
    padding: 20px;
  }

  .page-game-guides-fishing-game-tips__call-to-action-title {
    font-size: 2em;
  }

  .page-game-guides-fishing-game-tips__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-game-guides-fishing-game-tips__floating-promo {
    bottom: 10px;
    right: 10px;
    padding: 8px 12px;
    font-size: 0.9em;
  }

  .page-game-guides-fishing-game-tips__promo-icon {
    width: 25px;
    height: 25px;
  }
}

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

  .page-game-guides-fishing-game-tips__hero-description {
    font-size: 0.9em;
  }

  .page-game-guides-fishing-game-tips__section-title {
    font-size: 1.5em;
  }

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

  .page-game-guides-fishing-game-tips__cta-button {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
  }

  .page-game-guides-fishing-game-tips__floating-promo span {
    display: none;
  }

  .page-game-guides-fishing-game-tips__floating-promo {
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
  }
}