.page-betting-types-fishing-arcade-games {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-betting-types-fishing-arcade-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-betting-types-fishing-arcade-games__hero-section {
  background: linear-gradient(135deg, #003366 0%, #004080 100%);
  color: #fff;
  text-align: center;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.page-betting-types-fishing-arcade-games__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><defs><radialGradient id="g" cx="50%" cy="50%" r="50%"><stop offset="0%" stop-color="%23FFCC00" stop-opacity="0.1"/><stop offset="100%" stop-color="%23003366" stop-opacity="0.0"/></radialGradient></defs><rect x="0" y="0" width="100" height="100" fill="url(%23g)"/></svg>');
  background-size: cover;
  opacity: 0.3;
}

.page-betting-types-fishing-arcade-games__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFCC00;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-betting-types-fishing-arcade-games__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-betting-types-fishing-arcade-games__cta-button {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.page-betting-types-fishing-arcade-games__cta-button:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
}

.page-betting-types-fishing-arcade-games__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-betting-types-fishing-arcade-games__cta-button--large {
  padding: 20px 40px;
  font-size: 1.4em;
}

.page-betting-types-fishing-arcade-games__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-betting-types-fishing-arcade-games__section:nth-child(even) {
  background-color: #f0f4f8;
}

.page-betting-types-fishing-arcade-games__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-betting-types-fishing-arcade-games__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-betting-types-fishing-arcade-games__subsection-title {
  font-size: 1.8em;
  color: #003366;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFCC00;
  padding-left: 15px;
}

.page-betting-types-fishing-arcade-games p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-betting-types-fishing-arcade-games__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-betting-types-fishing-arcade-games__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-betting-types-fishing-arcade-games__feature-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-betting-types-fishing-arcade-games__feature-list li {
  background-color: #fdfdfd;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-betting-types-fishing-arcade-games__feature-list li:hover {
  transform: translateY(-5px);
}

.page-betting-types-fishing-arcade-games__feature-title {
  font-size: 1.5em;
  color: #003366;
  margin-bottom: 10px;
}

.page-betting-types-fishing-arcade-games__feature-list p {
  font-size: 1em;
  color: #555;
}

.page-betting-types-fishing-arcade-games__step-list {
  list-style: none;
  padding: 0;
  counter-reset: step-counter;
}

.page-betting-types-fishing-arcade-games__step-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.page-betting-types-fishing-arcade-games__step-list li::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  background-color: #FFCC00;
  color: #003366;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-betting-types-fishing-arcade-games__step-title {
  font-size: 1.4em;
  color: #003366;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-betting-types-fishing-arcade-games__faq-item {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  transition: box-shadow 0.3s ease;
}

.page-betting-types-fishing-arcade-games__faq-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page-betting-types-fishing-arcade-games__faq-question {
  font-size: 1.3em;
  color: #003366;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-betting-types-fishing-arcade-games__faq-answer {
  font-size: 1em;
  color: #555;
}

.page-betting-types-fishing-arcade-games__final-cta {
  background: linear-gradient(45deg, #003366, #004080);
  color: #fff;
  text-align: center;
  padding: 80px 0;
  border-radius: 8px;
  margin-top: 40px;
}

.page-betting-types-fishing-arcade-games__final-cta-content {
  max-width: 900px;
}

.page-betting-types-fishing-arcade-games__final-cta .page-betting-types-fishing-arcade-games__section-title {
  color: #FFCC00;
}

.page-betting-types-fishing-arcade-games__final-cta .page-betting-types-fishing-arcade-games__section-title::after {
  background-color: #fff;
}

.page-betting-types-fishing-arcade-games__final-cta p {
  color: #f0f0f0;
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-betting-types-fishing-arcade-games a {
  color: #003366;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-betting-types-fishing-arcade-games a:hover {
  color: #FFCC00;
}

.page-betting-types-fishing-arcade-games__text-link {
  color: #004080;
  font-weight: bold;
}

.page-betting-types-fishing-arcade-games__text-link:hover {
  color: #FFCC00;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-betting-types-fishing-arcade-games__hero-title {
    font-size: 2.8em;
  }

  .page-betting-types-fishing-arcade-games__hero-subtitle {
    font-size: 1.3em;
  }

  .page-betting-types-fishing-arcade-games__section-title {
    font-size: 2em;
  }

  .page-betting-types-fishing-arcade-games__subsection-title {
    font-size: 1.6em;
  }

  .page-betting-types-fishing-arcade-games__feature-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-betting-types-fishing-arcade-games__hero-title {
    font-size: 2.2em;
  }

  .page-betting-types-fishing-arcade-games__hero-subtitle {
    font-size: 1.1em;
  }

  .page-betting-types-fishing-arcade-games__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }

  .page-betting-types-fishing-arcade-games__section {
    padding: 40px 0;
  }

  .page-betting-types-fishing-arcade-games__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-betting-types-fishing-arcade-games__subsection-title {
    font-size: 1.4em;
  }

  .page-betting-types-fishing-arcade-games__step-list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-betting-types-fishing-arcade-games__step-list li::before {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .page-betting-types-fishing-arcade-games__step-title {
    text-align: center;
  }

  .page-betting-types-fishing-arcade-games__final-cta {
    padding: 50px 0;
  }

  .page-betting-types-fishing-arcade-games__final-cta p {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-betting-types-fishing-arcade-games__hero-title {
    font-size: 1.8em;
  }

  .page-betting-types-fishing-arcade-games__hero-subtitle {
    font-size: 1em;
  }

  .page-betting-types-fishing-arcade-games__cta-button {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-betting-types-fishing-arcade-games p {
    font-size: 0.95em;
  }

  .page-betting-types-fishing-arcade-games__section-title {
    font-size: 1.5em;
  }

  .page-betting-types-fishing-arcade-games__subsection-title {
    font-size: 1.2em;
  }
}