.page-fishing-games__main-wrapper {
  padding-top: 120px; /* Desktop: Adjust for fixed header */
  color: #ffffff; /* Default text color for dark body background */
  background-color: var(--dark-bg-1); /* Ensure consistency with body background */
}

.page-fishing-games__section-title,
.page-fishing-games__hero-title,
.page-fishing-games__feature-title,
.page-fishing-games__step-title,
.page-fishing-games__game-title,
.page-fishing-games__cta-title {
  color: var(--primary-color, #FFD700); /* Gold color for titles */
  text-align: center;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-fishing-games__section-description,
.page-fishing-games__hero-description,
.page-fishing-games__feature-text,
.page-fishing-games__step-text,
.page-fishing-games__game-description,
.page-fishing-games__cta-description {
  color: #f0f0f0;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  line-height: 1.8;
  font-size: 1.1em;
}

.page-fishing-games__dark-bg {
  background: var(--dark-bg-2, #1a1a1a);
  color: #ffffff;
}

.page-fishing-games__card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
}

.page-fishing-games__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-fishing-games__btn-primary,
.page-fishing-games__btn-secondary,
.page-fishing-games__cta-button,
.page-fishing-games__game-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  margin: 10px;
}

.page-fishing-games__btn-primary,
.page-fishing-games__cta-button.page-fishing-games__btn-primary,
.page-fishing-games__game-button {
  background: var(--primary-color, #FFD700);
  color: #000000; /* Black text on gold for contrast */
}

.page-fishing-games__btn-primary:hover,
.page-fishing-games__cta-button.page-fishing-games__btn-primary:hover,
.page-fishing-games__game-button:hover {
  background: #e6c200; /* Slightly darker gold */
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-fishing-games__btn-secondary,
.page-fishing-games__cta-button.page-fishing-games__btn-secondary {
  background: transparent;
  color: var(--primary-color, #FFD700);
  border: 2px solid var(--primary-color, #FFD700);
}

.page-fishing-games__btn-secondary:hover,
.page-fishing-games__cta-button.page-fishing-games__btn-secondary:hover {
  background: var(--primary-color, #FFD700);
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-fishing-games img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.page-fishing-games .highlight-text {
  color: var(--primary-color, #FFD700);
  font-weight: bold;
}

/* Hero Section */
.page-fishing-games__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  min-height: 70vh;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 215, 0, 0.1) 100%), url('[GALLERY:background:king79 4, bắn cá, đại dương, cá cược trực tuyến, hero]') no-repeat center center/cover;
  text-align: center;
  color: #ffffff;
}

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

.page-fishing-games__hero-title {
  font-size: 3.8em;
  margin-bottom: 20px;
}

.page-fishing-games__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
}

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

.page-fishing-games__hero-image-container {
  width: 80%;
  max-width: 800px;
  margin-top: 40px;
}

.page-fishing-games__hero-image {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* About/Features Section */
.page-fishing-games__about-section,
.page-fishing-games__games-showcase,
.page-fishing-games__faq-section,
.page-fishing-games__call-to-action {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

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

.page-fishing-games__feature-icon,
.page-fishing-games__step-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}

/* How to Play Section */
.page-fishing-games__how-to-play-section {
  padding: 80px 20px;
  background: var(--dark-bg-2, #1a1a1a);
  color: #ffffff;
}

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

.page-fishing-games__game-button {
  margin-top: 20px;
}

/* FAQ Section */
.page-fishing-games__faq-list {
  margin-top: 40px;
}

.page-fishing-games__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-fishing-games__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  padding: 0 15px;
  opacity: 0;
  background: rgba(255, 255, 255, 0.05);
  color: #f0f0f0;
}

.page-fishing-games__faq-item.active .page-fishing-games__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  border-radius: 0 0 5px 5px;
}

.page-fishing-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-fishing-games__faq-question:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--primary-color, #FFD700);
}

.page-fishing-games__faq-question:active {
  background: rgba(255, 255, 255, 0.2);
}

.page-fishing-games__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #ffffff;
}

.page-fishing-games__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: var(--primary-color, #FFD700);
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.page-fishing-games__faq-item.active .page-fishing-games__faq-toggle {
  color: #ffffff;
  transform: rotate(45deg); /* Change to X for active */
}

/* Final CTA Section */
.page-fishing-games__call-to-action {
  padding: 80px 20px;
  text-align: center;
  background: linear-gradient(90deg, var(--dark-bg-2, #1a1a1a) 0%, rgba(255, 215, 0, 0.1) 100%);
  color: #ffffff;
}

.page-fishing-games__cta-title {
  font-size: 3.2em;
  margin-bottom: 25px;
}

.page-fishing-games__cta-description {
  font-size: 1.2em;
  margin-bottom: 50px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-fishing-games__hero-title {
    font-size: 3em;
  }
  .page-fishing-games__section-title,
  .page-fishing-games__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-fishing-games__main-wrapper {
    padding-top: 100px !important; /* Mobile: Adjust for fixed header */
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-fishing-games__hero-section {
    padding: 60px 15px;
  }

  .page-fishing-games__hero-title {
    font-size: 2.5em;
  }

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

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

  .page-fishing-games__btn-primary,
  .page-fishing-games__btn-secondary,
  .page-fishing-games__cta-button,
  .page-fishing-games__game-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 25px;
    font-size: 1em;
    margin: 5px 0;
  }

  .page-fishing-games__hero-image-container {
    width: 100%;
  }

  .page-fishing-games__about-section,
  .page-fishing-games__games-showcase,
  .page-fishing-games__faq-section,
  .page-fishing-games__call-to-action {
    padding: 40px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-fishing-games__section-title,
  .page-fishing-games__cta-title {
    font-size: 2em;
  }

  .page-fishing-games__section-description,
  .page-fishing-games__cta-description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }

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

  .page-fishing-games__feature-icon,
  .page-fishing-games__step-icon {
    width: 90px;
    height: 90px;
  }

  .page-fishing-games__game-image {
    height: 180px;
  }

  .page-fishing-games__faq-question {
    padding: 15px;
  }

  .page-fishing-games__faq-question h3 {
    font-size: 1em;
  }

  .page-fishing-games__faq-toggle {
    font-size: 24px;
    width: 28px;
    height: 28px;
  }

  .page-fishing-games__faq-item.active .page-fishing-games__faq-answer {
    padding: 15px !important;
  }
  
  .page-fishing-games img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-fishing-games__hero-image-container,
  .page-fishing-games__card,
  .page-fishing-games__feature-item,
  .page-fishing-games__step-item,
  .page-fishing-games__game-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .page-fishing-games__hero-title {
    font-size: 2em;
  }
  .page-fishing-games__section-title,
  .page-fishing-games__cta-title {
    font-size: 1.8em;
  }
  .page-fishing-games__hero-description {
    font-size: 0.9em;
  }
  .page-fishing-games__feature-icon,
  .page-fishing-games__step-icon {
    width: 70px;
    height: 70px;
  }
  .page-fishing-games__game-image {
    height: 150px;
  }
}