.page-fishing-games-high-payout-tips {
  font-family: 'Arial', sans-serif;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
  line-height: 1.6;
}

.page-fishing-games-high-payout-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-fishing-games-high-payout-tips__container--center {
  text-align: center;
}

.page-fishing-games-high-payout-tips__section {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.page-fishing-games-high-payout-tips__section-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #FFB04D; /* Glow */
  position: relative;
  padding-bottom: 15px;
}

.page-fishing-games-high-payout-tips__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #D96800, transparent); /* Deep Orange */
  border-radius: 2px;
}

.page-fishing-games-high-payout-tips__text-block {
  font-size: 17px;
  margin-bottom: 30px;
  text-align: justify;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero Section */
.page-fishing-games-high-payout-tips__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 10px; /* Fixed header spacing */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  text-align: center;
}

.page-fishing-games-high-payout-tips__hero-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.page-fishing-games-high-payout-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}