.page-game-lobby-fishing-games-features-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F8F8F8; /* Light gray for readability on dark background */
  background-color: #1a1a1a; /* Very dark background */
}

.page-game-lobby-fishing-games-features-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-lobby-fishing-games-features-tips__hero-section {
  background: linear-gradient(135deg, #CC0000, #FFD700);
  padding: 100px 0;
  text-align: center;
  color: #1a1a1a; /* Dark text for contrast on gradient */
}

.page-game-lobby-fishing-games-features-tips__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #000000;
  font-weight: bold;
}

.page-game-lobby-fishing-games-features-tips__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #333333;
}

.page-game-lobby-fishing-games-features-tips__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-game-lobby-fishing-games-features-tips__btn--primary {
  background-color: #CC0000; /* Main brand color */
  color: #FFFFFF;
}

.page-game-lobby-fishing-games-features-tips__btn--primary:hover {
  background-color: #e06666; /* Lighter shade for hover */
  transform: translateY(-2px);
}

.page-game-lobby-fishing-games-features-tips__btn--secondary {
  background-color: #FFD700; /* Auxiliary brand color */  color: #1a1a1a;
  margin-left: 20px;
}

.page-game-lobby-fishing-games-features-tips__btn--secondary:hover {
  background-color: #e6c200; /* Slightly darker gold for hover */
  transform: translateY(-2px);
}

.page-game-lobby-fishing-games-features-tips__content-section {
  padding: 80px 0;
  text-align: center;
}

.page-game-lobby-fishing-games-features-tips__section--dark-bg {
  background-color: #2a2a2a;
}

.page-game-lobby-fishing-games-features-tips__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  color: #FFD700; /* Gold for headings */
  font-weight: bold;
}

.page-game-lobby-fishing-games-features-tips__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #E0E0E0;
}

.page-game-lobby-fishing-games-features-tips__link {
  color: #FFD700;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-game-lobby-fishing-games-features-tips__link:hover {
  color: #CC0000;
}

.page-game-lobby-fishing-games-features-tips__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-game-lobby-fishing-games-features-tips__feature-item {
  background-color: #3a3a3a;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-game-lobby-fishing-games-features-tips__feature-item:hover {
  transform: translateY(-10px);
}

.page-game-lobby-fishing-games-features-tips__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-game-lobby-fishing-games-features-tips__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-game-lobby-fishing-games-features-tips__feature-description {
  font-size: 1em;
  color: #D0D0D0;
}

.page-game-lobby-fishing-games-features-tips__fish-table-wrapper {
  overflow-x: auto;
  margin-top: 40px;
}

.page-game-lobby-fishing-games-features-tips__fish-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  background-color: #3a3a3a;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-game-lobby-fishing-games-features-tips__fish-table th,
.page-game-lobby-fishing-games-features-tips__fish-table td {
  padding: 15px;
  border: 1px solid #4a4a4a;
  text-align: left;
  color: #F8F8F8;
}

.page-game-lobby-fishing-games-features-tips__fish-table th {
  background-color: #CC0000;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
}

.page-game-lobby-fishing-games-features-tips__fish-table tr:nth-child(even) {
  background-color: #2a2a2a;
}

.page-game-lobby-fishing-games-features-tips__techniques-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.page-game-lobby-fishing-games-features-tips__technique-item {
  background-color: #3a3a3a;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.page-game-lobby-fishing-games-features-tips__technique-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-game-lobby-fishing-games-features-tips__technique-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-game-lobby-fishing-games-features-tips__technique-description {
  font-size: 1em;
  color: #D0D0D0;
}

.page-game-lobby-fishing-games-features-tips__cta-section {
  background-color: #CC0000; /* Main brand color for CTA */
  padding: 80px 0;
  text-align: center;
  color: #FFFFFF;
}

.page-game-lobby-fishing-games-features-tips__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-weight: bold;
}

.page-game-lobby-fishing-games-features-tips__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-lobby-fishing-games-features-tips__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-game-lobby-fishing-games-features-tips__responsible-gaming-section {
  padding: 60px 0;
  text-align: center;
}

.page-game-lobby-fishing-games-features-tips__responsible-gaming-icon {
  width: 60px;
  height: 60px;
  margin-top: 30px;
  filter: drop-shadow(0 0 5px #FFD700);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-game-lobby-fishing-games-features-tips__hero-title {
    font-size: 2.5em;
  }
  .page-game-lobby-fishing-games-features-tips__hero-subtitle {
    font-size: 1.2em;
  }
  .page-game-lobby-fishing-games-features-tips__section-title {
    font-size: 2em;
  }
  .page-game-lobby-fishing-games-features-tips__feature-grid,
  .page-game-lobby-fishing-games-features-tips__techniques-grid {
    grid-template-columns: 1fr;
  }
  .page-game-lobby-fishing-games-features-tips__cta-title {
    font-size: 2em;
  }
  .page-game-lobby-fishing-games-features-tips__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-game-lobby-fishing-games-features-tips__btn--secondary {
    margin-left: 0;
  }
  .page-game-lobby-fishing-games-features-tips__fish-table th,
  .page-game-lobby-fishing-games-features-tips__fish-table td {
    padding: 10px;
    font-size: 0.9em;
  }
}