/* style/fishing-games-strategy.css */

/* General styles for the fishing games strategy page */
.page-fishing-games-strategy {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #ffffff; /* Default text color for dark body background */
    background-color: #1a1a2e; /* Inherited from body, but explicitly set for consistency */
}

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

/* Header Offset */
.page-fishing-games-strategy__hero-section {
    padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

/* Hero Section */
.page-fishing-games-strategy__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #017439; /* Primary brand color for hero background */
    color: #ffffff;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.page-fishing-games-strategy__hero-content {
    z-index: 2;
    max-width: 900px;
    margin-bottom: 40px;
}

.page-fishing-games-strategy__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFFF00; /* Yellow for prominence */
    line-height: 1.2;
}

.page-fishing-games-strategy__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
}

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

.page-fishing-games-strategy__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    opacity: 0.2; /* Subtle background image */
}

.page-fishing-games-strategy__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7); /* Darken image slightly to improve text contrast */
    /* No filter to change color, just brightness for contrast */
}

/* Section Titles */
.page-fishing-games-strategy__section-title {
    font-size: 2.5em;
    color: #FFFF00; /* Yellow for prominence */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-fishing-games-strategy__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #C30808; /* Red accent */
    border-radius: 2px;
}

.page-fishing-games-strategy__text-block {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #f0f0f0;
}

/* Feature Grid */
.page-fishing-games-strategy__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-fishing-games-strategy__feature-card {
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white for light-bg sections */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.page-fishing-games-strategy__feature-card:hover {
    transform: translateY(-5px);
}

.page-fishing-games-strategy__feature-title {
    font-size: 1.5em;
    color: #FFFF00;
    margin-bottom: 15px;
}

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

/* Strategy Grid */
.page-fishing-games-strategy__strategy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-fishing-games-strategy__strategy-card {
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

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

.page-fishing-games-strategy__strategy-title {
    font-size: 1.8em;
    color: #FFFF00;
    margin-bottom: 15px;
}

.page-fishing-games-strategy__list {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #f0f0f0;
}

.page-fishing-games-strategy__list li {
    margin-bottom: 10px;
}

/* Advanced Strategies Grid */
.page-fishing-games-strategy__advanced-strategies-grid {
    display: grid;
    grid-template-columns: 1fr; /* Single column layout for better readability of longer content */
    gap: 40px;
    margin-top: 40px;
}

.page-fishing-games-strategy__strategy-item {
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-fishing-games-strategy__item-title {
    font-size: 2em;
    color: #FFFF00;
    margin-bottom: 20px;
}

.page-fishing-games-strategy__item-image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 25px;
    width: 800px; /* Example width for desktop */
    height: 600px; /* Example height for desktop */
}

.page-fishing-games-strategy__item-description {
    font-size: 1.1em;
    color: #f0f0f0;
    max-width: 800px;
}

/* Tips List */
.page-fishing-games-strategy__tips-list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    color: #f0f0f0;
}

.page-fishing-games-strategy__tips-list li {
    background-color: rgba(255, 255, 255, 0.08); /* Slightly darker transparent white */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: flex-start;
    text-align: left;
    font-size: 1.1em;
    color: #ffffff;
}

.page-fishing-games-strategy__tips-list li::before {
    content: '🐠'; /* Emoji bullet */
    margin-right: 15px;
    font-size: 1.2em;
    line-height: 1;
}

.page-fishing-games-strategy__tips-list li a {
    color: #FFFF00; /* Yellow for links in lists */
    text-decoration: underline;
}

.page-fishing-games-strategy__tips-list li a:hover {
    color: #C30808;
}

/* CTA Buttons Wrapper */
.page-fishing-games-strategy__cta-buttons-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.page-fishing-games-strategy__cta-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 50px auto 0 auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* FAQ Section */
.page-fishing-games-strategy__faq-list {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-fishing-games-strategy__faq-item {
    background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent white */
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
}

.page-fishing-games-strategy__faq-item summary {
    list-style: none; /* Hide default marker */
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2); /* Darker transparent black */
    color: #FFFF00; /* Yellow for questions */
    transition: background-color 0.3s ease;
}

.page-fishing-games-strategy__faq-item summary:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.page-fishing-games-strategy__faq-item summary::-webkit-details-marker {
    display: none; /* Hide default marker for webkit browsers */
}

.page-fishing-games-strategy__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: #C30808; /* Red accent */
}

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

.page-fishing-games-strategy__faq-answer {
    padding: 20px 25px;
    font-size: 1.1em;
    background-color: rgba(255, 255, 255, 0.05); /* Lighter transparent white */
    color: #f0f0f0;
}

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

.page-fishing-games-strategy__faq-answer a {
    color: #FFFF00;
    text-decoration: underline;
}

.page-fishing-games-strategy__faq-answer a:hover {
    color: #C30808;
}

/* --- Global Button Styles (BEM) --- */
.page-fishing-games-strategy__btn-primary,
.page-fishing-games-strategy__btn-secondary,
.page-fishing-games-strategy__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none; /* Remove default button border */
    text-align: center;
    box-sizing: border-box; /* Include padding in width calculation */
}

.page-fishing-games-strategy__btn-primary {
    background-color: #C30808; /* Register/Login red */
    color: #FFFF00; /* Register/Login font yellow */
    box-shadow: 0 4px 15px rgba(195, 8, 8, 0.4);
}

.page-fishing-games-strategy__btn-primary:hover {
    background-color: #e00b0b;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(195, 8, 8, 0.6);
}

.page-fishing-games-strategy__btn-secondary {
    background-color: #017439; /* Primary green */
    color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 15px rgba(1, 116, 57, 0.3);
}

.page-fishing-games-strategy__btn-secondary:hover {
    background-color: #005a2e;
    border-color: #FFFF00; /* Yellow border on hover */
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(1, 116, 57, 0.5);
}

/* Sections with specific background colors for contrast */
.page-fishing-games-strategy__dark-bg {
    background-color: #1a1a2e; /* Body background */
    color: #ffffff;
}

.page-fishing-games-strategy__light-bg {
    background-color: #0a0a1a; /* Slightly lighter dark for contrast */
    color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-fishing-games-strategy__hero-title {
        font-size: 2.8em;
    }
    .page-fishing-games-strategy__section-title {
        font-size: 2em;
    }
    .page-fishing-games-strategy__hero-content {
        margin-bottom: 30px;
    }
    .page-fishing-games-strategy__hero-buttons {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .page-fishing-games-strategy__hero-section {
        padding: 60px 15px;
    }
    .page-fishing-games-strategy__hero-title {
        font-size: 2.2em;
    }
    .page-fishing-games-strategy__hero-description {
        font-size: 1em;
    }
    .page-fishing-games-strategy__section-title {
        font-size: 1.8em;
    }
    .page-fishing-games-strategy__text-block {
        font-size: 0.95em;
    }
    .page-fishing-games-strategy__content-area {
        padding: 40px 15px;
    }
    .page-fishing-games-strategy__features-grid,
    .page-fishing-games-strategy__strategy-grid,
    .page-fishing-games-strategy__tips-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .page-fishing-games-strategy__strategy-item {
        padding: 20px;
    }
    .page-fishing-games-strategy__item-title {
        font-size: 1.6em;
    }
    .page-fishing-games-strategy__item-description {
        font-size: 1em;
    }
    .page-fishing-games-strategy__faq-item summary {
        font-size: 1.1em;
        padding: 15px 20px;
    }
    .page-fishing-games-strategy__faq-answer {
        font-size: 1em;
        padding: 15px 20px;
    }
    .page-fishing-games-strategy__btn-primary,
    .page-fishing-games-strategy__btn-secondary,
    .page-fishing-games-strategy__cta-button {
        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-strategy__cta-buttons-wrapper {
        flex-direction: column;
        gap: 15px;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    /* Images responsiveness */
    .page-fishing-games-strategy img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-fishing-games-strategy__section,
    .page-fishing-games-strategy__card,
    .page-fishing-games-strategy__container,
    .page-fishing-games-strategy__hero-image-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    .page-fishing-games-strategy__video-section {
        padding-top: var(--header-offset, 120px) !important;
    }
}