.page-games-fishing-games {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for readability on dark background */
  background-color: #0d1a33; /* Darker variant of main color for overall background */
}

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

.page-games-fishing-games .highlight {
  color: #FFD700;
}

.page-games-fishing-games .page-games-fishing-games__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 16px;
  text-align: center;
}

.page-games-fishing-games .page-games-fishing-games__btn--primary {
  background-color: #FFD700; /* Auxiliary color */
  color: #1A2B5B; /* Primary color for text */
}

.page-games-fishing-games .page-games-fishing-games__btn--primary:hover {
  background-color: #e5c000;
}

.page-games-fishing-games .page-games-fishing-games__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-games-fishing-games .page-games-fishing-games__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A2B5B;
}

.page-games-fishing-games .page-games-fishing-games__btn--dark {
  background-color: #1A2B5B;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-games-fishing-games .page-games-fishing-games__btn--dark:hover {
  background-color: #FFD700;
  color: #1A2B5B;
}

.page-games-fishing-games .page-games-fishing-games__btn--small {
  padding: 8px 15px;
  font-size: 14px;
}

.page-games-fishing-games .page-games-fishing-games__btn--large {
  padding: 15px 30px;
  font-size: 18px;
}

.page-games-fishing-games .page-games-fishing-games__btn--app-store,
.page-games-fishing-games .page-games-fishing-games__btn--google-play {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #333;
  color: #fff;
  border: 1px solid #555;
  padding: 10px 20px;
  border-radius: 5px;
}

.page-games-fishing-games .page-games-fishing-games__btn--app-store img,
.page-games-fishing-games .page-games-fishing-games__btn--google-play img {
  width: 24px;
  height: 24px;
}

.page-games-fishing-games .page-games-fishing-games__btn--app-store:hover,
.page-games-fishing-games .page-games-fishing-games__btn--google-play:hover {
  background-color: #555;
}

/* Hero Section */
.page-games-fishing-games__hero {
  background: linear-gradient(135deg, #1A2B5B 0%, #0d1a33 100%);
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.page-games-fishing-games__hero-content {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  padding: 20px;
  z-index: 1;
}

.page-games-fishing-games__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
}

.page-games-fishing-games__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #c0c0c0;
}

.page-games-fishing-games__hero-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-games-fishing-games__hero-image-wrapper {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-games-fishing-games__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* General Section Styling */
.page-games-fishing-games__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #FFD700;
  position: relative;
  padding-bottom: 15px;
}

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

.page-games-fishing-games__introduction,
.page-games-fishing-games__features,
.page-games-fishing-games__games-list,
.page-games-fishing-games__gameplay-tips,
.page-games-fishing-games__promotions,
.page-games-fishing-games__guide,
.page-games-fishing-games__app-download,
.page-games-fishing-games__security,
.page-games-fishing-games__faq,
.page-games-fishing-games__call-to-action {
  padding: 80px 0;
}

.page-games-fishing-games__introduction p,
.page-games-fishing-games__features p,
.page-games-fishing-games__games-list p,
.page-games-fishing-games__gameplay-tips p,
.page-games-fishing-games__promotions p,
.page-games-fishing-games__guide p,
.page-games-fishing-games__app-download p,
.page-games-fishing-games__security p,
.page-games-fishing-games__faq p,
.page-games-fishing-games__call-to-action p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #c0c0c0;
}

/* CTA Card */
.page-games-fishing-games__cta-card {
  background-color: #1A2B5B;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-games-fishing-games__cta-card h3 {
  color: #FFD700;
  font-size: 2em;
  margin-bottom: 15px;
}

.page-games-fishing-games__cta-card p {
  color: #E0E0E0;
  margin-bottom: 30px;
}

.page-games-fishing-games__cta-card--yellow {
  background-color: #FFD700;
}

.page-games-fishing-games__cta-card--yellow h3,
.page-games-fishing-games__cta-card--yellow p {
  color: #1A2B5B;
}

/* Features Section */
.page-games-fishing-games__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-games-fishing-games__feature-item {
  background-color: #1A2B5B;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-games-fishing-games__feature-item:hover {
  transform: translateY(-10px);
}

.page-games-fishing-games__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-games-fishing-games__feature-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-games-fishing-games__feature-item p {
  color: #c0c0c0;
  font-size: 1em;
}

/* Games List */
.page-games-fishing-games__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-games-fishing-games__game-card {
  background-color: #1A2B5B;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-games-fishing-games__game-card:hover {
  transform: translateY(-10px);
}

.page-games-fishing-games__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 3px solid #FFD700;
}

.page-games-fishing-games__game-card h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin: 20px 0 10px;
}

.page-games-fishing-games__game-card p {
  color: #c0c0c0;
  padding: 0 20px 20px;
  font-size: 0.95em;
  min-height: 80px; /* Ensure consistent height */
}

.page-games-fishing-games__game-card .page-games-fishing-games__btn {
  margin-bottom: 20px;
}

/* Gameplay Tips */
.page-games-fishing-games__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-games-fishing-games__tip-item {
  background-color: #1A2B5B;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-games-fishing-games__tip-item:hover {
  transform: translateY(-10px);
}

.page-games-fishing-games__tip-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-games-fishing-games__tip-item h3 {
  color: #FFD700;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-games-fishing-games__tip-item p {
  color: #c0c0c0;
  font-size: 1em;
}

/* Promotions */
.page-games-fishing-games__promo-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-games-fishing-games__promo-list li {
  background-color: #1A2B5B;
  padding: 20px 30px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
  color: #E0E0E0;
  line-height: 1.6;
  border-left: 5px solid #FFD700;
}

.page-games-fishing-games__promo-list li strong {
  color: #FFD700;
}

/* Guide Steps */
.page-games-fishing-games__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-games-fishing-games__step-item {
  background-color: #1A2B5B;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  padding-top: 70px;
}

.page-games-fishing-games__step-number {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFD700;
  color: #1A2B5B;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  border: 4px solid #0d1a33;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.7);
}

.page-games-fishing-games__step-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-games-fishing-games__step-item p {
  color: #c0c0c0;
  font-size: 1em;
  margin-bottom: 20px;
  min-height: 100px; /* Ensure consistent height */
}

/* App Download */
.page-games-fishing-games__app-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}

.page-games-fishing-games__app-info {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}

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

.page-games-fishing-games__app-features li {
  font-size: 1.1em;
  color: #E0E0E0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-games-fishing-games__app-features .icon-check {
  color: #FFD700;
  font-size: 1.2em; /* Assuming icon font or similar, if not, replace with image placeholder */
  /* For now, just a placeholder style */
  width: 20px;
  height: 20px;
  background-color: #FFD700;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1A2B5B;
  font-weight: bold;
}

.page-games-fishing-games__app-features .icon-check::before {
  content: '✓';
}

.page-games-fishing-games__download-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-games-fishing-games__app-image-wrapper {
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  display: flex;
  justify-content: center;
}

.page-games-fishing-games__app-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Security Section */
.page-games-fishing-games__security-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-games-fishing-games__security-list li {
  background-color: #1A2B5B;
  padding: 20px 30px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
  color: #E0E0E0;
  line-height: 1.6;
  border-left: 5px solid #FFD700;
}

.page-games-fishing-games__security-list li strong {
  color: #FFD700;
}

/* FAQ Section */
.page-games-fishing-games__faq-items {
  margin-top: 40px;
}

.page-games-fishing-games__faq-item {
  background-color: #1A2B5B;
  padding: 25px 30px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-games-fishing-games__faq-item h3 {
  color: #FFD700;
  font-size: 1.3em;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-games-fishing-games__faq-item p {
  color: #c0c0c0;
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 0;
}

.page-games-fishing-games__faq-item .page-games-fishing-games__btn {
  margin-top: 15px;
}

/* Call to Action */
.page-games-fishing-games__call-to-action {
  text-align: center;
  background: linear-gradient(90deg, #1A2B5B, #0d1a33);
  padding: 80px 0;
}

.page-games-fishing-games__call-to-action .page-games-fishing-games__section-title {
  color: #FFD700;
}

.page-games-fishing-games__cta-buttons {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-games-fishing-games__small-text {
  font-size: 0.9em;
  color: #888;
  margin-top: 30px;
}

/* Floating Promo */
.page-games-fishing-games__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #FFD700;
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: pulse 2s infinite;
}

.page-games-fishing-games__floating-promo a {
  text-decoration: none;
  color: #1A2B5B;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-games-fishing-games__floating-promo img {
  width: 30px;
  height: 30px;
}

.page-games-fishing-games__floating-promo:hover {
  background-color: #e5c000;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-games-fishing-games__hero {
    flex-direction: column;
    padding: 80px 0;
  }

  .page-games-fishing-games__hero-content,
  .page-games-fishing-games__hero-image-wrapper {
    max-width: 100%;
  }

  .page-games-fishing-games__hero-title {
    font-size: 2.8em;
  }

  .page-games-fishing-games__hero-description {
    font-size: 1.1em;
  }

  .page-games-fishing-games__section-title {
    font-size: 2em;
  }

  .page-games-fishing-games__introduction,
  .page-games-fishing-games__features,
  .page-games-fishing-games__games-list,
  .page-games-fishing-games__gameplay-tips,
  .page-games-fishing-games__promotions,
  .page-games-fishing-games__guide,
  .page-games-fishing-games__app-download,
  .page-games-fishing-games__security,
  .page-games-fishing-games__faq,
  .page-games-fishing-games__call-to-action {
    padding: 60px 0;
  }

  .page-games-fishing-games__app-content {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .page-games-fishing-games__hero-title {
    font-size: 2.2em;
  }

  .page-games-fishing-games__hero-description {
    font-size: 1em;
  }

  .page-games-fishing-games__hero-cta {
    flex-direction: column;
    gap: 15px;
  }

  .page-games-fishing-games__section-title {
    font-size: 1.8em;
  }

  .page-games-fishing-games__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-games-fishing-games__floating-promo {
    bottom: 15px;
    right: 15px;
    padding: 8px 15px;
  }

  .page-games-fishing-games__floating-promo img {
    width: 25px;
    height: 25px;
  }

  .page-games-fishing-games__floating-promo span {
    font-size: 0.9em;
  }

  .page-games-fishing-games__app-info,
  .page-games-fishing-games__app-image-wrapper {
    min-width: unset;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-games-fishing-games__hero-title {
    font-size: 1.8em;
  }

  .page-games-fishing-games__hero-description {
    font-size: 0.9em;
  }

  .page-games-fishing-games__section-title {
    font-size: 1.5em;
  }

  .page-games-fishing-games__cta-card h3 {
    font-size: 1.5em;
  }

  .page-games-fishing-games__feature-item,
  .page-games-fishing-games__game-card,
  .page-games-fishing-games__tip-item,
  .page-games-fishing-games__step-item {
    padding: 20px;
  }

  .page-games-fishing-games__step-item p {
    min-height: auto;
  }

  .page-games-fishing-games__floating-promo {
    bottom: 10px;
    right: 10px;
    padding: 6px 12px;
  }

  .page-games-fishing-games__floating-promo span {
    font-size: 0.8em;
  }
}