.page-game-reviews-kuwin-fishing-games {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-game-reviews-kuwin-fishing-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-reviews-kuwin-fishing-games__hero {
  background: linear-gradient(135deg, #0A2463, #3A5A90);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-reviews-kuwin-fishing-games__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.page-game-reviews-kuwin-fishing-games__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #E0E0E0;
}

.page-game-reviews-kuwin-fishing-games__hero-image {
  max-width: 90%;
  height: auto;
  margin-top: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-game-reviews-kuwin-fishing-games__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-game-reviews-kuwin-fishing-games__section:nth-of-type(even) {
  background-color: #f0f4f8;
}

.page-game-reviews-kuwin-fishing-games__section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-game-reviews-kuwin-fishing-games__section p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #555;
  text-align: justify;
}

.page-game-reviews-kuwin-fishing-games__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-align: center;
}

.page-game-reviews-kuwin-fishing-games__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #0A2463; /* Dark Blue */
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.4);
}

.page-game-reviews-kuwin-fishing-games__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
}

.page-game-reviews-kuwin-fishing-games__btn--secondary {
  background-color: #0A2463; /* Dark Blue */
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
  box-shadow: 0 6px 15px rgba(10, 36, 99, 0.3);
}

.page-game-reviews-kuwin-fishing-games__btn--secondary:hover {
  background-color: #1a3c7a;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(10, 36, 99, 0.5);
}

.page-game-reviews-kuwin-fishing-games__btn--tertiary {
  background-color: #f0f4f8;
  color: #0A2463;
  border: 1px solid #d0d0d0;
}

.page-game-reviews-kuwin-fishing-games__btn--tertiary:hover {
  background-color: #e0e6ec;
  transform: translateY(-2px);
}

.page-game-reviews-kuwin-fishing-games__btn--download {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0A2463;
  color: #fff;
  padding: 12px 25px;
  margin: 10px;
  font-size: 1em;
}

.page-game-reviews-kuwin-fishing-games__btn--download:hover {
  background-color: #1a3c7a;
}

.page-game-reviews-kuwin-fishing-games__download-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  filter: invert(1);
}

.page-game-reviews-kuwin-fishing-games__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-reviews-kuwin-fishing-games__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-reviews-kuwin-fishing-games__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-game-reviews-kuwin-fishing-games__feature-item h3 {
  color: #0A2463;
  font-size: 1.5em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-game-reviews-kuwin-fishing-games__feature-item p {
  color: #666;
  font-size: 1em;
}

.page-game-reviews-kuwin-fishing-games__feature-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.page-game-reviews-kuwin-fishing-games__strategy-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-game-reviews-kuwin-fishing-games__strategy-list li {
  background-color: #f9f9f9;
  border-left: 5px solid #FFD700;
  padding: 20px 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-game-reviews-kuwin-fishing-games__strategy-list h3 {
  color: #0A2463;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-game-reviews-kuwin-fishing-games__strategy-list p {
  color: #555;
  font-size: 1em;
  margin-bottom: 0;
}

.page-game-reviews-kuwin-fishing-games__cta-block {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #0A2463;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-kuwin-fishing-games__cta-block p {
  color: #fff;
  font-size: 1.3em;
  margin-bottom: 25px;
}

.page-game-reviews-kuwin-fishing-games__bonus-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.page-game-reviews-kuwin-fishing-games__bonus-image {
  flex: 1 1 400px;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-kuwin-fishing-games__bonus-text {
  flex: 1 1 500px;
}

.page-game-reviews-kuwin-fishing-games__download-options {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-game-reviews-kuwin-fishing-games__app-screenshot {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  margin: 50px auto 0;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-kuwin-fishing-games__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-game-reviews-kuwin-fishing-games__hero-title {
    font-size: 2.5em;
  }

  .page-game-reviews-kuwin-fishing-games__hero-subtitle {
    font-size: 1.2em;
  }

  .page-game-reviews-kuwin-fishing-games__section-title {
    font-size: 2em;
  }

  .page-game-reviews-kuwin-fishing-games__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-game-reviews-kuwin-fishing-games__bonus-content {
    flex-direction: column;
  }

  .page-game-reviews-kuwin-fishing-games__bonus-image {
    flex: none;
    width: 100%;
  }

  .page-game-reviews-kuwin-fishing-games__download-options {
    flex-direction: column;
    align-items: center;
  }

  .page-game-reviews-kuwin-fishing-games__btn--download {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .page-game-reviews-kuwin-fishing-games__hero {
    padding: 80px 0 40px;
  }

  .page-game-reviews-kuwin-fishing-games__hero-title {
    font-size: 2em;
  }

  .page-game-reviews-kuwin-fishing-games__hero-subtitle {
    font-size: 1em;
  }

  .page-game-reviews-kuwin-fishing-games__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-game-reviews-kuwin-fishing-games__section-title {
    font-size: 1.8em;
  }

  .page-game-reviews-kuwin-fishing-games__section p,
  .page-game-reviews-kuwin-fishing-games__strategy-list p {
    font-size: 0.95em;
  }

  .page-game-reviews-kuwin-fishing-games__strategy-list h3 {
    font-size: 1.2em;
  }
}