.page-bn-c-popular-fishing-games {
  font-family: Arial, sans-serif;
  color: #e0e0e0;
  background-color: #1a1a2e; /* Dark background for gaming theme */
  line-height: 1.6;
}

.page-bn-c-popular-fishing-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-bn-c-popular-fishing-games__hero-section {
  background: linear-gradient(135deg, #000080 0%, #0a0a20 100%); /* Deep blue to very dark blue */
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Gold text for contrast */
  position: relative;
  overflow: hidden;
}

.page-bn-c-popular-fishing-games__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:ocean,underwater,fish_pattern]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 0;
}

.page-bn-c-popular-fishing-games__hero-section > div {
  position: relative;
  z-index: 1;
}

.page-bn-c-popular-fishing-games__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
}

.page-bn-c-popular-fishing-games__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-bn-c-popular-fishing-games__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-bn-c-popular-fishing-games__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-bn-c-popular-fishing-games__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #000080; /* Deep blue text */
  border: 2px solid #FFD700;
}

.page-bn-c-popular-fishing-games__btn--primary:hover {
  background-color: #e6c200;
  color: #000066;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-bn-c-popular-fishing-games__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-bn-c-popular-fishing-games__btn--secondary:hover {
  background-color: #FFD700;
  color: #000080;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-bn-c-popular-fishing-games__section-title {
  font-size: 2.8em;
  text-align: center;
  margin-bottom: 40px;
  color: #FFD700;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

.page-bn-c-popular-fishing-games__description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-bn-c-popular-fishing-games__content-section {
  padding: 80px 0;
  background-color: #1a1a2e;
}

.page-bn-c-popular-fishing-games__section--why-choose {
  background-color: #0d0d1a;
}

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

.page-bn-c-popular-fishing-games__feature-item {
  background-color: #2a2a4a;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  border: 1px solid #000080;
}

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

.page-bn-c-popular-fishing-games__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-bn-c-popular-fishing-games__feature-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-bn-c-popular-fishing-games__feature-item p {
  font-size: 1em;
  color: #c0c0c0;
}

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

.page-bn-c-popular-fishing-games__game-card {
  background-color: #2a2a4a;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  border: 1px solid #000080;
}

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

.page-bn-c-popular-fishing-games__game-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #000080;
}

.page-bn-c-popular-fishing-games__game-info {
  padding: 25px;
  text-align: center;
}

.page-bn-c-popular-fishing-games__game-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-bn-c-popular-fishing-games__game-description {
  font-size: 1em;
  color: #c0c0c0;
  margin-bottom: 20px;
}

.page-bn-c-popular-fishing-games__btn--play {
  background-color: #FFD700;
  color: #000080;
  padding: 10px 25px;
  font-size: 1em;
  border-radius: 5px;
  border: none;
}

.page-bn-c-popular-fishing-games__btn--play:hover {
  background-color: #e6c200;
  color: #000066;
}

.page-bn-c-popular-fishing-games__tip-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-bn-c-popular-fishing-games__tip-list li {
  background-color: #2a2a4a;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #000080;
}

.page-bn-c-popular-fishing-games__tip-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-bn-c-popular-fishing-games__tip-list li p {
  color: #c0c0c0;
  font-size: 1em;
}

.page-bn-c-popular-fishing-games__promotion-list {
  list-style: disc inside;
  text-align: center;
  margin: 0 auto 40px auto;
  max-width: 800px;
  color: #c0c0c0;
  font-size: 1.1em;
}

.page-bn-c-popular-fishing-games__promotion-list li {
  margin-bottom: 10px;
}

.page-bn-c-popular-fishing-games__cta-center {
  text-align: center;
  margin-top: 40px;
}

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

.page-bn-c-popular-fishing-games__step-item {
  background-color: #2a2a4a;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #000080;
}

.page-bn-c-popular-fishing-games__step-number {
  width: 60px;
  height: 60px;
  background-color: #FFD700;
  color: #000080;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 20px auto;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

.page-bn-c-popular-fishing-games__step-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-bn-c-popular-fishing-games__step-item p {
  color: #c0c0c0;
  font-size: 1em;
}

.page-bn-c-popular-fishing-games__conclusion-section {
  padding: 80px 0;
  background-color: #0d0d1a;
  text-align: center;
}

.page-bn-c-popular-fishing-games__conclusion-section .page-bn-c-popular-fishing-games__section-title {
  margin-bottom: 20px;
}

.page-bn-c-popular-fishing-games__conclusion-section .page-bn-c-popular-fishing-games__description {
  margin-bottom: 50px;
}

.page-bn-c-popular-fishing-games .highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-bn-c-popular-fishing-games .uppercase {
  text-transform: uppercase;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-bn-c-popular-fishing-games__main-title {
    font-size: 2.8em;
  }
  .page-bn-c-popular-fishing-games__subtitle {
    font-size: 1.2em;
  }
  .page-bn-c-popular-fishing-games__section-title {
    font-size: 2.2em;
  }
  .page-bn-c-popular-fishing-games__description {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-bn-c-popular-fishing-games__hero-section {
    padding: 80px 0;
  }
  .page-bn-c-popular-fishing-games__main-title {
    font-size: 2.2em;
  }
  .page-bn-c-popular-fishing-games__subtitle {
    font-size: 1em;
  }
  .page-bn-c-popular-fishing-games__cta-group {
    flex-direction: column;
  }
  .page-bn-c-popular-fishing-games__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-bn-c-popular-fishing-games__section-title {
    font-size: 1.8em;
  }
  .page-bn-c-popular-fishing-games__features-grid,
  .page-bn-c-popular-fishing-games__game-list,
  .page-bn-c-popular-fishing-games__tip-list,
  .page-bn-c-popular-fishing-games__steps-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-bn-c-popular-fishing-games__main-title {
    font-size: 1.8em;
  }
  .page-bn-c-popular-fishing-games__subtitle {
    font-size: 0.9em;
  }
  .page-bn-c-popular-fishing-games__btn {
    width: 90%;
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-bn-c-popular-fishing-games__section-title {
    font-size: 1.6em;
  }
  .page-bn-c-popular-fishing-games__feature-title,
  .page-bn-c-popular-fishing-games__game-title,
  .page-bn-c-popular-fishing-games__tip-title,
  .page-bn-c-popular-fishing-games__step-title {
    font-size: 1.4em;
  }
  .page-bn-c-popular-fishing-games__description,
  .page-bn-c-popular-fishing-games__feature-item p,
  .page-bn-c-popular-fishing-games__game-description,
  .page-bn-c-popular-fishing-games__tip-list li p,
  .page-bn-c-popular-fishing-games__promotion-list li,
  .page-bn-c-popular-fishing-games__step-item p {
    font-size: 0.9em;
  }
}