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

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

.page-fishing-games__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    padding-top: 10px; /* Small top padding */
    background-color: #08160F; /* Ensure background if image doesn't fill */
}

.page-fishing-games__hero-image-wrapper {
    width: 100%;
    max-height: 500px; /* Limit height of the image wrapper */
    overflow: hidden;
    margin-bottom: 30px; /* Space between image and content */
}

.page-fishing-games__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    min-height: 300px; /* Ensure image is visible */
}

.page-fishing-games__hero-content {
    padding: 60px 20px;
    max-width: 900px;
    background-color: rgba(17, 40, 27, 0.9); /* Card BG with opacity */
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    border: 1px solid #2E7A4E; /* Border color */
    margin-bottom: 80px; /* Space at the bottom of the hero section */
}

.page-fishing-games__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: bold;
    color: #F2FFF6; /* Text Main */
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.page-fishing-games__description {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 40px;
}

.page-fishing-games__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

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

.page-fishing-games__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    color: #F2FFF6; /* Text Main for contrast */
    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-color: transparent;
    color: #2AD16F; /* Green from primary button gradient */
    border: 2px solid #2AD16F;
    box-shadow: 0 2px 10px rgba(42, 209, 111, 0.2);
}

.page-fishing-games__btn-secondary:hover {
    background-color: #2AD16F;
    color: #F2FFF6;
    box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
    transform: translateY(-2px);
}

.page-fishing-games__btn-secondary--small {
    padding: 10px 20px;
    font-size: 0.9em;
}

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

.page-fishing-games__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    color: #F2FFF6; /* Text Main */
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.3;
}

.page-fishing-games__text-block {
    font-size: 1.1rem;
    color: #A7D9B8; /* Text Secondary */
    max-width: 900px;
    margin: 0 auto 30px auto;
}

.page-fishing-games__highlight {
    color: #F2C14E; /* Gold */
    font-weight: bold;
}

.page-fishing-games__intro-section {
    background-color: #08160F; /* Background */
}

.page-fishing-games__why-choose-section {
    background-color: #11271B; /* Card BG */
    border-top: 1px solid #1E3A2A; /* Divider */
    border-bottom: 1px solid #1E3A2A; /* Divider */
}

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

.page-fishing-games__feature-item {
    background-color: rgba(17, 40, 27, 0.8); /* Slightly lighter Card BG */
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #2E7A4E; /* Border color */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-fishing-games__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-fishing-games__feature-image {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    min-height: 200px; /* Ensure min size */
}

.page-fishing-games__feature-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #F2FFF6; /* Text Main */
    margin-bottom: 15px;
}

.page-fishing-games__feature-description {
    font-size: 1rem;
    color: #A7D9B8; /* Text Secondary */
}

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

.page-fishing-games__popular-games-section {
    background-color: #08160F; /* Background */
}

.page-fishing-games__game-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-fishing-games__game-card {
    background-color: #11271B; /* Card BG */
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #2E7A4E; /* Border color */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-fishing-games__game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page-fishing-games__card-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
    min-height: 200px; /* Ensure min size */
}

.page-fishing-games__card-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #F2FFF6; /* Text Main */
    margin-bottom: 10px;
}

.page-fishing-games__card-description {
    font-size: 0.95rem;
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 20px;
}

.page-fishing-games__how-to-play-section {
    background-color: #11271B; /* Card BG */
    border-top: 1px solid #1E3A2A; /* Divider */
    border-bottom: 1px solid #1E3A2A; /* Divider */
}

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

.page-fishing-games__step-item {
    background-color: rgba(17, 40, 27, 0.8); /* Slightly lighter Card BG */
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #2E7A4E; /* Border color */
}

.page-fishing-games__step-image {
    width: 100%;
    max-width: 280px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    min-height: 200px; /* Ensure min size */
}

.page-fishing-games__step-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #F2FFF6; /* Text Main */
    margin-bottom: 15px;
}

.page-fishing-games__step-description {
    font-size: 1rem;
    color: #A7D9B8; /* Text Secondary */
    margin-bottom: 20px;
}

.page-fishing-games__tips-list {
    list-style: none;
    padding: 0;
    margin-top: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.page-fishing-games__tips-item {
    background-color: #11271B; /* Card BG */
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #2E7A4E; /* Border color */
}

.page-fishing-games__tips-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #F2FFF6; /* Text Main */
    margin-bottom: 10px;
}

.page-fishing-games__tips-description {
    font-size: 1rem;
    color: #A7D9B8; /* Text Secondary */
}

.page-fishing-games__promotions-section {
    background-color: #0A4B2C; /* Deep Green */
    border-top: 1px solid #1E3A2A; /* Divider */
    border-bottom: 1px solid #1E3A2A; /* Divider */
}

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

.page-fishing-games__promo-card {
    background-color: rgba(17, 40, 27, 0.8); /* Card BG with opacity */
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #2E7A4E; /* Border color */
}

.page-fishing-games__promo-card .page-fishing-games__card-image {
    min-height: 200px;
}

.page-fishing-games__faq-section {
    background-color: #08160F; /* Background */
}

.page-fishing-games__faq-list {
    max-width: 900px;
    margin: 50px auto 0 auto;
    text-align: left;
}

.page-fishing-games__faq-item {
    background-color: #11271B; /* Card BG */
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: 1px solid #2E7A4E; /* Border color */
    overflow: hidden; /* For details tag transition */
}

.page-fishing-games__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.15rem;
    color: #F2FFF6; /* Text Main */
    transition: background-color 0.3s ease;
}

.page-fishing-games__faq-question:hover {
    background-color: rgba(46, 122, 78, 0.2); /* Hover on border color */
}

.page-fishing-games__faq-item summary {
    list-style: none; /* Remove default marker for details */
}

.page-fishing-games__faq-item summary::-webkit-details-marker {
    display: none; /* Remove default marker for details */
}

.page-fishing-games__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
    color: #57E38D; /* Glow */
}

.page-fishing-games__faq-item[open] .page-fishing-games__faq-toggle {
    content: "−"; /* Change to minus when open */
}

.page-fishing-games__faq-answer {
    padding: 0 25px 20px 25px;
    font-size: 1rem;
    color: #A7D9B8; /* Text Secondary */
    line-height: 1.7;
}

.page-fishing-games__faq-answer p {
    margin-bottom: 10px;
}

.page-fishing-games__cta-final-section {
    background-color: #0A4B2C; /* Deep Green */
    padding: 100px 0;
    text-align: center;
}

.page-fishing-games__cta-content {
    max-width: 900px;
}

/* Color contrast classes */
.page-fishing-games__dark-bg {
    color: #F2FFF6; /* Text Main */
}
.page-fishing-games__text-main {
    color: #F2FFF6;
}
.page-fishing-games__text-secondary {
    color: #A7D9B8;
}
.page-fishing-games__card {
    background: #11271B;
    color: #F2FFF6;
    border: 1px solid #2E7A4E;
}


/* Responsive styles */
@media (max-width: 1024px) {
    .page-fishing-games__hero-content {
        padding: 60px 20px;
        margin-top: 0; /* Adjusted for new hero structure */
    }
    .page-fishing-games__hero-image-wrapper {
        max-height: 400px;
    }
    .page-fishing-games__hero-image {
        min-height: 250px;
    }
    .page-fishing-games__section {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .page-fishing-games__hero-image-wrapper {
        max-height: 300px;
    }
    .page-fishing-games__hero-image {
        min-height: 200px;
    }
    .page-fishing-games__hero-content {
        padding: 40px 15px;
        margin-bottom: 40px;
    }
    .page-fishing-games__main-title {
        font-size: 2rem;
    }
    .page-fishing-games__description {
        font-size: 1rem;
    }
    .page-fishing-games__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-fishing-games__btn-primary,
    .page-fishing-games__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-fishing-games__section {
        padding: 40px 0;
    }
    .page-fishing-games__section-title {
        font-size: 1.8rem;
    }
    .page-fishing-games__text-block {
        font-size: 1rem;
    }
    .page-fishing-games__features-grid,
    .page-fishing-games__game-list,
    .page-fishing-games__steps-grid,
    .page-fishing-games__promo-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .page-fishing-games__feature-item,
    .page-fishing-games__game-card,
    .page-fishing-games__step-item,
    .page-fishing-games__promo-card,
    .page-fishing-games__faq-item {
        padding: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    .page-fishing-games__feature-image,
    .page-fishing-games__card-image,
    .page-fishing-games__step-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        min-height: 200px !important;
    }
    .page-fishing-games__container {
        padding: 0 15px;
    }
    /* Mobile image and container responsive styles */
    .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__hero-section {
        padding-top: 10px !important; /* body already handles --header-offset */
    }

    /* Button specific mobile adjustments */
    .page-fishing-games__cta-button,
    .page-fishing-games__btn-primary,
    .page-fishing-games__btn-secondary,
    .page-fishing-games a[class*="button"],
    .page-fishing-games 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;
    }
    .page-fishing-games__cta-buttons,
    .page-fishing-games__button-group,
    .page-fishing-games__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;
    }
    .page-fishing-games__cta-buttons {
        flex-direction: column;
    }
    .page-fishing-games__faq-question {
        font-size: 1rem;
        padding: 15px 20px;
    }
    .page-fishing-games__faq-answer {
        padding: 0 20px 15px 20px;
    }
}

/* Video responsive styles (if applicable, not used in this specific content but good to have) */
.page-fishing-games video,
.page-fishing-games__video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.page-fishing-games__video-section,
.page-fishing-games__video-container,
.page-fishing-games__video-wrapper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 768px) {
  .page-fishing-games video,
  .page-fishing-games__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-fishing-games__video-section,
  .page-fishing-games__video-container,
  .page-fishing-games__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-fishing-games__video-section {
    padding-top: 10px !important;
  }
  .page-fishing-games__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}