/* style/resources-ae888-fishing-game-high-score-tips.css */
.page-resources-ae888-fishing-game-high-score-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for readability on dark background */
  background-color: #0A192F; /* Main dark blue background */
}

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

.page-resources-ae888-fishing-game-high-score-tips__hero {
  background: linear-gradient(135deg, #0A192F 0%, #1a3a60 100%); /* Dark blue gradient */
  padding: 100px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-ae888-fishing-game-high-score-tips__hero-image {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 900px;
  opacity: 0.7;
  z-index: 0;
}

.page-resources-ae888-fishing-game-high-score-tips__title {
  font-size: 3.5em;
  color: #FFD700; /* Gold accent color */
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-ae888-fishing-game-high-score-tips__subtitle {
  font-size: 1.5em;
  color: #B0B0B0;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.page-resources-ae888-fishing-game-high-score-tips__btn-primary,
.page-resources-ae888-fishing-game-high-score-tips__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px;
  position: relative;
  z-index: 1;
}

.page-resources-ae888-fishing-game-high-score-tips__btn-primary {
  background-color: #FFD700; /* Gold */
  color: #0A192F; /* Dark blue */
  border: 2px solid #FFD700;
}

.page-resources-ae888-fishing-game-high-score-tips__btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-ae888-fishing-game-high-score-tips__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-ae888-fishing-game-high-score-tips__btn-secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-3px);
}

.page-resources-ae888-fishing-game-high-score-tips__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.page-resources-ae888-fishing-game-high-score-tips__section--alt {
  background-color: #1a2c42; /* Slightly lighter dark blue */
}

.page-resources-ae888-fishing-game-high-score-tips__heading {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-resources-ae888-fishing-game-high-score-tips__sub-heading {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-ae888-fishing-game-high-score-tips__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-resources-ae888-fishing-game-high-score-tips__paragraph strong {
  color: #FFD700;
}

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

.page-resources-ae888-fishing-game-high-score-tips__list-item {
  background-color: #1a2c42;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 5px;
  border-left: 3px solid #FFD700;
  font-size: 1.05em;
  color: #F0F0F0;
}

.page-resources-ae888-fishing-game-high-score-tips__list-item strong {
  color: #FFD700;
}

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

.page-resources-ae888-fishing-game-high-score-tips__cta-section {
  background: linear-gradient(45deg, #0A192F, #334e68);
  padding: 80px 0;
  text-align: center;
}

.page-resources-ae888-fishing-game-high-score-tips__cta-content {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-ae888-fishing-game-high-score-tips__title {
    font-size: 2.5em;
  }

  .page-resources-ae888-fishing-game-high-score-tips__subtitle {
    font-size: 1.2em;
  }

  .page-resources-ae888-fishing-game-high-score-tips__heading {
    font-size: 2em;
  }

  .page-resources-ae888-fishing-game-high-score-tips__sub-heading {
    font-size: 1.5em;
  }

  .page-resources-ae888-fishing-game-high-score-tips__hero-image {
    width: 95%;
  }
}

@media (max-width: 480px) {
  .page-resources-ae888-fishing-game-high-score-tips__title {
    font-size: 2em;
  }

  .page-resources-ae888-fishing-game-high-score-tips__subtitle {
    font-size: 1em;
  }

  .page-resources-ae888-fishing-game-high-score-tips__btn-primary,
  .page-resources-ae888-fishing-game-high-score-tips__btn-secondary {
    padding: 12px 20px;
    font-size: 0.9em;
  }

  .page-resources-ae888-fishing-game-high-score-tips__heading {
    font-size: 1.8em;
  }

  .page-resources-ae888-fishing-game-high-score-tips__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-ae888-fishing-game-high-score-tips__list-item {
    padding: 10px 15px;
    font-size: 0.95em;
  }
}