/* ============================================================
   Termo de Serviço - TcheSwing
   ============================================================ */

.termo-container {
    max-width: 100%;
    margin: 0;
    background: var(--card-bg, #fff);
    padding: 32px 40px;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}

.termo-container h1,
.termo-container h2 {
    color: var(--accent, #b22222);
}

.termo-container h1 {
    font-size: 2.2em;
    margin-bottom: 0.5em;
}

.termo-container h2 {
    font-size: 1.3em;
    margin-top: 2em;
}

.termo-container ul,
.termo-container ol {
    margin-left: 1.5em;
}

.termo-container li {
    margin-bottom: 0.5em;
}

.termo-container .last {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .termo-container {
        padding: 18px 6px;
    }
}

/* ============================================================
   Footer – Nav Mobile (específico desta página)
   ============================================================ */

@media (max-width: 767px) {
    #footerInfoBtn {
        display: flex !important;
    }
}

