.page-fishing-games-tips-and-tricks {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Body background from shared.css */
}

.page-fishing-games-tips-and-tricks__hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px);
  box-sizing: border-box;
}

.page-fishing-games-tips-and-tricks__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-fishing-games-tips-and-tricks__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.page-fishing-games-tips-and-tricks__hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 20px;
}

.page-fishing-games-tips-and-tricks__main-title {
  font-size: 3.5em;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-fishing-games-tips-and-tricks__intro-text {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-fishing-games-tips-and-tricks__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-fishing-games-tips-and-tricks__btn-primary,
.page-fishing-games-tips-and-tricks__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-fishing-games-tips-and-tricks__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-fishing-games-tips-and-tricks__btn-primary:hover {
  background-color: #1a7fb3;
  border-color: #1a7fb3;
}

.page-fishing-games-tips-and-tricks__btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-fishing-games-tips-and-tricks__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}

.page-fishing-games-tips-and-tricks__content-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: rgba(255, 255, 255, 0.05); /* Slightly transparent white on dark background */
  border-radius: 10px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.page-fishing-games-tips-and-tricks__content-section:first-of-type {
  margin-top: -80px; /* Pull up to overlap hero slightly */
  position: relative;
  z-index: 4;
}

.page-fishing-games-tips-and-tricks__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-fishing-games-tips-and-tricks__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #26A9E0;
  border-radius: 2px;
}

.page-fishing-games-tips-and-tricks__text-block p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-fishing-games-tips-and-tricks__subsection-title {
  font-size: 1.8em;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #26A9E0;
  padding-left: 15px;
}

.page-fishing-games-tips-and-tricks__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  object-fit: cover;
}

.page-fishing-games-tips-and-tricks__image-content {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
  object-fit: cover;
}

.page-fishing-games-tips-and-tricks__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-fishing-games-tips-and-tricks__faq-list {
  margin-top: 30px;
}

.page-fishing-games-tips-and-tricks__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-fishing-games-tips-and-tricks__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFFFFF;
  background-color: rgba(38, 169, 224, 0.2);
  transition: background-color 0.3s ease;
}

.page-fishing-games-tips-and-tricks__faq-question:hover {
  background-color: rgba(38, 169, 224, 0.4);
}

.page-fishing-games-tips-and-tricks__faq-question h3 {
  margin: 0;
  color: inherit;
  font-size: 1em;
}

.page-fishing-games-tips-and-tricks__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-fishing-games-tips-and-tricks__faq-item.active .page-fishing-games-tips-and-tricks__faq-toggle {
  transform: rotate(45deg);
}

.page-fishing-games-tips-and-tricks__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
}

.page-fishing-games-tips-and-tricks__faq-item.active .page-fishing-games-tips-and-tricks__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to accommodate content */
  padding: 20px;
}

.page-fishing-games-tips-and-tricks__faq-answer p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-fishing-games-tips-and-tricks__main-title {
    font-size: 2.8em;
  }
  .page-fishing-games-tips-and-tricks__intro-text {
    font-size: 1.1em;
  }
  .page-fishing-games-tips-and-tricks__section-title {
    font-size: 2em;
  }
  .page-fishing-games-tips-and-tricks__subsection-title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-fishing-games-tips-and-tricks__hero-section {
    height: auto;
    min-height: 70vh;
  }
  .page-fishing-games-tips-and-tricks__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .page-fishing-games-tips-and-tricks__intro-text {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-fishing-games-tips-and-tricks__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-fishing-games-tips-and-tricks__btn-primary,
  .page-fishing-games-tips-and-tricks__btn-secondary {
    padding: 12px 20px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-fishing-games-tips-and-tricks__content-section {
    padding: 40px 15px;
    margin-left: 15px;
    margin-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }
  .page-fishing-games-tips-and-tricks__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-fishing-games-tips-and-tricks__subsection-title {
    font-size: 1.3em;
  }
  .page-fishing-games-tips-and-tricks__text-block p {
    font-size: 0.95em;
  }
  /* Mobile responsive for images */
  .page-fishing-games-tips-and-tricks img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  .page-fishing-games-tips-and-tricks__image-full-width,
  .page-fishing-games-tips-and-tricks__image-content {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .page-fishing-games-tips-and-tricks__faq-question {
    padding: 15px;
    font-size: 1.1em;
  }
  .page-fishing-games-tips-and-tricks__faq-answer {
    padding: 0 15px;
  }
  .page-fishing-games-tips-and-tricks__faq-item.active .page-fishing-games-tips-and-tricks__faq-answer {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-fishing-games-tips-and-tricks__main-title {
    font-size: 1.8em;
  }
  .page-fishing-games-tips-and-tricks__intro-text {
    font-size: 0.9em;
  }
  .page-fishing-games-tips-and-tricks__btn-primary,
  .page-fishing-games-tips-and-tricks__btn-secondary {
    font-size: 0.9em;
  }
  .page-fishing-games-tips-and-tricks__section-title {
    font-size: 1.5em;
  }
  .page-fishing-games-tips-and-tricks__subsection-title {
    font-size: 1.2em;
  }
}