/* style/fishing-games-new.css */
.page-fishing-games-new {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light text for dark background */
  background-color: #0F1A2B; /* Main dark background */
  line-height: 1.6;
}

.page-fishing-games-new__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-fishing-games-new__section-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold for titles */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-fishing-games-new__description-text {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: #B0B0B0;
}

.page-fishing-games-new__hero-section {
  background: linear-gradient(135deg, #0F1A2B 0%, #304050 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-fishing-games-new__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,water_texture,subtle_pattern,dark_blue]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 0;
}

.page-fishing-games-new__hero-title {
  font-size: 3.8em;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 1;
}

.page-fishing-games-new__hero-description {
  font-size: 1.3em;
  color: #E0E0E0;
  max-width: 800px;
  margin: 0 auto 40px auto;
  position: relative;
  z-index: 1;
}

.page-fishing-games-new__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.page-fishing-games-new__btn {
  display: inline-block;
  padding: 15px 35px;
  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-fishing-games-new__btn--primary {
  background-color: #FFD700; /* Gold accent */
  color: #0F1A2B; /* Dark text on gold */
  border: 2px solid #FFD700;
}

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

.page-fishing-games-new__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-fishing-games-new__btn--secondary:hover {
  background-color: #FFD700;
  color: #0F1A2B;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-fishing-games-new__btn--play {
  background-color: #FFD700;
  color: #0F1A2B;
  border: none;
  padding: 12px 25px;
  font-size: 1em;
  margin-top: 20px;
}

.page-fishing-games-new__btn--play:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-fishing-games-new__btn--small {
  padding: 8px 18px;
  font-size: 0.9em;
  margin-top: 15px;
  background-color: #FFD700;
  color: #0F1A2B;
  border: none;
}

.page-fishing-games-new__btn--small:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-fishing-games-new__about-section, .page-fishing-games-new__games-showcase, .page-fishing-games-new__how-to-play, .page-fishing-games-new__promotions, .page-fishing-games-new__mobile-app, .page-fishing-games-new__security-fairness, .page-fishing-games-new__testimonials, .page-fishing-games-new__faq, .page-fishing-games-new__cta-final {
  padding: 80px 0;
  background-color: #0F1A2B;
}

.page-fishing-games-new__about-section {
  background-color: #1a2a3a;
}

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

.page-fishing-games-new__grid-item {
  background-color: #1a2a3a;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #2a3d50;
}

.page-fishing-games-new__grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}

.page-fishing-games-new__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-fishing-games-new__grid-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-fishing-games-new__grid-item p {
  font-size: 1em;
  color: #B0B0B0;
}

.page-fishing-games-new__games-showcase {
  background-color: #0F1A2B;
}

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

.page-fishing-games-new__game-card {
  background-color: #1a2a3a;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #2a3d50;
}

.page-fishing-games-new__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}

.page-fishing-games-new__game-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #2a3d50;
}

.page-fishing-games-new__game-card-title {
  font-size: 1.6em;
  color: #FFD700;
  margin: 20px 0 10px;
  padding: 0 15px;
  font-weight: bold;
}

.page-fishing-games-new__game-card-description {
  font-size: 0.95em;
  color: #B0B0B0;
  padding: 0 20px 20px;
}

.page-fishing-games-new__how-to-play {
  background-color: #1a2a3a;
}

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

.page-fishing-games-new__step-item {
  background-color: #0F1A2B;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid #2a3d50;
}

.page-fishing-games-new__step-number {
  font-size: 3em;
  color: #FFD700;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
}

.page-fishing-games-new__step-title {
  font-size: 1.5em;
  color: #FFFFFF;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-fishing-games-new__step-item p {
  font-size: 1em;
  color: #B0B0B0;
}

.page-fishing-games-new__promotions {
  background-color: #0F1A2B;
}

.page-fishing-games-new__promo-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 40px auto;
  text-align: left;
}

.page-fishing-games-new__promo-list li {
  background-color: #1a2a3a;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  font-size: 1.1em;
  color: #E0E0E0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #FFD700;
}

.page-fishing-games-new__promo-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  filter: drop-shadow(0 0 3px #FFD700);
}

.page-fishing-games-new__center-content {
  text-align: center;
  margin-top: 40px;
}

.page-fishing-games-new__mobile-app {
  background-color: #1a2a3a;
}

.page-fishing-games-new__app-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}

.page-fishing-games-new__app-text {
  flex: 1;
  min-width: 300px;
}

.page-fishing-games-new__app-features {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.page-fishing-games-new__app-features li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-fishing-games-new__app-features .page-fishing-games-new__feature-icon {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  filter: drop-shadow(0 0 3px #FFD700);
}

.page-fishing-games-new__app-image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-fishing-games-new__app-screenshot {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 3px solid #FFD700;
}

.page-fishing-games-new__security-fairness {
  background-color: #0F1A2B;
}

.page-fishing-games-new__security-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
}

.page-fishing-games-new__security-list li {
  background-color: #1a2a3a;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: center;
  font-size: 1.1em;
  color: #E0E0E0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border-left: 5px solid #FFD700;
}

.page-fishing-games-new__security-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  filter: drop-shadow(0 0 3px #FFD700);
}

.page-fishing-games-new__testimonials {
  background-color: #1a2a3a;
}

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

.page-fishing-games-new__testimonial-card {
  background-color: #0F1A2B;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid #2a3d50;
}

.page-fishing-games-new__testimonial-quote {
  font-style: italic;
  font-size: 1.1em;
  color: #E0E0E0;
  margin-bottom: 20px;
}

.page-fishing-games-new__testimonial-author {
  font-weight: bold;
  color: #FFD700;
  text-align: right;
  font-size: 1em;
}

.page-fishing-games-new__faq {
  background-color: #0F1A2B;
}

.page-fishing-games-new__faq-item {
  background-color: #1a2a3a;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #2a3d50;
}

.page-fishing-games-new__faq-question {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  font-weight: bold;
}

.page-fishing-games-new__faq-answer {
  font-size: 1em;
  color: #B0B0B0;
  display: none; /* Hidden by default, toggled by JS */
}

.page-fishing-games-new__faq-item.active .page-fishing-games-new__faq-answer {
  display: block;
}

.page-fishing-games-new__cta-final {
  background: linear-gradient(135deg, #304050 0%, #0F1A2B 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-fishing-games-new__cta-final::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,water_pattern,gold_highlights,dark_blue]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 0;
}

.page-fishing-games-new__cta-title {
  font-size: 3em;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-weight: 900;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 1;
}

.page-fishing-games-new__cta-description {
  font-size: 1.2em;
  color: #E0E0E0;
  max-width: 800px;
  margin: 0 auto 40px auto;
  position: relative;
  z-index: 1;
}

.page-fishing-games-new__cta-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.text-highlight {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-fishing-games-new__hero-title {
    font-size: 2.8em;
  }

  .page-fishing-games-new__hero-description {
    font-size: 1.1em;
  }

  .page-fishing-games-new__section-title {
    font-size: 2.2em;
  }

  .page-fishing-games-new__description-text {
    font-size: 1em;
  }

  .page-fishing-games-new__app-content {
    flex-direction: column;
  }

  .page-fishing-games-new__hero-actions, .page-fishing-games-new__cta-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-fishing-games-new__btn {
    width: 80%;
    margin: 0 auto;
  }

  .page-fishing-games-new__promo-list li, .page-fishing-games-new__security-list li {
    font-size: 1em;
    padding: 15px;
  }

  .page-fishing-games-new__security-list {
    grid-template-columns: 1fr;
  }

  .page-fishing-games-new__testimonial-card {
    padding: 20px;
  }

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

@media (max-width: 480px) {
  .page-fishing-games-new__hero-title {
    font-size: 2.2em;
  }

  .page-fishing-games-new__section-title {
    font-size: 1.8em;
  }

  .page-fishing-games-new__grid-title {
    font-size: 1.4em;
  }

  .page-fishing-games-new__game-card-title {
    font-size: 1.3em;
  }

  .page-fishing-games-new__btn {
    width: 90%;
  }

  .page-fishing-games-new__cta-title {
    font-size: 2em;
  }
}