:root {
  --page-game-reviews-vivu88-fishing-game-tips-primary-color: #003366;
  --page-game-reviews-vivu88-fishing-game-tips-accent-color: #FFCC00;
  --page-game-reviews-vivu88-fishing-game-tips-text-light: #ffffff;
  --page-game-reviews-vivu88-fishing-game-tips-text-dark: #333333;
  --page-game-reviews-vivu88-fishing-game-tips-bg-light: #f4f7f9;
  --page-game-reviews-vivu88-fishing-game-tips-bg-dark: #002244;
  --page-game-reviews-vivu88-fishing-game-tips-border-color: #e0e0e0;
}

.page-game-reviews-vivu88-fishing-game-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--page-game-reviews-vivu88-fishing-game-tips-text-dark);
  background-color: var(--page-game-reviews-vivu88-fishing-game-tips-bg-light);
}

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

.page-game-reviews-vivu88-fishing-game-tips__container--center {
  text-align: center;
}

/* Hero Section */
.page-game-reviews-vivu88-fishing-game-tips__hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, var(--page-game-reviews-vivu88-fishing-game-tips-primary-color), #004488);
  color: var(--page-game-reviews-vivu88-fishing-game-tips-text-light);
  text-align: center;
}

.page-game-reviews-vivu88-fishing-game-tips__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  padding: 20px;
}

.page-game-reviews-vivu88-fishing-game-tips__hero h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: var(--page-game-reviews-vivu88-fishing-game-tips-accent-color);
  line-height: 1.2;
}

.page-game-reviews-vivu88-fishing-game-tips__hero p {
  font-size: 1.2em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-game-reviews-vivu88-fishing-game-tips__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-game-reviews-vivu88-fishing-game-tips__button {
  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-game-reviews-vivu88-fishing-game-tips__button--primary {
  background-color: var(--page-game-reviews-vivu88-fishing-game-tips-accent-color);
  color: var(--page-game-reviews-vivu88-fishing-game-tips-primary-color);
  border: 2px solid var(--page-game-reviews-vivu88-fishing-game-tips-accent-color);
}

.page-game-reviews-vivu88-fishing-game-tips__button--primary:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-game-reviews-vivu88-fishing-game-tips__button--secondary {
  background-color: transparent;
  color: var(--page-game-reviews-vivu88-fishing-game-tips-text-light);
  border: 2px solid var(--page-game-reviews-vivu88-fishing-game-tips-text-light);
}

.page-game-reviews-vivu88-fishing-game-tips__button--secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.page-game-reviews-vivu88-fishing-game-tips__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-game-reviews-vivu88-fishing-game-tips__hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* General Section Styling */
.page-game-reviews-vivu88-fishing-game-tips__section {
  padding: 60px 0;
  border-bottom: 1px solid var(--page-game-reviews-vivu88-fishing-game-tips-border-color);
}

.page-game-reviews-vivu88-fishing-game-tips__section:last-of-type {
  border-bottom: none;
}

.page-game-reviews-vivu88-fishing-game-tips__section h2 {
  font-size: 2.5em;
  color: var(--page-game-reviews-vivu88-fishing-game-tips-primary-color);
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.page-game-reviews-vivu88-fishing-game-tips__section h2::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: var(--page-game-reviews-vivu88-fishing-game-tips-accent-color);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-game-reviews-vivu88-fishing-game-tips__section h3 {
  font-size: 1.8em;
  color: var(--page-game-reviews-vivu88-fishing-game-tips-primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-game-reviews-vivu88-fishing-game-tips__section p {
  font-size: 1.1em;
  margin-bottom: 15px;
}

.page-game-reviews-vivu88-fishing-game-tips__section ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-game-reviews-vivu88-fishing-game-tips__section ul li {
  background: var(--page-game-reviews-vivu88-fishing-game-tips-bg-light);
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid var(--page-game-reviews-vivu88-fishing-game-tips-accent-color);
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  font-size: 1.05em;
}

.page-game-reviews-vivu88-fishing-game-tips__section a {
  color: var(--page-game-reviews-vivu88-fishing-game-tips-primary-color);
  text-decoration: none;
  font-weight: bold;
}

.page-game-reviews-vivu88-fishing-game-tips__section a:hover {
  text-decoration: underline;
  color: var(--page-game-reviews-vivu88-fishing-game-tips-accent-color);
}

/* Image Styling */
.page-game-reviews-vivu88-fishing-game-tips__image-wrapper {
  margin: 40px 0;
  text-align: center;
}

.page-game-reviews-vivu88-fishing-game-tips__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-game-reviews-vivu88-fishing-game-tips__image-wrapper--fullwidth {
  margin: 60px -20px; /* Adjust for padding in container */
}

.page-game-reviews-vivu88-fishing-game-tips__image-wrapper--fullwidth img {
  border-radius: 0;
}

/* Grid Layout for Tips */
.page-game-reviews-vivu88-fishing-game-tips__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-reviews-vivu88-fishing-game-tips__grid-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-game-reviews-vivu88-fishing-game-tips__grid-item h3 {
  color: var(--page-game-reviews-vivu88-fishing-game-tips-accent-color);
  margin-top: 0;
  font-size: 1.5em;
}

.page-game-reviews-vivu88-fishing-game-tips__grid-item p {
  font-size: 1em;
}

/* Strategy Cards */
.page-game-reviews-vivu88-fishing-game-tips__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-game-reviews-vivu88-fishing-game-tips__strategy-card {
  background-color: var(--page-game-reviews-vivu88-fishing-game-tips-bg-dark);
  color: var(--page-game-reviews-vivu88-fishing-game-tips-text-light);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-game-reviews-vivu88-fishing-game-tips__strategy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-game-reviews-vivu88-fishing-game-tips__strategy-card h3 {
  color: var(--page-game-reviews-vivu88-fishing-game-tips-accent-color);
  margin-top: 0;
  font-size: 1.6em;
}

.page-game-reviews-vivu88-fishing-game-tips__strategy-card p {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.9);
}

/* FAQ Section */
.page-game-reviews-vivu88-fishing-game-tips__faq-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 20px 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-game-reviews-vivu88-fishing-game-tips__faq-item h3 {
  font-size: 1.4em;
  color: var(--page-game-reviews-vivu88-fishing-game-tips-primary-color);
  cursor: pointer;
  position: relative;
  margin: 0;
}

.page-game-reviews-vivu88-fishing-game-tips__faq-item p {
  font-size: 1em;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--page-game-reviews-vivu88-fishing-game-tips-border-color);
  display: block; /* For initial display, JS can toggle */
}

/* CTA Section */
.page-game-reviews-vivu88-fishing-game-tips__section--cta {
  background-color: var(--page-game-reviews-vivu88-fishing-game-tips-primary-color);
  color: var(--page-game-reviews-vivu88-fishing-game-tips-text-light);
  padding: 80px 20px;
  text-align: center;
}

.page-game-reviews-vivu88-fishing-game-tips__section--cta h2 {
  color: var(--page-game-reviews-vivu88-fishing-game-tips-accent-color);
  font-size: 3em;
}

.page-game-reviews-vivu88-fishing-game-tips__section--cta h2::after {
  background-color: var(--page-game-reviews-vivu88-fishing-game-tips-text-light);
}

.page-game-reviews-vivu88-fishing-game-tips__section--cta p {
  font-size: 1.2em;
  margin-bottom: 40px;
  opacity: 0.9;
}

.page-game-reviews-vivu88-fishing-game-tips__cta-actions {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-reviews-vivu88-fishing-game-tips__hero {
    flex-direction: column;
    padding: 60px 20px;
  }

  .page-game-reviews-vivu88-fishing-game-tips__hero-content,
  .page-game-reviews-vivu88-fishing-game-tips__hero-image {
    flex: 1 1 100%;
  }

  .page-game-reviews-vivu88-fishing-game-tips__hero h1 {
    font-size: 2.5em;
  }

  .page-game-reviews-vivu88-fishing-game-tips__section h2 {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-game-reviews-vivu88-fishing-game-tips__hero-actions,
  .page-game-reviews-vivu88-fishing-game-tips__cta-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-game-reviews-vivu88-fishing-game-tips__button {
    width: 100%;
    max-width: 300px;
  }

  .page-game-reviews-vivu88-fishing-game-tips__section {
    padding: 40px 0;
  }

  .page-game-reviews-vivu88-fishing-game-tips__section h3 {
    font-size: 1.6em;
  }
}

@media (max-width: 480px) {
  .page-game-reviews-vivu88-fishing-game-tips__hero h1 {
    font-size: 2em;
  }

  .page-game-reviews-vivu88-fishing-game-tips__hero p,
  .page-game-reviews-vivu88-fishing-game-tips__section p {
    font-size: 1em;
  }

  .page-game-reviews-vivu88-fishing-game-tips__section h2 {
    font-size: 1.8em;
  }

  .page-game-reviews-vivu88-fishing-game-tips__grid-item,
  .page-game-reviews-vivu88-fishing-game-tips__strategy-card {
    padding: 20px;
  }

  .page-game-reviews-vivu88-fishing-game-tips__faq-item h3 {
    font-size: 1.2em;
  }

  .page-game-reviews-vivu88-fishing-game-tips__section--cta h2 {
    font-size: 2.2em;
  }
}