/* style/game-reviews-fishing-games-high-score-tips.css */

:root {
    --page-primary-color: #003366;
    --page-secondary-color: #FFCC00;
    --page-text-color: #333333;
    --page-light-text-color: #ffffff;
    --page-background-color: #f8f8f8;
    --page-accent-color: #b38f00; /* Darker shade of secondary for contrast */
    --page-dark-blue-contrast: #4d7094; /* Lighter shade of primary for background */
    --page-link-hover-color: #001a33;
}

.page-game-reviews-fishing-games-high-score-tips {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--page-text-color);
    background-color: var(--page-background-color);
}

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

.page-game-reviews-fishing-games-high-score-tips__hero-section {
    background: linear-gradient(135deg, var(--page-primary-color), var(--page-dark-blue-contrast));
    color: var(--page-light-text-color);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-game-reviews-fishing-games-high-score-tips__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('[GALLERY:bg:fishing_game,abstract_ocean,bubbles]');
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    z-index: 0;
}

.page-game-reviews-fishing-games-high-score-tips__hero-section .page-game-reviews-fishing-games-high-score-tips__container {
    position: relative;
    z-index: 1;
}

.page-game-reviews-fishing-games-high-score-tips__main-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: var(--page-light-text-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-game-reviews-fishing-games-high-score-tips__subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    color: var(--page-light-text-color);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-game-reviews-fishing-games-high-score-tips__cta-button {
    display: inline-block;
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-game-reviews-fishing-games-high-score-tips__cta-button:hover {
    background-color: var(--page-accent-color);
    transform: translateY(-3px);
    color: var(--page-light-text-color);
}

.page-game-reviews-fishing-games-high-score-tips__content-section {
    padding: 60px 0;
    background-color: var(--page-background-color);
}

.page-game-reviews-fishing-games-high-score-tips__heading {
    font-size: 2.2em;
    color: var(--page-primary-color);
    margin-top: 40px;
    margin-bottom: 25px;
    border-bottom: 3px solid var(--page-secondary-color);
    padding-bottom: 10px;
    font-weight: 700;
}

.page-game-reviews-fishing-games-high-score-tips__sub-heading {
    font-size: 1.6em;
    color: var(--page-primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-game-reviews-fishing-games-high-score-tips__list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
}

.page-game-reviews-fishing-games-high-score-tips__list li {
    margin-bottom: 10px;
    color: var(--page-text-color);
}

.page-game-reviews-fishing-games-high-score-tips__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.page-game-reviews-fishing-games-high-score-tips__cta-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.page-game-reviews-fishing-games-high-score-tips__cta-button--primary {
    background-color: var(--page-secondary-color);
    color: var(--page-primary-color);
}

.page-game-reviews-fishing-games-high-score-tips__cta-button--primary:hover {
    background-color: var(--page-accent-color);
    color: var(--page-light-text-color);
}

.page-game-reviews-fishing-games-high-score-tips__cta-button--secondary {
    background-color: var(--page-primary-color);
    color: var(--page-light-text-color);
    border: 2px solid var(--page-primary-color);
}

.page-game-reviews-fishing-games-high-score-tips__cta-button--secondary:hover {
    background-color: var(--page-link-hover-color);
    border-color: var(--page-link-hover-color);
}

.page-game-reviews-fishing-games-high-score-tips__cta-button--tertiary {
    background-color: transparent;
    color: var(--page-primary-color);
    border: 2px solid var(--page-primary-color);
    box-shadow: none;
}

.page-game-reviews-fishing-games-high-score-tips__cta-button--tertiary:hover {
    background-color: var(--page-primary-color);
    color: var(--page-light-text-color);
}

.page-game-reviews-fishing-games-high-score-tips__faq {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-game-reviews-fishing-games-high-score-tips__faq-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-game-reviews-fishing-games-high-score-tips__faq-question {
    font-size: 1.4em;
    color: var(--page-primary-color);
    margin-top: 0;
    margin-bottom: 10px;
    cursor: pointer;
}

.page-game-reviews-fishing-games-high-score-tips__faq-answer {
    font-size: 1.1em;
    color: var(--page-text-color);
    margin-bottom: 0;
}

.page-game-reviews-fishing-games-high-score-tips__faq-answer a {
    color: var(--page-primary-color);
    text-decoration: none;
    font-weight: bold;
}

.page-game-reviews-fishing-games-high-score-tips__faq-answer a:hover {
    text-decoration: underline;
    color: var(--page-accent-color);
}

.page-game-reviews-fishing-games-high-score-tips__conclusion-text {
    font-size: 1.2em;
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px dashed #cccccc;
    color: var(--page-primary-color);
    font-weight: 500;
}

.page-game-reviews-fishing-games-high-score-tips__conclusion-text a {
    color: var(--page-secondary-color);
    text-decoration: none;
    font-weight: bold;
}

.page-game-reviews-fishing-games-high-score-tips__conclusion-text a:hover {
    text-decoration: underline;
    color: var(--page-accent-color);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-game-reviews-fishing-games-high-score-tips__main-title {
        font-size: 2.5em;
    }

    .page-game-reviews-fishing-games-high-score-tips__subtitle {
        font-size: 1.2em;
    }

    .page-game-reviews-fishing-games-high-score-tips__heading {
        font-size: 1.8em;
    }

    .page-game-reviews-fishing-games-high-score-tips__sub-heading {
        font-size: 1.4em;
    }

    .page-game-reviews-fishing-games-high-score-tips__hero-section {
        padding: 60px 0;
    }

    .page-game-reviews-fishing-games-high-score-tips__content-section {
        padding: 40px 0;
    }

    .page-game-reviews-fishing-games-high-score-tips__cta-group {
        flex-direction: column;
        gap: 15px;
    }

    .page-game-reviews-fishing-games-high-score-tips__cta-button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .page-game-reviews-fishing-games-high-score-tips__main-title {
        font-size: 2em;
    }

    .page-game-reviews-fishing-games-high-score-tips__subtitle {
        font-size: 1em;
    }

    .page-game-reviews-fishing-games-high-score-tips__heading {
        font-size: 1.6em;
    }

    .page-game-reviews-fishing-games-high-score-tips__sub-heading {
        font-size: 1.2em;
    }

    .page-game-reviews-fishing-games-high-score-tips__cta-button {
        padding: 12px 20px;
        font-size: 1em;
    }
}