.page-game-guides-fishing-game-cheats {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.page-game-guides-fishing-game-cheats__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-game-guides-fishing-game-cheats__hero {
    background: linear-gradient(135deg, #1A2B5B, #3a5091);
    color: #FFFFFF;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-guides-fishing-game-cheats__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:abstract_water_pattern,subtle_texture,dark_blue_gradient]');
    background-size: cover;
    opacity: 0.1;
    z-index: 0;
}

.page-game-guides-fishing-game-cheats__hero .page-game-guides-fishing-game-cheats__container {
    position: relative;
    z-index: 1;
}

.page-game-guides-fishing-game-cheats__title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-game-guides-fishing-game-cheats__subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #E0E0E0;
}

.page-game-guides-fishing-game-cheats__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
    border: none;
}

.page-game-guides-fishing-game-cheats__btn--primary {
    background-color: #FFD700;
    color: #1A2B5B;
}

.page-game-guides-fishing-game-cheats__btn--primary:hover {
    background-color: #e5c100;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-game-guides-fishing-game-cheats__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    margin-left: 15px;
}

.page-game-guides-fishing-game-cheats__btn--secondary:hover {
    background-color: #FFD700;
    color: #1A2B5B;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-game-guides-fishing-game-cheats__section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

.page-game-guides-fishing-game-cheats__section:last-of-type {
    border-bottom: none;
}

.page-game-guides-fishing-game-cheats__section--alt {
    background-color: #f0f4f7;
}

.page-game-guides-fishing-game-cheats__heading {
    font-size: 2.5em;
    color: #1A2B5B;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

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

.page-game-guides-fishing-game-cheats__subheading {
    font-size: 1.8em;
    color: #1A2B5B;
    margin-top: 40px;
    margin-bottom: 20px;
}

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

.page-game-guides-fishing-game-cheats__list {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #444;
}

.page-game-guides-fishing-game-cheats__list li {
    margin-bottom: 8px;
}

.page-game-guides-fishing-game-cheats__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-game-guides-fishing-game-cheats__image--full-width {
    width: 100%;
}

.page-game-guides-fishing-game-cheats__image--centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.page-game-guides-fishing-game-cheats__grid-item {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-game-guides-fishing-game-cheats__grid-item .page-game-guides-fishing-game-cheats__image {
    max-height: 200px;
    object-fit: contain;
    margin-bottom: 20px;
}

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

.page-game-guides-fishing-game-cheats__feature-item {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-game-guides-fishing-game-cheats__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.1));
}

.page-game-guides-fishing-game-cheats__feature-item h3 {
    color: #1A2B5B;
    font-size: 1.4em;
    margin-bottom: 15px;
}

.page-game-guides-fishing-game-cheats__feature-item p {
    font-size: 0.95em;
    color: #555;
}

.page-game-guides-fishing-game-cheats__cta-group {
    text-align: center;
    margin-top: 50px;
}

.page-game-guides-fishing-game-cheats__section--conclusion {
    text-align: center;
    background-color: #1A2B5B;
    color: #FFFFFF;
    padding: 80px 0;
}

.page-game-guides-fishing-game-cheats__section--conclusion .page-game-guides-fishing-game-cheats__heading {
    color: #FFD700;
}

.page-game-guides-fishing-game-cheats__section--conclusion p {
    color: #E0E0E0;
    font-size: 1.15em;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.page-game-guides-fishing-game-cheats__section--conclusion a {
    color: #FFD700;
    text-decoration: underline;
    font-weight: bold;
}

.page-game-guides-fishing-game-cheats__section--conclusion a:hover {
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .page-game-guides-fishing-game-cheats__title {
        font-size: 2.5em;
    }

    .page-game-guides-fishing-game-cheats__subtitle {
        font-size: 1em;
    }

    .page-game-guides-fishing-game-cheats__heading {
        font-size: 2em;
    }

    .page-game-guides-fishing-game-cheats__subheading {
        font-size: 1.5em;
    }

    .page-game-guides-fishing-game-cheats__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-game-guides-fishing-game-cheats__btn--secondary {
        margin-left: 0;
        margin-top: 15px;
    }

    .page-game-guides-fishing-game-cheats__cta-group {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-game-guides-fishing-game-cheats__title {
        font-size: 2em;
    }

    .page-game-guides-fishing-game-cheats__heading {
        font-size: 1.8em;
    }

    .page-game-guides-fishing-game-cheats__section {
        padding: 40px 0;
    }

    .page-game-guides-fishing-game-cheats__list,
    .page-game-guides-fishing-game-cheats__section p {
        font-size: 1em;
    }
}