.page-fishing-games {
  font-family: 'Arial', sans-serif;
  color: #FFF6D6; /* Main text color for dark body background */
  background-color: #0A0A0A; /* Body background from shared */
  line-height: 1.6;
}

/* --- Hero Section --- */
.page-fishing-games__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 10px; /* Small top padding for hero section */
  margin-bottom: 40px;
}

.page-fishing-games__hero-image-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  position: relative;
  background-color: #111111; /* Placeholder background */
}

.page-fishing-games__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Default for desktop */
  display: block;
}

.page-fishing-games__hero-content {
  max-width: 900px;
  margin: 40px auto;
  text-align: center;
  padding: 0 20px;
}

.page-fishing-games__hero-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem); /* H1 font-size with clamp */
  color: #FFD36B; /* Glow color for main title */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(255, 211, 107, 0.5);
}