.page-resources-luck8885-fishing-game-strategy {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text */
  background-color: #1a2530; /* Darker background to provide contrast */
}

.page-resources-luck8885-fishing-game-strategy .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-luck8885-fishing-game-strategy .section-spacing {
  padding: 60px 0;
}

.page-resources-luck8885-fishing-game-strategy .bg-secondary-light {
  background-color: #2C3E50; /* Auxiliary color for alternating sections */
}

.page-resources-luck8885-fishing-game-strategy .hero-section {
  background: linear-gradient(135deg, #FFD700, #2C3E50);
  color: #2C3E50; /* Dark text on light gold/dark blue gradient */
  text-align: center;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.page-resources-luck8885-fishing-game-strategy .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #2C3E50; /* Dark blue for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-luck8885-fishing-game-strategy .hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
  color: #2C3E50;
}

.page-resources-luck8885-fishing-game-strategy .hero-actions .btn {
  margin: 10px;
}

.page-resources-luck8885-fishing-game-strategy .section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-luck8885-fishing-game-strategy .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-luck8885-fishing-game-strategy .subsection-title {
  font-size: 1.8em;
  color: #FFD700; /* Gold for sub-section titles */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-luck8885-fishing-game-strategy p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #E0E0E0;
}

.page-resources-luck8885-fishing-game-strategy .highlight-text {
  color: #FFD700;
  font-weight: bold;
}

.page-resources-luck8885-fishing-game-strategy .content-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-resources-luck8885-fishing-game-strategy .content-image.right-aligned-image {
  float: right;
  margin-left: 30px;
  max-width: 50%;
}

.page-resources-luck8885-fishing-game-strategy .feature-list,
.page-resources-luck8885-fishing-game-strategy .tip-list,
.page-resources-luck8885-fishing-game-strategy .feature-benefits-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-resources-luck8885-fishing-game-strategy .feature-list li,
.page-resources-luck8885-fishing-game-strategy .tip-list li,
.page-resources-luck8885-fishing-game-strategy .feature-benefits-list li {
  background-color: #2C3E50; /* Dark blue background for list items */
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: flex-start;
  font-size: 1.1em;
  line-height: 1.6;
  color: #E0E0E0;
}

.page-resources-luck8885-fishing-game-strategy .feature-list li strong {
  color: #FFD700;
  margin-right: 10px;
  flex-shrink: 0;
}

.page-resources-luck8885-fishing-game-strategy .feature-list li::before,
.page-resources-luck8885-fishing-game-strategy .tip-list li::before,
.page-resources-luck8885-fishing-game-strategy .feature-benefits-list li::before {
  content: '✓';
  color: #FFD700;
  font-weight: bold;
  margin-right: 15px;
  font-size: 1.2em;
}

.page-resources-luck8885-fishing-game-strategy .weapon-grid,
.page-resources-luck8885-fishing-game-strategy .stage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-luck8885-fishing-game-strategy .weapon-item,
.page-resources-luck8885-fishing-game-strategy .stage-item {
  background-color: #2C3E50;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}

.page-resources-luck8885-fishing-game-strategy .weapon-item:hover,
.page-resources-luck8885-fishing-game-strategy .stage-item:hover {
  transform: translateY(-10px);
}

.page-resources-luck8885-fishing-game-strategy .weapon-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-resources-luck8885-fishing-game-strategy .weapon-item h3,
.page-resources-luck8885-fishing-game-strategy .stage-item h3 {
  color: #FFD700;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-resources-luck8885-fishing-game-strategy .weapon-item p,
.page-resources-luck8885-fishing-game-strategy .stage-item p {
  color: #E0E0E0;
  font-size: 1em;
}

.page-resources-luck8885-fishing-game-strategy .cta-banner {
  background: linear-gradient(90deg, #FFD700, #b39700);
  padding: 30px;
  border-radius: 10px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  color: #2C3E50;
  flex-wrap: wrap;
}

.page-resources-luck8885-fishing-game-strategy .cta-banner-image {
  width: 150px;
  height: auto;
  margin-right: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-luck8885-fishing-game-strategy .cta-content {
  flex-grow: 1;
  text-align: left;
}

.page-resources-luck8885-fishing-game-strategy .cta-content h3 {
  color: #2C3E50;
  font-size: 2em;
  margin-bottom: 10px;
}

.page-resources-luck8885-fishing-game-strategy .cta-content p {
  color: #2C3E50;
  font-size: 1.1em;
  margin-bottom: 20px;
}

.page-resources-luck8885-fishing-game-strategy .app-download-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-resources-luck8885-fishing-game-strategy .app-qr-code {
  width: 180px;
  height: 180px;
  border: 5px solid #FFD700;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
}

.page-resources-luck8885-fishing-game-strategy .app-info {
  text-align: center;
  max-width: 400px;
}

.page-resources-luck8885-fishing-game-strategy .app-info p {
  font-size: 1.2em;
  margin-bottom: 25px;
  color: #E0E0E0;
}

.page-resources-luck8885-fishing-game-strategy .register-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-resources-luck8885-fishing-game-strategy .step-item {
  background-color: #1a2530;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.page-resources-luck8885-fishing-game-strategy .step-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #FFD700;
  border-radius: 10px 10px 0 0;
}

.page-resources-luck8885-fishing-game-strategy .step-number {
  font-size: 3em;
  color: #FFD700;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}

.page-resources-luck8885-fishing-game-strategy .step-item h3 {
  color: #E0E0E0;
  font-size: 1.6em;
  margin-bottom: 10px;
}

.page-resources-luck8885-fishing-game-strategy .step-item p {
  color: #B0B0B0;
  font-size: 1em;
}

.page-resources-luck8885-fishing-game-strategy .faq-item {
  background-color: #2C3E50;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-luck8885-fishing-game-strategy .faq-question {
  color: #FFD700;
  font-size: 1.3em;
  cursor: pointer;
  margin-bottom: 10px;
}

.page-resources-luck8885-fishing-game-strategy .faq-answer {
  color: #E0E0E0;
  font-size: 1.05em;
  display: none;
}

.page-resources-luck8885-fishing-game-strategy .faq-item.active .faq-answer {
  display: block;
}

.page-resources-luck8885-fishing-game-strategy .text-center {
  text-align: center;
}

.page-resources-luck8885-fishing-game-strategy .mt-4 {
  margin-top: 40px;
}

.page-resources-luck8885-fishing-game-strategy .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  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-resources-luck8885-fishing-game-strategy .btn-primary {
  background-color: #FFD700;
  color: #2C3E50;
}

.page-resources-luck8885-fishing-game-strategy .btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-luck8885-fishing-game-strategy .btn-secondary {
  background-color: #2C3E50;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-luck8885-fishing-game-strategy .btn-secondary:hover {
  background-color: #3b506b;
  transform: translateY(-3px);
}

.page-resources-luck8885-fishing-game-strategy .btn-lg {
  padding: 15px 30px;
  font-size: 1.2em;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-luck8885-fishing-game-strategy .hero-title {
    font-size: 2.8em;
  }
  .page-resources-luck8885-fishing-game-strategy .section-title {
    font-size: 2em;
  }
  .page-resources-luck8885-fishing-game-strategy .content-image.right-aligned-image {
    float: none;
    margin: 30px auto;
    max-width: 80%;
  }
  .page-resources-luck8885-fishing-game-strategy .cta-banner {
    flex-direction: column;
    text-align: center;
  }
  .page-resources-luck8885-fishing-game-strategy .cta-banner-image {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page-resources-luck8885-fishing-game-strategy .app-download-content {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .page-resources-luck8885-fishing-game-strategy .hero-title {
    font-size: 2.2em;
  }
  .page-resources-luck8885-fishing-game-strategy .hero-description {
    font-size: 1.1em;
  }
  .page-resources-luck8885-fishing-game-strategy .section-title {
    font-size: 1.8em;
  }
  .page-resources-luck8885-fishing-game-strategy p,
  .page-resources-luck8885-fishing-game-strategy .feature-list li,
  .page-resources-luck8885-fishing-game-strategy .weapon-item p,
  .page-resources-luck8885-fishing-game-strategy .stage-item p {
    font-size: 1em;
  }
  .page-resources-luck8885-fishing-game-strategy .cta-content h3 {
    font-size: 1.6em;
  }
  .page-resources-luck8885-fishing-game-strategy .app-qr-code {
    width: 150px;
    height: 150px;
  }
  .page-resources-luck8885-fishing-game-strategy .btn-lg {
    font-size: 1.1em;
    padding: 12px 25px;
  }
}

@media (max-width: 480px) {
  .page-resources-luck8885-fishing-game-strategy .hero-title {
    font-size: 1.8em;
  }
  .page-resources-luck8885-fishing-game-strategy .section-title {
    font-size: 1.5em;
  }
  .page-resources-luck8885-fishing-game-strategy .btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}