.page-game-types-fishing {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

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

.page-game-types-fishing__flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.page-game-types-fishing__content-block {
  flex: 1;
  min-width: 300px;
}

.page-game-types-fishing__image-block {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-game-types-fishing__img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-game-types-fishing__hero-section {
  background: linear-gradient(135deg, #0A2463 0%, #2a3c75 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.page-game-types-fishing__hero-section > .page-game-types-fishing__container {
  position: relative;
  z-index: 1;
}

.page-game-types-fishing__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #E0B34F;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-game-types-fishing__highlight {
  color: #fff;
}

.page-game-types-fishing__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-game-types-fishing__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-game-types-fishing__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
}

.page-game-types-fishing__btn--primary {
  background-color: #E0B34F;
  color: #0A2463;
  border-color: #E0B34F;
}

.page-game-types-fishing__btn--primary:hover {
  background-color: #c9a044;
  border-color: #c9a044;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(224, 179, 79, 0.4);
}

.page-game-types-fishing__btn--secondary {
  background-color: transparent;
  color: #E0B34F;
  border-color: #E0B34F;
}

.page-game-types-fishing__btn--secondary:hover {
  background-color: #E0B34F;
  color: #0A2463;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(224, 179, 79, 0.2);
}

.page-game-types-fishing__btn--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

.page-game-types-fishing__section {
  padding: 80px 0;
}

.page-game-types-fishing__section:nth-of-type(even) {
  background-color: #e9ecef;
}

.page-game-types-fishing__section-title {
  font-size: 2.8em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 15px;
}

.page-game-types-fishing__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 5px;
  background-color: #E0B34F;
  border-radius: 3px;
}

.page-game-types-fishing__paragraph {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.8;
}

.page-game-types-fishing__link {
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-game-types-fishing__link:hover {
  color: #E0B34F;
  text-decoration: underline;
}

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

.page-game-types-fishing__list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23E0B34F"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-game-types-fishing__list-item-title {
  color: #0A2463;
}

.page-game-types-fishing__about .page-game-types-fishing__flex-row {
  align-items: flex-start;
}

.page-game-types-fishing__gameplay-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-game-types-fishing__gameplay-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-game-types-fishing__gameplay-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-game-types-fishing__gameplay-img {
  margin-top: 20px;
  border: 1px solid #eee;
}

.page-game-types-fishing__call-to-action {
  text-align: center;
  margin-top: 60px;
  background-color: #0A2463;
  color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-game-types-fishing__call-to-action .page-game-types-fishing__paragraph {
  color: #f0f0f0;
  font-size: 1.3em;
  margin-bottom: 30px;
}

.page-game-types-fishing__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-types-fishing__tip-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #E0B34F;
}

.page-game-types-fishing__tip-title {
  font-size: 1.6em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-game-types-fishing__promotions .page-game-types-fishing__flex-row {
  flex-direction: row-reverse;
  align-items: flex-start;
}

.page-game-types-fishing__download-content {
  align-items: center;
}

.page-game-types-fishing__image-block--mobile {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-game-types-fishing__img--mobile-mockup {
  max-width: 80%;
  height: auto;
  border: none;
  box-shadow: none;
}

.page-game-types-fishing__download-buttons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-game-types-fishing__download-buttons .page-game-types-fishing__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
}

.page-game-types-fishing__icon-apple::before {
  content: '\f179'; /* FontAwesome Apple icon */
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.page-game-types-fishing__icon-android::before {
  content: '\f17b'; /* FontAwesome Android icon */
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/* Ensure FontAwesome is loaded in shared.css or similar if these icons are used */

.page-game-types-fishing__faq {
  background-color: #f0f4f8;
}

.page-game-types-fishing__accordion {
  max-width: 800px;
  margin: 0 auto;
}

.page-game-types-fishing__accordion-item {
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-game-types-fishing__accordion-header {
  width: 100%;
  background-color: #0A2463;
  color: #fff;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.page-game-types-fishing__accordion-header:hover {
  background-color: #1e3a7a;
}

.page-game-types-fishing__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-game-types-fishing__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-game-types-fishing__accordion-content {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-game-types-fishing__accordion-content.active {
  max-height: 200px; /* Adjust based on expected content height */
  padding: 20px 25px;
}

.page-game-types-fishing__accordion-content .page-game-types-fishing__paragraph {
  margin-bottom: 0;
  color: #555;
}

.page-game-types-fishing__final-cta {
  background-color: #0A2463;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-game-types-fishing__final-cta .page-game-types-fishing__section-title {
  color: #E0B34F;
}

.page-game-types-fishing__final-cta .page-game-types-fishing__paragraph {
  color: #f0f0f0;
  font-size: 1.3em;
  margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-types-fishing__flex-row {
    flex-direction: column;
    text-align: center;
  }

  .page-game-types-fishing__content-block,
  .page-game-types-fishing__image-block {
    min-width: unset;
    width: 100%;
  }

  .page-game-types-fishing__promotions .page-game-types-fishing__flex-row {
    flex-direction: column;
  }

  .page-game-types-fishing__hero-title {
    font-size: 2.8em;
  }

  .page-game-types-fishing__hero-subtitle {
    font-size: 1.2em;
  }

  .page-game-types-fishing__section-title {
    font-size: 2.2em;
  }

  .page-game-types-fishing__download-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .page-game-types-fishing__hero-section {
    padding: 80px 0;
  }

  .page-game-types-fishing__hero-title {
    font-size: 2.2em;
  }

  .page-game-types-fishing__section {
    padding: 60px 0;
  }

  .page-game-types-fishing__section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }

  .page-game-types-fishing__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-game-types-fishing__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-game-types-fishing__download-buttons {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-game-types-fishing__hero-title {
    font-size: 1.8em;
  }

  .page-game-types-fishing__hero-subtitle {
    font-size: 1em;
  }

  .page-game-types-fishing__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-game-types-fishing__btn {
    width: 80%;
  }

  .page-game-types-fishing__section-title {
    font-size: 1.6em;
  }

  .page-game-types-fishing__paragraph,
  .page-game-types-fishing__list li,
  .page-game-types-fishing__gameplay-title,
  .page-game-types-fishing__tip-title,
  .page-game-types-fishing__accordion-header {
    font-size: 1em;
  }
}