/* style/game-types-fishing-games-strategy.css */
.page-game-types-fishing-games-strategy {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

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

.page-game-types-fishing-games-strategy__hero-section {
    background-color: #1A2035;
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-types-fishing-games-strategy__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26, 32, 53, 0.9), rgba(255, 215, 0, 0.2));
    z-index: 1;
}

.page-game-types-fishing-games-strategy__hero-section > .page-game-types-fishing-games-strategy__container {
    position: relative;
    z-index: 2;
}

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

.page-game-types-fishing-games-strategy__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-game-types-fishing-games-strategy__section-title {
    font-size: 2.5em;
    color: #1A2035;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-game-types-fishing-games-strategy__sub-title {
    font-size: 1.8em;
    color: #1A2035;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-game-types-fishing-games-strategy__introduction-section,
.page-game-types-fishing-games-strategy__core-strategies-section,
.page-game-types-fishing-games-strategy__advanced-tips-section,
.page-game-types-fishing-games-strategy__why-23wim-section,
.page-game-types-fishing-games-strategy__faq-section {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-game-types-fishing-games-strategy__core-strategies-section {
    background-color: #fdfdfd;
}

.page-game-types-fishing-games-strategy__cta-section {
    background-color: #1A2035;
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.page-game-types-fishing-games-strategy__cta-content {
    max-width: 900px;
}

.page-game-types-fishing-games-strategy__cta-section .page-game-types-fishing-games-strategy__section-title {
    color: #fff;
}

.page-game-types-fishing-games-strategy__cta-section .page-game-types-fishing-games-strategy__section-title::after {
    background-color: #FFD700;
}

.page-game-types-fishing-games-strategy__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    margin: 10px;
    cursor: pointer;
}

.page-game-types-fishing-games-strategy__button--primary {
    background-color: #FFD700;
    color: #1A2035;
    border: 2px solid #FFD700;
}

.page-game-types-fishing-games-strategy__button--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-game-types-fishing-games-strategy__button--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-game-types-fishing-games-strategy__button--secondary:hover {
    background-color: #FFD700;
    color: #1A2035;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-game-types-fishing-games-strategy p {
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #444;
}

.page-game-types-fishing-games-strategy ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-game-types-fishing-games-strategy ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: #444;
    font-size: 1.05em;
}

.page-game-types-fishing-games-strategy ul li::before {
    content: '•';
    color: #FFD700;
    font-size: 1.5em;
    position: absolute;
    left: 0;
    top: -5px;
}

.page-game-types-fishing-games-strategy__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px auto;
    display: block;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-game-types-fishing-games-strategy .highlight {
    color: #FFD700;
}

.page-game-types-fishing-games-strategy__feature-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.page-game-types-fishing-games-strategy__feature-list li {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    display: flex;
    align-items: flex-start;
}

.page-game-types-fishing-games-strategy__feature-list li:hover {
    transform: translateY(-5px);
}

.page-game-types-fishing-games-strategy__list-icon {
    color: #FFD700;
    font-size: 1.5em;
    margin-right: 15px;
    line-height: 1;
}

.page-game-types-fishing-games-strategy__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
}

.page-game-types-fishing-games-strategy__faq-question {
    font-size: 1.3em;
    color: #1A2035;
    margin-bottom: 10px;
}

.page-game-types-fishing-games-strategy__faq-answer {
    font-size: 1em;
    color: #555;
}

.page-game-types-fishing-games-strategy__cta-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-game-types-fishing-games-strategy__hero-title {
        font-size: 2.5em;
    }

    .page-game-types-fishing-games-strategy__hero-subtitle {
        font-size: 1.1em;
    }

    .page-game-types-fishing-games-strategy__section-title {
        font-size: 2em;
    }

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

    .page-game-types-fishing-games-strategy__introduction-section,
    .page-game-types-fishing-games-strategy__core-strategies-section,
    .page-game-types-fishing-games-strategy__advanced-tips-section,
    .page-game-types-fishing-games-strategy__why-23wim-section,
    .page-game-types-fishing-games-strategy__faq-section {
        padding: 40px 0;
    }

    .page-game-types-fishing-games-strategy__button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-game-types-fishing-games-strategy__feature-list {
        grid-template-columns: 1fr;
    }
}

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

    .page-game-types-fishing-games-strategy__hero-subtitle {
        font-size: 1em;
    }

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

    .page-game-types-fishing-games-strategy__sub-title {
        font-size: 1.3em;
    }

    .page-game-types-fishing-games-strategy p,
    .page-game-types-fishing-games-strategy ul li {
        font-size: 0.95em;
    }
}