/* style/fishing-games-high-score-tips.css */
.page-fishing-games-high-score-tips {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f7f6;
}

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

.page-fishing-games-high-score-tips__hero-section {
    background: linear-gradient(135deg, #003366 0%, #001a33 100%); /* Deeper blue gradient */
    color: #fff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-fishing-games-high-score-tips__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("[GALLERY:hero:fishing_game,underwater,high_score,jj88bet]") no-repeat center center/cover;
    opacity: 0.2;
    z-index: 0;
}

.page-fishing-games-high-score-tips__hero-section > div {
    position: relative;
    z-index: 1;
}

.page-fishing-games-high-score-tips__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #FFD700; /* Glory Gold for title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-fishing-games-high-score-tips__hero-title .highlight {
    color: #fff;
}

.page-fishing-games-high-score-tips__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-fishing-games-high-score-tips__hero-subtitle a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-fishing-games-high-score-tips__hero-subtitle a:hover {
    text-decoration: underline;
}

.page-fishing-games-high-score-tips__hero-buttons .page-fishing-games-high-score-tips__btn {
    margin: 10px;
}

.page-fishing-games-high-score-tips__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;
    border: none;
    cursor: pointer;
}

.page-fishing-games-high-score-tips__btn--primary {
    background-color: #FFD700; /* Glory Gold */
    color: #003366; /* JJ88 Blue */
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

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

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

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

.page-fishing-games-high-score-tips__btn--tertiary {
    background-color: #003366;
    color: #FFD700;
    border: 2px solid #003366;
    box-shadow: 0 4px 15px rgba(0, 51, 102, 0.2);
}

.page-fishing-games-high-score-tips__btn--tertiary:hover {
    background-color: #001a33;
    color: #FFD700;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 51, 102, 0.4);
}

.page-fishing-games-high-score-tips__btn-text {
    display: inline;
}

.page-fishing-games-high-score-tips__content-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-fishing-games-high-score-tips__section-title {
    font-size: 2.2em;
    color: #003366;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
}

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

.page-fishing-games-high-score-tips__sub-section-title {
    font-size: 1.6em;
    color: #003366;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

.page-fishing-games-high-score-tips__content-section p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #333;
}

.page-fishing-games-high-score-tips__content-section p a {
    color: #003366;
    text-decoration: none;
    font-weight: bold;
}

.page-fishing-games-high-score-tips__content-section p a:hover {
    text-decoration: underline;
    color: #FFD700;
}

.page-fishing-games-high-score-tips__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #444;
}

.page-fishing-games-high-score-tips__list li {
    margin-bottom: 10px;
}

.page-fishing-games-high-score-tips__list li strong {
    color: #003366;
}

.page-fishing-games-high-score-tips__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
}

.page-fishing-games-high-score-tips__image:hover {
    transform: scale(1.02);
}

.page-fishing-games-high-score-tips__cta-section {
    background-color: #003366;
    color: #fff;
    padding: 60px 40px;
    text-align: center;
    border-radius: 15px;
    margin-top: 60px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-fishing-games-high-score-tips__cta-title {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #FFD700;
    font-weight: bold;
}

.page-fishing-games-high-score-tips__cta-title .highlight {
    color: #fff;
}

.page-fishing-games-high-score-tips__cta-text {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e0e0;
}

.page-fishing-games-high-score-tips__cta-text a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-fishing-games-high-score-tips__cta-text a:hover {
    text-decoration: underline;
}

.page-fishing-games-high-score-tips__cta-buttons .page-fishing-games-high-score-tips__btn {
    margin: 10px;
}

/* Floating Action Button */
.page-fishing-games-high-score-tips__floating-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #FFD700;
    color: #003366;
    border-radius: 50px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    box-shadow: 0 8px 15px rgba(255, 215, 0, 0.4);
    transition: all 0.3s ease;
    z-index: 1000;
}

.page-fishing-games-high-score-tips__floating-btn:hover {
    background-color: #e6c200;
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(255, 215, 0, 0.6);
}

.page-fishing-games-high-score-tips__floating-btn-icon {
    font-size: 1.5em;
}

.page-fishing-games-high-score-tips__floating-btn-text {
    display: inline;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-fishing-games-high-score-tips__hero-title {
        font-size: 2.5em;
    }
    .page-fishing-games-high-score-tips__hero-subtitle {
        font-size: 1.1em;
    }
    .page-fishing-games-high-score-tips__section-title {
        font-size: 1.8em;
    }
    .page-fishing-games-high-score-tips__sub-section-title {
        font-size: 1.4em;
    }
    .page-fishing-games-high-score-tips__cta-title {
        font-size: 2em;
    }
    .page-fishing-games-high-score-tips__floating-btn {
        padding: 12px 20px;
        font-size: 1em;
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 768px) {
    .page-fishing-games-high-score-tips__hero-title {
        font-size: 2em;
    }
    .page-fishing-games-high-score-tips__hero-subtitle {
        font-size: 1em;
    }
    .page-fishing-games-high-score-tips__btn {
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-fishing-games-high-score-tips__hero-buttons, .page-fishing-games-high-score-tips__cta-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page-fishing-games-high-score-tips__btn-text {
        display: block;
    }
    .page-fishing-games-high-score-tips__floating-btn-text {
        display: none;
    }
    .page-fishing-games-high-score-tips__floating-btn {
        padding: 15px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
    }
    .page-fishing-games-high-score-tips__cta-title {
        font-size: 1.8em;
    }
    .page-fishing-games-high-score-tips__cta-text {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-fishing-games-high-score-tips__hero-title {
        font-size: 1.8em;
    }
    .page-fishing-games-high-score-tips__section-title {
        font-size: 1.6em;
    }
    .page-fishing-games-high-score-tips__sub-section-title {
        font-size: 1.2em;
    }
    .page-fishing-games-high-score-tips__list, .page-fishing-games-high-score-tips__content-section p {
        font-size: 0.95em;
    }
    .page-fishing-games-high-score-tips__cta-title {
        font-size: 1.5em;
    }
}