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

:root {
    --page-primary-color: #0A2239;
    --page-accent-color: #FFD700;
    --page-text-color: #333;
    --page-light-bg: #F5F5DC;
    --page-white: #FFFFFF;
    --page-dark-text: #0A2239;
    --page-button-hover: #e6c200;
}

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

.page-games-fishing-games-strategy__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-games-fishing-games-strategy__hero {
    background: linear-gradient(135deg, var(--page-primary-color) 0%, #1a426b 100%);
    color: var(--page-white);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.page-games-fishing-games-strategy__hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.page-games-fishing-games-strategy__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: var(--page-accent-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-games-fishing-games-strategy__hero-description {
    font-size: 1.4em;
    margin-bottom: 30px;
    line-height: 1.5;
    color: var(--page-white);
}

.page-games-fishing-games-strategy__hero-btn {
    display: inline-block;
    background-color: var(--page-accent-color);
    color: var(--page-dark-text);
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-games-fishing-games-strategy__hero-btn:hover {
    background-color: var(--page-button-hover);
    transform: translateY(-3px);
}

.page-games-fishing-games-strategy__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 1;
}

.page-games-fishing-games-strategy__section-title {
    font-size: 2.5em;
    color: var(--page-primary-color);
    text-align: center;
    margin-bottom: 40px;
    padding-top: 60px;
    position: relative;
}

.page-games-fishing-games-strategy__section-title::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: var(--page-accent-color);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.page-games-fishing-games-strategy__sub-section-title {
    font-size: 1.8em;
    color: var(--page-primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
    border-left: 5px solid var(--page-accent-color);
    padding-left: 15px;
}

.page-games-fishing-games-strategy__introduction,
.page-games-fishing-games-strategy__why-b52club,
.page-games-fishing-games-strategy__popular-games,
.page-games-fishing-games-strategy__basic-guide,
.page-games-fishing-games-strategy__advanced-strategy,
.page-games-fishing-games-strategy__rewards,
.page-games-fishing-games-strategy__get-started,
.page-games-fishing-games-strategy__faq,
.page-games-fishing-games-strategy__conclusion {
    padding: 60px 0;
}

.page-games-fishing-games-strategy__introduction p,
.page-games-fishing-games-strategy__popular-games p,
.page-games-fishing-games-strategy__basic-guide ol,
.page-games-fishing-games-strategy__advanced-strategy p,
.page-games-fishing-games-strategy__rewards p,
.page-games-fishing-games-strategy__get-started ol,
.page-games-fishing-games-strategy__faq p,
.page-games-fishing-games-strategy__conclusion p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: var(--page-dark-text);
}

.page-games-fishing-games-strategy .highlight {
    color: var(--page-primary-color);
    font-weight: bold;
}

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

.page-games-fishing-games-strategy__feature-item {
    background-color: var(--page-white);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

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

.page-games-fishing-games-strategy__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-games-fishing-games-strategy__feature-title {
    font-size: 1.5em;
    color: var(--page-primary-color);
    margin-bottom: 15px;
}

.page-games-fishing-games-strategy__game-list,
.page-games-fishing-games-strategy__guide-list,
.page-games-fishing-games-strategy__steps {
    list-style-type: none;
    padding-left: 0;
    margin-top: 30px;
}

.page-games-fishing-games-strategy__game-list li,
.page-games-fishing-games-strategy__guide-list li,
.page-games-fishing-games-strategy__steps li {
    background-color: var(--page-white);
    padding: 20px;
    margin-bottom: 15px;
    border-left: 5px solid var(--page-accent-color);
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    font-size: 1.1em;
    color: var(--page-dark-text);
}

.page-games-fishing-games-strategy__game-list li strong {
    color: var(--page-primary-color);
}

.page-games-fishing-games-strategy__action-btn,
.page-games-fishing-games-strategy__cta-btn,
.page-games-fishing-games-strategy__final-cta {
    display: block;
    width: fit-content;
    margin: 40px auto 20px auto;
    background-color: var(--page-accent-color);
    color: var(--page-dark-text);
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
    text-align: center;
}

.page-games-fishing-games-strategy__action-btn:hover,
.page-games-fishing-games-strategy__cta-btn:hover,
.page-games-fishing-games-strategy__final-cta:hover {
    background-color: var(--page-button-hover);
    transform: translateY(-5px);
}

.page-games-fishing-games-strategy__cta-btn.page-games-fishing-games-strategy__cta-btn--secondary {
    background-color: var(--page-primary-color);
    color: var(--page-white);
    margin-top: 15px;
}

.page-games-fishing-games-strategy__cta-btn.page-games-fishing-games-strategy__cta-btn--secondary:hover {
    background-color: #1a426b;
}

.page-games-fishing-games-strategy__image-full-width {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-games-fishing-games-strategy__faq-item {
    background-color: var(--page-white);
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
}

.page-games-fishing-games-strategy__faq-question {
    font-size: 1.3em;
    color: var(--page-primary-color);
    margin-bottom: 10px;
}

.page-games-fishing-games-strategy__faq-answer {
    font-size: 1.05em;
    color: var(--page-dark-text);
}

@media (max-width: 768px) {
    .page-games-fishing-games-strategy__hero {
        padding: 60px 0;
        min-height: 300px;
    }

    .page-games-fishing-games-strategy__hero-title {
        font-size: 2.5em;
    }

    .page-games-fishing-games-strategy__hero-description {
        font-size: 1.1em;
    }

    .page-games-fishing-games-strategy__hero-btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-games-fishing-games-strategy__section-title {
        font-size: 2em;
        margin-bottom: 30px;
        padding-top: 40px;
    }

    .page-games-fishing-games-strategy__sub-section-title {
        font-size: 1.5em;
    }

    .page-games-fishing-games-strategy__introduction p,
    .page-games-fishing-games-strategy__popular-games p,
    .page-games-fishing-games-strategy__basic-guide ol,
    .page-games-fishing-games-strategy__advanced-strategy p,
    .page-games-fishing-games-games-strategy__rewards p,
    .page-games-fishing-games-strategy__get-started ol,
    .page-games-fishing-games-strategy__faq p,
    .page-games-fishing-games-strategy__conclusion p {
        font-size: 1em;
    }

    .page-games-fishing-games-strategy__feature-item {
        padding: 20px;
    }

    .page-games-fishing-games-strategy__feature-icon {
        width: 60px;
        height: 60px;
    }

    .page-games-fishing-games-strategy__feature-title {
        font-size: 1.3em;
    }

    .page-games-fishing-games-strategy__game-list li,
    .page-games-fishing-games-strategy__guide-list li,
    .page-games-fishing-games-strategy__steps li {
        padding: 15px;
        font-size: 1em;
    }

    .page-games-fishing-games-strategy__action-btn,
    .page-games-fishing-games-strategy__cta-btn,
    .page-games-fishing-games-strategy__final-cta {
        padding: 12px 30px;
        font-size: 1.1em;
    }

    .page-games-fishing-games-strategy__faq-question {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .page-games-fishing-games-strategy__hero-title {
        font-size: 2em;
    }

    .page-games-fishing-games-strategy__hero-description {
        font-size: 0.9em;
    }

    .page-games-fishing-games-strategy__section-title {
        font-size: 1.8em;
    }
}