.page-fishing-games {
  background-color: #F4F7FB;
  color: #1F2D3D;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

.page-fishing-games__hero-section {
  position: relative;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  margin-bottom: 40px;
  background: linear-gradient(180deg, #2F6BFF 0%, #6FA3FF 100%);
  padding-bottom: 40px;
}

.page-fishing-games__hero-image {
  width: 100%;
  max-width: 1920px;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.page-fishing-games__hero-content {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.page-fishing-games__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-fishing-games__hero-description {
  font-size: 1.1rem;
  color: #E0E0E0;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-fishing-games__hero-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-fishing-games__hero-button:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  transform: translateY(-2px);
}

.page-fishing-games__introduction-section,
.page-fishing-games__features-section,
.page-fishing-games__how-to-play-section,
.page-fishing-games__promotion-callout {
  padding: 40px 0;
  margin-bottom: 20px;
  border-radius: 10px;
}

.page-fishing-games__introduction-section {
  background-color: #FFFFFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-fishing-games__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #1F2D3D;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.3;
}

.page-fishing-games__section-text {
  font-size: 1rem;
  color: #1F2D3D;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 15px auto;
}

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

.page-fishing-games__feature-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease;
}

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

.page-fishing-games__feature-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-fishing-games__feature-title {
  font-size: 1.4rem;
  color: #2F6BFF;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-fishing-games__feature-description {
  font-size: 0.95rem;
  color: #1F2D3D;
}

.page-fishing-games__how-to-play-section {
  background-color: #F4F7FB;
}

.page-fishing-games__steps-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.page-fishing-games__step-item {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-fishing-games__step-title {
  font-size: 1.3rem;
  color: #2F6BFF;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-fishing-games__step-description {
  font-size: 0.95rem;
  color: #1F2D3D;
}

.page-fishing-games__step-description a {
  color: #2F6BFF;
  text-decoration: none;
  font-weight: 600;
}

.page-fishing-games__step-description a:hover {
  text-decoration: underline;
}

.page-fishing-games__cta-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-fishing-games__primary-cta-button {
  display: inline-block;
  padding: 15px 35px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.2rem;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-fishing-games__primary-cta-button:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  transform: translateY(-2px);
}

.page-fishing-games__promotion-callout {
  background-color: #6FA3FF;
  color: #FFFFFF;
  text-align: center;
  padding: 50px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.page-fishing-games__promotion-callout .page-fishing-games__section-title {
  color: #FFFFFF;
}

.page-fishing-games__promotion-callout .page-fishing-games__section-text {
  color: #E0E0E0;
  margin-bottom: 30px;
}

.page-fishing-games__promotion-callout .page-fishing-games__section-text a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 600;
}

.page-fishing-games__promotion-callout .page-fishing-games__section-text a:hover {
  color: #D6E2FF;
}

.page-fishing-games__secondary-cta-button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #FFFFFF;
  color: #2F6BFF;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-fishing-games__secondary-cta-button:hover {
  background-color: #E0E0E0;
  transform: translateY(-1px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-fishing-games__container {
    padding: 15px;
  }

  .page-fishing-games__hero-section {
    padding-bottom: 30px;
  }

  .page-fishing-games__hero-image {
    margin-bottom: 15px;
  }

  .page-fishing-games__main-title {
    font-size: 2rem;
  }

  .page-fishing-games__hero-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-fishing-games__hero-button {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .page-fishing-games__section-title {
    font-size: 1.6rem;
  }

  .page-fishing-games__section-text {
    font-size: 0.95rem;
  }

  .page-fishing-games__features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-fishing-games__feature-image {
    height: 200px; /* Ensure min-height 200px for content images */
    max-width: 100%;
    min-width: 200px;
  }

  .page-fishing-games__feature-title {
    font-size: 1.2rem;
  }

  .page-fishing-games__steps-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-fishing-games__step-title {
    font-size: 1.1rem;
  }

  .page-fishing-games__primary-cta-button {
    padding: 12px 25px;
    font-size: 1.1rem;
  }

  .page-fishing-games__promotion-callout {
    padding: 40px 0;
  }

  /* Ensure all images within .page-fishing-games are responsive and do not overflow */
  .page-fishing-games img {
    max-width: 100%;
    height: auto;
  }
}

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

  .page-fishing-games__hero-image {
    height: auto;
  }

  .page-fishing-games__feature-image {
    height: 200px;
  }
}