.page-fishing-games-high-payout-strategies {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light backgrounds */
    background-color: var(--background-color, #FFFFFF); /* Inherit from shared or default white */
}

/* Hero Section */
.page-fishing-games-high-payout-strategies__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
    background-color: #017439; /* Brand primary color */
    color: #FFFFFF;
    overflow: hidden; /* For image overflow */
}

.page-fishing-games-high-payout-strategies__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin-bottom: 40px;
}

.page-fishing-games-high-payout-strategies__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFFF00; /* Register/Login font color for emphasis */
    line-height: 1.2;
}

.page-fishing-games-high-payout-strategies__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.page-fishing-games-high-payout-strategies__hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-fishing-games-high-payout-strategies__btn-primary,
.page-fishing-games-high-payout-strategies__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-fishing-games-high-payout-strategies__btn-primary {
    background-color: #C30808; /* Register/Login color */
    color: #FFFF00; /* Register/Login font color */
    border: 2px solid #C30808;
}

.page-fishing-games-high-payout-strategies__btn-primary:hover {
    background-color: #e02020;
    border-color: #e02020;
}

.page-fishing-games-high-payout-strategies__btn-secondary {
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.page-fishing-games-high-payout-strategies__btn-secondary:hover {
    background-color: #FFFFFF;
    color: #017439;
}

.page-fishing-games-high-payout-strategies__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.page-fishing-games-high-payout-strategies__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3; /* Overlay effect */
    display: block;
}

/* General Section Styling */
.page-fishing-games-high-payout-strategies__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-fishing-games-high-payout-strategies__section-title {
    font-size: 2.5em;
    color: #017439; /* Brand primary color */
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
    line-height: 1.3;
}

.page-fishing-games-high-payout-strategies__subsection-title {
    font-size: 1.8em;
    color: #017439;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.page-fishing-games-high-payout-strategies__text-block {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #333333;
}

.page-fishing-games-high-payout-strategies__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #333333;
}

.page-fishing-games-high-payout-strategies__list-item {
    margin-bottom: 10px;
    font-size: 1.1em;
}

/* Advantages Section (Dark background) */
.page-fishing-games-high-payout-strategies__advantages-section {
    padding: 60px 0;
    background-color: #017439; /* Dark background */
    color: #FFFFFF;
}

.page-fishing-games-high-payout-strategies__advantages-section .page-fishing-games-high-payout-strategies__section-title {
    color: #FFFFFF;
}

.page-fishing-games-high-payout-strategies__advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-fishing-games-high-payout-strategies__advantage-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-fishing-games-high-payout-strategies__advantage-icon {
    width: 200px; /* Min size 200x200 */
    height: auto;
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    display: block;
}

.page-fishing-games-high-payout-strategies__advantage-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.page-fishing-games-high-payout-strategies__advantage-description {
    font-size: 1em;
    color: #f0f0f0;
}

/* Content Area (Light background) */
.page-fishing-games-high-payout-strategies__content-area {
    padding: 60px 0;
    background-color: #FFFFFF; /* Light background */
    color: #333333;
}

.page-fishing-games-high-payout-strategies__content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    min-width: 200px; /* Ensure min size */
    min-height: 200px; /* Ensure min size */
}

/* Promo Cards */
.page-fishing-games-high-payout-strategies__promo-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-fishing-games-high-payout-strategies__promo-card {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333333;
}

.page-fishing-games-high-payout-strategies__promo-image {
    width: 100%;
    height: auto;
    max-width: 600px; /* Example max width, still large */
    margin-bottom: 20px;
    border-radius: 8px;
    display: block;
    min-width: 200px; /* Ensure min size */
    min-height: 200px; /* Ensure min size */
}

.page-fishing-games-high-payout-strategies__promo-title {
    font-size: 1.6em;
    color: #017439;
    margin-bottom: 10px;
}

.page-fishing-games-high-payout-strategies__promo-description {
    font-size: 1em;
    margin-bottom: 20px;
}

/* FAQ Section */
.page-fishing-games-high-payout-strategies__faq-list {
    margin-top: 40px;
}

.page-fishing-games-high-payout-strategies__faq-item {
    background-color: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-fishing-games-high-payout-strategies__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #017439;
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    list-style: none; /* For details/summary */
    -webkit-tap-highlight-color: transparent; /* Prevent tap highlight on mobile */
}

.page-fishing-games-high-payout-strategies__faq-question::-webkit-details-marker {
    display: none;
}

.page-fishing-games-high-payout-strategies__faq-question:hover {
    background-color: #015f2f;
}

.page-fishing-games-high-payout-strategies__faq-qtext {
    flex-grow: 1;
}

.page-fishing-games-high-payout-strategies__faq-toggle {
    font-size: 1.5em;
    margin-left: 15px;
    line-height: 1;
}

.page-fishing-games-high-payout-strategies__faq-answer {
    padding: 20px;
    background-color: #FFFFFF;
    color: #333333;
    font-size: 1em;
}

/* CTA Section */
.page-fishing-games-high-payout-strategies__cta-section {
    text-align: center;
    padding: 60px 20px;
    background-color: #f0f8ff; /* Light background for CTA */
    border-radius: 10px;
    margin-top: 60px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.page-fishing-games-high-payout-strategies__cta-section .page-fishing-games-high-payout-strategies__section-title {
    color: #017439;
    margin-top: 0;
}

.page-fishing-games-high-payout-strategies__btn-large {
    font-size: 1.3em;
    padding: 18px 40px;
    margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-fishing-games-high-payout-strategies__hero-title {
        font-size: 2.8em;
    }
    .page-fishing-games-high-payout-strategies__hero-description {
        font-size: 1.1em;
    }
    .page-fishing-games-high-payout-strategies__section-title {
        font-size: 2em;
    }
    .page-fishing-games-high-payout-strategies__subsection-title {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .page-fishing-games-high-payout-strategies__hero-section {
        padding: 60px 15px;
        padding-top: var(--header-offset, 120px) !important; /* Mobile fixed header offset */
    }

    .page-fishing-games-high-payout-strategies__hero-title {
        font-size: 2.2em;
    }

    .page-fishing-games-high-payout-strategies__hero-description {
        font-size: 1em;
    }

    .page-fishing-games-high-payout-strategies__hero-cta {
        flex-direction: column;
        gap: 15px;
    }

    .page-fishing-games-high-payout-strategies__btn-primary,
    .page-fishing-games-high-payout-strategies__btn-secondary,
    .page-fishing-games-high-payout-strategies a[class*="button"],
    .page-fishing-games-high-payout-strategies 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-high-payout-strategies__cta-buttons,
    .page-fishing-games-high-payout-strategies__button-group,
    .page-fishing-games-high-payout-strategies__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-high-payout-strategies__advantages-grid,
    .page-fishing-games-high-payout-strategies__promo-cards {
        grid-template-columns: 1fr;
    }

    .page-fishing-games-high-payout-strategies__section-title {
        font-size: 1.8em;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .page-fishing-games-high-payout-strategies__subsection-title {
        font-size: 1.4em;
    }

    .page-fishing-games-high-payout-strategies__text-block,
    .page-fishing-games-high-payout-strategies__list-item,
    .page-fishing-games-high-payout-strategies__advantage-description,
    .page-fishing-games-high-payout-strategies__promo-description,
    .page-fishing-games-high-payout-strategies__faq-answer p {
        font-size: 1em;
    }

    /* Images and Videos Responsive */
    .page-fishing-games-high-payout-strategies img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        min-width: 200px; /* Ensure min size */
        min-height: 200px; /* Ensure min size */
    }
    .page-fishing-games-high-payout-strategies video,
    .page-fishing-games-high-payout-strategies__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-fishing-games-high-payout-strategies__section,
    .page-fishing-games-high-payout-strategies__card,
    .page-fishing-games-high-payout-strategies__container,
    .page-fishing-games-high-payout-strategies__video-section,
    .page-fishing-games-high-payout-strategies__video-container,
    .page-fishing-games-high-payout-strategies__video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important; /* Prevent horizontal scroll */
    }
    .page-fishing-games-high-payout-strategies__video-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
    }
    .page-fishing-games-high-payout-strategies__video-wrapper iframe,
    .page-fishing-games-high-payout-strategies__video-wrapper video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}