.page-games-center-fishing-games {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for text, good contrast with dark background */
  background-color: #0A192F; /* Main dark blue background */
  line-height: 1.6;
}

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

.page-games-center-fishing-games__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #3a0a4f 70%, #FFD700 100%); /* Dark blue to purple to gold gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-games-center-fishing-games__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:ocean_pattern,abstract_waves,subtle_texture]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 1;
}

.page-games-center-fishing-games__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}

.page-games-center-fishing-games__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #C0C0C0; /* Lighter gray for subtitle */
  position: relative;
  z-index: 2;
}

.page-games-center-fishing-games__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A192F; /* Dark blue text on gold */
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}

.page-games-center-fishing-games__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-games-center-fishing-games__cta-button--secondary {
  background-color: #0A192F;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-games-center-fishing-games__cta-button--secondary:hover {
  background-color: #1a3350;
  border-color: #e6c200;
}

.page-games-center-fishing-games__cta-button--primary {
  background-color: #FFD700;
  color: #0A192F;
}

.page-games-center-fishing-games__cta-button--primary:hover {
  background-color: #e6c200;
}

.page-games-center-fishing-games__content-section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-games-center-fishing-games__content-section:last-of-type {
  border-bottom: none;
}

.page-games-center-fishing-games__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

.page-games-center-fishing-games__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-games-center-fishing-games__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  color: #B0B0B0;
}

.page-games-center-fishing-games__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-games-center-fishing-games__text-content p {
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-games-center-fishing-games__image-wrapper {
  text-align: center;
}

.page-games-center-fishing-games__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-games-center-fishing-games__inline-cta,
.page-games-center-fishing-games__inline-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-games-center-fishing-games__inline-cta:hover,
.page-games-center-fishing-games__inline-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-games-center-fishing-games__feature-grid,
.page-games-center-fishing-games__steps-grid,
.page-games-center-fishing-games__security-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-games-center-fishing-games__feature-item,
.page-games-center-fishing-games__step-item,
.page-games-center-fishing-games__security-item {
  background-color: #1A2B47; /* Slightly lighter dark blue */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-games-center-fishing-games__feature-item:hover,
.page-games-center-fishing-games__step-item:hover,
.page-games-center-fishing-games__security-item:hover {
  transform: translateY(-5px);
  background-color: #2a3d5f;
}

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

.page-games-center-fishing-games__feature-title,
.page-games-center-fishing-games__step-title,
.page-games-center-fishing-games__security-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-games-center-fishing-games__feature-item p,
.page-games-center-fishing-games__step-item p,
.page-games-center-fishing-games__security-item p {
  color: #B0B0B0;
  font-size: 0.95em;
}

.page-games-center-fishing-games__step-number {
  width: 50px;
  height: 50px;
  background-color: #FFD700;
  color: #0A192F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 auto 20px;
  box-shadow: 0 2px 10px rgba(255, 215, 0, 0.4);
}

.page-games-center-fishing-games__step-cta {
  display: inline-block;
  margin-top: 20px;
  background-color: #3a0a4f; /* A darker purple from the gradient */
  color: #FFD700;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  transition: background-color 0.3s ease;
}

.page-games-center-fishing-games__step-cta:hover {
  background-color: #5b0a7f;
}

.page-games-center-fishing-games__strategy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.page-games-center-fishing-games__strategy-item {
  background-color: #1A2B47;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-games-center-fishing-games__strategy-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-games-center-fishing-games__strategy-item p,
.page-games-center-fishing-games__strategy-item ul {
  color: #E0E0E0;
  font-size: 1em;
  margin-bottom: 15px;
}

.page-games-center-fishing-games__strategy-item ul {
  list-style-type: disc;
  padding-left: 25px;
}

.page-games-center-fishing-games__strategy-item li {
  margin-bottom: 8px;
}

.page-games-center-fishing-games__strategy-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

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

.page-games-center-fishing-games__game-item {
  background-color: #1A2B47;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-games-center-fishing-games__game-item:hover {
  transform: translateY(-5px);
}

.page-games-center-fishing-games__game-image {
  max-width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-games-center-fishing-games__game-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-games-center-fishing-games__game-item p {
  color: #B0B0B0;
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-games-center-fishing-games__game-cta {
  display: inline-block;
  background-color: #FFD700;
  color: #0A192F;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-games-center-fishing-games__game-cta:hover {
  background-color: #e6c200;
}

.page-games-center-fishing-games__promo-list {
  list-style-type: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-games-center-fishing-games__promo-list li {
  background-color: #1A2B47;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  color: #E0E0E0;
  font-size: 1.05em;
  border-left: 5px solid #FFD700;
}

.page-games-center-fishing-games__promo-list li strong {
  color: #FFD700;
  font-size: 1.1em;
}

.page-games-center-fishing-games__security-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-games-center-fishing-games__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-games-center-fishing-games__faq-item {
  background-color: #1A2B47;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-games-center-fishing-games__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-games-center-fishing-games__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-games-center-fishing-games__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-games-center-fishing-games__faq-answer {
  color: #E0E0E0;
  font-size: 1em;
  display: none;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
  margin-top: 10px;
}

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

.page-games-center-fishing-games__conclusion p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.1em;
  color: #E0E0E0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-games-center-fishing-games__hero-title {
    font-size: 2.8em;
  }
  .page-games-center-fishing-games__hero-subtitle {
    font-size: 1.3em;
  }
  .page-games-center-fishing-games__section-title {
    font-size: 2em;
  }
  .page-games-center-fishing-games__grid,
  .page-games-center-fishing-games__strategy-grid {
    grid-template-columns: 1fr;
  }
  .page-games-center-fishing-games__image-wrapper {
    order: -1; /* Image on top for smaller screens */
  }
}

@media (max-width: 768px) {
  .page-games-center-fishing-games__hero-title {
    font-size: 2.2em;
  }
  .page-games-center-fishing-games__hero-subtitle {
    font-size: 1.1em;
  }
  .page-games-center-fishing-games__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-games-center-fishing-games__section-title {
    font-size: 1.8em;
  }
  .page-games-center-fishing-games__section-description {
    font-size: 1em;
  }
  .page-games-center-fishing-games__feature-grid,
  .page-games-center-fishing-games__steps-grid,
  .page-games-center-fishing-games__security-grid,
  .page-games-center-fishing-games__game-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-games-center-fishing-games__feature-item,
  .page-games-center-fishing-games__step-item,
  .page-games-center-fishing-games__security-item,
  .page-games-center-fishing-games__strategy-item,
  .page-games-center-fishing-games__game-item,
  .page-games-center-fishing-games__faq-item {
    padding: 20px;
  }
  .page-games-center-fishing-games__game-image {
    height: 160px;
  }
}

@media (max-width: 480px) {
  .page-games-center-fishing-games__hero-title {
    font-size: 1.8em;
  }
  .page-games-center-fishing-games__hero-subtitle {
    font-size: 0.95em;
  }
  .page-games-center-fishing-games__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-games-center-fishing-games__section-title {
    font-size: 1.5em;
  }
  .page-games-center-fishing-games__section-title::after {
    width: 60px;
  }
  .page-games-center-fishing-games__feature-grid,
  .page-games-center-fishing-games__steps-grid,
  .page-games-center-fishing-games__security-grid,
  .page-games-center-fishing-games__game-list {
    grid-template-columns: 1fr;
  }
  .page-games-center-fishing-games__game-image {
    height: 180px;
  }
}