/* style/fishing-games.css */
.page-fishing-games {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #f4f7f6; /* Body background color from shared.css */
}

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

.page-fishing-games__section-title {
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 700;
  color: #11A84E; /* Brand primary color for titles */
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.page-fishing-games__sub-title {
  font-size: clamp(1.4rem, 4vw, 2rem);
  font-weight: 600;
  color: #22C768; /* Brand auxiliary color for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-fishing-games__section-description {
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  text-align: center;
  margin-bottom: 40px;
  color: #555555;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-fishing-games__btn-primary,
.page-fishing-games__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-fishing-games__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Text Main */
  border: none;
}

.page-fishing-games__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-fishing-games__btn-secondary {
  background-color: transparent;
  color: #11A84E; /* Brand primary color */
  border: 2px solid #11A84E;
}

.page-fishing-games__btn-secondary:hover {
  background-color: #11A84E;
  color: #F2FFF6; /* Text Main */
}

/* Hero Section */
.page-fishing-games__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 0;
  padding-top: 10px; /* Small top padding */
  overflow: hidden;
  background-color: #08160F; /* Background color */
}

.page-fishing-games__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height for hero image */
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.page-fishing-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly dim image for text readability */
}

.page-fishing-games__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  margin-top: -150px; /* Overlay content slightly on image for modern look */
  background: rgba(8, 22, 15, 0.8); /* Deep Green background with transparency */
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.page-fishing-games__hero-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.1;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

.page-fishing-games__hero-description {
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

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

/* Video Section */
.page-fishing-games__video-section {
  padding: 80px 20px;
  text-align: center;
  background-color: #08160F; /* Background color */
  color: #F2FFF6; /* Text Main */
}

.page-fishing-games__video-section .page-fishing-games__section-title {
  color: #F2FFF6;
}

.page-fishing-games__video-section .page-fishing-games__section-description {
  color: #A7D9B8;
}

.page-fishing-games__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0 auto 30px auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  width: 100%; /* Ensure width is 100% for desktop */
}

.page-fishing-games__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
}

.page-fishing-games__video-cta {
  margin-top: 20px;
}

/* About Section */
.page-fishing-games__about-section {
  padding: 80px 0;
  background-color: #f4f7f6;
  color: #333333;
}

.page-fishing-games__about-section .page-fishing-games__section-title,
.page-fishing-games__about-section .page-fishing-games__section-description {
  color: #333333;
}

.page-fishing-games__text-block {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-fishing-games__text-block p {
  margin-bottom: 15px;
}

.page-fishing-games__image-content {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  margin: 20px 0;
}

/* Features Section */
.page-fishing-games__features-section {
  padding: 80px 0;
  background-color: #08160F; /* Background color */
  color: #F2FFF6; /* Text Main */
}

.page-fishing-games__features-section .page-fishing-games__section-title {
  color: #F2FFF6;
}

.page-fishing-games__features-section .page-fishing-games__section-description {
  color: #A7D9B8;
}

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

.page-fishing-games__feature-card {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  color: #F2FFF6; /* Text Main */
}

.page-fishing-games__feature-card .page-fishing-games__feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2AD16F;
}

.page-fishing-games__feature-card .page-fishing-games__feature-text {
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
}

/* How to Play Section */
.page-fishing-games__how-to-play-section {
  padding: 80px 0;
  background-color: #f4f7f6;
  color: #333333;
}

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

.page-fishing-games__guide-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-fishing-games__guide-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #11A84E;
}

.page-fishing-games__guide-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #11A84E;
  margin-bottom: 10px;
}

.page-fishing-games__guide-text {
  font-size: 1rem;
  color: #555555;
  margin-bottom: 20px;
}

/* Promotions Section */
.page-fishing-games__promotions-section {
  padding: 80px 0;
  background-color: #08160F; /* Background color */
  color: #F2FFF6; /* Text Main */
}

.page-fishing-games__promotions-section .page-fishing-games__section-title {
  color: #F2FFF6;
}

.page-fishing-games__promotions-section .page-fishing-games__section-description {
  color: #A7D9B8;
}

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

.page-fishing-games__promo-card {
  background-color: #11271B; /* Card BG */
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  color: #F2FFF6; /* Text Main */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.page-fishing-games__promo-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
}

.page-fishing-games__promo-text {
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Download CTA Section */
.page-fishing-games__download-cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: #f4f7f6;
  color: #333333;
}

.page-fishing-games__download-cta-section .page-fishing-games__section-title,
.page-fishing-games__download-cta-section .page-fishing-games__section-description {
  color: #333333;
}

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

.page-fishing-games__app-screenshot {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 40px auto 0 auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* FAQ Section */
.page-fishing-games__faq-section {
  padding: 80px 0;
  background-color: #08160F; /* Background color */
  color: #F2FFF6; /* Text Main */
}

.page-fishing-games__faq-section .page-fishing-games__section-title {
  color: #F2FFF6;
}

.page-fishing-games__faq-section .page-fishing-games__section-description {
  color: #A7D9B8;
}

.page-fishing-games__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-fishing-games__faq-item {
  background-color: #11271B; /* Card BG */
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-fishing-games__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1.1rem;
  color: #F2FFF6; /* Text Main */
  background-color: #1E3A2A; /* Divider for summary */
  transition: background-color 0.3s ease;
}

.page-fishing-games__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-fishing-games__faq-item summary:hover {
  background-color: #2E7A4E; /* Border color on hover */
}

.page-fishing-games__faq-qtext {
  flex-grow: 1;
}

.page-fishing-games__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #2AD16F;
}

.page-fishing-games__faq-answer {
  padding: 15px 25px 20px 25px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  line-height: 1.7;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-fishing-games__hero-content {
    margin-top: -100px;
  }
}

@media (max-width: 768px) {
  .page-fishing-games {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-fishing-games__container {
    padding: 0 15px;
  }

  .page-fishing-games__hero-section {
    padding: 40px 0;
    padding-top: 10px !important;
  }

  .page-fishing-games__hero-content {
    margin-top: -80px;
    padding: 15px;
    border-radius: 10px;
  }

  .page-fishing-games__hero-title {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .page-fishing-games__hero-description {
    font-size: clamp(1rem, 4vw, 1.2rem);
  }

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

  .page-fishing-games__btn-primary,
  .page-fishing-games__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95rem;
  }

  .page-fishing-games__video-section,
  .page-fishing-games__about-section,
  .page-fishing-games__features-section,
  .page-fishing-games__how-to-play-section,
  .page-fishing-games__promotions-section,
  .page-fishing-games__download-cta-section,
  .page-fishing-games__faq-section {
    padding: 50px 0;
  }

  .page-fishing-games__section-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
  }

  .page-fishing-games__section-description {
    font-size: clamp(0.9rem, 3.5vw, 1rem);
  }

  .page-fishing-games__sub-title {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
  }

  .page-fishing-games__feature-card,
  .page-fishing-games__promo-card {
    padding: 20px;
  }

  .page-fishing-games__feature-title,
  .page-fishing-games__promo-title {
    font-size: 1.3rem;
  }

  .page-fishing-games__faq-item summary {
    padding: 18px 20px;
    font-size: 1rem;
  }

  .page-fishing-games__faq-answer {
    padding: 12px 20px 15px 20px;
    font-size: 0.95rem;
  }
  
  /* Image and Video responsive rules */
  .page-fishing-games img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-fishing-games video,
  .page-fishing-games__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-fishing-games__video-section,
  .page-fishing-games__video-container,
  .page-fishing-games__video-wrapper,
  .page-fishing-games__hero-section,
  .page-fishing-games__about-section,
  .page-fishing-games__features-section,
  .page-fishing-games__how-to-play-section,
  .page-fishing-games__promotions-section,
  .page-fishing-games__download-cta-section,
  .page-fishing-games__faq-section,
  .page-fishing-games__hero-cta-buttons,
  .page-fishing-games__download-buttons,
  .page-fishing-games__text-block,
  .page-fishing-games__guide-item,
  .page-fishing-games__feature-card,
  .page-fishing-games__promo-card,
  .page-fishing-games__app-screenshot {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  
  .page-fishing-games__video-wrapper {
    padding-bottom: 56.25% !important;
  }
}

@media (max-width: 480px) {
  .page-fishing-games__hero-content {
    margin-top: -60px;
  }
  .page-fishing-games__hero-title {
    font-size: clamp(1.8rem, 9vw, 2.5rem);
  }
  .page-fishing-games__hero-description {
    font-size: clamp(0.9rem, 4.5vw, 1.1rem);
  }
}