/* style/games-fishing.css */
.page-games-fishing {
  font-family: 'Arial', sans-serif;
  color: #FFFFFF; /* Light text on dark background */
  background-color: #1A1A2E; /* Main dark background */
}

.page-games-fishing__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-games-fishing__hero {
  background: linear-gradient(135deg, #1A1A2E 0%, #301934 50%, #1A1A2E 100%); /* Dark gradient for hero */
  padding: 100px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-games-fishing__hero-content {
  max-width: 800px;
  z-index: 10;
  position: relative;
}

.page-games-fishing__title {
  font-size: 3.5em;
  color: #E94560;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(233, 69, 96, 0.5);
  line-height: 1.2;
}

.page-games-fishing__subtitle {
  font-size: 1.4em;
  color: #CCCCCC;
  margin-bottom: 40px;
  line-height: 1.5;
}

.page-games-fishing__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 10px;
  cursor: pointer;
  text-align: center;
}

.page-games-fishing__button--primary {
  background-color: #E94560;
  color: #FFFFFF;
  border: 2px solid #E94560;
}

.page-games-fishing__button--primary:hover {
  background-color: #FF6B81;
  border-color: #FF6B81;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(233, 69, 96, 0.4);
}

.page-games-fishing__button--secondary {
  background-color: transparent;
  color: #E94560;
  border: 2px solid #E94560;
}

.page-games-fishing__button--secondary:hover {
  background-color: rgba(233, 69, 96, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(233, 69, 96, 0.2);
}

.page-games-fishing__button--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 300px;
}

.page-games-fishing__hero-image-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 1;
  overflow: hidden;
}

.page-games-fishing__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.page-games-fishing__section {
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-games-fishing__section:last-of-type {
  border-bottom: none;
}

.page-games-fishing__about {
  background-color: #1A1A2E;
}

.page-games-fishing__why-choose {
  background-color: #0F0F1A;
}

.page-games-fishing__how-to-play {
  background-color: #1A1A2E;
}

.page-games-fishing__strategies {
  background-color: #0F0F1A;
}

.page-games-fishing__promotions {
  background-color: #1A1A2E;
}

.page-games-fishing__mobile-app {
  background-color: #0F0F1A;
}

.page-games-fishing__trust {
  background-color: #1A1A2E;
}

.page-games-fishing__heading {
  font-size: 2.8em;
  color: #E94560;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 15px;
}

.page-games-fishing__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E94560;
  border-radius: 2px;
}

.page-games-fishing__sub-heading {
  font-size: 1.8em;
  color: #E94560;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

.page-games-fishing__container p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-games-fishing__container ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-games-fishing__container ul li {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  color: #E0E0E0;
}

.page-games-fishing__container ul li::before {
  content: '✓';
  color: #E94560;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1.2em;
}

.page-games-fishing__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-games-fishing__list li {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #E0E0E0;
  position: relative;
  padding-left: 30px;
}

.page-games-fishing__list li strong {
  color: #E94560;
}

.page-games-fishing__list li::before {
  content: counter(list-item) ".";
  counter-increment: list-item;
  color: #E94560;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1.2em;
}

.page-games-fishing__list--styled li::before {
  content: '★';
  font-size: 1.5em;
  top: -5px;
}

.page-games-fishing__list--columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-games-fishing__list--columns li {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #E0E0E0;
  position: relative;
  padding-left: 30px;
  break-inside: avoid-column;
}

.page-games-fishing__list--columns li::before {
  content: '▶';
  color: #E94560;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1.1em;
}

.page-games-fishing__image--full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 40px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-games-fishing__image--centered {
  display: block;
  margin: 40px auto;
  max-width: 80%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-games-fishing__features-grid, .page-games-fishing__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-games-fishing__feature-item, .page-games-fishing__strategy-item {
  background-color: #2A2A3E;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-games-fishing__feature-item:hover, .page-games-fishing__strategy-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.page-games-fishing__feature-icon, .page-games-fishing__strategy-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #E94560);
}

.page-games-fishing__feature-item h3, .page-games-fishing__strategy-item h3 {
  color: #E94560;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-games-fishing__feature-item p, .page-games-fishing__strategy-item p {
  font-size: 1em;
  line-height: 1.6;
  color: #CCCCCC;
}

.page-games-fishing__container--flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}

.page-games-fishing__mobile-content {
  flex: 1;
  min-width: 300px;
}

.page-games-fishing__mobile-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
}

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

.page-games-fishing__app-note {
  font-style: italic;
  color: #AAAAAA;
  margin-top: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-games-fishing__title {
    font-size: 2.8em;
  }
  .page-games-fishing__heading {
    font-size: 2.2em;
  }
  .page-games-fishing__list--columns {
    columns: 1;
  }
}

@media (max-width: 768px) {
  .page-games-fishing__hero {
    padding: 80px 20px;
  }
  .page-games-fishing__title {
    font-size: 2.2em;
  }
  .page-games-fishing__subtitle {
    font-size: 1.1em;
  }
  .page-games-fishing__heading {
    font-size: 1.8em;
    margin-bottom: 40px;
  }
  .page-games-fishing__sub-heading {
    font-size: 1.4em;
  }
  .page-games-fishing__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-games-fishing__section {
    padding: 60px 0;
  }
  .page-games-fishing__features-grid, .page-games-fishing__strategy-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .page-games-fishing__container--flex {
    flex-direction: column;
  }
  .page-games-fishing__mobile-image-wrapper {
    order: -1; /* Move image to top on mobile */
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .page-games-fishing__title {
    font-size: 1.8em;
  }
  .page-games-fishing__subtitle {
    font-size: 1em;
  }
  .page-games-fishing__heading {
    font-size: 1.5em;
  }
  .page-games-fishing__sub-heading {
    font-size: 1.2em;
  }
  .page-games-fishing__button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .page-games-fishing__container p, .page-games-fishing__container ul li, .page-games-fishing__list li {
    font-size: 0.95em;
  }
}