.page-fishing-games {
  background-color: #08160F;
  color: #F2FFF6;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

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

.page-fishing-games__dark-section {
  background-color: #08160F;
  color: #F2FFF6;
}

.page-fishing-games__dark-bg {
  background-color: #08160F;
  color: #F2FFF6;
}

.page-fishing-games__section-title {
  font-size: clamp(28px, 4vw, 42px);
  color: #F2C14E;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
  font-weight: bold;
}

.page-fishing-games__section-description {
  font-size: 18px;
  color: #A7D9B8;
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-fishing-games__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px 0 60px 0; /* body handles header-offset, this is for small top padding */
}

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

.page-fishing-games__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  padding: 40px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  margin-top: 100px; /* Space from top */
}

.page-fishing-games__hero-title {
  font-size: clamp(36px, 5vw, 60px);
  color: #F2C14E;
  margin-bottom: 20px;
  line-height: 1.1;
}

.page-fishing-games__hero-description {
  font-size: 20px;
  color: #F2FFF6;
  margin-bottom: 40px;
}

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

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

.page-fishing-games__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-fishing-games__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(42, 209, 111, 0.4);
}

.page-fishing-games__btn-secondary {
  background-color: transparent;
  color: #57E38D;
  border: 2px solid #57E38D;
}

.page-fishing-games__btn-secondary:hover {
  background-color: #57E38D;
  color: #08160F;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(87, 227, 141, 0.4);
}

.page-fishing-games__intro-section {
  padding: 80px 0;
}

.page-fishing-games__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

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

.page-fishing-games__text-block {
  flex: 1;
}

.page-fishing-games__text-block p {
  margin-bottom: 20px;
  color: #F2FFF6;
  font-size: 17px;
}

.page-fishing-games__image-block {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-fishing-games__image-block img {
  border-radius: 15px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-fishing-games__game-showcase-section {
  padding: 80px 0;
}

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

.page-fishing-games__card {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-fishing-games__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-fishing-games__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

.page-fishing-games__card-title {
  font-size: 24px;
  color: #F2C14E;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-fishing-games__card-text {
  font-size: 16px;
  color: #A7D9B8;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-fishing-games__benefits-section {
  padding: 80px 0;
}

.page-fishing-games__benefit-list {
  list-style: none;
  padding: 0;
}

.page-fishing-games__benefit-list li {
  background-color: #11271B;
  border-left: 5px solid #2AD16F;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  color: #F2FFF6;
  font-size: 17px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-fishing-games__benefit-list li strong {
  color: #F2C14E;
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}

.page-fishing-games__guide-section {
  padding: 80px 0;
  text-align: center;
}

.page-fishing-games__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-fishing-games__guide-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

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

.page-fishing-games__guide-step-title {
  font-size: 22px;
  color: #57E38D;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-fishing-games__guide-item p {
  font-size: 16px;
  color: #A7D9B8;
}

.page-fishing-games__image-block--full-width {
  margin-top: 40px;
}

.page-fishing-games__image-block--full-width img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}

.page-fishing-games__promotions-section {
  padding: 80px 0;
  text-align: center;
}

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

.page-fishing-games__promo-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 15px;
  padding: 30px;
  text-align: left;
  transition: transform 0.3s ease;
}

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

.page-fishing-games__promo-title {
  font-size: 24px;
  color: #F2C14E;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-fishing-games__promo-text {
  font-size: 16px;
  color: #A7D9B8;
}

.page-fishing-games__promo-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  margin-top: 40px;
}

.page-fishing-games__faq-section {
  padding: 80px 0;
}

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

.page-fishing-games__faq-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-fishing-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: bold;
  color: #F2FFF6;
  cursor: pointer;
  background-color: #0A4B2C;
  list-style: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-fishing-games__faq-question::-webkit-details-marker {
  display: none;
}

.page-fishing-games__faq-question:hover {
  background-color: #11A84E;
}

.page-fishing-games__faq-qtext {
  flex-grow: 1;
}

.page-fishing-games__faq-toggle {
  font-size: 24px;
  line-height: 1;
  margin-left: 15px;
  color: #F2C14E;
}

.page-fishing-games__faq-item[open] .page-fishing-games__faq-question {
  background-color: #11A84E;
}

.page-fishing-games__faq-item[open] .page-fishing-games__faq-toggle {
  content: '−';
}

.page-fishing-games__faq-answer {
  padding: 20px 25px;
  font-size: 16px;
  color: #A7D9B8;
  background-color: #11271B;
  border-top: 1px solid #2E7A4E;
}

.page-fishing-games__conclusion-section {
  padding: 80px 0;
  text-align: center;
}

.page-fishing-games__conclusion-section .page-fishing-games__cta-buttons {
  margin-top: 40px;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-fishing-games__content-wrapper {
    flex-direction: column;
  }

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

  .page-fishing-games__hero-content {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .page-fishing-games__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-fishing-games__hero-content {
    padding: 30px 15px;
    margin-top: 20px;
  }

  .page-fishing-games__hero-title {
    font-size: clamp(30px, 7vw, 45px);
  }

  .page-fishing-games__hero-description {
    font-size: 18px;
  }

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

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

  .page-fishing-games__container {
    padding: 0 15px;
  }

  .page-fishing-games__section-title {
    font-size: clamp(24px, 6vw, 36px);
    margin-bottom: 30px;
  }

  .page-fishing-games__section-description {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .page-fishing-games__intro-section,
  .page-fishing-games__game-showcase-section,
  .page-fishing-games__benefits-section,
  .page-fishing-games__guide-section,
  .page-fishing-games__promotions-section,
  .page-fishing-games__faq-section,
  .page-fishing-games__conclusion-section {
    padding: 40px 0;
  }

  .page-fishing-games__text-block p,
  .page-fishing-games__benefit-list li,
  .page-fishing-games__guide-item p,
  .page-fishing-games__promo-text,
  .page-fishing-games__faq-answer {
    font-size: 15px;
  }

  .page-fishing-games__card-title,
  .page-fishing-games__guide-step-title,
  .page-fishing-games__promo-title {
    font-size: 20px;
  }

  .page-fishing-games__faq-question {
    font-size: 16px;
    padding: 15px 20px;
  }

  .page-fishing-games__faq-toggle {
    font-size: 20px;
  }

  /* Mobile image responsiveness */
  .page-fishing-games img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-fishing-games__hero-image,
  .page-fishing-games__image-block img,
  .page-fishing-games__card-image,
  .page-fishing-games__promo-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }

  .page-fishing-games__section,
  .page-fishing-games__card,
  .page-fishing-games__container,
  .page-fishing-games__hero-section,
  .page-fishing-games__intro-section,
  .page-fishing-games__game-showcase-section,
  .page-fishing-games__benefits-section,
  .page-fishing-games__guide-section,
  .page-fishing-games__promotions-section,
  .page-fishing-games__faq-section,
  .page-fishing-games__conclusion-section,
  .page-fishing-games__hero-cta-buttons,
  .page-fishing-games__game-cards,
  .page-fishing-games__guide-steps,
  .page-fishing-games__promo-grid,
  .page-fishing-games__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-fishing-games__content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    gap: 20px;
  }

  .page-fishing-games__game-cards,
  .page-fishing-games__guide-steps,
  .page-fishing-games__promo-grid {
    gap: 20px;
  }

  .page-fishing-games__card,
  .page-fishing-games__guide-item,
  .page-fishing-games__promo-item,
  .page-fishing-games__faq-item {
    padding: 20px;
  }

  .page-fishing-games__hero-cta-buttons {
    flex-wrap: wrap !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-fishing-games__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}