/* --- Tactics/Product Theme --- */
body.tactics-theme {
    background-color: #e2e2e2; /* soft neutral gray for practical feel */
    color: #111;
}

body.tactics-theme .banner {
    filter: brightness(0.9); /* subtle darken for focus */
}

body.tactics-theme .hero {
    text-align: center;
    background: linear-gradient(to bottom, #fdf6e3, #e2e2e2);
    padding: 4rem 0;
    border-bottom: 3px solid #3f509d;
}

body.tactics-theme .highlight {
    background-color: #f5f5f5;
    border-top: 3px solid #3f509d;
    border-bottom: 3px solid #3f509d;
}

body.tactics-theme h2 {
    color: #3f509d; /* deeper accent for tactical focus */
}

body.tactics-theme ul,
body.tactics-theme ol {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

body.tactics-theme ul li,
body.tactics-theme ol li {
    margin-bottom: 0.6rem;
}

body.tactics-theme .container p {
    margin-bottom: 1rem;
    line-height: 1.7;
}

body.tactics-theme .product-item {
    background-color: #fff;
    border-color: #999;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
}

body.tactics-theme .faq-question {
    background-color: #ccc;
    color: #111;
}

body.tactics-theme .faq-answer {
    background-color: #eee;
    color: #111;
}