.page-fishing-games-fishing-master-high-score-guide {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-fishing-games-fishing-master-high-score-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-fishing-games-fishing-master-high-score-guide__hero-section {
  position: relative;
  background: linear-gradient(135deg, #007bff, #ffc107);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}

.page-fishing-games-fishing-master-high-score-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.6;
}

.page-fishing-games-fishing-master-high-score-guide__hero-section .page-fishing-games-fishing-master-high-score-guide__container {
  position: relative;
  z-index: 2;
}

.page-fishing-games-fishing-master-high-score-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-fishing-games-fishing-master-high-score-guide__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-fishing-games-fishing-master-high-score-guide__button {
  display: inline-block;
  background-color: #ffc107;
  color: #007bff;
  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;
  border: none;
  cursor: pointer;
}

.page-fishing-games-fishing-master-high-score-guide__button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-fishing-games-fishing-master-high-score-guide__button--primary {
  background-color: #007bff;
  color: #fff;
}

.page-fishing-games-fishing-master-high-score-guide__button--primary:hover {
  background-color: #0056b3;
}

.page-fishing-games-fishing-master-high-score-guide__button--secondary {
  background-color: #6c757d;
  color: #fff;
  margin-left: 15px;
}

.page-fishing-games-fishing-master-high-score-guide__button--secondary:hover {
  background-color: #5a6268;
}

.page-fishing-games-fishing-master-high-score-guide__intro-section,
.page-fishing-games-fishing-master-high-score-guide__why-choose-us,
.page-fishing-games-fishing-master-high-score-guide__strategy-section,
.page-fishing-games-fishing-master-high-score-guide__advanced-strategies,
.page-fishing-games-fishing-master-high-score-guide__weapon-choice,
.page-fishing-games-fishing-master-high-score-guide__tips-tricks,
.page-fishing-games-fishing-master-high-score-guide__capital-management,
.page-fishing-games-fishing-master-high-score-guide__expert-advice,
.page-fishing-games-fishing-master-high-score-guide__cta-section {
  padding: 60px 0;
  text-align: left;
}

.page-fishing-games-fishing-master-high-score-guide__section-title {
  font-size: 2.5em;
  color: #007bff;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-fishing-games-fishing-master-high-score-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-fishing-games-fishing-master-high-score-guide__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
}

.page-fishing-games-fishing-master-high-score-guide__image-content {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 30px auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-fishing-games-fishing-master-high-score-guide__feature-list,
.page-fishing-games-fishing-master-high-score-guide__bullet-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-fishing-games-fishing-master-high-score-guide__feature-list li,
.page-fishing-games-fishing-master-high-score-guide__bullet-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
  display: flex;
  align-items: flex-start;
}

.page-fishing-games-fishing-master-high-score-guide__icon {
  color: #007bff;
  margin-right: 10px;
  font-size: 1.2em;
  flex-shrink: 0;
}

/* Basic checkmark icon */
.page-fishing-games-fishing-master-high-score-guide__icon.icon-check::before {
  content: '\2713'; /* Unicode checkmark */
  font-weight: bold;
  display: inline-block;
  width: 1.2em;
  text-align: center;
}

.page-fishing-games-fishing-master-high-score-guide__ordered-list {
  list-style: decimal;
  padding-left: 25px;
}

.page-fishing-games-fishing-master-high-score-guide__ordered-list li {
  margin-bottom: 25px;
  font-size: 1.1em;
  color: #444;
}

.page-fishing-games-fishing-master-high-score-guide__list-heading {
  font-size: 1.3em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-fishing-games-fishing-master-high-score-guide__strategy-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 30px;
  border-left: 5px solid #007bff;
}

.page-fishing-games-fishing-master-high-score-guide__strategy-heading {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-fishing-games-fishing-master-high-score-guide__strategy-item .page-fishing-games-fishing-master-high-score-guide__bullet-list {
  padding-left: 20px;
  list-style: disc;
}

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

.page-fishing-games-fishing-master-high-score-guide__weapon-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
  border-bottom: 4px solid #ffc107;
}

.page-fishing-games-fishing-master-high-score-guide__weapon-heading {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-fishing-games-fishing-master-high-score-guide__weapon-item .page-fishing-games-fishing-master-high-score-guide__image-content {
  max-width: 150px;
  margin-top: 20px;
  margin-bottom: 10px;
  box-shadow: none;
}

.page-fishing-games-fishing-master-high-score-guide__cta-section {
  background-color: #007bff;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-fishing-games-fishing-master-high-score-guide__cta-section .page-fishing-games-fishing-master-high-score-guide__section-title {
  color: #fff;
}

.page-fishing-games-fishing-master-high-score-guide__cta-section .page-fishing-games-fishing-master-high-score-guide__section-title::after {
  background-color: #ffc107;
}

.page-fishing-games-fishing-master-high-score-guide__cta-section .page-fishing-games-fishing-master-high-score-guide__text-content {
  color: #e0e0e0;
  margin-bottom: 30px;
}

.page-fishing-games-fishing-master-high-score-guide__link-inline {
  color: #007bff;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-fishing-games-fishing-master-high-score-guide__link-inline:hover {
  color: #0056b3;
}

.page-fishing-games-fishing-master-high-score-guide__cta-section .page-fishing-games-fishing-master-high-score-guide__link-inline {
  color: #ffc107;
}

.page-fishing-games-fishing-master-high-score-guide__cta-section .page-fishing-games-fishing-master-high-score-guide__link-inline:hover {
  color: #e0a800;
}

.page-fishing-games-fishing-master-high-score-guide .highlight {
  color: #ffc107;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-fishing-games-fishing-master-high-score-guide__hero-title {
    font-size: 2.8em;
  }
  .page-fishing-games-fishing-master-high-score-guide__hero-subtitle {
    font-size: 1.3em;
  }
  .page-fishing-games-fishing-master-high-score-guide__section-title {
    font-size: 2em;
  }
  .page-fishing-games-fishing-master-high-score-guide__weapon-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-fishing-games-fishing-master-high-score-guide__hero-title {
    font-size: 2.2em;
  }
  .page-fishing-games-fishing-master-high-score-guide__hero-subtitle {
    font-size: 1.1em;
  }
  .page-fishing-games-fishing-master-high-score-guide__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-fishing-games-fishing-master-high-score-guide__button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-fishing-games-fishing-master-high-score-guide__intro-section,
  .page-fishing-games-fishing-master-high-score-guide__why-choose-us,
  .page-fishing-games-fishing-master-high-score-guide__strategy-section,
  .page-fishing-games-fishing-master-high-score-guide__advanced-strategies,
  .page-fishing-games-fishing-master-high-score-guide__weapon-choice,
  .page-fishing-games-fishing-master-high-score-guide__tips-tricks,
  .page-fishing-games-fishing-master-high-score-guide__capital-management,
  .page-fishing-games-fishing-master-high-score-guide__expert-advice,
  .page-fishing-games-fishing-master-high-score-guide__cta-section {
    padding: 40px 0;
  }
  .page-fishing-games-fishing-master-high-score-guide__section-title {
    font-size: 1.8em;
  }
  .page-fishing-games-fishing-master-high-score-guide__text-content,
  .page-fishing-games-fishing-master-high-score-guide__feature-list li,
  .page-fishing-games-fishing-master-high-score-guide__bullet-list li,
  .page-fishing-games-fishing-master-high-score-guide__ordered-list li {
    font-size: 1em;
  }
  .page-fishing-games-fishing-master-high-score-guide__strategy-heading {
    font-size: 1.5em;
  }
  .page-fishing-games-fishing-master-high-score-guide__weapon-grid {
    grid-template-columns: 1fr;
  }
}