.page-bk8-review-fishing {
  font-family: 'Arial', sans-serif;
  color: #e5e5d1; /* Light text for dark background */
  background-color: #1A1A2E;
  line-height: 1.6;
}

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

.page-bk8-review-fishing__hero-section {
  background: linear-gradient(135deg, #1A1A2E 0%, #30304a 100%);
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-bk8-review-fishing__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('[GALLERY:bg:abstract,ocean,pattern,subtle]');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 0;
}

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

.page-bk8-review-fishing__main-title {
  font-size: 3.5em;
  color: #E9B000;
  margin-bottom: 20px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-bk8-review-fishing__intro-text {
  font-size: 1.2em;
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 30px;
}

.page-bk8-review-fishing__cta-button {
  display: inline-block;
  background-color: #E9B000;
  color: #1A1A2E;
  padding: 15px 30px;
  border-radius: 50px;
  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);
}

.page-bk8-review-fishing__cta-button:hover {
  background-color: #f0c84d;
  transform: translateY(-3px);
}

.page-bk8-review-fishing__hero-image-wrapper {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-bk8-review-fishing__hero-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-bk8-review-fishing__content-section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(233, 176, 0, 0.1);
}

.page-bk8-review-fishing__content-section:last-of-type {
  border-bottom: none;
}

.page-bk8-review-fishing__section-title {
  font-size: 2.5em;
  color: #E9B000;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-bk8-review-fishing__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E9B000;
  border-radius: 2px;
}

.page-bk8-review-fishing__sub-title {
  font-size: 1.8em;
  color: #f0f0f0;
  margin-top: 35px;
  margin-bottom: 20px;
  border-left: 5px solid #E9B000;
  padding-left: 15px;
}

.page-bk8-review-fishing__content-section p {
  font-size: 1.1em;
  color: #d1d1d1;
  margin-bottom: 20px;
  text-align: justify;
}

.page-bk8-review-fishing__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #d1d1d1;
}

.page-bk8-review-fishing__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-bk8-review-fishing__list li strong {
  color: #E9B000;
}

.page-bk8-review-fishing__image-wrapper {
  margin: 40px auto;
  text-align: center;
  max-width: 800px;
}

.page-bk8-review-fishing__content-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-bk8-review-fishing__cta-content {
  text-align: center;
}

.page-bk8-review-fishing__button-group {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-bk8-review-fishing__cta-button--primary {
  background-color: #E9B000;
  color: #1A1A2E;
}

.page-bk8-review-fishing__cta-button--primary:hover {
  background-color: #f0c84d;
}

.page-bk8-review-fishing__cta-button--secondary {
  background-color: #30304a;
  color: #E9B000;
  border: 2px solid #E9B000;
}

.page-bk8-review-fishing__cta-button--secondary:hover {
  background-color: #3f3f5a;
  border-color: #f0c84d;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-bk8-review-fishing__main-title {
    font-size: 2.8em;
  }
  .page-bk8-review-fishing__section-title {
    font-size: 2em;
  }
  .page-bk8-review-fishing__sub-title {
    font-size: 1.6em;
  }
  .page-bk8-review-fishing__intro-text,
  .page-bk8-review-fishing__content-section p,
  .page-bk8-review-fishing__list li {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-bk8-review-fishing__hero-section {
    padding: 60px 0 30px;
  }
  .page-bk8-review-fishing__main-title {
    font-size: 2.2em;
  }
  .page-bk8-review-fishing__section-title {
    font-size: 1.8em;
  }
  .page-bk8-review-fishing__sub-title {
    font-size: 1.4em;
  }
  .page-bk8-review-fishing__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-bk8-review-fishing__content-section {
    padding: 40px 0;
  }
  .page-bk8-review-fishing__button-group {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-bk8-review-fishing__main-title {
    font-size: 1.8em;
  }
  .page-bk8-review-fishing__section-title {
    font-size: 1.5em;
  }
  .page-bk8-review-fishing__sub-title {
    font-size: 1.2em;
  }
  .page-bk8-review-fishing__intro-text,
  .page-bk8-review-fishing__content-section p,
  .page-bk8-review-fishing__list li {
    font-size: 0.95em;
  }
  .page-bk8-review-fishing__cta-button {
    width: 90%;
    max-width: 300px;
  }
}