.page-bn-c-high-payout-fishing-strategy {
  font-family: 'Arial', sans-serif;
  color: #e5dfd3; /* Light text for dark background */
  background-color: #1A202C;
  line-height: 1.6;
}

.page-bn-c-high-payout-fishing-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-bn-c-high-payout-fishing-strategy__hero {
  background: linear-gradient(135deg, #1A202C 0%, #3a475a 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-bn-c-high-payout-fishing-strategy__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-bn-c-high-payout-fishing-strategy__hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #e5dfd3;
}

.page-bn-c-high-payout-fishing-strategy__hero-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-bn-c-high-payout-fishing-strategy__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-bn-c-high-payout-fishing-strategy__btn--primary {
  background-color: #FFD700;
  color: #1A202C;
}

.page-bn-c-high-payout-fishing-strategy__btn--primary:hover {
  background-color: #e5c100;
  transform: translateY(-3px);
}

.page-bn-c-high-payout-fishing-strategy__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-bn-c-high-payout-fishing-strategy__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-3px);
}

.page-bn-c-high-payout-fishing-strategy__section {
  padding: 80px 0;
  text-align: center;
}

.page-bn-c-high-payout-fishing-strategy__section-title {
  font-size: 2.8em;
  margin-bottom: 40px;
  color: #FFD700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-bn-c-high-payout-fishing-strategy__intro p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #e5dfd3;
}

.page-bn-c-high-payout-fishing-strategy__image-wrapper {
  margin: 40px auto;
  max-width: 900px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-bn-c-high-payout-fishing-strategy__image {
  width: 100%;
  height: auto;
  display: block;
}

.page-bn-c-high-payout-fishing-strategy__strategies {
  background-color: #242b3a;
}

.page-bn-c-high-payout-fishing-strategy__strategy-card {
  background-color: #1A202C;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-bn-c-high-payout-fishing-strategy__card-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-bn-c-high-payout-fishing-strategy__card-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-bn-c-high-payout-fishing-strategy__strategy-card p {
  font-size: 1.1em;
  color: #e5dfd3;
}

.page-bn-c-high-payout-fishing-strategy__advantages {
  background-color: #1A202C;
}

.page-bn-c-high-payout-fishing-strategy__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-bn-c-high-payout-fishing-strategy__feature-item {
  background-color: #242b3a;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-bn-c-high-payout-fishing-strategy__icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-bn-c-high-payout-fishing-strategy__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-bn-c-high-payout-fishing-strategy__feature-item p {
  color: #e5dfd3;
  font-size: 1em;
}

.page-bn-c-high-payout-fishing-strategy__cta-bottom {
  margin-top: 60px;
}

.page-bn-c-high-payout-fishing-strategy__cta-bottom p {
  font-size: 1.2em;
  color: #e5dfd3;
  margin-bottom: 30px;
}

.page-bn-c-high-payout-fishing-strategy__download-app {
  background-color: #242b3a;
}

.page-bn-c-high-payout-fishing-strategy__download-flex {
  display: flex;
  align-items: center;
  gap: 50px;
  text-align: left;
}

.page-bn-c-high-payout-fishing-strategy__download-content {
  flex: 1;
}

.page-bn-c-high-payout-fishing-strategy__download-content p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #e5dfd3;
}

.page-bn-c-high-payout-fishing-strategy__download-buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-bn-c-high-payout-fishing-strategy__btn--app {
  background-color: #FFD700;
  color: #1A202C;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  font-size: 1em;
}

.page-bn-c-high-payout-fishing-strategy__btn--app:hover {
  background-color: #e5c100;
  transform: translateY(-3px);
}

.page-bn-c-high-payout-fishing-strategy__app-icon {
  width: 24px;
  height: 24px;
}

.page-bn-c-high-payout-fishing-strategy__download-image-wrapper {
  flex: 1;
  max-width: 400px;
  text-align: center;
}

.page-bn-c-high-payout-fishing-strategy__faq {
  background-color: #1A202C;
}

.page-bn-c-high-payout-fishing-strategy__faq-item {
  background-color: #242b3a;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-bn-c-high-payout-fishing-strategy__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-bn-c-high-payout-fishing-strategy__faq-answer {
  color: #e5dfd3;
  font-size: 1em;
}

.page-bn-c-high-payout-fishing-strategy__faq-answer a {
  color: #FFD700;
  text-decoration: underline;
}

.page-bn-c-high-payout-fishing-strategy__faq-answer a:hover {
  color: #e5c100;
}

.page-bn-c-high-payout-fishing-strategy__final-cta {
  background-color: #FFD700;
  padding: 80px 0;
}

.page-bn-c-high-payout-fishing-strategy__final-cta .page-bn-c-high-payout-fishing-strategy__section-title {
  color: #1A202C;
  text-shadow: none;
}

.page-bn-c-high-payout-fishing-strategy__final-cta p {
  font-size: 1.3em;
  color: #1A202C;
  margin-bottom: 40px;
}

.page-bn-c-high-payout-fishing-strategy__btn--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-bn-c-high-payout-fishing-strategy__btn--large.page-bn-c-high-payout-fishing-strategy__btn--primary {
  background-color: #1A202C;
  color: #FFD700;
}

.page-bn-c-high-payout-fishing-strategy__btn--large.page-bn-c-high-payout-fishing-strategy__btn--primary:hover {
  background-color: #3a475a;
  color: #FFD700;
}

.page-bn-c-high-payout-fishing-strategy .highlight {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-bn-c-high-payout-fishing-strategy__hero-title {
    font-size: 2.8em;
  }
  .page-bn-c-high-payout-fishing-strategy__section-title {
    font-size: 2.2em;
  }
  .page-bn-c-high-payout-fishing-strategy__download-flex {
    flex-direction: column;
    text-align: center;
  }
  .page-bn-c-high-payout-fishing-strategy__download-image-wrapper {
    order: -1; /* Move image above content on smaller screens */
    margin-bottom: 40px;
  }
  .page-bn-c-high-payout-fishing-strategy__download-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .page-bn-c-high-payout-fishing-strategy__hero {
    padding: 80px 0;
  }
  .page-bn-c-high-payout-fishing-strategy__hero-title {
    font-size: 2.2em;
  }
  .page-bn-c-high-payout-fishing-strategy__hero-description {
    font-size: 1em;
  }
  .page-bn-c-high-payout-fishing-strategy__hero-cta {
    flex-direction: column;
    gap: 15px;
  }
  .page-bn-c-high-payout-fishing-strategy__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-bn-c-high-payout-fishing-strategy__section {
    padding: 60px 0;
  }
  .page-bn-c-high-payout-fishing-strategy__section-title {
    font-size: 1.8em;
  }
  .page-bn-c-high-payout-fishing-strategy__card-title {
    font-size: 1.5em;
  }
  .page-bn-c-high-payout-fishing-strategy__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-bn-c-high-payout-fishing-strategy__download-buttons {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-bn-c-high-payout-fishing-strategy__hero-title {
    font-size: 1.8em;
  }
  .page-bn-c-high-payout-fishing-strategy__section-title {
    font-size: 1.6em;
  }
  .page-bn-c-high-payout-fishing-strategy__btn {
    width: 90%;
  }
}