/* style/eu9-games-fishing-games.css */
.page-eu9-games-fishing-games {
  font-family: 'Arial', sans-serif;
  color: #E5D4C3; /* Light text on dark background */
  background-color: #1A2B3C; /* Main background color */
  line-height: 1.6;
}

.page-eu9-games-fishing-games__hero {
  background: linear-gradient(135deg, #1A2B3C 0%, #001A2B 100%);
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.page-eu9-games-fishing-games__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:eu9,fishing_game,underwater_pattern,subtle]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

.page-eu9-games-fishing-games__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.page-eu9-games-fishing-games__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-eu9-games-fishing-games__hero-description {
  font-size: 1.4em;
  color: #E5D4C3;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-eu9-games-fishing-games__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-eu9-games-fishing-games__hero-image {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 600px;
  margin-top: 40px;
}

.page-eu9-games-fishing-games__hero-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-eu9-games-fishing-games__section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-eu9-games-fishing-games__section-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-eu9-games-fishing-games__section-subtitle {
  font-size: 1.2em;
  color: #B0C4DE;
  margin-bottom: 40px;
}

.page-eu9-games-fishing-games__features-grid,
.page-eu9-games-fishing-games__game-cards,
.page-eu9-games-fishing-games__tips-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.page-eu9-games-fishing-games__feature-item,
.page-eu9-games-fishing-games__game-card,
.page-eu9-games-fishing-games__tip-item,
.page-eu9-games-fishing-games__faq-item {
  background-color: #2A3B4C;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-eu9-games-fishing-games__feature-item:hover,
.page-eu9-games-fishing-games__game-card:hover,
.page-eu9-games-fishing-games__tip-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

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

.page-eu9-games-fishing-games__feature-title,
.page-eu9-games-fishing-games__game-title,
.page-eu9-games-fishing-games__tip-title,
.page-eu9-games-fishing-games__faq-question {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-eu9-games-fishing-games__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 2px solid #FFD700;
}

.page-eu9-games-fishing-games__game-title a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-eu9-games-fishing-games__game-title a:hover {
  color: #FFF;
}

.page-eu9-games-fishing-games__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  margin-top: 15px;
  white-space: nowrap;
}

.page-eu9-games-fishing-games__btn--primary {
  background-color: #FFD700;
  color: #1A2B3C;
  border: 2px solid #FFD700;
}

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

.page-eu9-games-fishing-games__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-eu9-games-fishing-games__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A2B3C;
  transform: translateY(-2px);
}

.page-eu9-games-fishing-games__btn--tertiary {
  background-color: #5f6b77;
  color: #E5D4C3;
  border: 2px solid #5f6b77;
}

.page-eu9-games-fishing-games__btn--tertiary:hover {
  background-color: #76808a;
  transform: translateY(-2px);
}

.page-eu9-games-fishing-games__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  text-align: left;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-eu9-games-fishing-games__list li {
  background-color: #2A3B4C;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  border-left: 5px solid #FFD700;
  color: #E5D4C3;
}

.page-eu9-games-fishing-games__faq-item {
  text-align: left;
  margin-bottom: 20px;
}

.page-eu9-games-fishing-games__faq-question {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-eu9-games-fishing-games__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  color: #FFD700;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-eu9-games-fishing-games__faq-item.active .page-eu9-games-fishing-games__faq-question::after {
  transform: rotate(45deg);
}

.page-eu9-games-fishing-games__faq-answer {
  display: none;
  margin-top: 10px;
  color: #B0C4DE;
}

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

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-eu9-games-fishing-games__hero {
    padding: 60px 15px;
  }

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

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

  .page-eu9-games-fishing-games__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

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

  .page-eu9-games-fishing-games__section-subtitle {
    font-size: 1em;
  }

  .page-eu9-games-fishing-games__feature-title,
  .page-eu9-games-fishing-games__game-title,
  .page-eu9-games-fishing-games__tip-title,
  .page-eu9-games-fishing-games__faq-question {
    font-size: 1.4em;
  }

  .page-eu9-games-fishing-games__btn {
    width: 100%;
    text-align: center;
  }

  .page-eu9-games-fishing-games__list li {
    font-size: 0.95em;
  }
}

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

  .page-eu9-games-fishing-games__hero-description {
    font-size: 1em;
  }

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

  .page-eu9-games-fishing-games__feature-title,
  .page-eu9-games-fishing-games__game-title,
  .page-eu9-games-fishing-games__tip-title,
  .page-eu9-games-fishing-games__faq-question {
    font-size: 1.2em;
  }
}