.termos-container {
    display: flex;
    justify-content: center;
    padding: 24px 16px 40px;
    background: #f3f4f6;
    min-height: calc(100vh - 80px);
}

.termos-card {
    width: 100%;
    max-width: 900px;
    background: #ffffff;
    border-radius: 20px;
    padding: 26px 22px 28px;
    box-shadow: 0 15px 30px rgba(0,0,0,.08);
    box-sizing: border-box;
}

.termos-card h1 {
    margin: 0 0 6px;
    font-weight: 700;
    color: #111827;
}

.termos-updated {
    font-size: 0.8rem;
    color: #6b7280;
    margin-bottom: 18px;
}

.termos-card h2 {
    margin-top: 18px;
    margin-bottom: 6px;
    font-size: 1rem;
    color: #111827;
}

.termos-card p {
    font-size: 0.9rem;
    color: #374151;
    line-height: 1.6;
}

.termos-card ul {
    margin-left: 18px;
    margin-top: 8px;
}

.termos-card ul li {
    font-size: 0.9rem;
    margin-bottom: 6px;
    color: #374151;
}

.termos-footer {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.btn-termos {
    background: var(--btn-primary);
    color: #fff;
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0,0,0,.15);
    transition: 0.15s;
}

.btn-termos:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
}
