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

.page-fishing-games__hero-section {
  max-width: 1390px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 40px;
  text-align: center;
}

.page-fishing-games__hero-image-wrapper {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

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

.page-fishing-games__hero-content {
  max-width: 900px;
}

.page-fishing-games__hero-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.page-fishing-games__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #1F2D3D;
}

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

.page-fishing-games__button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border: none;
  cursor: pointer;
}

.page-fishing-games__button--primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
}

.page-fishing-games__button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  opacity: 0.9;
}

.page-fishing-games__button--secondary {
  background-color: #FFFFFF;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
}

.page-fishing-games__button--secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  background-color: #E6F0FF;
}

.page-fishing-games__button--small {
  padding: 10px 20px;
  font-size: 0.95rem;
  border-radius: 25px;
}

.page-fishing-games__button--center {
  margin: 30px auto 0;
  display: block;
  width: fit-content;
}

.page-fishing-games__features-section,
.page-fishing-games__how-to-play-section,
.page-fishing-games__game-list-section,
.page-fishing-games__faq-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.page-fishing-games__features-title,
.page-fishing-games__how-to-play-title,
.page-fishing-games__game-list-title,
.page-fishing-games__faq-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}

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

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

.page-fishing-games__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.page-fishing-games__feature-icon {
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
  min-height: 200px;
}

.page-fishing-games__feature-heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 15px;
}

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

.page-fishing-games__how-to-play-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-fishing-games__how-to-play-content {
  flex: 1;
  min-width: 300px;
}

.page-fishing-games__how-to-play-image-wrapper {
  flex: 1;
  min-width: 300px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-fishing-games__how-to-play-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 200px;
}

.page-fishing-games__how-to-play-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.page-fishing-games__how-to-play-list li {
  background-color: #FFFFFF;
  border: 1px solid #D6E2FF;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #1F2D3D;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-fishing-games__how-to-play-list li a {
  color: #2F6BFF;
  text-decoration: none;
  font-weight: 600;
}

.page-fishing-games__how-to-play-list li a:hover {
  text-decoration: underline;
}

.page-fishing-games__list-step {
  font-weight: 700;
  color: #000000;
  margin-right: 8px;
}

.page-fishing-games__how-to-play-tip {
  font-style: italic;
  color: #1F2D3D;
  font-size: 0.95rem;
  margin-top: 20px;
  background-color: #E6F0FF;
  padding: 15px 20px;
  border-left: 5px solid #2F6BFF;
  border-radius: 5px;
}

.page-fishing-games__game-list-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

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

.page-fishing-games__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.page-fishing-games__game-card-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  min-height: 200px;
}

.page-fishing-games__game-card-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}

.page-fishing-games__game-card-description {
  font-size: 0.95rem;
  color: #1F2D3D;
  margin-bottom: 20px;
}

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

.page-fishing-games__faq-question {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
  cursor: pointer;
}

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

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

.page-fishing-games__faq-answer a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-fishing-games__hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-fishing-games__hero-title {
    font-size: clamp(2rem, 5vw, 2.8rem);
  }
  .page-fishing-games__hero-description {
    font-size: 1rem;
  }
  .page-fishing-games__features-section,
  .page-fishing-games__how-to-play-section,
  .page-fishing-games__game-list-section,
  .page-fishing-games__faq-section {
    padding: 0 15px;
  }
  .page-fishing-games__how-to-play-section {
    flex-direction: column;
  }
  .page-fishing-games__how-to-play-content,
  .page-fishing-games__how-to-play-image-wrapper {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-fishing-games__hero-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-fishing-games__hero-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }
  .page-fishing-games__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-fishing-games__button {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-fishing-games__features-title,
  .page-fishing-games__how-to-play-title,
  .page-fishing-games__game-list-title,
  .page-fishing-games__faq-title {
    font-size: clamp(1.6rem, 5vw, 2.2rem);
  }
  .page-fishing-games__how-to-play-image,
  .page-fishing-games__feature-icon,
  .page-fishing-games__game-card-image {
    max-width: 100%;
    height: auto;
    min-height: 200px;
  }
  .page-fishing-games__features-grid,
  .page-fishing-games__game-list-grid {
    grid-template-columns: 1fr;
  }
  .page-fishing-games__how-to-play-tip {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .page-fishing-games__hero-title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }
  .page-fishing-games__hero-description {
    font-size: 0.95rem;
  }
  .page-fishing-games__button {
    padding: 12px 25px;
    font-size: 1rem;
  }
  .page-fishing-games__features-title,
  .page-fishing-games__how-to-play-title,
  .page-fishing-games__game-list-title,
  .page-fishing-games__faq-title {
    font-size: clamp(1.4rem, 6vw, 2rem);
  }
  .page-fishing-games__feature-heading {
    font-size: 1.3rem;
  }
  .page-fishing-games__game-card-title {
    font-size: 1.2rem;
  }
  .page-fishing-games__faq-question {
    font-size: 1.1rem;
  }
  .page-fishing-games__how-to-play-list li {
    font-size: 1rem;
  }
}