/* style/resources-78win88-game-strategies.css */

/* Biến CSS */
:root {
    --page-78win88-primary-color: #0A2463;
    --page-78win88-secondary-color: #FFD700;
    --page-78win88-text-dark: #333333;
    --page-78win88-text-light: #FFFFFF;
    --page-78win88-bg-light: #F8F8F8;
    --page-78win88-bg-dark: #0A1F44;
    --page-78win88-accent-gold-dark: #b39700; /* Darker variant for text on gold */
    --page-78win88-accent-blue-light: #6c7ca1; /* Lighter variant for text on dark blue */
}

.page-resources-78win88-game-strategies {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--page-78win88-text-dark);
    background-color: var(--page-78win88-bg-light);
}

.page-resources-78win88-game-strategies .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-78win88-game-strategies .hero-section {
    background: linear-gradient(135deg, var(--page-78win88-primary-color) 0%, var(--page-78win88-bg-dark) 100%);
    color: var(--page-78win88-text-light);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-78win88-game-strategies .hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: var(--page-78win88-secondary-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-78win88-game-strategies .hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-78win88-game-strategies .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-resources-78win88-game-strategies .btn-primary {
    background-color: var(--page-78win88-secondary-color);
    color: var(--page-78win88-accent-gold-dark);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-78win88-game-strategies .btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-resources-78win88-game-strategies .btn-secondary {
    background-color: transparent;
    color: var(--page-78win88-primary-color);
    border: 2px solid var(--page-78win88-primary-color);
    padding: 13px 28px;
}

.page-resources-78win88-game-strategies .btn-secondary:hover {
    background-color: var(--page-78win88-primary-color);
    color: var(--page-78win88-text-light);
    transform: translateY(-3px);
}

.page-resources-78win88-game-strategies .introduction-section, 
.page-resources-78win88-game-strategies strategies-section,
.page-resources-78win88-game-strategies management-section,
.page-resources-78win88-game-strategies promotion-section,
.page-resources-78win88-game-strategies cta-section,
.page-resources-78win88-game-strategies conclusion-section {
    padding: 60px 0;
    background-color: var(--page-78win88-bg-light);
}

.page-resources-78win88-game-strategies .section-title {
    font-size: 2.5em;
    color: var(--page-78win88-primary-color);
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.page-resources-78win88-game-strategies .section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--page-78win88-secondary-color);
    margin: 15px auto 0 auto;
    border-radius: 2px;
}

.page-resources-78win88-game-strategies h3 {
    font-size: 1.8em;
    color: var(--page-78win88-primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-78win88-game-strategies h4 {
    font-size: 1.4em;
    color: var(--page-78win88-primary-color);
    margin-top: 25px;
    margin-bottom: 10px;
}

.page-resources-78win88-game-strategies p {
    font-size: 1.1em;
    margin-bottom: 20px;
    line-height: 1.8;
    color: var(--page-78win88-text-dark);
}

.page-resources-78win88-game-strategies ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 1.1em;
    color: var(--page-78win88-text-dark);
}

.page-resources-78win88-game-strategies ul li {
    margin-bottom: 10px;
}

.page-resources-78win88-game-strategies article.game-strategy-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.page-resources-78win88-game-strategies article.game-strategy-item:nth-child(even) {
    flex-direction: row-reverse;
}

.page-resources-78win88-game-strategies article.game-strategy-item img {
    flex: 1 1 40%;
    max-width: 40%;
    height: auto;
    border-radius: 8px;
    margin: 0 30px;
    object-fit: cover;
}

.page-resources-78win88-game-strategies article.game-strategy-item > div {
    flex: 1 1 55%;
    max-width: 55%;
}

.page-resources-78win88-game-strategies .image-full-width {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-78win88-game-strategies .cta-section {
    text-align: center;
    background-color: var(--page-78win88-primary-color);
    color: var(--page-78win88-text-light);
    padding: 80px 0;
}

.page-resources-78win88-game-strategies .cta-section .section-title {
    color: var(--page-78win88-secondary-color);
}

.page-resources-78win88-game-strategies .cta-section .section-title::after {
    background-color: var(--page-78win88-secondary-color);
}

.page-resources-78win88-game-strategies .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-resources-78win88-game-strategies .cta-buttons .btn-primary {
    background-color: var(--page-78win88-secondary-color);
    color: var(--page-78win88-accent-gold-dark);
}

.page-resources-78win88-game-strategies .cta-buttons .btn-secondary {
    background-color: var(--page-78win88-text-light);
    color: var(--page-78win88-primary-color);
    border: none;
}

.page-resources-78win88-game-strategies .cta-buttons .btn-secondary:hover {
    background-color: #e0e0e0;
    color: var(--page-78win88-primary-color);
}

.page-resources-78win88-game-strategies .conclusion-section {
    background-color: var(--page-78win88-bg-dark);
    color: var(--page-78win88-text-light);
    text-align: center;
}

.page-resources-78win88-game-strategies .conclusion-section .section-title {
    color: var(--page-78win88-secondary-color);
}

.page-resources-78win88-game-strategies .conclusion-section p {
    color: var(--page-78win88-accent-blue-light);
    max-width: 900px;
    margin: 0 auto 30px auto;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-78win88-game-strategies .hero-title {
        font-size: 2.5em;
    }
    .page-resources-78win88-game-strategies .hero-subtitle {
        font-size: 1.2em;
    }
    .page-resources-78win88-game-strategies .section-title {
        font-size: 2em;
    }
    .page-resources-78win88-game-strategies h3 {
        font-size: 1.5em;
    }
    .page-resources-78win88-game-strategies article.game-strategy-item {
        flex-direction: column;
        text-align: center;
    }
    .page-resources-78win88-game-strategies article.game-strategy-item:nth-child(even) {
        flex-direction: column;
    }
    .page-resources-78win88-game-strategies article.game-strategy-item img {
        max-width: 80%;
        margin: 20px auto;
    }
    .page-resources-78win88-game-strategies article.game-strategy-item > div {
        max-width: 100%;
    }
    .page-resources-78win88-game-strategies .image-full-width {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .page-resources-78win88-game-strategies .hero-title {
        font-size: 2em;
    }
    .page-resources-78win88-game-strategies .hero-subtitle {
        font-size: 1em;
    }
    .page-resources-78win88-game-strategies .section-title {
        font-size: 1.8em;
    }
    .page-resources-78win88-game-strategies h3 {
        font-size: 1.3em;
    }
    .page-resources-78win88-game-strategies p, 
    .page-resources-78win88-game-strategies ul li {
        font-size: 0.95em;
    }
    .page-resources-78win88-game-strategies .btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-78win88-game-strategies .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-resources-78win88-game-strategies .cta-buttons .btn {
        width: 80%;
        margin: 0 auto;
    }
    .page-resources-78win88-game-strategies .image-full-width {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .page-resources-78win88-game-strategies .hero-section {
        padding: 60px 0;
    }
    .page-resources-78win88-game-strategies .hero-title {
        font-size: 1.8em;
    }
    .page-resources-78win88-game-strategies .section-title {
        font-size: 1.5em;
        margin-bottom: 30px;
    }
    .page-resources-78win88-game-strategies h3 {
        font-size: 1.2em;
    }
    .page-resources-78win88-game-strategies article.game-strategy-item img {
        max-width: 100%;
        margin: 15px 0;
    }
    .page-resources-78win88-game-strategies .image-full-width {
        height: 150px;
    }
}