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

.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, #0A246A 0%, #3a5c97 100%); /* Adjusted for better contrast with text */
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-guides-fishing-game-tips__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Auxiliary color for highlight */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

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

.page-game-guides-fishing-game-tips__hero-button {
  display: inline-block;
  background-color: #FFD700; /* Auxiliary color */
  color: #0A246A; /* Primary color for text */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

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

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

.page-game-guides-fishing-game-tips__article {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.page-game-guides-fishing-game-tips__article-title {
  font-size: 2.2em;
  color: #0A246A; /* Primary color */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700; /* Auxiliary color for accent */
  padding-bottom: 10px;
  font-weight: bold;
}

.page-game-guides-fishing-game-tips__article-title:first-of-type {
  margin-top: 0;
}

.page-game-guides-fishing-game-tips__article-subtitle {
  font-size: 1.6em;
  color: #2c3e50;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-game-guides-fishing-game-tips__article p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #555;
}

.page-game-guides-fishing-game-tips__article ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #555;
}

.page-game-guides-fishing-game-tips__article ul li {
  margin-bottom: 8px;
}

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

.page-game-guides-fishing-game-tips__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
  margin-right: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-game-guides-fishing-game-tips__button--primary {
  background-color: #0A246A; /* Primary color */
  color: #fff;
}

.page-game-guides-fishing-game-tips__button--primary:hover {
  background-color: #1a3b83;
  transform: translateY(-2px);
}

.page-game-guides-fishing-game-tips__button--secondary {
  background-color: #FFD700; /* Auxiliary color */
  color: #0A246A;
}

.page-game-guides-fishing-game-tips__button--secondary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-game-guides-fishing-game-tips__cta-buttons {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px dashed #eee;
}

.page-game-guides-fishing-game-tips__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #0A246A; /* Primary color */
  color: #fff;
  padding: 15px 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 15px;
  animation: page-game-guides-fishing-game-tips__float-in 0.8s ease-out forwards;
}

.page-game-guides-fishing-game-tips__floating-title {
  font-size: 1.3em;
  margin: 0;
  color: #FFD700; /* Auxiliary color for highlight */
}

.page-game-guides-fishing-game-tips__floating-content p {
  margin: 5px 0 10px;
  font-size: 0.95em;
  color: #e0e0e0;
}

.page-game-guides-fishing-game-tips__floating-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A246A;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

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

@keyframes page-game-guides-fishing-game-tips__float-in {
  from { opacity: 0; transform: translateY(50px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 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-subtitle {
    font-size: 1.2em;
  }

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

  .page-game-guides-fishing-game-tips__article-subtitle {
    font-size: 1.4em;
  }

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

  .page-game-guides-fishing-game-tips__floating-promo {
    bottom: 10px;
    right: 10px;
    padding: 10px 15px;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .page-game-guides-fishing-game-tips__floating-title {
    font-size: 1.1em;
  }

  .page-game-guides-fishing-game-tips__floating-content p {
    font-size: 0.85em;
  }

  .page-game-guides-fishing-game-tips__floating-button {
    padding: 8px 15px;
    font-size: 0.9em;
  }
}

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

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

  .page-game-guides-fishing-game-tips__hero-button {
    padding: 12px 20px;
    font-size: 1em;
  }

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

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

  .page-game-guides-fishing-game-tips__article p,
  .page-game-guides-fishing-game-tips__article ul {
    font-size: 0.95em;
  }

  .page-game-guides-fishing-game-tips__button {
    display: block;
    margin: 10px auto;
    width: 80%;
  }

  .page-game-guides-fishing-game-tips__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}