.page-casino-games-fishing-arcade {
  font-family: 'Arial', sans-serif;
  color: #F8F8F8;
  background-color: #0A2239;
  line-height: 1.6;
}

.page-casino-games-fishing-arcade .page-casino-games-fishing-arcade__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-casino-games-fishing-arcade .highlight {
  color: #FFD700;
}

.page-casino-games-fishing-arcade .page-casino-games-fishing-arcade__text-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-casino-games-fishing-arcade .page-casino-games-fishing-arcade__text-link:hover {
  text-decoration: underline;
}

.page-casino-games-fishing-arcade__hero-section {
  background: linear-gradient(135deg, #0A2239 0%, #1a3a5c 100%);
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-casino-games-fishing-arcade__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,dark_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-casino-games-fishing-arcade__hero-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-right: 40px;
  text-align: left;
}

.page-casino-games-fishing-arcade__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

.page-casino-games-fishing-arcade__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-casino-games-fishing-arcade__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}

.page-casino-games-fishing-arcade__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}

.page-casino-games-fishing-arcade__btn--primary {
  background-color: #FFD700;
  color: #0A2239;
  border: 2px solid #FFD700;
}

.page-casino-games-fishing-arcade__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-casino-games-fishing-arcade__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-casino-games-fishing-arcade__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A2239;
  transform: translateY(-3px);
}

.page-casino-games-fishing-arcade__hero-image-wrapper {
  flex-shrink: 0;
  width: 500px;
  height: 350px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-casino-games-fishing-arcade__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-casino-games-fishing-arcade__section {
  padding: 60px 0;
  text-align: center;
}

.page-casino-games-fishing-arcade__section:nth-of-type(even) {
  background-color: #1a3a5c;
}

.page-casino-games-fishing-arcade__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #FFD700;
}

.page-casino-games-fishing-arcade__section-description {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #E0E0E0;
}

.page-casino-games-fishing-arcade__features-grid,
.page-casino-games-fishing-arcade__gallery,
.page-casino-games-fishing-arcade__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-casino-games-fishing-arcade__feature-item,
.page-casino-games-fishing-arcade__gallery-item,
.page-casino-games-fishing-arcade__step-item {
  background-color: #0A2239;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-casino-games-fishing-arcade__feature-item:hover,
.page-casino-games-fishing-arcade__gallery-item:hover,
.page-casino-games-fishing-arcade__step-item:hover {
  transform: translateY(-10px);
}

.page-casino-games-fishing-arcade__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-casino-games-fishing-arcade__feature-title,
.page-casino-games-fishing-arcade__gallery-title,
.page-casino-games-fishing-arcade__step-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-casino-games-fishing-arcade__feature-text,
.page-casino-games-fishing-arcade__gallery-text,
.page-casino-games-fishing-arcade__step-text {
  color: #CCCCCC;
}

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

.page-casino-games-fishing-arcade__cta-wrapper {
  margin-top: 50px;
}

.page-casino-games-fishing-arcade__benefits-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  gap: 30px;
  text-align: left;
  margin-top: 40px;
}

.page-casino-games-fishing-arcade__benefits-list li {
  background-color: #0A2239;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-casino-games-fishing-arcade__benefit-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-casino-games-fishing-arcade__benefit-text {
  color: #E0E0E0;
}

.page-casino-games-fishing-arcade__step-number {
  font-size: 2.5em;
  color: #FFD700;
  font-weight: bold;
  margin-bottom: 15px;
}

.page-casino-games-fishing-arcade__btn--small {
  padding: 10px 20px;
  font-size: 0.9em;
  margin-top: 20px;
}

.page-casino-games-fishing-arcade__faq-item {
  background-color: #0A2239;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-casino-games-fishing-arcade__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-casino-games-fishing-arcade__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-casino-games-fishing-arcade__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-casino-games-fishing-arcade__faq-answer {
  color: #CCCCCC;
  display: none;
  margin-top: 15px;
}

.page-casino-games-fishing-arcade__faq-answer.active {
  display: block;
}

.page-casino-games-fishing-arcade__final-cta-section {
  background: linear-gradient(90deg, #FFD700 0%, #e6c200 100%);
  padding: 80px 0;
  text-align: center;
  color: #0A2239;
}

.page-casino-games-fishing-arcade__final-cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #0A2239;
}

.page-casino-games-fishing-arcade__final-cta-description {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #333;
}

.page-casino-games-fishing-arcade__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
  background-color: #0A2239;
  color: #FFD700;
  border: 2px solid #0A2239;
}

.page-casino-games-fishing-arcade__btn--large:hover {
  background-color: #1a3a5c;
  color: #FFD700;
  border-color: #1a3a5c;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-casino-games-fishing-arcade__hero-section .page-casino-games-fishing-arcade__container {
    flex-direction: column;
    gap: 40px;
  }

  .page-casino-games-fishing-arcade__hero-content {
    margin-right: 0;
    text-align: center;
    max-width: 100%;
  }

  .page-casino-games-fishing-arcade__hero-buttons {
    justify-content: center;
  }

  .page-casino-games-fishing-arcade__hero-image-wrapper {
    width: 100%;
    height: 300px;
  }

  .page-casino-games-fishing-arcade__hero-title {
    font-size: 2.8em;
  }

  .page-casino-games-fishing-arcade__section-title {
    font-size: 2em;
  }

  .page-casino-games-fishing-arcade__benefits-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-casino-games-fishing-arcade__hero-title {
    font-size: 2.2em;
  }

  .page-casino-games-fishing-arcade__hero-description {
    font-size: 1em;
  }

  .page-casino-games-fishing-arcade__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-casino-games-fishing-arcade__btn {
    width: 100%;
  }

  .page-casino-games-fishing-arcade__section-title {
    font-size: 1.8em;
  }

  .page-casino-games-fishing-arcade__final-cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 480px) {
  .page-casino-games-fishing-arcade__hero-title {
    font-size: 1.8em;
  }

  .page-casino-games-fishing-arcade__hero-description {
    font-size: 0.9em;
  }

  .page-casino-games-fishing-arcade__section-title {
    font-size: 1.5em;
  }

  .page-casino-games-fishing-arcade__final-cta-title {
    font-size: 2em;
  }

  .page-casino-games-fishing-arcade__btn--large {
    font-size: 1em;
    padding: 15px 30px;
  }
}