.page-news-new-game-launch-exclusive-fishing {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-news-new-game-launch-exclusive-fishing__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom */
  overflow: hidden;
  color: #F2FFF6;
}

.page-news-new-game-launch-exclusive-fishing__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.page-news-new-game-launch-exclusive-fishing__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px;
  background: rgba(17, 47, 27, 0.7); /* Deep Green with transparency for readability */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.page-news-new-game-launch-exclusive-fishing__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  color: #F2FFF6;
}

.page-news-new-game-launch-exclusive-fishing__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-news-new-game-launch-exclusive-fishing__video-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6;
}

.page-news-new-game-launch-exclusive-fishing__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1280px;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}

.page-news-new-game-launch-exclusive-fishing__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}

.page-news-new-game-launch-exclusive-fishing__video-caption {
  text-align: center;
  max-width: 800px;
}

.page-news-new-game-launch-exclusive-fishing__video-title {
  color: #F2FFF6;
  margin-bottom: 15px;
}

.page-news-new-game-launch-exclusive-fishing__video-description {
  color: #A7D9B8;
  margin-bottom: 25px;
}

.page-news-new-game-launch-exclusive-fishing__content-area,
.page-news-new-game-launch-exclusive-fishing__features-section,
.page-news-new-game-launch-exclusive-fishing__how-to-play-section,
.page-news-new-game-launch-exclusive-fishing__promotions-section,
.page-news-new-game-launch-exclusive-fishing__why-choose-us-section,
.page-news-new-game-launch-exclusive-fishing__faq-section,
.page-news-new-game-launch-exclusive-fishing__cta-bottom-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-news-new-game-launch-exclusive-fishing__light-bg {
  background-color: #08160F;
  color: #F2FFF6;
}

.page-news-new-game-launch-exclusive-fishing__dark-bg {
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6;
}

.page-news-new-game-launch-exclusive-fishing__section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #F2FFF6;
  font-weight: bold;
}

.page-news-new-game-launch-exclusive-fishing__text-block {
  margin-bottom: 20px;
  color: #A7D9B8;
}

.page-news-new-game-launch-exclusive-fishing__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-news-new-game-launch-exclusive-fishing__image--center {
  margin-left: auto;
  margin-right: auto;
}

.page-news-new-game-launch-exclusive-fishing__cta-button,
.page-news-new-game-launch-exclusive-fishing__btn-primary,
.page-news-new-game-launch-exclusive-fishing__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-align: center;
  cursor: pointer;
  border: none;
}

.page-news-new-game-launch-exclusive-fishing__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
}

.page-news-new-game-launch-exclusive-fishing__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-news-new-game-launch-exclusive-fishing__btn-secondary {
  background-color: transparent;
  color: #57E38D;
  border: 2px solid #57E38D;
}

.page-news-new-game-launch-exclusive-fishing__btn-secondary:hover {
  background-color: #57E38D;
  color: #08160F;
  transform: translateY(-2px);
}

.page-news-new-game-launch-exclusive-fishing__features-grid,
.page-news-new-game-launch-exclusive-fishing__steps-grid,
.page-news-new-game-launch-exclusive-fishing__promotion-cards,
.page-news-new-game-launch-exclusive-fishing__reasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-news-new-game-launch-exclusive-fishing__card {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  color: #F2FFF6;
  border: 1px solid #2E7A4E; /* Border */
}

.page-news-new-game-launch-exclusive-fishing__feature-title,
.page-news-new-game-launch-exclusive-fishing__step-title,
.page-news-new-game-launch-exclusive-fishing__card-title {
  color: #F2FFF6;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-news-new-game-launch-exclusive-fishing__feature-description,
.page-news-new-game-launch-exclusive-fishing__step-description,
.page-news-new-game-launch-exclusive-fishing__card-description {
  color: #A7D9B8;
}

.page-news-new-game-launch-exclusive-fishing__faq-list {
  margin-top: 30px;
}

.page-news-new-game-launch-exclusive-fishing__faq-item {
  background-color: #11271B; /* Card BG */
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #2E7A4E; /* Border */
  color: #F2FFF6;
}

.page-news-new-game-launch-exclusive-fishing__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #F2FFF6;
  list-style: none; /* For details/summary */
}

.page-news-new-game-launch-exclusive-fishing__faq-question::-webkit-details-marker {
  display: none;
}

.page-news-new-game-launch-exclusive-fishing__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  color: #57E38D; /* Glow */
}

.page-news-new-game-launch-exclusive-fishing__faq-answer {
  padding: 0 20px 20px;
  color: #A7D9B8;
}

.page-news-new-game-launch-exclusive-fishing__faq-item[open] .page-news-new-game-launch-exclusive-fishing__faq-question {
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-news-new-game-launch-exclusive-fishing__hero-content {
    padding: 30px;
  }
  .page-news-new-game-launch-exclusive-fishing__main-title {
    font-size: 2.2em;
  }
  .page-news-new-game-launch-exclusive-fishing__section-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-news-new-game-launch-exclusive-fishing__main-title {
    font-size: clamp(1.8em, 5vw, 2.5em); /* H1 font size constraint */
  }
  .page-news-new-game-launch-exclusive-fishing__hero-description {
    font-size: 1em;
  }
  .page-news-new-game-launch-exclusive-fishing__section-title {
    font-size: clamp(1.5em, 4vw, 2em);
  }
  .page-news-new-game-launch-exclusive-fishing__hero-content {
    padding: 20px;
  }
  .page-news-new-game-launch-exclusive-fishing__content-area,
  .page-news-new-game-launch-exclusive-fishing__features-section,
  .page-news-new-game-launch-exclusive-fishing__how-to-play-section,
  .page-news-new-game-launch-exclusive-fishing__promotions-section,
  .page-news-new-game-launch-exclusive-fishing__why-choose-us-section,
  .page-news-new-game-launch-exclusive-fishing__faq-section,
  .page-news-new-game-launch-exclusive-fishing__cta-bottom-section {
    padding: 40px 15px;
  }

  /* Mobile image responsiveness */
  .page-news-new-game-launch-exclusive-fishing img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-news-new-game-launch-exclusive-fishing__section,
  .page-news-new-game-launch-exclusive-fishing__card,
  .page-news-new-game-launch-exclusive-fishing__container,
  .page-news-new-game-launch-exclusive-fishing__hero-section,
  .page-news-new-game-launch-exclusive-fishing__video-section,
  .page-news-new-game-launch-exclusive-fishing__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Ensure content does not overflow */
  }

  /* Mobile video responsiveness */
  .page-news-new-game-launch-exclusive-fishing video,
  .page-news-new-game-launch-exclusive-fishing__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-news-new-game-launch-exclusive-fishing__video-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }

  /* Mobile button responsiveness */
  .page-news-new-game-launch-exclusive-fishing__cta-button,
  .page-news-new-game-launch-exclusive-fishing__btn-primary,
  .page-news-new-game-launch-exclusive-fishing__btn-secondary,
  .page-news-new-game-launch-exclusive-fishing a[class*="button"],
  .page-news-new-game-launch-exclusive-fishing a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px; /* Add some spacing between stacked buttons */
  }
  .page-news-new-game-launch-exclusive-fishing__cta-buttons,
  .page-news-new-game-launch-exclusive-fishing__button-group,
  .page-news-new-game-launch-exclusive-fishing__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    display: flex;
    flex-direction: column; /* Stack buttons vertically on mobile */
  }
  .page-news-new-game-launch-exclusive-fishing__hero-content .page-news-new-game-launch-exclusive-fishing__cta-button {
    width: auto !important; /* Allow hero CTA to adjust width, but still respect max-width */
    max-width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .page-news-new-game-launch-exclusive-fishing__hero-content {
    padding: 15px;
  }
  .page-news-new-game-launch-exclusive-fishing__main-title {
    font-size: clamp(1.6em, 6vw, 2em);
  }
  .page-news-new-game-launch-exclusive-fishing__hero-description {
    font-size: 0.9em;
  }
  .page-news-new-game-launch-exclusive-fishing__section-title {
    font-size: clamp(1.3em, 5vw, 1.8em);
  }
  .page-news-new-game-launch-exclusive-fishing__features-grid,
  .page-news-new-game-launch-exclusive-fishing__steps-grid,
  .page-news-new-game-launch-exclusive-fishing__promotion-cards,
  .page-news-new-game-launch-exclusive-fishing__reasons-grid {
    grid-template-columns: 1fr;
  }
}