/* style/e-games-fishing-game-tips.css */

:root {
    --page-e-games-fishing-game-tips-primary-color: #0A192F;
    --page-e-games-fishing-game-tips-secondary-color: #E0B400;
    --page-e-games-fishing-game-tips-text-light: #FFFFFF;
    --page-e-games-fishing-game-tips-text-dark: #0A192F;
    --page-e-games-fishing-game-tips-background-dark: #0A192F;
    --page-e-games-fishing-game-tips-background-light: #F0F2F5;
    --page-e-games-fishing-game-tips-highlight-color: #E0B400;
}

.page-e-games-fishing-game-tips {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-e-games-fishing-game-tips-text-dark);
    background-color: var(--page-e-games-fishing-game-tips-background-light);
}

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

.page-e-games-fishing-game-tips__hero-section {
    background: linear-gradient(135deg, var(--page-e-games-fishing-game-tips-background-dark) 0%, #1a2a47 100%);
    padding: 80px 0 40px;
    color: var(--page-e-games-fishing-game-tips-text-light);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-e-games-fishing-game-tips__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[IMAGE:hero_main_bg_pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-e-games-fishing-game-tips__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--page-e-games-fishing-game-tips-text-light);
    position: relative;
    z-index: 1;
}

.page-e-games-fishing-game-tips__hero-subtitle {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-e-games-fishing-game-tips__brand-link {
    color: var(--page-e-games-fishing-game-tips-secondary-color);
    text-decoration: none;
    font-weight: bold;
}

.page-e-games-fishing-game-tips__brand-link:hover {
    text-decoration: underline;
}

.page-e-games-fishing-game-tips__hero-image {
    max-width: 80%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.page-e-games-fishing-game-tips__section-title {
    font-size: 2.5em;
    color: var(--page-e-games-fishing-game-tips-primary-color);
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
    font-weight: bold;
}

.page-e-games-fishing-game-tips__sub-section-title {
    font-size: 1.8em;
    color: var(--page-e-games-fishing-game-tips-primary-color);
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid var(--page-e-games-fishing-game-tips-secondary-color);
    padding-left: 15px;
}

.page-e-games-fishing-game-tips__paragraph {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #333;
}

.page-e-games-fishing-game-tips__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #333;
}

.page-e-games-fishing-game-tips__list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-e-games-fishing-game-tips__list-item-title {
    color: var(--page-e-games-fishing-game-tips-primary-color);
}

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

.page-e-games-fishing-game-tips__image--cta {
    margin-top: 50px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-e-games-fishing-game-tips__content-section,
.page-e-games-fishing-game-tips__strategy-section,
.page-e-games-fishing-game-tips__management-section,
.page-e-games-fishing-game-tips__why-choose-us-section,
.page-e-games-fishing-game-tips__cta-section {
    padding: 40px 0;
}

.page-e-games-fishing-game-tips__strategy-section {
    background-color: #f8f8f8;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.page-e-games-fishing-game-tips__cta-section {
    text-align: center;
    background: linear-gradient(45deg, var(--page-e-games-fishing-game-tips-primary-color), #2c3e50);
    color: var(--page-e-games-fishing-game-tips-text-light);
    padding: 60px 0;
}

.page-e-games-fishing-game-tips__cta-section .page-e-games-fishing-game-tips__section-title,
.page-e-games-fishing-game-tips__cta-section .page-e-games-fishing-game-tips__paragraph {
    color: var(--page-e-games-fishing-game-tips-text-light);
}

.page-e-games-fishing-game-tips__cta-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-e-games-fishing-game-tips__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    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-e-games-fishing-game-tips__button--primary {
    background-color: var(--page-e-games-fishing-game-tips-secondary-color);
    color: var(--page-e-games-fishing-game-tips-text-dark);
}

.page-e-games-fishing-game-tips__button--primary:hover {
    background-color: #ffc107; /* Slightly brighter yellow for hover */
    transform: translateY(-3px);
}

.page-e-games-fishing-game-tips__button--secondary {
    background-color: var(--page-e-games-fishing-game-tips-text-light);
    color: var(--page-e-games-fishing-game-tips-primary-color);
    border: 2px solid var(--page-e-games-fishing-game-tips-secondary-color);
}

.page-e-games-fishing-game-tips__button--secondary:hover {
    background-color: #e0e0e0;
    transform: translateY(-3px);
}

.page-e-games-fishing-game-tips .highlight {
    color: var(--page-e-games-fishing-game-tips-highlight-color);
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-e-games-fishing-game-tips__hero-title {
        font-size: 2.8em;
    }
    .page-e-games-fishing-game-tips__section-title {
        font-size: 2em;
    }
    .page-e-games-fishing-game-tips__sub-section-title {
        font-size: 1.6em;
    }
}

@media (max-width: 768px) {
    .page-e-games-fishing-game-tips__hero-title {
        font-size: 2.2em;
    }
    .page-e-games-fishing-game-tips__hero-subtitle {
        font-size: 1em;
    }
    .page-e-games-fishing-game-tips__section-title {
        font-size: 1.8em;
    }
    .page-e-games-fishing-game-tips__sub-section-title {
        font-size: 1.4em;
    }
    .page-e-games-fishing-game-tips__paragraph,
    .page-e-games-fishing-game-tips__list li {
        font-size: 0.95em;
    }
    .page-e-games-fishing-game-tips__button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-e-games-fishing-game-tips__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-e-games-fishing-game-tips__hero-title {
        font-size: 1.8em;
    }
    .page-e-games-fishing-game-tips__hero-subtitle {
        font-size: 0.9em;
    }
    .page-e-games-fishing-game-tips__section-title {
        font-size: 1.5em;
    }
    .page-e-games-fishing-game-tips__sub-section-title {
        font-size: 1.2em;
    }
    .page-e-games-fishing-game-tips__container {
        padding: 0 15px;
    }
    .page-e-games-fishing-game-tips__hero-image {
        max-width: 95%;
    }
    .page-e-games-fishing-game-tips__button {
        width: 100%;
    }
}