.page-fishing-games-skill-guide {
  background-color: #08160F;
  color: #F2FFF6;
}

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

.page-fishing-games-skill-guide__section {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.page-fishing-games-skill-guide__section-title {
  font-size: clamp(2em, 4vw, 2.8em);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-fishing-games-skill-guide__text-block {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
  text-align: justify;
}

.page-fishing-games-skill-guide__text-block--small {
  font-size: 0.9em;
  text-align: center;
  color: #A7D9B8;
}

.page-fishing-games-skill-guide__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  padding-top: 10px; /* Small top padding */
  background-color: #0A4B2C; /* Deep Green */
}

.page-fishing-games-skill-guide__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-fishing-games-skill-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-fishing-games-skill-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -150px; /* Pull content slightly over image for visual flow, but not overlapping text on image */
  background: rgba(17, 39, 27, 0.8); /* Card BG with transparency */
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  border: 1px solid #2E7A4E;
}

.page-fishing-games-skill-guide__main-title {
  font-size: clamp(2.5em, 5vw, 3.5em);
  font-weight: 800;
  color: #F2FFF6; /* Text Main */
  line-height: 1.1;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.5); /* Glow */
}

.page-fishing-games-skill-guide__description {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-fishing-games-skill-guide__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(42, 209, 111, 0.4);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-fishing-games-skill-guide__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(42, 209, 111, 0.6);
}

.page-fishing-games-skill-guide__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-fishing-games-skill-guide__skill-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-fishing-games-skill-guide__skill-title {
  font-size: 1.8em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-fishing-games-skill-guide__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  border: 1px solid #2E7A4E;
  object-fit: cover;
}

.page-fishing-games-skill-guide__dark-section {
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
}

.page-fishing-games-skill-guide__dark-section .page-fishing-games-skill-guide__text-block {
  color: #A7D9B8;
}

.page-fishing-games-skill-guide__mistake-list,
.page-fishing-games-skill-guide__benefit-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-fishing-games-skill-guide__list-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-fishing-games-skill-guide__list-title {
  font-size: 1.5em;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
}

.page-fishing-games-skill-guide__cta-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-fishing-games-skill-guide__video-section {
  background-color: #08160F;
  padding: 60px 0;
  text-align: center;
  padding-top: 10px; /* Small top padding */
}

.page-fishing-games-skill-guide__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  background-color: #000;
  border-radius: 10px;
  border: 2px solid #2E7A4E;
}

.page-fishing-games-skill-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.page-fishing-games-skill-guide__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-fishing-games-skill-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #1E3A2A; /* Divider for question header */
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-fishing-games-skill-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-fishing-games-skill-guide__faq-question:hover {
  background-color: #0A4B2C; /* Deep Green */
}

.page-fishing-games-skill-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

.page-fishing-games-skill-guide__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  line-height: 1.7;
  color: #A7D9B8; /* Text Secondary */
  background-color: #11271B; /* Card BG */
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-fishing-games-skill-guide__hero-content {
    margin-top: -100px;
  }
  .page-fishing-games-skill-guide__main-title {
    font-size: clamp(2em, 4.5vw, 3em);
  }
}

@media (max-width: 768px) {
  .page-fishing-games-skill-guide__section {
    padding: 40px 0;
  }
  .page-fishing-games-skill-guide__section-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
    margin-bottom: 30px;
  }
  .page-fishing-games-skill-guide__text-block {
    font-size: 1em;
    padding: 0 15px;
    text-align: left;
  }
  .page-fishing-games-skill-guide__container {
    padding: 0 15px;
  }
  .page-fishing-games-skill-guide__hero-section {
    min-height: 400px;
    padding-top: 10px !important;
  }
  .page-fishing-games-skill-guide__hero-image-wrapper {
    max-height: 400px;
  }
  .page-fishing-games-skill-guide__hero-content {
    margin-top: -80px;
    padding: 25px 15px;
    border-radius: 10px;
  }
  .page-fishing-games-skill-guide__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
    margin-bottom: 15px;
  }
  .page-fishing-games-skill-guide__description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-fishing-games-skill-guide__cta-button {
    padding: 12px 20px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-fishing-games-skill-guide__cta-button--large {
    padding: 15px 25px;
    font-size: 1.1em;
  }
  .page-fishing-games-skill-guide__skill-item,
  .page-fishing-games-skill-guide__list-item {
    padding: 20px;
    margin-bottom: 15px;
  }
  .page-fishing-games-skill-guide__skill-title {
    font-size: 1.5em;
  }
  .page-fishing-games-skill-guide__list-title {
    font-size: 1.3em;
  }
  .page-fishing-games-skill-guide__image {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
  }
  .page-fishing-games-skill-guide__video-section {
    padding-top: 10px !important;
  }
  .page-fishing-games-skill-guide__video-wrapper {
    margin: 20px auto;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-fishing-games-skill-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-fishing-games-skill-guide__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-fishing-games-skill-guide__faq-answer {
    padding: 10px 20px 15px;
  }
  .page-fishing-games-skill-guide__text-block--small {
    padding: 0 15px;
  }
}