/* style/resources-xx88-game-strategies.css */
.page-resources-xx88-game-strategies {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0; /* Light text on dark backgrounds */
    background-color: #000000; /* Main background */
}

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

.page-resources-xx88-game-strategies .section-padding {
    padding: 80px 0;
}

.page-resources-xx88-game-strategies .bg-dark-theme {
    background-color: #1a1a1a;
}

.page-resources-xx88-game-strategies__hero {
    background: linear-gradient(135deg, #000000 0%, #333333 50%, #FFD700 100%);
    color: #ffffff;
    text-align: center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.page-resources-xx88-game-strategies__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,golden_pattern,88xx]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-xx88-game-strategies .hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFD700;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.page-resources-xx88-game-strategies .hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #e0e0e0;
    position: relative;
    z-index: 1;
}

.page-resources-xx88-game-strategies .hero-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.page-resources-xx88-game-strategies .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
}

.page-resources-xx88-game-strategies .btn-primary {
    background-color: #FFD700;
    color: #000000;
    border: 2px solid #FFD700;
}

.page-resources-xx88-game-strategies .btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-resources-xx88-game-strategies .btn-secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-resources-xx88-game-strategies .btn-secondary:hover {
    background-color: #FFD700;
    color: #000000;
    transform: translateY(-3px);
}

.page-resources-xx88-game-strategies .btn-link {
    color: #FFD700;
    text-decoration: underline;
    background: none;
    border: none;
    padding: 0;
    font-size: 1em;
}

.page-resources-xx88-game-strategies .btn-link:hover {
    color: #e6c200;
    text-decoration: none;
}

.page-resources-xx88-game-strategies .section-title {
    font-size: 2.8em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.page-resources-xx88-game-strategies .section-description {
    font-size: 1.2em;
    color: #ccc;
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-xx88-game-strategies .content-grid {
    display: flex;
    gap: 40px;
    align-items: center;
}

.page-resources-xx88-game-strategies .content-grid .text-content {
    flex: 1;
}

.page-resources-xx88-game-strategies .content-grid .image-content {
    flex: 1;
    text-align: center;
}

.page-resources-xx88-game-strategies .content-grid .img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-xx88-game-strategies p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #f0f0f0;
}

.page-resources-xx88-game-strategies .strategy-grid, 
.page-resources-xx88-game-strategies .tips-grid, 
.page-resources-xx88-game-strategies .why-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-xx88-game-strategies .strategy-item, 
.page-resources-xx88-game-strategies .tip-item, 
.page-resources-xx88-game-strategies .reason-item {
    background-color: #222;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: 1px solid #333;
}

.page-resources-xx88-game-strategies .strategy-item h3, 
.page-resources-xx88-game-strategies .tip-item h3, 
.page-resources-xx88-game-strategies .reason-item h3 {
    color: #FFD700;
    font-size: 1.6em;
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-resources-xx88-game-strategies .strategy-item p, 
.page-resources-xx88-game-strategies .tip-item p, 
.page-resources-xx88-game-strategies .reason-item p {
    color: #ccc;
    font-size: 1em;
    line-height: 1.6;
}

.page-resources-xx88-game-strategies .icon-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: brightness(1.2);
}

.page-resources-xx88-game-strategies .cta-center {
    text-align: center;
    margin-top: 50px;
}

.page-resources-xx88-game-strategies .game-strategy-card {
    background-color: #1a1a1a;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-left: 5px solid #FFD700;
}

.page-resources-xx88-game-strategies .game-strategy-card h3 {
    color: #FFD700;
    font-size: 2em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.page-resources-xx88-game-strategies .game-strategy-card h3 .card-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    filter: brightness(1.2);
}

.page-resources-xx88-game-strategies .game-strategy-card h4 {
    color: #FFD700;
    font-size: 1.5em;
    margin-top: 25px;
    margin-bottom: 15px;
}

.page-resources-xx88-game-strategies .game-strategy-card ul {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #f0f0f0;
}

.page-resources-xx88-game-strategies .game-strategy-card ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
    line-height: 1.6;
}

.page-resources-xx88-game-strategies .game-strategy-card ul li strong {
    color: #FFD700;
}

.page-resources-xx88-game-strategies__cta-final {
    padding: 100px 0;
    background: linear-gradient(45deg, #000000, #333333, #FFD700);
    background-size: 400% 400%;
    animation: GradientAnimation 15s ease infinite;
}

@keyframes GradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.page-resources-xx88-game-strategies__cta-final .section-title {
    color: #ffffff;
    font-size: 3.2em;
}

.page-resources-xx88-game-strategies__cta-final .section-description {
    color: #f0f0f0;
    font-size: 1.3em;
}

.page-resources-xx88-game-strategies .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.page-resources-xx88-game-strategies .btn-lg {
    padding: 18px 40px;
    font-size: 1.3em;
    border-radius: 10px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-resources-xx88-game-strategies .hero-title {
        font-size: 2.8em;
    }
    .page-resources-xx88-game-strategies .hero-subtitle {
        font-size: 1.3em;
    }
    .page-resources-xx88-game-strategies .section-title {
        font-size: 2.2em;
    }
    .page-resources-xx88-game-strategies .content-grid {
        flex-direction: column;
    }
    .page-resources-xx88-game-strategies .strategy-grid, 
    .page-resources-xx88-game-strategies .tips-grid, 
    .page-resources-xx88-game-strategies .why-choose-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-resources-xx88-game-strategies .hero-title {
        font-size: 2.2em;
    }
    .page-resources-xx88-game-strategies .hero-subtitle {
        font-size: 1.1em;
    }
    .page-resources-xx88-game-strategies .hero-cta {
        flex-direction: column;
        gap: 15px;
    }
    .page-resources-xx88-game-strategies .btn {
        width: 80%;
        margin: 0 auto;
    }
    .page-resources-xx88-game-strategies .section-padding {
        padding: 60px 0;
    }
    .page-resources-xx88-game-strategies .section-title {
        font-size: 1.8em;
    }
    .page-resources-xx88-game-strategies .section-description {
        font-size: 1em;
    }
    .page-resources-xx88-game-strategies .cta-buttons {
        flex-direction: column;
        gap: 20px;
    }
    .page-resources-xx88-game-strategies .btn-lg {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .page-resources-xx88-game-strategies .hero-title {
        font-size: 1.8em;
    }
    .page-resources-xx88-game-strategies .hero-subtitle {
        font-size: 0.9em;
    }
    .page-resources-xx88-game-strategies .btn {
        padding: 12px 20px;
        font-size: 1em;
    }
    .page-resources-xx88-game-strategies .game-strategy-card h3 {
        font-size: 1.5em;
    }
    .page-resources-xx88-game-strategies__cta-final .section-title {
        font-size: 2.2em;
    }
}