.page-fishing-games-high-score-tips {
  color: #ffffff; /* Text color for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

.page-fishing-games-high-score-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Adjust for fixed header */
  background: linear-gradient(135deg, #26A9E0, #1a7bbd);
  overflow: hidden;
}

.page-fishing-games-high-score-tips__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.page-fishing-games-high-score-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-fishing-games-high-score-tips__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent background for text */
  border-radius: 10px;
}

.page-fishing-games-high-score-tips__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-fishing-games-high-score-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-fishing-games-high-score-tips__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
}

.page-fishing-games-high-score-tips__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-fishing-games-high-score-tips__btn-primary:hover {
  background-color: #1a7bbd;
  transform: translateY(-2px);
}

.page-fishing-games-high-score-tips__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-fishing-games-high-score-tips__btn-secondary:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
}

.page-fishing-games-high-score-tips__content-section {
  padding: 60px 20px;
  background-color: #0d0d0d; /* Slightly lighter dark background for content sections */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-fishing-games-high-score-tips__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-fishing-games-high-score-tips__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-fishing-games-high-score-tips__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #26A9E0;
  margin: 15px auto 0 auto;
  border-radius: 2px;
}

.page-fishing-games-high-score-tips__sub-section-title {
  font-size: 1.8em;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 20px;
  border-left: 5px solid #26A9E0;
  padding-left: 15px;
}

.page-fishing-games-high-score-tips__paragraph {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 20px;
}

.page-fishing-games-high-score-tips__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-fishing-games-high-score-tips__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-fishing-games-high-score-tips__list-item strong {
  color: #26A9E0;
}

.page-fishing-games-high-score-tips__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: block; /* Ensure it behaves as a block element */
}

.page-fishing-games-high-score-tips__image--centered {
  margin-left: auto;
  margin-right: auto;
}

.page-fishing-games-high-score-tips__text-link {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
}

.page-fishing-games-high-score-tips__text-link:hover {
  text-decoration: underline;
}

.page-fishing-games-high-score-tips__cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-fishing-games-high-score-tips__faq {
  background-color: #1a1a1a; /* Distinct dark background for FAQ */
}

.page-fishing-games-high-score-tips__faq-list {
  margin-top: 30px;
}

.page-fishing-games-high-score-tips__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  color: #ffffff;
}

.page-fishing-games-high-score-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.15em;
  font-weight: bold;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  list-style: none; /* For details/summary */
}

.page-fishing-games-high-score-tips__faq-question::-webkit-details-marker {
  display: none;
}

.page-fishing-games-high-score-tips__faq-qtext {
  flex-grow: 1;
}

.page-fishing-games-high-score-tips__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-fishing-games-high-score-tips__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1em;
  color: #f0f0f0;
}

.page-fishing-games-high-score-tips__cta-banner {
  background: linear-gradient(45deg, #26A9E0, #1a7bbd);
  padding: 80px 20px;
  text-align: center;
}

.page-fishing-games-high-score-tips__cta-banner .page-fishing-games-high-score-tips__section-title,
.page-fishing-games-high-score-tips__cta-banner .page-fishing-games-high-score-tips__paragraph {
  color: #ffffff;
}

.page-fishing-games-high-score-tips__cta-banner .page-fishing-games-high-score-tips__section-title::after {
  background-color: #ffffff;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-fishing-games-high-score-tips__hero-title {
    font-size: 2.2em;
  }
  .page-fishing-games-high-score-tips__section-title {
    font-size: 1.8em;
  }
  .page-fishing-games-high-score-tips__sub-section-title {
    font-size: 1.5em;
  }
  .page-fishing-games-high-score-tips__paragraph,
  .page-fishing-games-high-score-tips__list-item {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-fishing-games-high-score-tips__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
  }
  .page-fishing-games-high-score-tips__hero-title {
    font-size: 1.8em;
  }
  .page-fishing-games-high-score-tips__hero-description {
    font-size: 1em;
  }
  .page-fishing-games-high-score-tips__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-fishing-games-high-score-tips__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-fishing-games-high-score-tips__section-title {
    font-size: 1.6em;
  }
  .page-fishing-games-high-score-tips__sub-section-title {
    font-size: 1.3em;
  }
  .page-fishing-games-high-score-tips__content-section {
    padding: 40px 15px;
  }
  .page-fishing-games-high-score-tips__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-fishing-games-high-score-tips__faq-question {
    font-size: 1em;
    padding: 15px;
  }
  .page-fishing-games-high-score-tips__faq-answer {
    padding: 0 15px 15px 15px;
  }
  .page-fishing-games-high-score-tips__cta-banner {
    padding: 60px 15px;
  }
  .page-fishing-games-high-score-tips__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }
}