.page-fishing-games {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--background-color);
}

.page-fishing-games__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px;
  min-height: 500px; /* Adjust as needed */
  overflow: hidden;
  color: var(--text-main);
  background-color: var(--deep-green);
}

.page-fishing-games__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-fishing-games__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Subtle overlay for text readability */
}

.page-fishing-games__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(8, 22, 15, 0.7); /* Deep Green with transparency */
  border-radius: 10px;
}

.page-fishing-games__main-title {
  font-size: 2.8em;
  font-weight: bold;
  color: var(--gold);
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-fishing-games__description {
  font-size: 1.2em;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-fishing-games__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.page-fishing-games__btn {
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-fishing-games__btn--primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-fishing-games__btn--primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
  transform: translateY(-2px);
}

.page-fishing-games__btn--secondary {
  background: transparent;
  color: var(--text-main);
  border: 2px solid var(--glow);
  box-shadow: 0 4px 15px rgba(87, 227, 141, 0.2);
}

.page-fishing-games__btn--secondary:hover {
  background: rgba(87, 227, 141, 0.1);
  box-shadow: 0 6px 20px rgba(87, 227, 141, 0.4);
  transform: translateY(-2px);
}

.page-fishing-games__btn--text {
  background: none;
  border: none;
  color: var(--gold);
  text-decoration: underline;
  padding: 5px 10px;
  font-size: 0.9em;
}

.page-fishing-games__btn--text:hover {
  color: var(--glow);
}

.page-fishing-games__section {
  padding: 80px 0;
  text-align: center;
}

.page-fishing-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-fishing-games__container--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  gap: 40px;
}

.page-fishing-games__container--center {
  text-align: center;
}

.page-fishing-games__section-title {
  font-size: 2.2em;
  color: var(--text-main);
  margin-bottom: 20px;
  font-weight: bold;
}

.page-fishing-games__introduction .page-fishing-games__section-title,
.page-fishing-games__advantages .page-fishing-games__section-title,
.page-fishing-games__strategies .page-fishing-games__section-title,
.page-fishing-games__mobile-app .page-fishing-games__section-title,
.page-fishing-games__faq .page-fishing-games__section-title {
  color: var(--deep-green);
}

.page-fishing-games__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--text-secondary);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-fishing-games__introduction .page-fishing-games__text-block,
.page-fishing-games__advantages .page-fishing-games__advantage-text,
.page-fishing-games__strategies .page-fishing-games__text-block,
.page-fishing-games__mobile-app .page-fishing-games__description,
.page-fishing-games__faq .page-fishing-games__faq-answer p {
  color: #333333;
}

.page-fishing-games__highlight {
  color: var(--glow);
  font-weight: bold;
}

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

.page-fishing-games__card {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--text-main);
}

.page-fishing-games__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

.page-fishing-games__card-title {
  font-size: 1.5em;
  color: var(--glow);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-fishing-games__card-text {
  color: var(--text-secondary);
  font-size: 1em;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-fishing-games__cta-center {
  margin-top: 50px;
}

.page-fishing-games__grid-advantages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-fishing-games__advantage-item {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  color: #333333;
  border: 1px solid var(--divider);
}

.page-fishing-games__advantage-title {
  font-size: 1.4em;
  color: var(--deep-green);
  margin-bottom: 10px;
  font-weight: bold;
}

.page-fishing-games__advantage-text {
  color: #555555;
  font-size: 0.95em;
}

.page-fishing-games__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-fishing-games__step-item {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  text-align: left;
  position: relative;
  padding-top: 80px;
  color: var(--text-main);
}

.page-fishing-games__step-number {
  position: absolute;
  top: 20px;
  left: 30px;
  background: var(--glow);
  color: #08160F;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
}

.page-fishing-games__step-title {
  font-size: 1.5em;
  color: var(--glow);
  margin-bottom: 10px;
  font-weight: bold;
}

.page-fishing-games__step-text {
  color: var(--text-secondary);
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-fishing-games__strategy-list {
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
  list-style: none;
  padding: 0;
}

.page-fishing-games__strategy-list li {
  background: #ffffff;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: #333333;
  font-size: 1.1em;
  border-left: 5px solid var(--glow);
}

.page-fishing-games__mobile-app .page-fishing-games__container--flex {
  flex-direction: row;
  text-align: left;
}

.page-fishing-games__mobile-content {
  flex: 1;
  padding-right: 40px;
}

.page-fishing-games__mobile-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-fishing-games__mobile-image {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-fishing-games__app-benefits {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  color: #555555;
}

.page-fishing-games__app-benefits li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-size: 1.05em;
}

.page-fishing-games__app-benefits li::before {
  content: '✅';
  position: absolute;
  left: 0;
  color: var(--glow);
}

.page-fishing-games__commitment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-fishing-games__commitment-item {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  color: var(--text-main);
  border: 1px solid var(--divider);
}

.page-fishing-games__commitment-title {
  font-size: 1.4em;
  color: var(--glow);
  margin-bottom: 10px;
  font-weight: bold;
}

.page-fishing-games__commitment-text {
  color: var(--text-secondary);
  font-size: 0.95em;
}

.page-fishing-games__faq-list {
  margin-top: 40px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-fishing-games__faq-item {
  background: #ffffff;
  border: 1px solid var(--divider);
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-fishing-games__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.1em;
  font-weight: bold;
  color: var(--deep-green);
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid var(--divider);
  list-style: none;
}

.page-fishing-games__faq-question::-webkit-details-marker {
  display: none;
}

.page-fishing-games__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--glow);
  margin-left: 10px;
}

.page-fishing-games__faq-answer {
  padding: 20px;
  font-size: 1em;
  color: #333333;
  background-color: #ffffff;
  border-top: none;
}

.page-fishing-games__faq-item[open] .page-fishing-games__faq-question {
  border-bottom: 1px solid transparent;
}

/* Color themes */
.page-fishing-games__dark-bg {
  background-color: var(--background-color);
  color: var(--text-main);
}

.page-fishing-games__light-bg {
  background-color: #ffffff;
  color: #333333;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-fishing-games__main-title {
    font-size: 2.5em;
  }
  .page-fishing-games__section-title {
    font-size: 2em;
  }
  .page-fishing-games__container--flex {
    flex-direction: column;
  }
  .page-fishing-games__mobile-content {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .page-fishing-games__app-benefits {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .page-fishing-games__hero-section {
    padding: 10px 15px 40px;
    min-height: 400px;
  }
  .page-fishing-games__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .page-fishing-games__description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-fishing-games__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-fishing-games__btn {
    padding: 12px 25px;
    font-size: 0.9em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin: 0 auto;
  }
  .page-fishing-games__section {
    padding: 60px 0;
  }
  .page-fishing-games__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-fishing-games__section-title {
    font-size: 1.8em;
  }
  .page-fishing-games__text-block, .page-fishing-games__advantage-text, .page-fishing-games__step-text, .page-fishing-games__card-text, .page-fishing-games__commitment-text, .page-fishing-games__strategy-list li, .page-fishing-games__app-benefits li {
    font-size: 0.9em;
  }
  .page-fishing-games__card {
    padding: 20px;
  }
  .page-fishing-games__card-image {
    height: 180px;
  }
  .page-fishing-games__advantage-item, .page-fishing-games__step-item, .page-fishing-games__commitment-item {
    padding: 25px;
  }
  .page-fishing-games__mobile-content {
    padding-right: 0;
  }
  .page-fishing-games__mobile-image {
    width: 80%;
  }
  .page-fishing-games img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-fishing-games__section,
  .page-fishing-games__card,
  .page-fishing-games__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-fishing-games__video-section {
    padding-top: 10px !important;
  }
  .page-fishing-games__cta-buttons {
    flex-wrap: wrap !important;
    gap: 10px;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .page-fishing-games__main-title {
    font-size: 1.6em;
  }
  .page-fishing-games__section-title {
    font-size: 1.5em;
  }
  .page-fishing-games__step-item {
    padding-top: 70px;
  }
  .page-fishing-games__step-number {
    width: 35px;
    height: 35px;
    font-size: 1.2em;
  }
}