.page-fishing-game-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF; /* Ensure consistency with body background */
}

.page-fishing-game-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background-color: #017439; /* Brand primary for hero background */
  color: #ffffff;
  overflow: hidden;
}

.page-fishing-game-tips__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-fishing-game-tips__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFFF00; /* Yellow for main title on dark green background (CR 6.0:1) */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-fishing-game-tips__intro-text {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-fishing-game-tips__cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-fishing-game-tips__btn-register,
.page-fishing-game-tips__btn-login {
  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.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  max-width: 100%; /* Ensure responsiveness */
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-fishing-game-tips__btn-register {
  background-color: #C30808; /* Custom red for register */
  color: #000000; /* Black text for contrast on red (CR 4.7:1) */
  border: 2px solid #FFFF00; /* Yellow border to hint at original font color */
}

.page-fishing-game-tips__btn-register:hover {
  background-color: #a00606;
  transform: translateY(-2px);
}

.page-fishing-game-tips__btn-login {
  background-color: #C30808; /* Custom red for login */
  color: #000000; /* Black text for contrast on red (CR 4.7:1) */
  border: 2px solid #FFFF00; /* Yellow border to hint at original font color */
}

.page-fishing-game-tips__btn-login:hover {
  background-color: #a00606;
  transform: translateY(-2px);
}

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

.page-fishing-game-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability, NO color change */
}

.page-fishing-game-tips__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #FFFFFF;
  color: #333333;
}

.page-fishing-game-tips__section-title {
  font-size: 2.5em;
  color: #017439;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 3px solid #017439;
  padding-bottom: 15px;
  margin-top: 40px;
}

.page-fishing-game-tips__sub-title {
  font-size: 1.8em;
  color: #017439;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-fishing-game-tips__content-area p {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-fishing-game-tips__content-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px; /* Ensure minimum size */
}

.page-fishing-game-tips__link {
  color: #017439;
  text-decoration: underline;
  font-weight: bold;
}

.page-fishing-game-tips__link:hover {
  color: #004d2a;
}

.page-fishing-game-tips__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-fishing-game-tips__card {
  background-color: #FFFFFF;
  color: #333333;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-fishing-game-tips__card:hover {
  transform: translateY(-5px);
}

.page-fishing-game-tips__card-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
}

.page-fishing-game-tips__card p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 0;
}

.page-fishing-game-tips__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-fishing-game-tips__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-fishing-game-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: #017439;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  list-style: none; /* For details/summary */
  -webkit-touch-callout: none; /* Disable callout on touch */
  -webkit-user-select: none; /* Disable text selection */
  -khtml-user-select: none; /* Disable text selection */
  -moz-user-select: none; /* Disable text selection */
  -ms-user-select: none; /* Disable text selection */
  user-select: none; /* Disable text selection */
}

.page-fishing-game-tips__faq-question::-webkit-details-marker {
  display: none;
}

.page-fishing-game-tips__faq-question:hover {
  background-color: #004d2a;
}

.page-fishing-game-tips__faq-qtext {
  flex-grow: 1;
}

.page-fishing-game-tips__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-fishing-game-tips__faq-item[open] .page-fishing-game-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-fishing-game-tips__faq-answer {
  padding: 15px 25px;
  background-color: #ffffff;
  color: #333333;
  border-top: 1px solid #e0e0e0;
  font-size: 1.05em;
  line-height: 1.6;
}

.page-fishing-game-tips__cta-section {
  background-color: #017439; /* Brand primary for CTA background */
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

.page-fishing-game-tips__cta-section .page-fishing-game-tips__section-title {
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.page-fishing-game-tips__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #ffffff;
}

.page-fishing-game-tips__btn-primary {
  display: inline-block;
  padding: 15px 35px;
  background-color: #C30808; /* Custom red for primary CTA */
  color: #000000; /* Black text for contrast on red (CR 4.7:1) */
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 2px solid #FFFF00; /* Yellow border to hint at original font color */
}

.page-fishing-game-tips__btn-primary:hover {
  background-color: #a00606;
  transform: translateY(-3px);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-fishing-game-tips__main-title {
    font-size: 2.8em;
  }

  .page-fishing-game-tips__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-fishing-game-tips__hero-section {
    flex-direction: column;
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure space for fixed header on mobile */
  }

  .page-fishing-game-tips__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }

  .page-fishing-game-tips__intro-text {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-fishing-game-tips__cta-group {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .page-fishing-game-tips__btn-register,
  .page-fishing-game-tips__btn-login,
  .page-fishing-game-tips__btn-primary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 20px !important;
    font-size: 1em !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-fishing-game-tips__content-area,
  .page-fishing-game-tips__cta-section {
    padding: 40px 15px;
  }

  .page-fishing-game-tips__section-title {
    font-size: 1.8em;
    margin-bottom: 25px;
  }

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

  .page-fishing-game-tips p,
  .page-fishing-game-tips li {
    font-size: 1em;
  }

  .page-fishing-game-tips__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }
  
  .page-fishing-game-tips__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-fishing-game-tips__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-fishing-game-tips__faq-answer {
    padding: 10px 20px;
    font-size: 0.95em;
  }
  
  /* Ensure all containers with images/buttons are responsive */
  .page-fishing-game-tips__section,
  .page-fishing-game-tips__card,
  .page-fishing-game-tips__container,
  .page-fishing-game-tips__cta-buttons,
  .page-fishing-game-tips__button-group,
  .page-fishing-game-tips__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  
  .page-fishing-game-tips__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-fishing-game-tips__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}

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

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

  .page-fishing-game-tips__sub-title {
    font-size: 1.3em;
  }
}