.page-bn-c-popular-fishing-games-strategy {
  --primary-color: #FF4500;
  --secondary-color: #00BFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #f8f8f8;
  --bg-dark: #2c3e50;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
}

.page-bn-c-popular-fishing-games-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-bn-c-popular-fishing-games-strategy__section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-bn-c-popular-fishing-games-strategy__hero-banner {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: var(--text-light);
  text-align: center;
  padding: 80px 20px;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-bn-c-popular-fishing-games-strategy__hero-content h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: var(--text-light);
}

.page-bn-c-popular-fishing-games-strategy__hero-content p {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: var(--text-light);
}

.page-bn-c-popular-fishing-games-strategy__cta-button {
  display: inline-block;
  background-color: #32CD32; /* Màu xanh lá cây nổi bật cho CTA */
  color: var(--text-light);
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-bn-c-popular-fishing-games-strategy__cta-button:hover {
  background-color: #228B22;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-bn-c-popular-fishing-games-strategy__cta-button--secondary {
  background-color: var(--secondary-color);
}

.page-bn-c-popular-fishing-games-strategy__cta-button--secondary:hover {
  background-color: #008CBA;
}

.page-bn-c-popular-fishing-games-strategy__cta-button--wide {
  min-width: 300px;
}

.page-bn-c-popular-fishing-games-strategy__cta-button--final {
  background-color: var(--primary-color);
}

.page-bn-c-popular-fishing-games-strategy__cta-button--final:hover {
  background-color: #CC3700;
}

.page-bn-c-popular-fishing-games-strategy__section h2 {
  font-size: 2.5em;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-bn-c-popular-fishing-games-strategy__section h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--secondary-color);
  border-radius: 2px;
}

.page-bn-c-popular-fishing-games-strategy__section h3 {
  font-size: 1.8em;
  color: var(--secondary-color);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-bn-c-popular-fishing-games-strategy__section p {
  font-size: 1.1em;
  margin-bottom: 15px;
  line-height: 1.7;
  color: var(--text-dark);
}

.page-bn-c-popular-fishing-games-strategy__section ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-bn-c-popular-fishing-games-strategy__section li {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: var(--text-dark);
}

.page-bn-c-popular-fishing-games-strategy__image--full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  min-height: 250px;
}

.page-bn-c-popular-fishing-games-strategy__image--large {
  max-width: 80%;
  display: block;
  margin: 30px auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  min-height: 250px;
}

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

.page-bn-c-popular-fishing-games-strategy__card {
  background: var(--text-light);
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.page-bn-c-popular-fishing-games-strategy__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-bn-c-popular-fishing-games-strategy__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.page-bn-c-popular-fishing-games-strategy__card h3 {
  font-size: 1.5em;
  color: var(--primary-color);
  margin: 20px 15px 10px;
}

.page-bn-c-popular-fishing-games-strategy__card h3 a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-bn-c-popular-fishing-games-strategy__card h3 a:hover {
  color: var(--secondary-color);
}

.page-bn-c-popular-fishing-games-strategy__card p {
  font-size: 1em;
  color: var(--text-dark);
  padding: 0 15px 20px;
}

.page-bn-c-popular-fishing-games-strategy__text-center {
  text-align: center;
  margin-top: 30px;
}

/* FAQ Styles */
.page-bn-c-popular-fishing-games-strategy__faq {
  background-color: var(--bg-light);
}

.faq-list {
  margin-top: 30px;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: var(--text-light);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: var(--text-dark);
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: var(--secondary-color);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding: 0 25px;
  background: #ffffff;
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Đủ cao để chứa nội dung */
  padding: 15px 25px;
  border: 1px solid #e0e0e0;
  border-top: none;
  background: #f9f9f9;
}

.faq-answer p {
  margin: 0;
  padding-bottom: 10px;
  color: var(--text-dark);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-bn-c-popular-fishing-games-strategy__hero-content h1 {
    font-size: 2.5em;
  }
  .page-bn-c-popular-fishing-games-strategy__hero-content p {
    font-size: 1.1em;
  }
  .page-bn-c-popular-fishing-games-strategy__section h2 {
    font-size: 2em;
  }
  .page-bn-c-popular-fishing-games-strategy__section h3 {
    font-size: 1.5em;
  }
  .page-bn-c-popular-fishing-games-strategy__section p,
  .page-bn-c-popular-fishing-games-strategy__section li {
    font-size: 1em;
  }
  .page-bn-c-popular-fishing-games-strategy__game-cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-bn-c-popular-fishing-games-strategy__hero-banner {
    padding: 60px 15px;
  }
  .page-bn-c-popular-fishing-games-strategy__hero-content h1 {
    font-size: 2em;
  }
  .page-bn-c-popular-fishing-games-strategy__hero-content p {
    font-size: 1em;
  }
  .page-bn-c-popular-fishing-games-strategy__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-bn-c-popular-fishing-games-strategy__section {
    padding: 40px 0;
  }
  .page-bn-c-popular-fishing-games-strategy__section h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-bn-c-popular-fishing-games-strategy__section h3 {
    font-size: 1.3em;
  }
  .page-bn-c-popular-fishing-games-strategy__image--large {
    max-width: 100%;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-bn-c-popular-fishing-games-strategy__hero-content h1 {
    font-size: 1.6em;
  }
  .page-bn-c-popular-fishing-games-strategy__section h2 {
    font-size: 1.6em;
  }
  .page-bn-c-popular-fishing-games-strategy__game-cards {
    grid-template-columns: 1fr;
  }
  .page-bn-c-popular-fishing-games-strategy__card-image {
    height: 180px;
  }
}