.page-fishing-games {
  background-color: #F4F7FB;
  color: #1F2D3D;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: 10px; /* Small top padding, body handles header offset */
}

.page-fishing-games__hero-section {
  position: relative;
  text-align: center;
  padding-bottom: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-fishing-games__hero-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-fishing-games__hero-content {
  max-width: 900px;
  margin-top: 30px;
  padding: 0 20px;
}

.page-fishing-games__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 20px;
  text-align: center;
}

.page-fishing-games__intro-text {
  font-size: 1.1em;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 30px;
  text-align: center;
}

.page-fishing-games__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(47, 107, 255, 0.4);
  min-width: 200px; /* Ensure button is not too small */
}

.page-fishing-games__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(47, 107, 255, 0.6);
}

.page-fishing-games__section-title {
  font-size: 2.2em;
  color: #000000; /* Custom Color_1776249996415 */
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-fishing-games__features-section, .page-fishing-games__popular-games-section, .page-fishing-games__how-to-play-section, .page-fishing-games__bonuses-section, .page-fishing-games__faq-section, .page-fishing-games__cta-final-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 40px;
}

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

.page-fishing-games__card {
  background-color: #FFFFFF; /* Card BG */
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
  border: 1px solid #D6E2FF; /* Border */
}

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

.page-fishing-games__feature-icon {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  min-width: 200px;
  min-height: 200px;
}

.page-fishing-games__card-title {
  font-size: 1.4em;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-fishing-games__card-title a {
  color: #000000; /* Custom Color_1776249996415 */
  text-decoration: none;
}

.page-fishing-games__card-title a:hover {
  color: #2F6BFF; /* Main color for hover */
}

.page-fishing-games__card-description {
  font-size: 1em;
  color: #1F2D3D; /* Text Main */
}

.page-fishing-games__game-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-fishing-games__game-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  margin-top: 15px;
  transition: background 0.3s ease;
  min-width: 120px;
}

.page-fishing-games__game-button:hover {
  background: #6FA3FF; /* Accent color for hover */
}

.page-fishing-games__step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-fishing-games__step-number {
  font-size: 2.5em;
  font-weight: bold;
  color: #2F6BFF; /* Main color */
  margin-bottom: 15px;
  background-color: #D6E2FF; /* Border color as background for number circle */
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 8px rgba(47, 107, 255, 0.2);
}

.page-fishing-games__step-link {
  color: #2F6BFF; /* Main color */
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  transition: color 0.3s ease;
}

.page-fishing-games__step-link:hover {
  color: #6FA3FF; /* Accent color for hover */
}

.page-fishing-games__bonuses-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.page-fishing-games__bonuses-image {
  flex: 1 1 400px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-fishing-games__bonuses-text {
  flex: 2 1 400px;
  color: #1F2D3D; /* Text Main */
}

.page-fishing-games__bonuses-text ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.page-fishing-games__bonuses-text li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.page-fishing-games__bonuses-text li::before {
  content: '✅';
  position: absolute;
  left: 0;
  color: #2F6BFF; /* Main color */
}

.page-fishing-games__faq-question {
  font-size: 1.2em;
  color: #000000; /* Custom Color_1776249996415 */
  font-weight: bold;
  margin-bottom: 10px;
}

.page-fishing-games__faq-answer {
  color: #1F2D3D; /* Text Main */
}

.page-fishing-games__cta-final-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #FFFFFF; /* Card BG */
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 60px;
}

.page-fishing-games__cta-description {
  font-size: 1.1em;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-fishing-games__main-title {
    font-size: clamp(2em, 4vw, 2.8em);
  }
  .page-fishing-games__section-title {
    font-size: clamp(1.8em, 3.5vw, 2.2em);
  }
}

@media (max-width: 768px) {
  .page-fishing-games__hero-content {
    margin-top: 20px;
    padding: 0 15px;
  }
  .page-fishing-games__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }
  .page-fishing-games__intro-text {
    font-size: 1em;
  }
  .page-fishing-games__cta-button {
    padding: 12px 25px;
    min-width: unset;
    width: 100%;
    max-width: 250px;
  }
  .page-fishing-games__section-title {
    font-size: clamp(1.6em, 5vw, 2em);
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .page-fishing-games__features-grid, .page-fishing-games__games-grid, .page-fishing-games__steps-grid, .page-fishing-games__faq-list {
    grid-template-columns: 1fr;
  }
  .page-fishing-games__bonuses-content {
    flex-direction: column;
  }
  .page-fishing-games__bonuses-image {
    flex: none;
    width: 100%;
  }
  .page-fishing-games__bonuses-text {
    flex: none;
    width: 100%;
  }
  /* Ensure all content area images are responsive and do not cause overflow */
  .page-fishing-games img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Enforce minimum size for display */
    min-height: 200px;
  }
  .page-fishing-games__feature-icon, .page-fishing-games__game-image, .page-fishing-games__bonuses-image {
    max-width: 100%;
    height: auto;
  }
  .page-fishing-games__cta-final-section {
    padding: 30px 15px;
  }
}

@media (max-width: 480px) {
  .page-fishing-games__main-title {
    font-size: clamp(1.6em, 7vw, 2.2em);
  }
  .page-fishing-games__section-title {
    font-size: clamp(1.4em, 6vw, 1.8em);
  }
  .page-fishing-games__card-title {
    font-size: 1.2em;
  }
  .page-fishing-games__step-number {
    font-size: 2em;
    width: 50px;
    height: 50px;
  }
}