.page-games-fishing-game-tips {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #1A2C50;
  line-height: 1.6;
}

.page-games-fishing-game-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-games-fishing-game-tips__hero {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(135deg, #1A2C50 0%, #0C1A35 100%);
}

.page-games-fishing-game-tips__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.4;
}

.page-games-fishing-game-tips__hero-content {
  position: relative;
  z-index: 2;
  color: #FFD700;
  padding: 20px;
  max-width: 800px;
}

.page-games-fishing-game-tips__hero-title {
  font-size: 3.8em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  color: #FFD700;
}

.page-games-fishing-game-tips__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-games-fishing-game-tips__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2C50;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-games-fishing-game-tips__hero-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-games-fishing-game-tips__section {
  padding: 60px 0;
  background-color: #1A2C50;
}

.page-games-fishing-game-tips__section:nth-of-type(even) {
  background-color: #0F203D;
}

.page-games-fishing-game-tips__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-games-fishing-game-tips__subsection-title {
  font-size: 2em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-games-fishing-game-tips p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-games-fishing-game-tips__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-games-fishing-game-tips__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-games-fishing-game-tips__list li strong {
  color: #FFD700;
}

.page-games-fishing-game-tips__image-fullwidth {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.page-games-fishing-game-tips__image-right {
  float: right;
  width: 45%;
  max-width: 500px;
  margin: 0 0 20px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-games-fishing-game-tips__image-left {
  float: left;
  width: 45%;
  max-width: 500px;
  margin: 0 30px 20px 0;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-games-fishing-game-tips__strategies .page-games-fishing-game-tips__container::after {
  content: '';
  display: block;
  clear: both;
}

.page-games-fishing-game-tips__faq-item {
  background-color: #0F203D;
  border: 1px solid #FFD700;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-games-fishing-game-tips__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-games-fishing-game-tips__faq-answer {
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-games-fishing-game-tips__cta {
  background: linear-gradient(135deg, #FFD700 0%, #e6c200 100%);
  padding: 80px 0;
  text-align: center;
  color: #1A2C50;
  position: relative;
  overflow: hidden;
}

.page-games-fishing-game-tips__cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.2;
}

.page-games-fishing-game-tips__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #1A2C50;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 2;
}

.page-games-fishing-game-tips__cta-text {
  font-size: 1.4em;
  margin-bottom: 40px;
  color: #1A2C50;
  position: relative;
  z-index: 2;
}

.page-games-fishing-game-tips__cta-button {
  display: inline-block;
  background-color: #1A2C50;
  color: #FFD700;
  padding: 18px 40px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.page-games-fishing-game-tips__cta-button:hover {
  background-color: #0C1A35;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-games-fishing-game-tips__hero-title {
    font-size: 3em;
  }
  .page-games-fishing-game-tips__hero-subtitle {
    font-size: 1.3em;
  }
  .page-games-fishing-game-tips__section-title {
    font-size: 2.2em;
  }
  .page-games-fishing-game-tips__subsection-title {
    font-size: 1.7em;
  }
  .page-games-fishing-game-tips__image-right, 
  .page-games-fishing-game-tips__image-left {
    float: none;
    width: 80%;
    margin: 20px auto;
    display: block;
  }
  .page-games-fishing-game-tips__cta-title {
    font-size: 2.5em;
  }
  .page-games-fishing-game-tips__cta-text {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-games-fishing-game-tips__hero {
    height: 450px;
  }
  .page-games-fishing-game-tips__hero-title {
    font-size: 2.5em;
  }
  .page-games-fishing-game-tips__hero-subtitle {
    font-size: 1.1em;
  }
  .page-games-fishing-game-tips__hero-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
  .page-games-fishing-game-tips__section {
    padding: 40px 0;
  }
  .page-games-fishing-game-tips__section-title {
    font-size: 2em;
  }
  .page-games-fishing-game-tips__subsection-title {
    font-size: 1.5em;
  }
  .page-games-fishing-game-tips p, 
  .page-games-fishing-game-tips__list li, 
  .page-games-fishing-game-tips__faq-answer {
    font-size: 1em;
  }
  .page-games-fishing-game-tips__faq-question {
    font-size: 1.2em;
  }
  .page-games-fishing-game-tips__cta {
    padding: 60px 0;
  }
  .page-games-fishing-game-tips__cta-title {
    font-size: 2em;
  }
  .page-games-fishing-game-tips__cta-text {
    font-size: 1em;
  }
  .page-games-fishing-game-tips__cta-button {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-games-fishing-game-tips__hero {
    height: 350px;
  }
  .page-games-fishing-game-tips__hero-title {
    font-size: 2em;
  }
  .page-games-fishing-game-tips__hero-subtitle {
    font-size: 0.9em;
  }
  .page-games-fishing-game-tips__hero-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-games-fishing-game-tips__section {
    padding: 30px 0;
  }
  .page-games-fishing-game-tips__section-title {
    font-size: 1.8em;
  }
  .page-games-fishing-game-tips__subsection-title {
    font-size: 1.3em;
  }
  .page-games-fishing-game-tips__image-right, 
  .page-games-fishing-game-tips__image-left {
    width: 95%;
    margin: 15px auto;
  }
  .page-games-fishing-game-tips__cta {
    padding: 40px 0;
  }
  .page-games-fishing-game-tips__cta-title {
    font-size: 1.8em;
  }
  .page-games-fishing-game-tips__cta-text {
    font-size: 0.9em;
  }
  .page-games-fishing-game-tips__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}