/* style/games-fishing-games-tips.css */
.page-games-fishing-games-tips {
  --primary-color: #003366;
  --secondary-color: #FFCC00;
  --text-light: #f0f0f0;
  --text-dark: #333333;
  --accent-color: #ffcc99; /* Derived from primary for contrast */
  --background-dark: #002244; /* Slightly darker primary */
  --background-light: #fff;
  --button-hover-primary: #e6b800;
  --button-hover-secondary: #001a33;
}

.page-games-fishing-games-tips__hero {
  background: linear-gradient(135deg, var(--primary-color), var(--background-dark));
  color: var(--text-light);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-games-fishing-games-tips__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:underwater_pattern,subtle_texture]') center center / cover no-repeat;
  opacity: 0.1;
  z-index: 0;
}

.page-games-fishing-games-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.page-games-fishing-games-tips__container--center {
  text-align: center;
}

.page-games-fishing-games-tips__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: var(--secondary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-games-fishing-games-tips__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-light);
}

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

.page-games-fishing-games-tips__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.page-games-fishing-games-tips__button--primary {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border-color: var(--secondary-color);
}

.page-games-fishing-games-tips__button--primary:hover {
  background-color: var(--button-hover-primary);
  border-color: var(--button-hover-primary);
  transform: translateY(-3px);
}

.page-games-fishing-games-tips__button--secondary {
  background-color: transparent;
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.page-games-fishing-games-tips__button--secondary:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-3px);
}

.page-games-fishing-games-tips__button--small {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 30px;
}

.page-games-fishing-games-tips__section {
  padding: 60px 0;
  background-color: var(--background-light);
  color: var(--text-dark);
}

.page-games-fishing-games-tips__section--dark {
  background-color: var(--background-dark);
  color: var(--text-light);
}

.page-games-fishing-games-tips__section-title {
  font-size: 2.5em;
  color: var(--primary-color);
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-games-fishing-games-tips__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--secondary-color);
  border-radius: 2px;
}

.page-games-fishing-games-tips__section-title--light {
  color: var(--secondary-color);
}

.page-games-fishing-games-tips__section-title--light::after {
  background-color: var(--accent-color);
}

.page-games-fishing-games-tips__section p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}

.page-games-fishing-games-tips__text--light {
  color: var(--text-light);
}

.page-games-fishing-games-tips__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-games-fishing-games-tips__image--small {
  max-width: 80%;
}

.page-games-fishing-games-tips__image--full-width {
  width: 100%;
}

.page-games-fishing-games-tips__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-games-fishing-games-tips__list li {
  background-color: #e6f2ff; /* Light blue, good contrast with dark text */
  padding: 15px 20px;
  margin-bottom: 10px;
  border-left: 5px solid var(--secondary-color);
  border-radius: 5px;
  font-size: 1.05em;
  line-height: 1.6;
  color: var(--text-dark);
}

.page-games-fishing-games-tips__list li:last-child {
  margin-bottom: 0;
}

.page-games-fishing-games-tips__sub-title {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
}

.page-games-fishing-games-tips__sub-title--light {
  color: var(--secondary-color);
}

.page-games-fishing-games-tips__content-block {
  margin-bottom: 40px;
}

.page-games-fishing-games-tips__content-block p {
  padding-left: 20px;
  border-left: 3px solid var(--secondary-color);
}

.page-games-fishing-games-tips__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-games-fishing-games-tips__grid-item {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly transparent white for dark section */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-games-fishing-games-tips__section--cta-banner {
  background: var(--secondary-color);
  color: var(--primary-color);
  padding: 80px 0;
  text-align: center;
}

.page-games-fishing-games-tips__section--cta-banner .page-games-fishing-games-tips__section-title {
  color: var(--primary-color);
}

.page-games-fishing-games-tips__section--cta-banner .page-games-fishing-games-tips__section-title::after {
  background-color: var(--primary-color);
}

.page-games-fishing-games-tips__section--cta-banner .page-games-fishing-games-tips__text--light {
  color: var(--primary-color);
}

.page-games-fishing-games-tips__section--cta-banner .page-games-fishing-games-tips__button--primary {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-color: var(--primary-color);
}

.page-games-fishing-games-tips__section--cta-banner .page-games-fishing-games-tips__button--primary:hover {
  background-color: var(--button-hover-secondary);
  border-color: var(--button-hover-secondary);
}

.page-games-fishing-games-tips__section--cta-banner .page-games-fishing-games-tips__button--secondary {
  background-color: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.page-games-fishing-games-tips__section--cta-banner .page-games-fishing-games-tips__button--secondary:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.page-games-fishing-games-tips__faq-section {
  background-color: var(--background-light);
}

.page-games-fishing-games-tips__faq-item {
  background-color: #f9f9f9; /* Lighter background for FAQ items */
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-games-fishing-games-tips__faq-question {
  font-size: 1.3em;
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 15px;
  cursor: pointer;
}

.page-games-fishing-games-tips__faq-answer {
  font-size: 1em;
  line-height: 1.6;
  color: var(--text-dark);
  margin-bottom: 15px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-games-fishing-games-tips__title {
    font-size: 2.8em;
  }
  .page-games-fishing-games-tips__section-title {
    font-size: 2em;
  }
  .page-games-fishing-games-tips__button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-games-fishing-games-tips__hero {
    padding: 80px 0;
  }
  .page-games-fishing-games-tips__title {
    font-size: 2.2em;
  }
  .page-games-fishing-games-tips__subtitle {
    font-size: 1.1em;
  }
  .page-games-fishing-games-tips__section {
    padding: 40px 0;
  }
  .page-games-fishing-games-tips__section-title {
    font-size: 1.8em;
  }
  .page-games-fishing-games-tips__sub-title {
    font-size: 1.5em;
  }
  .page-games-fishing-games-tips__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-games-fishing-games-tips__grid {
    grid-template-columns: 1fr;
  }
  .page-games-fishing-games-tips__grid-item {
    padding: 20px;
  }
  .page-games-fishing-games-tips__image--small {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .page-games-fishing-games-tips__title {
    font-size: 1.8em;
  }
  .page-games-fishing-games-tips__subtitle {
    font-size: 1em;
  }
  .page-games-fishing-games-tips__section-title {
    font-size: 1.5em;
  }
  .page-games-fishing-games-tips__button {
    width: 100%;
  }
  .page-games-fishing-games-tips__list li {
    padding: 10px 15px;
    font-size: 0.95em;
  }
  .page-games-fishing-games-tips__faq-question {
    font-size: 1.1em;
  }
}