/* style/slots-egames-fishing-guide.css */

:root {
    --page-slots-egames-fishing-guide-primary-color: #CC0000;
    --page-slots-egames-fishing-guide-secondary-color: #333333;
    --page-slots-egames-fishing-guide-accent-color: #FFD700;
    --page-slots-egames-fishing-guide-text-light: #FFFFFF;
    --page-slots-egames-fishing-guide-text-dark: #333333;
    --page-slots-egames-fishing-guide-background-light: #F5F5F5;
    --page-slots-egames-fishing-guide-background-dark: #1A1A1A;
    --page-slots-egames-fishing-guide-border-color: #555555;
}

.page-slots-egames-fishing-guide {
    font-family: 'Arial', sans-serif;
    color: var(--page-slots-egames-fishing-guide-text-dark);
    line-height: 1.6;
    background-color: var(--page-slots-egames-fishing-guide-background-light);
}

.page-slots-egames-fishing-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-slots-egames-fishing-guide__hero-section {
    background: linear-gradient(135deg, var(--page-slots-egames-fishing-guide-primary-color) 0%, var(--page-slots-egames-fishing-guide-secondary-color) 100%);
    color: var(--page-slots-egames-fishing-guide-text-light);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-slots-egames-fishing-guide__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:w88,fishing_game,abstract_waves,red_gradient]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-slots-egames-fishing-guide__main-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--page-slots-egames-fishing-guide-text-light);
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-slots-egames-fishing-guide__subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: var(--page-slots-egames-fishing-guide-text-light);
    position: relative;
    z-index: 1;
}

.page-slots-egames-fishing-guide__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.1em;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-slots-egames-fishing-guide__btn--primary {
    background-color: var(--page-slots-egames-fishing-guide-accent-color);
    color: var(--page-slots-egames-fishing-guide-secondary-color);
    border: 2px solid var(--page-slots-egames-fishing-guide-accent-color);
}

.page-slots-egames-fishing-guide__btn--primary:hover {
    background-color: #FFC107; /* Slightly darker gold */
    border-color: #FFC107;
    transform: translateY(-3px);
}

.page-slots-egames-fishing-guide__btn--secondary {
    background-color: var(--page-slots-egames-fishing-guide-primary-color);
    color: var(--page-slots-egames-fishing-guide-text-light);
    border: 2px solid var(--page-slots-egames-fishing-guide-primary-color);
}

.page-slots-egames-fishing-guide__btn--secondary:hover {
    background-color: #A30000; /* Slightly darker red */
    border-color: #A30000;
    transform: translateY(-3px);
}

.page-slots-egames-fishing-guide__section {
    padding: 60px 0;
    background-color: var(--page-slots-egames-fishing-guide-background-light);
}

.page-slots-egames-fishing-guide__section:nth-of-type(even) {
    background-color: #EEEEEE;
}

.page-slots-egames-fishing-guide__heading {
    font-size: 2.5em;
    color: var(--page-slots-egames-fishing-guide-primary-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    position: relative;
}

.page-slots-egames-fishing-guide__heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--page-slots-egames-fishing-guide-accent-color);
    margin: 15px auto 0 auto;
    border-radius: 2px;
}

.page-slots-egames-fishing-guide__subheading {
    font-size: 1.6em;
    color: var(--page-slots-egames-fishing-guide-secondary-color);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-slots-egames-fishing-guide__section--intro p, 
.page-slots-egames-fishing-guide__section--why-w88 p, 
.page-slots-egames-fishing-guide__section--steps p, 
.page-slots-egames-fishing-guide__section--weapons p,
.page-slots-egames-fishing-guide__section--strategy p,
.page-slots-egames-fishing-guide__section--fish-types p,
.page-slots-egames-fishing-guide__section--app-download p,
.page-slots-egames-fishing-guide__section--notes p,
.page-slots-egames-fishing-guide__section--faq p,
.page-slots-egames-fishing-guide__section--cta p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: var(--page-slots-egames-fishing-guide-text-dark);
}

.page-slots-egames-fishing-guide__section--intro p strong,
.page-slots-egames-fishing-guide__section--why-w88 p strong,
.page-slots-egames-fishing-guide__section--steps p strong,
.page-slots-egames-fishing-guide__section--weapons p strong,
.page-slots-egames-fishing-guide__section--strategy p strong,
.page-slots-egames-fishing-guide__section--fish-types p strong,
.page-slots-egames-fishing-guide__section--app-download p strong,
.page-slots-egames-fishing-guide__section--notes p strong,
.page-slots-egames-fishing-guide__section--faq p strong,
.page-slots-egames-fishing-guide__section--cta p strong {
    color: var(--page-slots-egames-fishing-guide-primary-color);
}

.page-slots-egames-fishing-guide__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 30px auto;
    display: block;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-slots-egames-fishing-guide__image--large {
    max-width: 900px;
}

.page-slots-egames-fishing-guide__image--medium {
    max-width: 700px;
}

.page-slots-egames-fishing-guide__image--small {
    max-width: 500px;
}

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

.page-slots-egames-fishing-guide__feature-item,
.page-slots-egames-fishing-guide__info-item,
.page-slots-egames-fishing-guide__strategy-item {
    background-color: var(--page-slots-egames-fishing-guide-text-light);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-slots-egames-fishing-guide__feature-item:hover,
.page-slots-egames-fishing-guide__info-item:hover,
.page-slots-egames-fishing-guide__strategy-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-slots-egames-fishing-guide__feature-item h3,
.page-slots-egames-fishing-guide__info-item h3,
.page-slots-egames-fishing-guide__strategy-item h3 {
    color: var(--page-slots-egames-fishing-guide-primary-color);
    font-size: 1.4em;
    margin-top: 0;
}

.page-slots-egames-fishing-guide__step-list {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
}

.page-slots-egames-fishing-guide__step-list li {
    background-color: var(--page-slots-egames-fishing-guide-text-light);
    margin-bottom: 25px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    padding-left: 80px;
}

.page-slots-egames-fishing-guide__step-list li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 25px;
    top: 30px;
    background-color: var(--page-slots-egames-fishing-guide-primary-color);
    color: var(--page-slots-egames-fishing-guide-text-light);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-slots-egames-fishing-guide__step-list li h3 {
    margin-top: 0;
    color: var(--page-slots-egames-fishing-guide-secondary-color);
}

.page-slots-egames-fishing-guide__info-item ul,
.page-slots-egames-fishing-guide__app-benefits,
.page-slots-egames-fishing-guide__fish-list,
.page-slots-egames-fishing-guide__note-list {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 20px;
}

.page-slots-egames-fishing-guide__info-item ul li,
.page-slots-egames-fishing-guide__app-benefits li,
.page-slots-egames-fishing-guide__fish-list li,
.page-slots-egames-fishing-guide__note-list li {
    margin-bottom: 10px;
    font-size: 1.1em;
    color: var(--page-slots-egames-fishing-guide-text-dark);
}

.page-slots-egames-fishing-guide__info-item ul li strong,
.page-slots-egames-fishing-guide__app-benefits li strong,
.page-slots-egames-fishing-guide__fish-list li strong,
.page-slots-egames-fishing-guide__note-list li strong {
    color: var(--page-slots-egames-fishing-guide-primary-color);
}

.page-slots-egames-fishing-guide__faq-item {
    background-color: var(--page-slots-egames-fishing-guide-text-light);
    border: 1px solid var(--page-slots-egames-fishing-guide-border-color);
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-slots-egames-fishing-guide__faq-item h3 {
    color: var(--page-slots-egames-fishing-guide-primary-color);
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.3em;
}

.page-slots-egames-fishing-guide__faq-item p {
    margin-bottom: 0;
    color: var(--page-slots-egames-fishing-guide-text-dark);
}

.page-slots-egames-fishing-guide a {
    color: var(--page-slots-egames-fishing-guide-primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-slots-egames-fishing-guide a:hover {
    color: #A30000; /* Darker red */
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-slots-egames-fishing-guide__main-title {
        font-size: 2.5em;
    }

    .page-slots-egames-fishing-guide__subtitle {
        font-size: 1.2em;
    }

    .page-slots-egames-fishing-guide__heading {
        font-size: 2em;
    }

    .page-slots-egames-fishing-guide__subheading {
        font-size: 1.3em;
    }

    .page-slots-egames-fishing-guide__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-slots-egames-fishing-guide__feature-grid,
    .page-slots-egames-fishing-guide__info-grid,
    .page-slots-egames-fishing-guide__strategy-grid {
        grid-template-columns: 1fr;
    }

    .page-slots-egames-fishing-guide__step-list li {
        padding-left: 20px;
    }

    .page-slots-egames-fishing-guide__step-list li::before {
        position: static;
        margin-bottom: 10px;
        display: inline-flex;
        vertical-align: middle;
        margin-right: 10px;
    }
}

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

    .page-slots-egames-fishing-guide__subtitle {
        font-size: 1em;
    }

    .page-slots-egames-fishing-guide__heading {
        font-size: 1.8em;
    }

    .page-slots-egames-fishing-guide__subheading {
        font-size: 1.2em;
    }

    .page-slots-egames-fishing-guide__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-slots-egames-fishing-guide__section {
        padding: 40px 0;
    }
}