.page-arcade-fishing-games-strategy {
  color: #333333; /* Dark text on light background, ensuring contrast */
}

.page-arcade-fishing-games-strategy__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background-color: #000000; /* Dark background for hero */
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.page-arcade-fishing-games-strategy__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.page-arcade-fishing-games-strategy__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-arcade-fishing-games-strategy__intro-text {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #E0E0E0;
}

.page-arcade-fishing-games-strategy__hero-actions {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-arcade-fishing-games-strategy__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
}

.page-arcade-fishing-games-strategy__btn--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-arcade-fishing-games-strategy__btn--register:hover {
  background-color: #F0F0F0;
  transform: translateY(-2px);
}

.page-arcade-fishing-games-strategy__btn--play {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-arcade-fishing-games-strategy__btn--play:hover {
  background-color: #E6A83E;
  transform: translateY(-2px);
}

.page-arcade-fishing-games-strategy__hero-image {
  margin-top: 60px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

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

.page-arcade-fishing-games-strategy__content-section {
  background-color: #FFFFFF;
  padding: 60px 0;
}

.page-arcade-fishing-games-strategy__content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-arcade-fishing-games-strategy__section-title {
  font-size: 2.5em;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

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

.page-arcade-fishing-games-strategy__sub-section-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FCBC45;
  padding-left: 15px;
}

.page-arcade-fishing-games-strategy__paragraph {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #333333;
}

.page-arcade-fishing-games-strategy__image-content {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-arcade-fishing-games-strategy__registration-steps {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-arcade-fishing-games-strategy__step-item {
  background-color: #F8F8F8;
  border-left: 5px solid #FCBC45;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 1.1em;
  line-height: 1.6;
  color: #333333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-arcade-fishing-games-strategy__step-item strong {
  color: #000000;
}

.page-arcade-fishing-games-strategy__cta-block {
  text-align: center;
  margin: 50px 0;
  padding: 40px;
  background-color: #000000;
  border-radius: 12px;
  color: #FFFFFF;
}

.page-arcade-fishing-games-strategy__cta-text {
  font-size: 1.4em;
  margin-bottom: 30px;
  line-height: 1.5;
  color: #E0E0E0;
}

.page-arcade-fishing-games-strategy__btn--large-register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-arcade-fishing-games-strategy__btn--large-register:hover {
  background-color: #F0F0F0;
  transform: translateY(-2px);
}

.page-arcade-fishing-games-strategy__faq {
  margin-top: 40px;
}

.page-arcade-fishing-games-strategy__faq-item {
  background-color: #F8F8F8;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-arcade-fishing-games-strategy__faq-question {
  font-size: 1.3em;
  color: #000000;
  margin-bottom: 10px;
}

.page-arcade-fishing-games-strategy__faq-answer {
  font-size: 1.1em;
  line-height: 1.6;
  color: #555555;
}

.page-arcade-fishing-games-strategy__final-cta {
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #E0E0E0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-arcade-fishing-games-strategy__btn--large-download {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-arcade-fishing-games-strategy__btn--large-download:hover {
  background-color: #E6A83E;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .page-arcade-fishing-games-strategy__hero-section {
    padding: 40px 15px;
  }

  .page-arcade-fishing-games-strategy__main-title {
    font-size: 2.2em;
  }

  .page-arcade-fishing-games-strategy__intro-text {
    font-size: 1em;
  }

  .page-arcade-fishing-games-strategy__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-arcade-fishing-games-strategy__btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-arcade-fishing-games-strategy__content-wrapper {
    padding: 0 15px;
  }

  .page-arcade-fishing-games-strategy__section-title {
    font-size: 2em;
    margin-top: 40px;
    margin-bottom: 25px;
  }

  .page-arcade-fishing-games-strategy__sub-section-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-arcade-fishing-games-strategy__paragraph,
  .page-arcade-fishing-games-strategy__step-item,
  .page-arcade-fishing-games-strategy__cta-text,
  .page-arcade-fishing-games-strategy__faq-question,
  .page-arcade-fishing-games-strategy__faq-answer {
    font-size: 0.95em;
  }

  .page-arcade-fishing-games-strategy__image-content {
    max-width: 100%;
    height: auto;
  }

  .page-arcade-fishing-games-strategy__cta-block {
    padding: 30px 20px;
  }

  .page-arcade-fishing-games-strategy__btn--large-register,
  .page-arcade-fishing-games-strategy__btn--large-download {
    width: 100%;
    padding: 15px 25px;
    font-size: 1.1em;
  }

  .page-arcade-fishing-games-strategy__final-cta {
    flex-direction: column;
    gap: 15px;
  }
}

/* Ensure all content area images are responsive and not too small */
@media (max-width: 768px) {
  .page-arcade-fishing-games-strategy img {
    max-width: 100%;
    height: auto;
  }
  /* Specific rule to prevent content images from being smaller than 200px display size */
  .page-arcade-fishing-games-strategy__image-content {
    min-width: 200px; /* Enforce minimum display width */
    min-height: 200px; /* Enforce minimum display height */
    width: 100%; /* Ensure responsiveness within its container */
    height: auto; /* Maintain aspect ratio */
  }
}