.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: 0 20px;
}

.page-fishing-games__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #2F6BFF; /* A base color for the hero section */
  padding-bottom: 40px; /* Space below content */
  padding-top: 10px; /* Small top padding, relying on body for main offset */
}

.page-fishing-games__hero-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.page-fishing-games__hero-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-fishing-games__hero-content-wrapper {
  width: 100%;
  text-align: center;
  padding-top: 40px;
  color: #FFFFFF;
}

.page-fishing-games__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  max-width: 900px;
  margin: 0 auto 20px auto;
  font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size */
}

.page-fishing-games__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-fishing-games__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-fishing-games__section-title {
  font-size: 2.5em;
  color: #1F2D3D;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-fishing-games__section-title--final {
  margin-top: 80px;
}

.page-fishing-games__intro-section,
.page-fishing-games__features-section,
.page-fishing-games__popular-games-section,
.page-fishing-games__how-to-play-section,
.page-fishing-games__promotions-section,
.page-fishing-games__faq-section,
.page-fishing-games__call-to-action-section {
  padding: 40px 0;
}

.page-fishing-games__text-content {
  font-size: 1.05em;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-fishing-games__content-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

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

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

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

.page-fishing-games__feature-title {
  font-size: 1.5em;
  color: #2F6BFF;
  margin-bottom: 15px;
  font-weight: bold;
}

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

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

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

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

.page-fishing-games__game-card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-fishing-games__game-card-title {
  font-size: 1.4em;
  color: #2F6BFF;
  margin: 20px 15px 10px 15px;
  font-weight: bold;
}

.page-fishing-games__game-card-description {
  font-size: 0.95em;
  color: #1F2D3D;
  padding: 0 15px 20px 15px;
}

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

.page-fishing-games__game-card-button:hover {
  opacity: 0.9;
}

.page-fishing-games__how-to-play-section {
  background-color: #6FA3FF;
  color: #FFFFFF;
  padding: 60px 0;
}

.page-fishing-games__how-to-play-section .page-fishing-games__section-title {
  color: #FFFFFF;
}

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

.page-fishing-games__step-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.page-fishing-games__step-title {
  font-size: 1.4em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #FFFFFF;
}

.page-fishing-games__step-description {
  font-size: 0.95em;
  color: #FFFFFF;
}

.page-fishing-games__cta-button--bottom {
  margin-top: 50px;
}

.page-fishing-games__promotions-section {
  background-color: #FFFFFF;
}

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

.page-fishing-games__promotion-image {
  flex: 1 1 400px;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-fishing-games__promotion-text {
  flex: 1 1 400px;
  font-size: 1.05em;
  line-height: 1.7;
  color: #1F2D3D;
}

.page-fishing-games__text-link {
  color: #2F6BFF;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-fishing-games__text-link:hover {
  color: #000000; /* Custom Color_1776249996415 for hover */
}

.page-fishing-games__faq-section {
  padding-bottom: 60px;
}

.page-fishing-games__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-fishing-games__faq-question {
  font-size: 1.25em;
  color: #2F6BFF;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-fishing-games__faq-answer {
  font-size: 1em;
  color: #1F2D3D;
}

.page-fishing-games__call-to-action-section {
  background-color: #2F6BFF;
  color: #FFFFFF;
  text-align: center;
  padding: 80px 0;
}

.page-fishing-games__call-to-action-section .page-fishing-games__section-title {
  color: #FFFFFF;
  margin-bottom: 30px;
}

.page-fishing-games__call-to-action-section .page-fishing-games__text-content {
  color: #FFFFFF;
  margin-bottom: 40px;
}

.page-fishing-games__cta-button--final {
  padding: 18px 40px;
  font-size: 1.2em;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-fishing-games__main-title {
    font-size: clamp(2em, 5vw, 3em);
  }
  .page-fishing-games__hero-description {
    font-size: 1em;
  }
  .page-fishing-games__section-title {
    font-size: 2em;
  }
  .page-fishing-games__game-card-image {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .page-fishing-games__hero-section {
    padding-bottom: 20px;
  }
  .page-fishing-games__hero-content-wrapper {
    padding-top: 20px;
  }
  .page-fishing-games__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
    margin-bottom: 15px;
  }
  .page-fishing-games__hero-description {
    font-size: 0.95em;
    margin-bottom: 20px;
  }
  .page-fishing-games__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-fishing-games__section-title {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .page-fishing-games__intro-section,
  .page-fishing-games__features-section,
  .page-fishing-games__popular-games-section,
  .page-fishing-games__how-to-play-section,
  .page-fishing-games__promotions-section,
  .page-fishing-games__faq-section,
  .page-fishing-games__call-to-action-section {
    padding: 30px 0;
  }
  .page-fishing-games__content-image,
  .page-fishing-games__promotion-image {
    max-width: 100%;
    height: auto;
  }
  .page-fishing-games__game-card-image {
    height: 160px;
  }
  .page-fishing-games__promotion-content {
    flex-direction: column;
  }
  .page-fishing-games__promotion-image {
    order: -1; /* Image first on mobile */
  }

  /* IMPORTANT: Mobile content area images must be responsive */
  .page-fishing-games img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-fishing-games__main-title {
    font-size: clamp(1.5em, 7vw, 2em);
  }
  .page-fishing-games__section-title {
    font-size: 1.6em;
  }
  .page-fishing-games__feature-item,
  .page-fishing-games__game-card,
  .page-fishing-games__step-item {
    padding: 20px;
  }
  .page-fishing-games__game-card-image {
    height: 140px;
  }
  .page-fishing-games__game-card-title {
    font-size: 1.2em;
  }
  .page-fishing-games__cta-button--final {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}