.page-fishing-games-types {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
}

.page-fishing-games-types__hero-section {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: var(--header-offset, 120px);
  overflow: hidden;
  color: #ffffff;
}

.page-fishing-games-types__hero-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-fishing-games-types__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}

.page-fishing-games-types__hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 20px;
}

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

.page-fishing-games-types__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-fishing-games-types__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-fishing-games-types__section {
  padding: 80px 0;
}

.page-fishing-games-types__dark-bg {
  background-color: #8B0000;
  color: #ffffff;
}

.page-fishing-games-types__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-fishing-games-types__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-fishing-games-types__section-title {
  font-size: 2.8em;
  text-align: center;
  margin-bottom: 40px;
  color: inherit;
  position: relative;
}

.page-fishing-games-types__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
}

.page-fishing-games-types__section-text {
  font-size: 1.1em;
  text-align: justify;
  margin-bottom: 20px;
}

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

.page-fishing-games-types__btn-primary,
.page-fishing-games-types__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-fishing-games-types__btn-primary {
  background-color: #FFD700;
  color: #8B0000;
  border: 2px solid #FFD700;
}

.page-fishing-games-types__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

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

.page-fishing-games-types__btn-secondary:hover {
  background-color: #FFD700;
  color: #8B0000;
}

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

.page-fishing-games-types__card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  color: #333333;
}

.page-fishing-games-types__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-fishing-games-types__card-title {
  font-size: 1.8em;
  color: #8B0000;
  margin-bottom: 15px;
  padding: 0 20px;
}

.page-fishing-games-types__card-description {
  font-size: 1em;
  color: #555555;
  padding: 0 20px;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-fishing-games-types__card .page-fishing-games-types__btn-primary {
  margin-top: auto;
  align-self: center;
  width: calc(100% - 40px);
}

.page-fishing-games-types__flex-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-fishing-games-types__flex-wrapper.page-fishing-games-types__flex-wrapper--reverse {
  flex-direction: row-reverse;
}

.page-fishing-games-types__content-block,
.page-fishing-games-types__image-block {
  flex: 1;
}

.page-fishing-games-types__image-content {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.page-fishing-games-types__sub-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-fishing-games-types__text-content {
  font-size: 1.1em;
  margin-bottom: 15px;
  text-align: justify;
}

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

.page-fishing-games-types__guide-item {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  color: #333333;
}

.page-fishing-games-types__guide-title {
  font-size: 1.8em;
  color: #8B0000;
  margin-bottom: 15px;
}

.page-fishing-games-types__guide-description {
  font-size: 1em;
  color: #555555;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-fishing-games-types__guide-item .page-fishing-games-types__btn-primary {
  margin-top: auto;
  align-self: flex-start;
  width: auto;
  padding: 10px 20px;
}

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

.page-fishing-games-types__promo-card {
  text-align: center;
  padding: 0;
  background-color: #8B0000;
  color: #ffffff;
}

.page-fishing-games-types__promo-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin-bottom: 20px;
}

.page-fishing-games-types__promo-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  padding: 0 20px;
}

.page-fishing-games-types__promo-description {
  font-size: 1em;
  color: #f0f0f0;
  padding: 0 20px;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-fishing-games-types__promo-card .page-fishing-games-types__btn-secondary {
  margin-top: auto;
  align-self: center;
  width: calc(100% - 40px);
  background-color: #FFD700;
  color: #8B0000;
  border-color: #FFD700;
}

.page-fishing-games-types__promo-card .page-fishing-games-types__btn-secondary:hover {
  background-color: #e6c200;
  color: #8B0000;
  border-color: #e6c200;
}

.page-fishing-games-types__advantages-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-fishing-games-types__list-item {
  font-size: 1.1em;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  text-align: justify;
}

.page-fishing-games-types__list-item::before {
  content: '✔️';
  position: absolute;
  left: 0;
  color: #FFD700;
}

.page-fishing-games-types__cta-buttons--inline {
  justify-content: flex-start;
  margin-top: 30px;
}

.page-fishing-games-types__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-fishing-games-types__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-fishing-games-types__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #FFD700;
  color: #8B0000;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease;
}

.page-fishing-games-types__faq-question:hover {
  background-color: #e6c200;
}

.page-fishing-games-types__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-fishing-games-types__faq-item.active .page-fishing-games-types__faq-toggle {
  transform: rotate(45deg);
}

.page-fishing-games-types__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #ffffff;
  color: #555555;
}

.page-fishing-games-types__faq-item.active .page-fishing-games-types__faq-answer {
  max-height: 1000px !important; /* Sufficiently large */
  padding: 20px;
}

.page-fishing-games-types__cta-bottom-section {
  padding-bottom: 100px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-fishing-games-types__hero-title {
    font-size: 3em;
  }

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

  .page-fishing-games-types__flex-wrapper {
    flex-direction: column;
  }

  .page-fishing-games-types__flex-wrapper.page-fishing-games-types__flex-wrapper--reverse {
    flex-direction: column;
  }

  .page-fishing-games-types__cta-buttons--inline {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .page-fishing-games-types {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-fishing-games-types__hero-section {
    min-height: 450px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure header offset on mobile */
  }

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

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

  .page-fishing-games-types__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-fishing-games-types__btn-primary,
  .page-fishing-games-types__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-fishing-games-types__section {
    padding: 40px 0;
  }

  .page-fishing-games-types__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-fishing-games-types__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }

  .page-fishing-games-types__grid-container,
  .page-fishing-games-types__guide-grid,
  .page-fishing-games-types__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-fishing-games-types__card,
  .page-fishing-games-types__guide-item,
  .page-fishing-games-types__promo-card {
    padding: 20px;
  }

  .page-fishing-games-types__card-image,
  .page-fishing-games-types__promo-image,
  .page-fishing-games-types__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px;
    min-height: 200px;
  }

  .page-fishing-games-types__content-block,
  .page-fishing-games-types__image-block {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

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

  .page-fishing-games-types__list-item {
    font-size: 1em;
  }

  .page-fishing-games-types__cta-buttons--inline {
    flex-direction: column;
    gap: 15px;
  }

  .page-fishing-games-types__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-fishing-games-types__faq-answer {
    padding: 0 15px;
  }

  .page-fishing-games-types__faq-item.active .page-fishing-games-types__faq-answer {
    padding: 15px;
  }

  .page-fishing-games-types__video-section {
    padding-top: var(--header-offset, 120px) !important;
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-fishing-games-types video,
  .page-fishing-games-types__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-fishing-games-types__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}

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

  .page-fishing-games-types__hero-description {
    font-size: 0.9em;
  }

  .page-fishing-games-types__section-title {
    font-size: 1.5em;
  }
}

/* Ensure images don't have filters */
.page-fishing-games-types img {
  filter: none !important;
}