.page-fishing-games-tips-strategy {
  background-color: #0D0E12;
  color: #FFF3E6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-bottom: 20px; /* Ensure some padding at the bottom */
}

.page-fishing-games-tips-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 40px;
  background-color: #0D0E12;
}

.page-fishing-games-tips-strategy__hero-image {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
}

.page-fishing-games-tips-strategy__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-fishing-games-tips-strategy__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  background: linear-gradient(to right, #FF8C1A, #FFA53A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.page-fishing-games-tips-strategy__hero-description {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF3E6;
}

.page-fishing-games-tips-strategy__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #FFF3E6;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
  min-height: 44px; /* Touch target size */
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-fishing-games-tips-strategy__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(255, 140, 26, 0.4);
}

.page-fishing-games-tips-strategy__section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #0D0E12;
  border-radius: 10px;
  margin-bottom: 20px;
}

.page-fishing-games-tips-strategy__section-title {
  font-size: clamp(1.8em, 4vw, 2.8em);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  background: linear-gradient(to right, #FF8C1A, #FFA53A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.page-fishing-games-tips-strategy__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #FFF3E6;
}

.page-fishing-games-tips-strategy__content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.page-fishing-games-tips-strategy__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #FFF3E6;
}

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

.page-fishing-games-tips-strategy__tip-card {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-fishing-games-tips-strategy__tip-card:hover {
  transform: translateY(-5px);
}

.page-fishing-games-tips-strategy__tip-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-fishing-games-tips-strategy__tip-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #FF8C1A;
}

.page-fishing-games-tips-strategy__tip-description {
  font-size: 0.95em;
  color: #FFF3E6;
}

.page-fishing-games-tips-strategy__strategy-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.page-fishing-games-tips-strategy__list-item {
  background-color: #17191F;
  border-left: 4px solid #FF8C1A;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 1.05em;
  color: #FFF3E6;
}

.page-fishing-games-tips-strategy__list-item strong {
  color: #FFA53A;
}

.page-fishing-games-tips-strategy__cta-button--secondary {
  margin-top: 30px;
  background: linear-gradient(180deg, #FF8C1A 0%, #D96800 100%);
}

.page-fishing-games-tips-strategy__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.page-fishing-games-tips-strategy__game-tile {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
  border: 1px solid #A84F0C;
}

.page-fishing-games-tips-strategy__game-tile:hover {
  transform: translateY(-5px) scale(1.02);
}

.page-fishing-games-tips-strategy__game-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.page-fishing-games-tips-strategy__view-all-button {
  display: block;
  width: fit-content;
  margin: 40px auto 0;
  padding: 12px 25px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #FFF3E6;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  min-height: 44px; /* Touch target size */
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-fishing-games-tips-strategy__view-all-button:hover {
  background: linear-gradient(180deg, #FFB04D 0%, #FF8C1A 100%);
}

.page-fishing-games-tips-strategy__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-fishing-games-tips-strategy__faq-item {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.page-fishing-games-tips-strategy__faq-question {
  font-size: 1.2em;
  color: #FF8C1A;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-fishing-games-tips-strategy__faq-answer {
  font-size: 1em;
  color: #FFF3E6;
}

.page-fishing-games-tips-strategy__call-to-action-section {
  padding: 60px 20px;
}

.page-fishing-games-tips-strategy__cta-card {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 15px;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-fishing-games-tips-strategy__cta-image {
  width: 50%;
  height: auto;
  object-fit: cover;
  display: block;
  min-width: 200px; /* Ensure image is not too small */
}

.page-fishing-games-tips-strategy__cta-content {
  width: 50%;
  padding: 30px;
  text-align: left;
}

.page-fishing-games-tips-strategy__cta-title {
  font-size: clamp(1.6em, 3.5vw, 2.5em);
  font-weight: 700;
  margin-bottom: 20px;
  color: #FF8C1A;
}

.page-fishing-games-tips-strategy__cta-description {
  font-size: 1.05em;
  margin-bottom: 30px;
  color: #FFF3E6;
}

/* Responsive adjustments */
@media (max-width: 849px) {
  .page-fishing-games-tips-strategy__hero-image {
    max-width: 100%;
    height: auto;
  }

  .page-fishing-games-tips-strategy__cta-card {
    flex-direction: column;
  }

  .page-fishing-games-tips-strategy__cta-image {
    width: 100%;
    height: 250px;
  }

  .page-fishing-games-tips-strategy__cta-content {
    width: 100%;
    text-align: center;
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .page-fishing-games-tips-strategy__hero-section {
    padding-top: 10px;
  }
  .page-fishing-games-tips-strategy__main-title {
    font-size: clamp(2em, 8vw, 2.5em);
  }
  .page-fishing-games-tips-strategy__hero-description {
    font-size: clamp(1rem, 3.5vw, 1.1em);
  }
  .page-fishing-games-tips-strategy__section {
    padding: 30px 15px;
  }
  .page-fishing-games-tips-strategy__section-title {
    font-size: clamp(1.6em, 7vw, 2em);
  }
  .page-fishing-games-tips-strategy__grid {
    grid-template-columns: 1fr;
  }
  .page-fishing-games-tips-strategy__tip-image {
    height: 200px;
  }
  .page-fishing-games-tips-strategy__game-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .page-fishing-games-tips-strategy__game-image {
    height: 150px;
  }
  .page-fishing-games-tips-strategy__list-item {
    font-size: 1em;
    padding: 12px 15px;
  }
  .page-fishing-games-tips-strategy__faq-question {
    font-size: 1.1em;
  }
  .page-fishing-games-tips-strategy__cta-button {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-fishing-games-tips-strategy__cta-image, .page-fishing-games-tips-strategy__cta-content img {
    max-width: 100%;
    height: auto;
  }
  /* Ensure all content area images are responsive and not smaller than 200px */
  .page-fishing-games-tips-strategy__hero-image,
  .page-fishing-games-tips-strategy__tip-image,
  .page-fishing-games-tips-strategy__game-image,
  .page-fishing-games-tips-strategy__cta-image,
  .page-fishing-games-tips-strategy__content-area img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Enforce minimum display size for content images */
    min-height: 200px;
    object-fit: cover;
  }
  .page-fishing-games-tips-strategy__game-image {
    min-height: 150px; /* Game images can be slightly smaller in height for grid */
    min-width: 200px;
  }
}

@media (max-width: 549px) {
  .page-fishing-games-tips-strategy__main-title {
    font-size: clamp(1.8em, 9vw, 2.2em);
  }
  .page-fishing-games-tips-strategy__hero-description {
    font-size: clamp(0.9em, 4vw, 1em);
  }
  .page-fishing-games-tips-strategy__section-title {
    font-size: clamp(1.5em, 8vw, 1.8em);
  }
  .page-fishing-games-tips-strategy__tip-title {
    font-size: 1.2em;
  }
  .page-fishing-games-tips-strategy__cta-title {
    font-size: clamp(1.4em, 6vw, 1.8em);
  }
}