.page-resources-8x-bet-fishing-game-high-score-tips {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f9f9f9;
}

.page-resources-8x-bet-fishing-game-high-score-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-8x-bet-fishing-game-high-score-tips__hero {
  background: linear-gradient(135deg, #007BFF, #FFC107);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-8x-bet-fishing-game-high-score-tips__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[IMAGE:hero_main]') no-repeat center center/cover;
  opacity: 0.3;
  z-index: 0;
}

.page-resources-8x-bet-fishing-game-high-score-tips__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-resources-8x-bet-fishing-game-high-score-tips__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #eee;
  position: relative;
  z-index: 1;
}

.page-resources-8x-bet-fishing-game-high-score-tips__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  position: relative;
  z-index: 1;
}

.page-resources-8x-bet-fishing-game-high-score-tips__btn--primary {
  background-color: #FFC107;
  color: #007BFF;
  border: 2px solid #FFC107;
}

.page-resources-8x-bet-fishing-game-high-score-tips__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  color: #0056b3;
  transform: translateY(-3px);
}

.page-resources-8x-bet-fishing-game-high-score-tips__section {
  padding: 60px 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.page-resources-8x-bet-fishing-game-high-score-tips__section--alt {
  background-color: #f2f7fc;
}

.page-resources-8x-bet-fishing-game-high-score-tips__section-title {
  font-size: 2.5em;
  color: #007BFF;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-8x-bet-fishing-game-high-score-tips__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFC107;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-8x-bet-fishing-game-high-score-tips__sub-title {
  font-size: 1.8em;
  color: #0056b3;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFC107;
  padding-left: 15px;
}

.page-resources-8x-bet-fishing-game-high-score-tips__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-8x-bet-fishing-game-high-score-tips__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-resources-8x-bet-fishing-game-high-score-tips__list li {
  background: #e6f2ff;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  border-left: 5px solid #007BFF;
  font-size: 1.1em;
  color: #222;
}

.page-resources-8x-bet-fishing-game-high-score-tips__list li strong {
  color: #0056b3;
}

.page-resources-8x-bet-fishing-game-high-score-tips p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
  text-align: justify;
}

.page-resources-8x-bet-fishing-game-high-score-tips__cta-section {
  background: linear-gradient(to right, #007BFF, #0056b3);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-8x-bet-fishing-game-high-score-tips__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFC107;
}

.page-resources-8x-bet-fishing-game-high-score-tips__cta-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #eee;
}

.page-resources-8x-bet-fishing-game-high-score-tips__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-8x-bet-fishing-game-high-score-tips__btn--secondary {
  background-color: transparent;
  color: #FFC107;
  border: 2px solid #FFC107;
}

.page-resources-8x-bet-fishing-game-high-score-tips__btn--secondary:hover {
  background-color: #FFC107;
  color: #007BFF;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-8x-bet-fishing-game-high-score-tips__hero-title {
    font-size: 2.5em;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__hero-subtitle {
    font-size: 1.2em;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__section-title {
    font-size: 2em;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__sub-title {
    font-size: 1.5em;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__cta-title {
    font-size: 2.2em;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-8x-bet-fishing-game-high-score-tips__hero {
    padding: 80px 0;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__hero-title {
    font-size: 2em;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__section {
    padding: 40px 0;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__section-title {
    font-size: 1.8em;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__sub-title {
    font-size: 1.3em;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips p,
  .page-resources-8x-bet-fishing-game-high-score-tips__list li {
    font-size: 0.95em;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__cta-title {
    font-size: 1.8em;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__cta-description {
    font-size: 0.95em;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__btn {
    padding: 12px 25px;
    font-size: 1em;
    width: 80%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-resources-8x-bet-fishing-game-high-score-tips__hero {
    padding: 60px 0;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__hero-title {
    font-size: 1.6em;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__hero-subtitle {
    font-size: 0.9em;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__section-title {
    font-size: 1.5em;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__sub-title {
    font-size: 1.2em;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips p,
  .page-resources-8x-bet-fishing-game-high-score-tips__list li {
    font-size: 0.9em;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__cta-title {
    font-size: 1.5em;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__cta-description {
    font-size: 0.9em;
  }
  .page-resources-8x-bet-fishing-game-high-score-tips__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}