/* style/game-reviews-fishing-game-deep-dive.css */
.page-game-reviews-fishing-game-deep-dive {
  font-family: 'Arial', sans-serif;
  color: #2C3E50;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-game-reviews-fishing-game-deep-dive .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-game-reviews-fishing-game-deep-dive .highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-game-reviews-fishing-game-deep-dive .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.page-game-reviews-fishing-game-deep-dive .primary-btn {
  background-color: #FFD700;
  color: #2C3E50;
  border: 2px solid #FFD700;
}

.page-game-reviews-fishing-game-deep-dive .primary-btn:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-game-reviews-fishing-game-deep-dive .secondary-btn {
  background-color: #2C3E50;
  color: #FFD700;
  border: 2px solid #2C3E50;
}

.page-game-reviews-fishing-game-deep-dive .secondary-btn:hover {
  background-color: #3b506b;
  border-color: #3b506b;
}

.page-game-reviews-fishing-game-deep-dive .outline-btn {
  background-color: transparent;
  color: #2C3E50;
  border: 2px solid #2C3E50;
}

.page-game-reviews-fishing-game-deep-dive .outline-btn:hover {
  background-color: #2C3E50;
  color: #FFD700;
}

.page-game-reviews-fishing-game-deep-dive .text-btn {
  background: none;
  border: none;
  color: #2C3E50;
  padding: 5px 0;
  text-decoration: underline;
}

.page-game-reviews-fishing-game-deep-dive .text-btn:hover {
  color: #FFD700;
}

.page-game-reviews-fishing-game-deep-dive .large-btn {
  padding: 15px 35px;
  font-size: 1.1em;
}

/* Hero Section */
.page-game-reviews-fishing-game-deep-dive .hero-section {
  background: linear-gradient(135deg, #2C3E50, #4a628a);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-game-reviews-fishing-game-deep-dive .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,ocean,waves]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 0;
}

.page-game-reviews-fishing-game-deep-dive .hero-section .container {
  position: relative;
  z-index: 1;
}

.page-game-reviews-fishing-game-deep-dive .hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFD700;
}

.page-game-reviews-fishing-game-deep-dive .hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

/* General Section Styling */
.page-game-reviews-fishing-game-deep-dive section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-game-reviews-fishing-game-deep-dive section:last-of-type {
  border-bottom: none;
}

.page-game-reviews-fishing-game-deep-dive .section-title {
  font-size: 2.5em;
  color: #2C3E50;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-game-reviews-fishing-game-deep-dive .section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-game-reviews-fishing-game-deep-dive .introduction-section p,
.page-game-reviews-fishing-game-deep-dive .responsible-gambling-section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-game-reviews-fishing-game-deep-dive .image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-game-reviews-fishing-game-deep-dive .section-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* Gameplay Mechanics */
.page-game-reviews-fishing-game-deep-dive .grid-2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.page-game-reviews-fishing-game-deep-dive .grid-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-game-reviews-fishing-game-deep-dive .grid-item h3 {
  color: #FFD700;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-game-reviews-fishing-game-deep-dive .grid-item p {
  color: #555;
  text-align: justify;
  margin-bottom: 20px;
}

.page-game-reviews-fishing-game-deep-dive .grid-image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 15px;
}

/* Strategy Guide */
.page-game-reviews-fishing-game-deep-dive .strategy-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.page-game-reviews-fishing-game-deep-dive .strategy-item h3 {
  color: #2C3E50;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.page-game-reviews-fishing-game-deep-dive .strategy-item p {
  color: #555;
  text-align: justify;
  margin-bottom: 15px;
}

.page-game-reviews-fishing-game-deep-dive .strategy-item ul {
  list-style: disc inside;
  color: #555;
  margin-bottom: 15px;
  padding-left: 20px;
}

.page-game-reviews-fishing-game-deep-dive .strategy-item li {
  margin-bottom: 8px;
}

.page-game-reviews-fishing-game-deep-dive .strategy-image {
  max-width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 15px;
}

/* luck8885 Advantage Section */
.page-game-reviews-fishing-game-deep-dive .luck8885-advantage-section {
  background-color: #2C3E50;
  color: #ffffff;
}

.page-game-reviews-fishing-game-deep-dive .luck8885-advantage-section .section-title {
  color: #FFD700;
}

.page-game-reviews-fishing-game-deep-dive .luck8885-advantage-section .section-title::after {
  background-color: #FFD700;
}

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

.page-game-reviews-fishing-game-deep-dive .advantage-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-fishing-game-deep-dive .advantage-item h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-game-reviews-fishing-game-deep-dive .advantage-item p {
  color: #e0e0e0;
  font-size: 0.95em;
}

.page-game-reviews-fishing-game-deep-dive .advantage-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

/* FAQ Section */
.page-game-reviews-fishing-game-deep-dive .faq-section {
  background-color: #f0f2f5;
}

.page-game-reviews-fishing-game-deep-dive .faq-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-game-reviews-fishing-game-deep-dive .faq-item h3 {
  color: #2C3E50;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-game-reviews-fishing-game-deep-dive .faq-item p {
  color: #555;
  margin-bottom: 15px;
}

/* Final Call to Action */
.page-game-reviews-fishing-game-deep-dive .call-to-action-final {
  text-align: center;
  padding: 80px 0;
  background: linear-gradient(45deg, #FFD700, #f0c500);
  color: #2C3E50;
}

.page-game-reviews-fishing-game-deep-dive .call-to-action-final .section-title {
  color: #2C3E50;
}

.page-game-reviews-fishing-game-deep-dive .call-to-action-final .section-title::after {
  background-color: #2C3E50;
}

.page-game-reviews-fishing-game-deep-dive .call-to-action-final p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #333;
}

.page-game-reviews-fishing-game-deep-dive .call-to-action-final .primary-btn {
  background-color: #2C3E50;
  color: #FFD700;
  border-color: #2C3E50;
}

.page-game-reviews-fishing-game-deep-dive .call-to-action-final .primary-btn:hover {
  background-color: #3b506b;
  border-color: #3b506b;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-reviews-fishing-game-deep-dive .hero-title {
    font-size: 2.5em;
  }
  .page-game-reviews-fishing-game-deep-dive .hero-subtitle {
    font-size: 1.1em;
  }
  .page-game-reviews-fishing-game-deep-dive .section-title {
    font-size: 2em;
  }
  .page-game-reviews-fishing-game-deep-dive .grid-2-cols {
    grid-template-columns: 1fr;
  }
  .page-game-reviews-fishing-game-deep-dive .advantage-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-game-reviews-fishing-game-deep-dive .hero-section {
    padding: 80px 0;
  }
  .page-game-reviews-fishing-game-deep-dive .hero-title {
    font-size: 2em;
  }
  .page-game-reviews-fishing-game-deep-dive .hero-subtitle {
    font-size: 1em;
  }
  .page-game-reviews-fishing-game-deep-dive section {
    padding: 40px 0;
  }
  .page-game-reviews-fishing-game-deep-dive .section-title {
    font-size: 1.8em;
  }
  .page-game-reviews-fishing-game-deep-dive .grid-item h3,
  .page-game-reviews-fishing-game-deep-dive .strategy-item h3,
  .page-game-reviews-fishing-game-deep-dive .advantage-item h3,
  .page-game-reviews-fishing-game-deep-dive .faq-item h3 {
    font-size: 1.4em;
  }
  .page-game-reviews-fishing-game-deep-dive .btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-game-reviews-fishing-game-deep-dive .large-btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}