.page-resources-ho88-game-strategies {
    font-family: 'Arial', sans-serif;
    color: #E0E0E0; /* Màu chữ nhạt trên nền tối */
    background-color: #1A1A1A; /* Nền tối */
    line-height: 1.6;
}

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

.page-resources-ho88-game-strategies-section {
    padding: 60px 0;
    text-align: center;
}

.page-resources-ho88-game-strategies-section:nth-of-type(odd) {
    background-color: #222222;
}

.page-resources-ho88-game-strategies-title {
    font-size: 3.5em;
    color: #FFD700; /* Vàng kim */
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: bold;
}

.page-resources-ho88-game-strategies-subtitle {
    font-size: 2.5em;
    color: #FFD700; /* Vàng kim */
    margin-bottom: 40px;
    font-weight: bold;
}

.page-resources-ho88-game-strategies-description {
    font-size: 1.2em;
    color: #CCCCCC;
    max-width: 800px;
    margin: 0 auto 30px;
}

.page-resources-ho88-game-strategies-link {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-resources-ho88-game-strategies-link:hover {
    color: #FFF200;
    text-decoration: underline;
}

.page-resources-ho88-game-strategies-highlight {
    color: #CC0000; /* Đỏ nhấn */
    font-weight: bold;
}

.page-resources-ho88-game-strategies-button {
    display: inline-block;
    padding: 15px 40px;
    background: linear-gradient(90deg, #FFD700, #FFC107);
    color: #1A1A1A;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 20px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-ho88-game-strategies-button:hover {
    background: linear-gradient(90deg, #FFC107, #FFD700);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-ho88-game-strategies-button-small {
    padding: 10px 25px;
    font-size: 0.9em;
    margin-top: 15px;
}

.page-resources-ho88-game-strategies-button-large {
    padding: 18px 50px;
    font-size: 1.3em;
}

/* Hero Section */
.page-resources-ho88-game-strategies-hero {
    background: url('[GALLERY:content:ho88,hero,strategies]') no-repeat center center/cover;
    position: relative;
    padding: 120px 0;
    text-align: center;
    color: #FFFFFF;
    z-index: 1;
}

.page-resources-ho88-game-strategies-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

/* About Section */
.page-resources-ho88-game-strategies-about .page-resources-ho88-game-strategies-content-flex {
    display: flex;
    align-items: center;
    gap: 40px;
    text-align: left;
}

.page-resources-ho88-game-strategies-about .page-resources-ho88-game-strategies-text-content {
    flex: 1;
}

.page-resources-ho88-game-strategies-about .page-resources-ho88-game-strategies-text-content p {
    margin-bottom: 15px;
    color: #CCCCCC;
}

.page-resources-ho88-game-strategies-about .page-resources-ho88-game-strategies-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-resources-ho88-game-strategies-about .page-resources-ho88-game-strategies-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    object-fit: cover;
}

/* Strategies Grid */
.page-resources-ho88-game-strategies-strategy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    text-align: left;
    margin-top: 40px;
}

.page-resources-ho88-game-strategies-strategy-item {
    background-color: #2E2E2E;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-ho88-game-strategies-strategy-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

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

.page-resources-ho88-game-strategies-strategy-item p {
    color: #CCCCCC;
    font-size: 0.95em;
}

.page-resources-ho88-game-strategies-item-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

/* Maximize Experience Section */
.page-resources-ho88-game-strategies-maximize .page-resources-ho88-game-strategies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-ho88-game-strategies-card {
    background-color: #2E2E2E;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-resources-ho88-game-strategies-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-ho88-game-strategies-card-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-resources-ho88-game-strategies-card h3 {
    color: #FFD700;
    font-size: 1.4em;
    margin-bottom: 10px;
}

.page-resources-ho88-game-strategies-card p {
    color: #CCCCCC;
    font-size: 0.95em;
    flex-grow: 1;
}

/* FAQ Section */
.page-resources-ho88-game-strategies-faq-list {
    max-width: 900px;
    margin: 40px auto 0;
    text-align: left;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #333333;
    border: 1px solid #444444;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background: #444444;
}

.faq-question h3 {
    color: #FFD700;
    font-size: 1.15em;
    margin: 0;
}

.faq-toggle {
    font-size: 20px;
    font-weight: bold;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    padding: 0 20px;
    background: #2E2E2E;
    color: #CCCCCC;
    border-radius: 0 0 5px 5px;
    border: 1px solid #444444;
    border-top: none;
}

.faq-item.active .faq-answer {
    max-height: 500px; /* Đủ lớn để chứa nội dung */
    padding: 15px 20px;
    transition: max-height 0.4s ease-in, padding 0.4s ease-in;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
    color: #CC0000;
}

/* Blog Section */
.page-resources-ho88-game-strategies-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-ho88-game-strategies-blog-card {
    background-color: #2E2E2E;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.page-resources-ho88-game-strategies-blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-ho88-game-strategies-blog-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.page-resources-ho88-game-strategies-blog-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-resources-ho88-game-strategies-blog-content h4 {
    color: #FFD700;
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-resources-ho88-game-strategies-blog-content p {
    color: #CCCCCC;
    font-size: 0.9em;
    margin-bottom: 15px;
    flex-grow: 1;
}

.page-resources-ho88-game-strategies-blog-date {
    color: #888888;
    font-size: 0.8em;
    text-align: right;
    display: block;
}

.page-resources-ho88-game-strategies-text-center {
    text-align: center;
    margin-top: 40px;
}

/* CTA Section */
.page-resources-ho88-game-strategies-cta {
    background-color: #1A1A1A;
    padding: 80px 0;
}

.page-resources-ho88-game-strategies-cta-content {
    background-color: #2E2E2E;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-resources-ho88-game-strategies-cta-content .page-resources-ho88-game-strategies-subtitle {
    margin-bottom: 20px;
    font-size: 2.2em;
}

.page-resources-ho88-game-strategies-cta-content p {
    font-size: 1.1em;
    color: #CCCCCC;
    margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-resources-ho88-game-strategies-title {
        font-size: 3em;
    }
    .page-resources-ho88-game-strategies-subtitle {
        font-size: 2em;
    }
    .page-resources-ho88-game-strategies-about .page-resources-ho88-game-strategies-content-flex {
        flex-direction: column;
        text-align: center;
    }
    .page-resources-ho88-game-strategies-about .page-resources-ho88-game-strategies-text-content,
    .page-resources-ho88-game-strategies-about .page-resources-ho88-game-strategies-image-wrapper {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .page-resources-ho88-game-strategies-section {
        padding: 40px 0;
    }
    .page-resources-ho88-game-strategies-title {
        font-size: 2.5em;
    }
    .page-resources-ho88-game-strategies-subtitle {
        font-size: 1.8em;
    }
    .page-resources-ho88-game-strategies-description,
    .page-resources-ho88-game-strategies-card p,
    .page-resources-ho88-game-strategies-strategy-item p,
    .page-resources-ho88-game-strategies-blog-content p {
        font-size: 0.9em;
    }
    .page-resources-ho88-game-strategies-button {
        padding: 12px 30px;
        font-size: 1em;
    }
    .page-resources-ho88-game-strategies-strategy-item,
    .page-resources-ho88-game-strategies-card,
    .page-resources-ho88-game-strategies-blog-card {
        padding: 20px;
    }
    .page-resources-ho88-game-strategies-strategy-item h3,
    .page-resources-ho88-game-strategies-card h3 {
        font-size: 1.3em;
    }
    .faq-question h3 {
        font-size: 1em;
    }
    .faq-question {
        padding: 12px 15px;
    }
    .faq-toggle {
        font-size: 18px;
    }
    .faq-item.active .faq-answer {
        padding: 12px 15px;
    }
    .page-resources-ho88-game-strategies-cta-content {
        padding: 30px;
    }
    .page-resources-ho88-game-strategies-cta-content .page-resources-ho88-game-strategies-subtitle {
        font-size: 1.8em;
    }
}

@media (max-width: 480px) {
    .page-resources-ho88-game-strategies-title {
        font-size: 2em;
    }
    .page-resources-ho88-game-strategies-subtitle {
        font-size: 1.5em;
    }
    .page-resources-ho88-game-strategies-button-large {
        padding: 15px 35px;
        font-size: 1.1em;
    }
    .page-resources-ho88-game-strategies-item-image,
    .page-resources-ho88-game-strategies-card-image,
    .page-resources-ho88-game-strategies-blog-image {
        height: 150px;
    }
}