/* style/fishing-games-jj88-features.css */
.page-fishing-games-jj88-features {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #f0f0f0; /* Default text color for dark sections */
    background-color: #001a33; /* Dark blue background for overall page */
}

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

.page-fishing-games-jj88-features__hero-section {
    background: linear-gradient(135deg, #003366 0%, #001a33 100%);
    padding: 100px 0 60px;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.page-fishing-games-jj88-features__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:hero:fishing_game,jj88,ocean,vivid_graphics]') no-repeat center center/cover;
    opacity: 0.2;
    z-index: 0;
}

.page-fishing-games-jj88-features__hero-section > .page-fishing-games-jj88-features__container {
    position: relative;
    z-index: 1;
}

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

.page-fishing-games-jj88-features__hero-subtitle {
    font-size: 1.3em;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #e0e0e0;
}

.page-fishing-games-jj88-features__hero-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

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

.page-fishing-games-jj88-features__btn--primary {
    background-color: #FFD700;
    color: #003366;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-fishing-games-jj88-features__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-fishing-games-jj88-features__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.2);
}

.page-fishing-games-jj88-features__btn--secondary:hover {
    background-color: #FFD700;
    color: #003366;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(255, 215, 0, 0.4);
}

.page-fishing-games-jj88-features__content-section {
    padding: 80px 0;
    color: #f0f0f0;
}

.page-fishing-games-jj88-features__section--dark {
    background-color: #002244; /* Slightly lighter dark blue for contrast */
}

.page-fishing-games-jj88-features__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.page-fishing-games-jj88-features__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 20px auto 0;
    border-radius: 2px;
}

.page-fishing-games-jj88-features__feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 40px;
}

.page-fishing-games-jj88-features__feature-grid--reverse {
    grid-template-columns: 1fr 1fr;
}

.page-fishing-games-jj88-features__feature-text p {
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #e0e0e0;
}

.page-fishing-games-jj88-features__highlight {
    color: #FFD700;
    font-weight: bold;
}

.page-fishing-games-jj88-features__feature-image {
    text-align: center;
}

.page-fishing-games-jj88-features__img-responsive {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.page-fishing-games-jj88-features__img-responsive:hover {
    transform: scale(1.02);
}

.page-fishing-games-jj88-features__link-in-text {
    color: #FFD700;
    text-decoration: underline;
    font-weight: bold;
}

.page-fishing-games-jj88-features__link-in-text:hover {
    color: #e6c200;
}

.page-fishing-games-jj88-features__cta-section {
    background: linear-gradient(45deg, #003366, #FFD700);
    padding: 80px 0;
    text-align: center;
    color: #ffffff;
}

.page-fishing-games-jj88-features__cta-content {
    max-width: 900px;
}

.page-fishing-games-jj88-features__cta-title {
    font-size: 3em;
    color: #003366;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5);
}

.page-fishing-games-jj88-features__cta-description {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #001a33;
    font-weight: 500;
}

.page-fishing-games-jj88-features__cta-actions {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.page-fishing-games-jj88-features__btn--large {
    padding: 18px 35px;
    font-size: 1.2em;
    border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-fishing-games-jj88-features__hero-title {
        font-size: 2.8em;
    }
    .page-fishing-games-jj88-features__section-title {
        font-size: 2em;
    }
    .page-fishing-games-jj88-features__feature-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .page-fishing-games-jj88-features__feature-grid--reverse {
        grid-template-columns: 1fr;
    }
    .page-fishing-games-jj88-features__feature-image {
        order: -1; /* Image comes first on small screens */
    }
    .page-fishing-games-jj88-features__cta-title {
        font-size: 2.5em;
    }
    .page-fishing-games-jj88-features__cta-actions {
        flex-direction: column;
        gap: 15px;
    }
    .page-fishing-games-jj88-features__btn--large {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .page-fishing-games-jj88-features__hero-title {
        font-size: 2.2em;
    }
    .page-fishing-games-jj88-features__hero-subtitle {
        font-size: 1.1em;
    }
    .page-fishing-games-jj88-features__hero-actions {
        flex-direction: column;
        gap: 15px;
    }
    .page-fishing-games-jj88-features__btn {
        width: 80%;
        margin: 0 auto;
    }
    .page-fishing-games-jj88-features__section-title {
        font-size: 1.8em;
        margin-bottom: 40px;
    }
    .page-fishing-games-jj88-features__content-section {
        padding: 60px 0;
    }
    .page-fishing-games-jj88-features__feature-text p {
        font-size: 1em;
    }
    .page-fishing-games-jj88-features__cta-title {
        font-size: 2em;
    }
    .page-fishing-games-jj88-features__cta-description {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-fishing-games-jj88-features__hero-title {
        font-size: 1.8em;
    }
    .page-fishing-games-jj88-features__hero-subtitle {
        font-size: 1em;
    }
    .page-fishing-games-jj88-features__btn {
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-fishing-games-jj88-features__section-title {
        font-size: 1.5em;
    }
    .page-fishing-games-jj88-features__cta-title {
        font-size: 1.8em;
    }
    .page-fishing-games-jj88-features__cta-description {
        font-size: 1em;
    }
}