/* style/resources-hay88-fishing-game-strategy.css */
.page-resources-hay88-fishing-game-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-resources-hay88-fishing-game-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-hay88-fishing-game-strategy__hero {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-hay88-fishing-game-strategy__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-resources-hay88-fishing-game-strategy__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  opacity: 0.9;
}

.page-resources-hay88-fishing-game-strategy__section {
  padding: 60px 0;
  border-bottom: 1px solid #e9ecef;
}

.page-resources-hay88-fishing-game-strategy__section:last-of-type {
  border-bottom: none;
}

.page-resources-hay88-fishing-game-strategy__section-title {
  font-size: 2.2em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-resources-hay88-fishing-game-strategy__sub-section-title {
  font-size: 1.8em;
  color: #0056b3;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #ffc107;
  padding-left: 15px;
}

.page-resources-hay88-fishing-game-strategy__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-hay88-fishing-game-strategy__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #495057;
}

.page-resources-hay88-fishing-game-strategy__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-hay88-fishing-game-strategy__cta-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-hay88-fishing-game-strategy__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
}

.page-resources-hay88-fishing-game-strategy__btn--primary {
  background-color: #ffc107;
  color: #333;
  border: 2px solid #ffc107;
}

.page-resources-hay88-fishing-game-strategy__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-hay88-fishing-game-strategy__btn--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-hay88-fishing-game-strategy__hero .page-resources-hay88-fishing-game-strategy__btn--secondary {
  color: #ffffff;
  border-color: #ffffff;
}

.page-resources-hay88-fishing-game-strategy__hero .page-resources-hay88-fishing-game-strategy__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-hay88-fishing-game-strategy__cta-final .page-resources-hay88-fishing-game-strategy__btn--secondary {
  background-color: #007bff;
  color: #ffffff;
  border-color: #007bff;
}

.page-resources-hay88-fishing-game-strategy__cta-final .page-resources-hay88-fishing-game-strategy__btn--secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-hay88-fishing-game-strategy__intro-text p,
.page-resources-hay88-fishing-game-strategy__basics p,
.page-resources-hay88-fishing-game-strategy__advanced-strategies p,
.page-resources-hay88-fishing-game-strategy__mistakes p,
.page-resources-hay88-fishing-game-strategy__tips p,
.page-resources-hay88-fishing-game-strategy__cta-final p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #495057;
}

.page-resources-hay88-fishing-game-strategy__hero .highlight-keyword {
  color: #ffc107;
}

.page-resources-hay88-fishing-game-strategy__section-title .highlight-keyword,
.page-resources-hay88-fishing-game-strategy__sub-section-title .highlight-keyword {
  color: #0056b3;
}

.page-resources-hay88-fishing-game-strategy__intro-text .highlight-keyword,
.page-resources-hay88-fishing-game-strategy__basics .highlight-keyword,
.page-resources-hay88-fishing-game-strategy__advanced-strategies .highlight-keyword,
.page-resources-hay88-fishing-game-strategy__mistakes .highlight-keyword,
.page-resources-hay88-fishing-game-strategy__tips .highlight-keyword,
.page-resources-hay88-fishing-game-strategy__cta-final .highlight-keyword {
  color: #007bff;
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-hay88-fishing-game-strategy__title {
    font-size: 2.2em;
  }

  .page-resources-hay88-fishing-game-strategy__subtitle {
    font-size: 1em;
  }

  .page-resources-hay88-fishing-game-strategy__section-title {
    font-size: 1.8em;
  }

  .page-resources-hay88-fishing-game-strategy__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-hay88-fishing-game-strategy__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-hay88-fishing-game-strategy__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-hay88-fishing-game-strategy__title {
    font-size: 1.8em;
  }

  .page-resources-hay88-fishing-game-strategy__section {
    padding: 40px 0;
  }

  .page-resources-hay88-fishing-game-strategy__section-title {
    font-size: 1.5em;
  }

  .page-resources-hay88-fishing-game-strategy__sub-section-title {
    font-size: 1.3em;
  }

  .page-resources-hay88-fishing-game-strategy__list {
    margin-left: 15px;
  }

  .page-resources-hay88-fishing-game-strategy__list li {
    font-size: 0.95em;
  }

  .page-resources-hay88-fishing-game-strategy__btn {
    width: 100%;
    max-width: 280px;
  }
}