/* style/resources-tf88-game-strategy.css */
.page-resources-tf88-game-strategy {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

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

/* Hero Section */
.page-resources-tf88-game-strategy .hero-section {
    background: linear-gradient(135deg, #0A2342 0%, #0A2342 60%, #F0A500 100%);
    color: #ffffff;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-tf88-game-strategy .hero-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    z-index: 1;
}

.page-resources-tf88-game-strategy .hero-content {
    max-width: 800px;
}

.page-resources-tf88-game-strategy .hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #F0A500;
    line-height: 1.2;
}

.page-resources-tf88-game-strategy .hero-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-resources-tf88-game-strategy .hero-actions .btn {
    margin: 10px;
    padding: 15px 30px;
    font-size: 1.1em;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.page-resources-tf88-game-strategy .hero-actions .btn-primary {
    background-color: #F0A500;
    color: #0A2342;
    border: 2px solid #F0A500;
}

.page-resources-tf88-game-strategy .hero-actions .btn-primary:hover {
    background-color: #ffb733;
    transform: translateY(-3px);
}

.page-resources-tf88-game-strategy .hero-actions .btn-secondary {
    background-color: transparent;
    color: #F0A500;
    border: 2px solid #F0A500;
}

.page-resources-tf88-game-strategy .hero-actions .btn-secondary:hover {
    background-color: rgba(240, 165, 0, 0.1);
    transform: translateY(-3px);
}

.page-resources-tf88-game-strategy .hero-image-wrapper {
    width: 100%;
    max-width: 600px;
    margin-top: 40px;
}

.page-resources-tf88-game-strategy .hero-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* General Section Styling */
.page-resources-tf88-game-strategy section {
    padding: 60px 0;
}

.page-resources-tf88-game-strategy .section-title {
    font-size: 2.5em;
    color: #0A2342;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-resources-tf88-game-strategy .section-title::after {
    content: '';
    width: 80px;
    height: 4px;
    background-color: #F0A500;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.page-resources-tf88-game-strategy p {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #444;
}

.page-resources-tf88-game-strategy .strategy-intro-section {
    background-color: #fff;
}

.page-resources-tf88-game-strategy .cta-banner {
    background-color: #0A2342;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    margin-top: 50px;
}

.page-resources-tf88-game-strategy .cta-banner h3 {
    font-size: 2em;
    margin-bottom: 15px;
    color: #F0A500;
}

.page-resources-tf88-game-strategy .cta-banner p {
    font-size: 1.2em;
    margin-bottom: 25px;
    color: #e0e0e0;
}

.page-resources-tf88-game-strategy .cta-banner .btn-primary {
    background-color: #F0A500;
    color: #0A2342;
    border: none;
    padding: 12px 25px;
    font-size: 1.1em;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.page-resources-tf88-game-strategy .cta-banner .btn-primary:hover {
    background-color: #ffb733;
}

/* Game Strategies Section */
.page-resources-tf88-game-strategy .game-strategies-section {
    background-color: #f0f4f7;
}

.page-resources-tf88-game-strategy .strategy-category {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin-bottom: 40px;
    border-left: 5px solid #F0A500;
}

.page-resources-tf88-game-strategy .category-title {
    font-size: 2em;
    color: #0A2342;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

.page-resources-tf88-game-strategy .category-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-tf88-game-strategy .strategy-list {
    list-style: none;
    padding-left: 0;
}

.page-resources-tf88-game-strategy .strategy-list li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    font-size: 1.05em;
    color: #555;
}

.page-resources-tf88-game-strategy .strategy-list li::before {
    content: '✓';
    color: #F0A500;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2em;
}

.page-resources-tf88-game-strategy .strategy-list li strong {
    color: #0A2342;
}

.page-resources-tf88-game-strategy .sub-category {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #eee;
}

.page-resources-tf88-game-strategy .sub-category-title {
    font-size: 1.6em;
    color: #0A2342;
    margin-bottom: 15px;
}

.page-resources-tf88-game-strategy .btn-learn-more {
    display: inline-block;
    background-color: #0A2342;
    color: #F0A500;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-tf88-game-strategy .btn-learn-more:hover {
    background-color: #F0A500;
    color: #0A2342;
}

/* Golden Rules Section */
.page-resources-tf88-game-strategy .golden-rules-section {
    background-color: #fff;
}

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

.page-resources-tf88-game-strategy .rule-item {
    background-color: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-tf88-game-strategy .rule-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-tf88-game-strategy .rule-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.1));
}

.page-resources-tf88-game-strategy .rule-title {
    font-size: 1.4em;
    color: #0A2342;
    margin-bottom: 15px;
}

.page-resources-tf88-game-strategy .rule-item p {
    font-size: 1em;
    color: #666;
}

/* TF88 Platform Section */
.page-resources-tf88-game-strategy .tf88-platform-section {
    background-color: #0A2342;
    color: #fff;
}

.page-resources-tf88-game-strategy .tf88-platform-section .section-title {
    color: #F0A500;
}

.page-resources-tf88-game-strategy .tf88-platform-section .section-title::after {
    background-color: #fff;
}

.page-resources-tf88-game-strategy .tf88-platform-section p {
    color: #e0e0e0;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px auto;
}

.page-resources-tf88-game-strategy .platform-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.page-resources-tf88-game-strategy .feature-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    transition: background-color 0.3s ease;
}

.page-resources-tf88-game-strategy .feature-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.page-resources-tf88-game-strategy .feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.2));
}

.page-resources-tf88-game-strategy .feature-item h4 {
    font-size: 1.5em;
    color: #F0A500;
    margin-bottom: 15px;
}

.page-resources-tf88-game-strategy .feature-item p {
    font-size: 1em;
    color: #e0e0e0;
}

.page-resources-tf88-game-strategy .cta-center .btn-primary {
    background-color: #F0A500;
    color: #0A2342;
    padding: 15px 35px;
    font-size: 1.2em;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-tf88-game-strategy .cta-center .btn-primary:hover {
    background-color: #ffb733;
    transform: translateY(-3px);
}

/* FAQ Section */
.page-resources-tf88-game-strategy .faq-section {
    background-color: #f8f8f8;
}

.page-resources-tf88-game-strategy .faq-item {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px 30px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-tf88-game-strategy .faq-question {
    font-size: 1.3em;
    color: #0A2342;
    margin-bottom: 10px;
}

.page-resources-tf88-game-strategy .faq-answer {
    font-size: 1.05em;
    color: #555;
}

.page-resources-tf88-game-strategy .cta-banner-small {
    margin-top: 40px;
    padding: 25px;
    background-color: #0A2342;
    border-radius: 8px;
}

.page-resources-tf88-game-strategy .cta-banner-small h3 {
    font-size: 1.8em;
    color: #F0A500;
}

.page-resources-tf88-game-strategy .cta-banner-small p {
    font-size: 1.1em;
    color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-tf88-game-strategy .hero-title {
        font-size: 2.8em;
    }
    .page-resources-tf88-game-strategy .hero-subtitle {
        font-size: 1.2em;
    }
    .page-resources-tf88-game-strategy .section-title {
        font-size: 2em;
    }
    .page-resources-tf88-game-strategy .rule-grid, .page-resources-tf88-game-strategy .platform-features {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-resources-tf88-game-strategy .hero-section {
        padding: 60px 0;
    }
    .page-resources-tf88-game-strategy .hero-title {
        font-size: 2.2em;
    }
    .page-resources-tf88-game-strategy .hero-subtitle {
        font-size: 1em;
    }
    .page-resources-tf88-game-strategy .hero-actions .btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-tf88-game-strategy section {
        padding: 40px 0;
    }
    .page-resources-tf88-game-strategy .section-title {
        font-size: 1.8em;
    }
    .page-resources-tf88-game-strategy .category-title {
        font-size: 1.8em;
    }
    .page-resources-tf88-game-strategy .sub-category-title {
        font-size: 1.4em;
    }
    .page-resources-tf88-game-strategy .rule-grid, .page-resources-tf88-game-strategy .platform-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-resources-tf88-game-strategy .hero-section .container {
        flex-direction: column;
        text-align: center;
    }
    .page-resources-tf88-game-strategy .hero-image-wrapper {
        margin-top: 30px;
    }
    .page-resources-tf88-game-strategy .hero-actions .btn {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .page-resources-tf88-game-strategy .section-title {
        font-size: 1.5em;
    }
    .page-resources-tf88-game-strategy .cta-banner h3 {
        font-size: 1.6em;
    }
    .page-resources-tf88-game-strategy .category-title {
        font-size: 1.6em;
    }
    .page-resources-tf88-game-strategy .rule-item, .page-resources-tf88-game-strategy .feature-item {
        padding: 20px;
    }
    .page-resources-tf88-game-strategy .faq-question {
        font-size: 1.1em;
    }
}